Skip to content

bahaipedia/mediawiki-skins-Ridvan

Repository files navigation

Skin:Ridvan

Ridvan is a modern, responsive MediaWiki skin originally developed for Bahaipedia.org. It is a rewrite of the Skin:Chameleon NavHead layout that we used for several years, minus the need for Bootstrap and several other dependencies. Search suggestions are an adaption of code found in Skin:Citizen.

Credits

Requirements

  • MediaWiki 1.41+

Installation

  1. Download the skin files and place them in the skins/Ridvan directory.
  2. Add the following line to your LocalSettings.php:
wfLoadSkin( 'Ridvan' );

Configuration

Custom Search Suggestions

Ridvan includes a custom, fast "Typeahead" search suggestion module (czsearch) enabled by default.

If you are running Wikibase or simply prefer the default MediaWiki search behavior, you can disable the custom module by adding this to your LocalSettings.php:

// Disable Ridvan's custom search (Reverts to standard MediaWiki suggestions)
// Recommended for Wikibase instances.
$wgSearchSuggestionsReplacement = false;

License

GPL-3.0-or-later

About

Skin for Bahaipedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published