https://bugzilla.wikimedia.org/show_bug.cgi?id=49015

--- Comment #5 from Ryan Holliday <ryan.holli...@gmail.com> ---
On English Wikivoyage (and some other language versions) a template was
introduced to suppress the main title display and display the title elsewhere
in a page banner.  To do so the template uses:

  {{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}

...which is valid according to method #2 of
http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F

However, this approach has recently stopped working, and the title is now
display at the top of the page and in the banner.  Since we can't see config
variables, it was assumed that either $wgRestrictDisplayTitle or
$wgAllowDisplayTitle had changed.  If both of those values are set correctly,
is there a reason why hiding the page title no longer works?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to