Last modified: 2014-10-12 18:31:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T73687, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71687 - Cannot disable signature display with $wgHiddenPrefs
Cannot disable signature display with $wgHiddenPrefs
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
User preferences (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-05 23:47 UTC by Subfader
Modified: 2014-10-12 18:31 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Subfader 2014-10-05 23:47:58 UTC
Special:Preferences#mw-prefsection-personal >> mw-prefsection-personal-signature cannot be removed using $wgHiddenPrefs.

I don't use talk pages or signatures, thus this display is useless and confusing.
Comment 1 Umherirrender 2014-10-07 17:32:52 UTC
It is a bit tricky, but you can use:

$wgHiddenPrefs[] = 'nickname';
$wgHiddenPrefs[] = 'oldsig';
$wgHiddenPrefs[] = 'fancysig';

I am not sure, if there should be a simpler way to do it.
~~~~ will still work, if used on any page.
Comment 2 Subfader 2014-10-09 00:29:14 UTC
Thanks, confirmed! I didn't have oldsig yet :)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links