enterprisemediawiki / HeaderFooter

Add common headers and footers to MediaWiki pages
http://www.mediawiki.org/wiki/Extension:Header_Footer
6 stars 18 forks source link

Footer not hideable #23

Open chopinesque opened 5 years ago

chopinesque commented 5 years ago

Thank you very much for this great extension!

I was testing it locally on MW 1.32 and despite edit protecting pages and adding __NOFOOTER__ the footer is still displayed.

jamesmontalvo3 commented 5 years ago

There are page-level footers and namespace-level footers. Are you sure it's not the namespace level footer that is displaying? From the docs [1]:

__NOHEADER__ to suppress the page level header
__NOFOOTER__ to suppress the page level footer
__NONSHEADER__ to suppress the namespace level header
__NONSFOOTER__ to suppress the namespace level footer

[1] https://www.mediawiki.org/wiki/Extension:Header_Footer#Disable_commands

chopinesque commented 5 years ago

Edit, I tested again, and it works now for some reason.