At "Drupal Experts" we have tried to cover wide range of experience and solutions from various professionals and try to keep good knowledge of online environment. We have taken information from various websites and professionals so it can be concluded into one platform. We are updating our blog so please be patient.
You can enable/disable Drupal Modules from the Drupal Administration area -> Modules section.
The default installation of Drupal has many useful modules, and there is a brief description of what each one of the modules does. If you need more modules, you can freely download them from the Drupal Modules official website.
On your site, Drupal modules are stored in the modules subfolder within the Drupal installation directory. You can install additional modules by simply unzipping them in that folder. Alternatively, you can use the Install new module functionality.
How to install/enable the Nice Menus module?
We will demonstrate the module installation process in Drupal by installing the Nice Menus module.
Visit Drupal Modules website and find the Nice Menus module. Download the corresponding version to your local hard-drive. Then upload the archive in the modules folder of your Drupal installation and extract it.
Make sure its dependencies are enabled. Then enable the Nice Menus module and save the new configuration.
You can also check for the modules that need update in the Update tab.
The Uninstall section lists the disabled external modules that can be uninstalled from your system.
In this tutorial we will show you the basic actions you need to take in order to start a new Drupal-powered website.
How to start a Drupal site?
All you need to do is sign up for a hosting account where you can have the Drupal application installed. If you already have a hosting account and would like to change your host, we offer free website transfer of your Drupal site.
How to create new content?
In order to add content for your Drupal web site, you need to click on the Add content link under your administrator area.
The Article option is suitable for a blog, news or other time-sensitive content.
The Basic Page option allows you to create a static page;
Content Management
In order to manage the content structure elements of your Drupal web site, you need to navigate to the Structure section under your administrator area.
In the following lines we will give a brief description of the options under this section:
Blocks - This functionality allows to manage the content that will be visualized through blocks on the sidebars and other regions of the web site. The blocks can be situated on the themes regions through a drag-and-drop interface. They are configured separately per each theme due to the different visualization setup.
Content types - Manage content types, including default status, front page promotions, comment settings and more. You can include new content types besides Basic Page and Article.
Menus - Allows to add new menu, edit existing ones, manage them, list, add and reorganize the menu links. You can also define the menu sources.
Taxonomy - You can manage the tagging, the categorization and classification of your content.
In order to install the Drupal CMS application, please follow the step-by-step instructions below:
STEP 1Download the installation file from Drupal.org by choosing the latest stable version and clicking on the download link next to the package.
STEP 2Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -> File Manager -> Upload file(s). This way, after the installation is completed, the script will appear once your write something like http://yourdomainname.com in your web browser. Or you can create a subfolder there and upload the file in it. The Drupal installation will be available at: http://yourdomainname.com/subfolder.
STEP 3Once you are in the File Manager, please navigate to the uploaded file and extract it by clicking on the Extract link. It will create a subfolder: drupal-x.x.x., where instead of x.x.x. is the current version. So you can move the files one level up in the desired directory. The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP.
STEP 4Once the files are extracted in the desired folder, you should create a MySQL database for Drupal. You can do that from cPanel -> MySQL Databases. There you should create a database and add a user to it - click here to learn how to create a MySQL database and user.
STEP 5Navigate to the URL of your Drupal site and run the install.php file (for example http://yourdomainname.com/install.php). Pick the default profile option for your Drupal application.
STEP 6Pick the default language for the Drupal web site.
STEP 7Enter the database details for the database which you have created in Step 4. Click on the Save and continue button to continue.
STEP 8The installation procedure is finished. You will see the following screen:
Enter the site information and the administrative login details. Click on the Save and Continue button.
STEP 9Well done! The installation is completed and you can proceed to your web site.
The purpose of this tutorial is to show you how to install a Drupal CMS application to your site via the Softaculous auto installer. One of the great things about Softaculous is that it allows you to setup applications really fast. You don't need to go through all steps manually and with just several clicks you will have a fully functional Drupal on your account.
First, you need to access your cPanel account and find the Softaculous icon which is under the "Software/Services" section. Usually, it is located in the lower part of your cPanel page, right under the "Domains" section.
The next step is to click on the Softaculous icon. You will be redirected to a new page which is the auto installer's control panel. From here you can install new apps, create backups, import existing websites, etc. On the left side of the screen is the categories menu. To proceed with the Drupal installation find the "Portal/CMS" section and click on it to expand . You will see a list of applications that you can install. Find the Drupal link and click on it, so that Softaculous will open the Drupal installation screen.
The next page which you will see provides a brief description of the Drupal application and its features. You can also read review about the platform and rate it. Click on the blue "Install" button:
This is the most important step at which you need to provide more details about the new Drupal website. Most of the fields are automatically filled by Softaculous for your convenience. However, we strongly advise you to change the values of the following crucial configuration parameters:
Site Name: This is the name of your website and by default it is set to "My Drupal". You should change it to something that describes the main purpose of your new website.
Admin Username: By default this field is set to "admin". Many people use "admin" to access their websites and hackers can easily guess your username. That is why we advise you to change it in order to enhance your website's protection.
Admin Password: Softaculous automatically generates a unique password for your new website. Still, you can change the string in the field and type a new password which you can remember more easily.
Please note that by default Softaculous will install the Drupal application in the root web folder and you will be able to access the website via your domain name. If you prefer to install it in a subfolder, for example "drupal", enter its name in the "Directory" field.
The last step is to scroll down to the end of the page and click on the "Install" button.
That's it! Your Drupal application is installed and ready to use. The installer will redirect you to a new page where you will see the details for the completed installation. You can now login and create your Drupal website.