-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Number of files: A content/5 - Source Material/Images/cms/modules-setup/drupal-homepage.png content/5 - Source Material/Images/cms/modules-setup/drupal-modules.png content/5 - Source Material/Images/cms/modules-setup/drupal-new_module_installation.png content/5 - Source Material/Images/cms/modules-setup/drupal-new_module_installation_procedure.png content/5 - Source Material/Images/cms/modules-setup/modules_moving.png content/6 - Base Notes/setting up drupal modules.md content/6 - Base Notes/setting up drupal's structure and it's content types.md, R content/5 - Source Material/Images/cms/project-setup/drupal-database_configuration.png content/5 - Source Material/Images/cms/project-setup/drupal-installation_complete.png content/5 - Source Material/Images/cms/project-setup/drupal-language.png content/5 - Source Material/Images/cms/project-setup/drupal-profile.png content/5 - Source Material/Images/cms/project-setup/drupal-profile_initialization.png content/5 - Source Material/Images/cms/project-setup/drupal-website_Information.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-add_new_user_account.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-custom_account_privileges.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-custom_username.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-dashboard.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-databse_creation.png, M content/6 - Base Notes/drupal project setup.md Affected files: content/5 - Source Material/Images/cms/modules-setup/drupal-homepage.png content/5 - Source Material/Images/cms/modules-setup/drupal-modules.png content/5 - Source Material/Images/cms/modules-setup/drupal-new_module_installation.png content/5 - Source Material/Images/cms/modules-setup/drupal-new_module_installation_procedure.png content/5 - Source Material/Images/cms/modules-setup/modules_moving.png content/5 - Source Material/Images/cms/project-setup/drupal-database_configuration.png content/5 - Source Material/Images/cms/project-setup/drupal-installation_complete.png content/5 - Source Material/Images/cms/project-setup/drupal-language.png content/5 - Source Material/Images/cms/project-setup/drupal-profile.png content/5 - Source Material/Images/cms/project-setup/drupal-profile_initialization.png content/5 - Source Material/Images/cms/project-setup/drupal-website_Information.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-add_new_user_account.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-custom_account_privileges.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-custom_username.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-dashboard.png content/5 - Source Material/Images/cms/project-setup/phpmyadmin-databse_creation.png content/6 - Base Notes/drupal project setup.md content/6 - Base Notes/setting up drupal modules.md content/6 - Base Notes/setting up drupal's structure and it's content types.md
- Loading branch information
Showing
19 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
Binary file added
BIN
+70.1 KB
content/5 - Source Material/Images/cms/modules-setup/drupal-homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.5 KB
content/5 - Source Material/Images/cms/modules-setup/drupal-modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.9 KB
...5 - Source Material/Images/cms/modules-setup/drupal-new_module_installation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+50 KB
... Material/Images/cms/modules-setup/drupal-new_module_installation_procedure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.8 KB
content/5 - Source Material/Images/cms/modules-setup/modules_moving.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
2024-09-15 22:45 | ||
|
||
Status: #complete | ||
|
||
Tags: [[how to create a drupal project?]], [[what are modules? and how to set them up.]] | ||
|
||
# Drupal: Modules | ||
Subject: [[Content Management System]] | ||
|
||
So after ***[[drupal project setup|setting our drupal]]*** let's get started for real this time. | ||
|
||
This is how my website look yours might be similar or might look different based on version of drupal you have installed. | ||
![[drupal-homepage.png]] | ||
|
||
Before diving it creating the project let's first setup our important `Modules` that we are going to be using, will add more as we move on with the project. | ||
## Modules | ||
- to add modules first we will have to visit `Modiles` section, there you will be able to see all the `Modules` present on your website some of them might be disabled, you can enable them based on your choice. | ||
- ![[drupal-modules.png]] | ||
- I personally don't really the `Overlay` & `Toolbar` Modules that is provided by the drupal by default as it's not very in-depth/functional, So I install a custom one for that purpose (*Remember if you disable them first and wish to install the one that I will be suggesting later one you might not be able to find `Modules` options at the top and you will probably be redirected to home page, So it's better to install before disabling it or you can do old fashioned way by visiting the `http://localhost/YOUR-PROJECT-NAME/admin/modules` it might be little scuffed but yha it is what it is...*). | ||
- If you wish to install new modules you can do it by pressing `Install new modules` button | ||
- ![[drupal-new_module_installation.png]] | ||
- You can install the modules by either filling the `url` of the `Module` or if you have the module downloaded then you can upload it as well (There is one more way of doing it which is very efficient I will talk about it, in just a second.) | ||
- ![[drupal-new_module_installation_procedure.png]] | ||
|
||
|
||
### Modules Installation | ||
Now, let's start downloading the `Modules` required for this Specific Project. For that we have to visit [Modules downloading website](https://www.drupal.org/project/project_module). | ||
|
||
these are the `Modules` we will install for now: | ||
**M1:** [Token](https://www.drupal.org/project/token) | ||
**M2:** [Pathauto](https://www.drupal.org/project/pathauto) | ||
**M3:** [ctools](https://www.drupal.org/project/ctools) | ||
**M4:** [Webform](https://www.drupal.org/project/webform) | ||
**M5:** [Libraries API](https://www.drupal.org/project/libraries) | ||
**M6:** [Devel](https://www.drupal.org/project/devel) | ||
**M7:** [Views](https://www.drupal.org/project/views) | ||
**M8:** [jQuery Update](https://www.drupal.org/project/jquery_update) | ||
**M9:** [Entity API](https://www.drupal.org/project/entity) | ||
**M10**: [Schema](https://www.drupal.org/project/schema) | ||
**M11:** [Administration menu](https://www.drupal.org/project/admin_menu) *(this is the custom admin toolbar I was talking about that I will be using.)* | ||
|
||
Download all the modules according to your Drupal version in `tar.gz` format. | ||
|
||
Now let's install these modules....& you might be thinking "WAIT WHAT there are so many tho...;-;" *don't worry I'll give you a tip with which you can install all the modules in no time ;)* here are the steps for it: | ||
- **Step 1:** Go to you project directory inside the `www\YOUR-PROJECT-NAME` folder. | ||
- **Step 2:** Then find folder called `sites`. | ||
- **Step 3:** Then folder `all` go in that. | ||
- **Step 4:** Inside `all` folder go in `modules` (as you can see there is `themes` folder available as well, so if you wish to download multiple `themes` you can do it aswell.) | ||
- **Step 5:** Extract all those `Modules` you downloaded and paste it in `modules` folder inside the `YOUR-MAIN-SOFTWARE\www\YOUR-PROJECT-NAME\sites\all\modules`something like this: | ||
- ![[modules_moving.png]] | ||
- **Step 6:** And now finally we can enable all the `modules` one-by-one on `http://localhost/YOUR-PROJECT-NAME/admin/modules` and don't forget to scroll down at the end and click on `Save configuration` button after you have enabled/disabled the modules. | ||
|
||
Finally, we are done with Modules installation, if we need more modules now you know how to install it. | ||
|
||
Now, let's move on to *[[setting up drupal's structure and it's content types|creating the structure and content type]]* for our website. |
19 changes: 19 additions & 0 deletions
19
content/6 - Base Notes/setting up drupal's structure and it's content types.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
2024-09-15 23:46 | ||
|
||
Status: #ongoing | ||
|
||
Tags: | ||
|
||
# Drupal: Structure and it's Content Types | ||
Subject: | ||
Topic: | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
--- | ||
# References |