How to move a vBulletin web site from a subfolder to the root directory

How to move a vBulletin web site from a subfolder to the root directory

In order to move a vBulletin forum from a subfolder to the root directory for your web site content (e.g. public_html), you should move the forum files and the corresponding subfolders there. Then open your vBulletin admin panel->Settings->Options->Site Name / … Continued
How to edit the vBulletin confirmation registration e-mail message?

How to edit the vBulletin confirmation registration e-mail message?

The confirmation e-mail text can be altered from your vBulletin admin control panel->Languages & Phrases->Search in Phrases. Enter the registeremail string in the Search for Text field. Select the Phrase Variable Name Only option and click on the Find button. Then edit the registeremail phrase.
How to view the print-friendly version of a MediaWiki page?

How to view the print-friendly version of a MediaWiki page?

By default, you should be able to view the print-friendly version of a MediaWiki page by clicking on the Printable version button located in the toolbox section on the left side of the wiki (assuming the default skin is used). However, if the button … Continued
How to protect MediaWiki so only registered members can post?

How to protect MediaWiki so only registered members can post?

By default anyone can post and edit articles in MediaWiki. If you want to set up MediaWiki in a way so that only registered members can post, you will have to make the necessary changes in the LocalSettings.php file. The … Continued
What is Moodle?

What is Moodle?

Moodle is an Open Source learning management system (LMS). Moodle is free to download and use. It is the most popular e-learning management software and is suitable for creating online courses, school, high school, college, and university web sites. You … Continued
How can I see the exact version of my phpBB?

How can I see the exact version of my phpBB?

The version of your phpBB can be seen in the admin area of the forum. The other way to check your phpBB version is to look it up directly in the phpBB database. Go to cPanel > phpMyAdmin. Then from the … Continued
How to change the text color of the image editor in vBulletin

How to change the text color of the image editor in vBulletin

The text color in the image editor can be altered from your vBulletin admin panel->Styles & Templates->Style Manager->Edit Templates->Go->CSS Templates->editor.css. Search for the .editoroverlay.imageoverlay div.imagetarget definition and enter the preferred code in it using the following line: color: COLOR; Replace COLOR with … Continued
How to disable caching in MediaWiki?

How to disable caching in MediaWiki?

If you wish to disable caching in your MediaWiki, you should open the LocalSettings.php file and add the following lines to it: $wgEnableParserCache = false; $wgCachePages = false;