What Drupal resources do you recommend?

What Drupal resources do you recommend?

The official Drupal website. The official Drupal documentation. The official support forum of Drupal. The official Drupal extensions. XonHost Drupal tutorials. XonHost free professional Drupal templates.
How to access the Drupal admin login page?

How to access the Drupal admin login page?

The admin page URL varies depending on your Drupal application version. More information on how to see which Drupal version you are using is available here. Below you will find the admin login links on different Drupal applications. Make sure that you substitute yourdomain.com with … Continued
How to enable a theme for my Magento mobile web site?

How to enable a theme for my Magento mobile web site?

In order to use one theme for a Magento web site when it is loaded through a personal computer and a different one for mobile devices follow the steps listed below. First, pick the preferred mobile Magento theme and install … Continued
How to enable RSS in phpBB?

How to enable RSS in phpBB?

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 … Continued
How to change the SMF index page title?

How to change the SMF index page title?

If you want to change your SMF application’s index page title you will have to edit the following file: ~/SMF_installation_directory/Themes/default/languages/index.LANGUAGE.php where LANGUAGE is the current language which your application is using. You will have to find the following line: $txt[18] = $context[‘forum_name‘] … Continued
Remove default http:// from the Insert Link option in vBulletin

Remove default http:// from the Insert Link option in vBulletin

In order to remove the predefined http://  string from the Insert Link functionality in the vBulletin text editor open the clientscript/vbulletin_textedit.js file and change the following code excerpts: {url=this.show_prompt(vbphrase.enter_link_url,”http://”,true)} (appears twice) and {this.prompt_link(“url”,url,vbphrase.enter_link_url,”http://”)} to {url=this.show_prompt(vbphrase.enter_link_url,””,true)} (appears twice) and {this.prompt_link(“url”,url,vbphrase.enter_link_url,””)} Also, navigate to your vBulletin admin panel->Languages & … Continued
How to configure vBulletin albums?

How to configure vBulletin albums?

The vBulletin Albums functionality allows you to create albums with images and share them with the other forum members. You can configure the albums settings from the vBulletin admin control panel->Options->User Profile: Album Options. The “My Albums” link will be … Continued
How to run the MediaWiki update script through a browser?

How to run the MediaWiki update script through a browser?

By default, when upgrading MediaWiki, you have to run the update.php file from a command prompt. This becomes a problem if you don’t have SSH access to your account. Fortunately, there is a way to run the script through your browser. Follow the steps … Continued
How to disable registration for MediaWiki?

How to disable registration for MediaWiki?

If you want to disable the option for your MediaWiki visitors to register accounts at your MediaWiki website you will have to add the following line in the LocalSettings.php file: $wgGroupPermissions[‘*’][‘createaccount’] = false; You can find below detailed instructions on how to … Continued
Initial Moodle installation and configuration.

Initial Moodle installation and configuration.

There are two ways you can install Moodle 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