Extension:Testimonials
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: 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 yourextensions/
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.