How to upgrade my Joomla 2.5 web site?

How to upgrade my Joomla 2.5 web site?

Prior proceeding with the application upgrade it is recommended to create a full web site backup. Detailed instructions can be found in the backup section of the XonHost cPanel tutorial. If the web site is installed through Softaculous, you can use the … Continued
Why can’t I see all available module positions in Joomla 1.5?

Why can’t I see all available module positions in Joomla 1.5?

When you choose a position for your module in the Module manager of your Joomla application, the drop-down menu will only display a list of positions that have modules enabled in them. If you have not installed the sample data … Continued
How to integrate a forum with my Joomla 1.5 site?

How to integrate a forum with my Joomla 1.5 site?

You can integrate many forum applications with Joomla 1.5 using the JFusion component. It is installed as any other Joomla 1.5 component and with it you can easily integrate SMF, phpBB 3, vBulletin and several other board applications with Joomla 1.5.x. More … Continued
How to enable SEF (Search Engine Friendly) URLs?

How to enable SEF (Search Engine Friendly) URLs?

You can enable the Search Engine Friendly URLs from the Joomla administrator’s panel. Go to Site -> Global Configuration -> SEO. Once you enable this option, you have to rename the htaccess.txt file in your Joomla directory to .htaccess. Please click here to access our Joomla … Continued
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