How can I get SMF installed on my account?

How can I get SMF installed on my account?

You can install SMF through the automatic script installation system – Softaculous. Here is how to install SMF via Softaculous: cPanel -> Softaculous -> Forums -> SMF -> Install The other way you can install SMF on your account with XonHost is to install it manually. If you want … Continued
How to configure the gzip HTML output pages compression in vBulletin?

How to configure the gzip HTML output pages compression in vBulletin?

The GZIP functionality will allow you to compress the HTML output of forum pages and reduce the bandwidth usage. You can turn on the corresponding functionality and set the compression level from your vBulletin admin control panel->Settings->Options->Cookies and HTTP Header … Continued
How to include external RSS feeds in vBulletin?

How to include external RSS feeds in vBulletin?

vBulletin has an internal RSS system that you can use to add RSS feeds to your forum. To manage your RSS feeds, log in to your vBulletin admin area and go to RSS Feeds > RSS Feed Manager. To add a … Continued
How to reset my MediaWiki admin password?

How to reset my MediaWiki admin password?

The easiest option to reset your MediaWiki admin user password is to use the “Forgot your password?” section. You can either use the admin username or its email account and you will receive a password reset link via email. The second way is to … Continued
How to configure Moodle to work with a new domain?

How to configure Moodle to work with a new domain?

In order to configure Moodle to work properly with another domain, you should modify the config.php file located Moodle’s main folder. You should change this line: $CFG->wwwroot = ‘http://olddomain.com‘ ; to $CFG->wwwroot = ‘http://newdomain.com‘ ;
How to clear the cache in PrestaShop

How to clear the cache in PrestaShop

When making changes in PrestaShop they will often not appear right away due to old cached information. The solution is to clear the cache of the application. PrestaShop version 1.6.x and above caches data using Smarty. Cached data is stored … Continued
How to configure WordPress to work with a new domain?

How to configure WordPress to work with a new domain?

There are few ways to change the domain name on your WordPress application: Using phpMyAdmin You should change the siteurl and home options in your WordPress database. You can do this using the phpMyAdmin tool available in your cPanel. Once in phpMyAdmin, select your WordPress database … Continued
How to upgrade my WordPress application?

How to upgrade my WordPress application?

Please click here to access our WordPress tutorials and you will find a nice one on how to upgrade your WordPress website. Please, note that manual upgrades can cause database corruptions, data loss, and break you script/site. This is why it is … Continued
How to add and delete categories in WordPress?

How to add and delete categories in WordPress?

In order to add/delete a category in your blog, log in to the admin area and go to Posts -> Categories. To add a category, simply type its name in the Category Name field. If you wish, you can also type a category slug, description … Continued