Have you tried to run the latest version of this extension? I can't maintain a testing environment for every possible wiki version and configuration. So, I was hoping you might list your Mediawiki Version and whether it worked or not? If it doesn't work, I can work on fixing it. Thanks a lot!
Topic on Extension talk:NoTitle
I have just tested it on a 1.19.3 instance. I does not work as expected. After doing an &action=purge
the title gets hidden. However after going to another page and than returning to the page with the hidden title it gets shown again until I do a purge once again.
Thanks a lot, kgh. I've injected a tiny bit of JavaScript to hopefully fix that for cached pages. The fix is on Github.
Hi Tony, I will test tomorrow. Lot's of things in the pipeline today. Cheers
I just did the testing and I still found a problem. The title gets hidden automatically the first time I access the respective page without having to purge it. After going to another page and than returning to the page with the hidden title it gets shown until I do a purge.
Hey, same problem here. Got a MW 1.20.2. After purge the title is hidden but it comes back and i don't know why. i'm using the lastest version from github.
maybe there is a problem with other extensions? i'm also using the vektor extension i think there is the problem
greetings from germany torferde :)
so, more input:
after ?action=purge on the mainpage the title is gone.
when i expand/collapse the navigationbar, the Extension:Vektor make the title on the mainpage show :(
in the head section of the html document are some css style definitions - i don't understand yet - i think the problem is in the cache key from the other extension
Doesn't work for me either. I used to put
{{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}
instead but that doesn't work anymore after upgrading.
Never mind, after adding $wgRestrictDisplayTitle = false; (and waiting several minutes) both methods seem to work.
la ultima versión (4.0.0) funciona en mediawiki 1.29+