GumaxDD: First Heading spezial char & dispay as HTML (&)

If you are having problems with GuMax, post here.
Post Reply
User avatar
freggern
Rank 1
Rank 1
Posts: 5
Joined: July 30th, 2010, 6:40 pm

GumaxDD: First Heading spezial char & dispay as HTML (&)

Post by freggern »

Hello,

I install your nice skin GumaxDD 1.2. and make little changes with the background pictures...

Two days ago I upgrade my Mediawiki to 1.16.0.

So I have problems with the gumax-firstHeading

http://www.freggers-wiki.de/wiki/index. ... _Serverops

The spezial char & shows as & in the first header.

Greets,
freggern

P.s:
Thanks for your hard work.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GumaxDD: First Heading spezial char & dispay as HTML (&)

Post by Paul »

Does this happen in old wiki?
User avatar
freggern
Rank 1
Rank 1
Posts: 5
Joined: July 30th, 2010, 6:40 pm

Re: GumaxDD: First Heading spezial char & dispay as HTML (&)

Post by freggern »

Paul wrote:Does this happen in old wiki?
No, I test it and it's happens with the 1.16 Version, the 1.15.x Versions works fine ...

The monobook skin works...
http://www.freggers-wiki.de/wiki/index. ... n=monobook

Greets,
freggern
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GumaxDD: First Heading spezial char & dispay as HTML (&)

Post by Paul »

OK, this is due to mediawiki 1.16............

Fix:

Search GuMaxDD.php

Code: Select all

<div class="gumax-firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></div>
replace with:

Code: Select all

<div class="gumax-firstHeading"><?php $this->html('title') ?></div>
This should fix it.......
Post Reply