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;
How to upgrade my MediaWiki site?

How to upgrade my MediaWiki site?

Upgrading an application is a tricky task and you should always perform it with caution. The most important thing you need to know about application upgrades is that before attempting to upgrade an application, you should always create a backup of it. … Continued
How to install Certificate module to my Moodle?

How to install Certificate module to my Moodle?

The certification module can be downloaded from the following page. The installation of it is similar to the installation of other modules. This process includes 3 simple steps, which you can find in our Moodle tutorials.
Initial phpBB installation and configuration

Initial phpBB installation and configuration

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