Extension:Testimonials

MediaWiki extensions manual
Testimonials
Release status: unmaintained
Implementation Parser function
Description Allows to create wonderful testimonials for your site
Author(s) Nischay Nahata (Nischayn22talk)
Latest version 0.1 (2014-03-30)
MediaWiki 1.23+
PHP 5.3+
Database changes No
License GNU General Public License 3.0 or later
Download
README

The Testimonials extension lets you display testimonials from your users in a awesome sliding manner. The HTML for the Testimonial has to be added manually into the skin code, this extension will just beautifully display it when called.

Installation edit

  • Download and place the file(s) in a directory called Testimonials in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/Testimonials/Testimonials.php";
    
  • Configure as required
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.