How to disable comments in Drupal

How to disable comments in Drupal

Often Drupal (especially the older versions like 6.x) has problems with Spam bots which flood its comment modules. The first thing to do in this case is to disable the comments modules until you clean all the Spam posts. This … Continued
Initial Drupal installation and configuration

Initial Drupal installation and configuration

There are two ways you can install Drupal on your account: Manually, by downloading the script to your computer and uploading the installation files and folders to your account. Automatically via the Softaculous auto installer. For a detailed step-by-step information on how … Continued
How to enable RSS in Drupal?

How to enable RSS in Drupal?

RSS stands for Really Simple Syndication – a web feed format for publishing frequent updates of site content such as news, blog posts, etc. Publishers benefit from RSS feeds because this lets them syndicate their site content automatically. Readers benefit from web … Continued
Detailed Drupal requirements

Detailed Drupal requirements

The minimal Drupal server requirements are listed below: PHP 5.2.5 or above – http://php.net MySQL 5.0 or above – http://mysql.org Apache 2.x – http://apache.org You can find more comprehensive information about this in the official Drupal documentation here. XonHost servers are fully optimized to … Continued
How to change the page content order in Drupal?

How to change the page content order in Drupal?

By default the latest content in Drupal is displayed on the top of the page. If you would like to have a content item displayed above others, you can use the sticky option. To stick a content item, log in … Continued
I am having problems with my cronjob and/or it is not working

I am having problems with my cronjob and/or it is not working

In case you have problems with your cron job please follow these steps for troubleshooting: Make sure you have followed our tutorial for setting your cron job; Make sure the syntax of your command is correct. For this purpose read carefully … Continued
How to configure Drupal to work with parked domains?

How to configure Drupal to work with parked domains?

If you cannot log into your Drupal application using your parked domain, you should change the following line in the sites/default/settings.php file: $cookie_domain = ‘yourdomain.com’; to $cookie_domain = $_SERVER[‘HTTP_HOST’]; This way Drupal will send the proper cookie information, matching the domain name … Continued
How to create multiple sites in my Drupal application?

How to create multiple sites in my Drupal application?

Drupal gives you the option to have several different sites under one Drupal installation using different databases (or database prefixes) for each site. Let’s say that you have two domains – domain1.com and domain2.com; domain1.com is your main domain and domain2.com is a … Continued
How to enable caching in Drupal?

How to enable caching in Drupal?

In order to enable caching in Drupal, log in as administrator and follow the steps below: Drupal 6.x: Go to Site Configuration Select Performance Under the Caching mode section, select Normal Under the Block cache section, select Enabled Save the changes by clicking on Save Configuration Drupal 7.x: Go … Continued
Is it possible to integrate Civicrm and Drupal?

Is it possible to integrate Civicrm and Drupal?

CiviCRM can be integrated in your current Drupal installation by adding it as a module. Please note that installing CiviCRM as a module is a paid service. You can request an installation by posting a ticket to XonHost Tech Support … Continued