LinkFilter is an extension to allow users to submit news (etc.) links and wiki admins/other privileged users to approve them.
In addition to the new special pages, LinkFilter also provides <linkfilter>
parser hook tag.
LinkFilter
folder to your extensions/
directory.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LinkFilter
wfLoadExtension( 'LinkFilter' );
user_stats
table by running patch-columns_for_user_stats.sql
against it (try php maintenance/run.php sql extensions/LinkFilter/sql/patch-columns_for_user_stats.sql
from command line)$wgLinkFilterTypes
— an array of link types that will be available in the dropdown menu on Special:LinkSubmit. If this is not defined, LinkFilter will use the defaults in Link::$link_types. The defaults are the same as Link::$link_types currently:$wgLinkFilterTypes = array( 1 => 'Arrest Report', 2 => 'Awesome', 3 => 'Cool', 4 => 'Funny', 6 => 'Interesting', 7 => 'Obvious', 8 => 'OMG WTF?!?', 9 => 'Rumor', 10 => 'Scary', 11 => 'Stupid', );
$wgLinkPageDisplay
— not really a configuration variable per se. Used to display different stuff on LinkFilter pages. For example, setting $wgLinkPageDisplay['in_the_news'] = true;
will display "In the News" section on Special:LinksHome.You can edit the general instructions displayed to everyone on Special:LinkSubmit by editing MediaWiki:Linkfilter-instructions.
Admins instructions can be edited through MediaWiki:Linkfilter-admin-instructions.
The extension adds one new user right, linkadmin. Users with this right are able to use LinkFilter's administrative functions, such as approve/reject links. By default, linkadmin, staff and sysop groups have this right.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4