Extension:FeedbackUs

MediaWiki extensions manual
FeedbackUs
Release status: unknown
Author(s) Josef Martiňák, Petr Kajzar
Latest version 2.1
MediaWiki >= 1.36.0
License MIT License
Download
  • $wgarticleScoresDefaultReviewersCountTO
  • $wgotrs
  • $wgpageCount
  • $wgnamespaces
  • $wgarticleScoresDefaultReviewersCountFROM
  • $wgarticleScoresDefaultItemsCount
  • $wgotrsAddress

The FeedbackUs extension allows users to send feedback on articles, and administrators to review that feedback.

Installation edit

  • Download and place the file(s) in a directory called FeedbackUs in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FeedbackUs' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also edit