Gumax Minor Bug: Do not take Monobook-Logo!

Please use this forum to post feedback and suggestions related to GuMax.
Post Reply
User avatar
BRotondi
Rank 5
Rank 5
Posts: 25
Joined: March 15th, 2009, 5:35 am
Contact:

Gumax Minor Bug: Do not take Monobook-Logo!

Post by BRotondi »

Hi Paul

Since you use smaller logos than Monobook and my Users shall be able to change the skin I use LocalSettings.php with

Code: Select all

$wgLogoGumaxV = ...
and GumaxV.php with

Code: Select all

    function execute() {
		global $wgUser;
		global $wgLogoGumaxV;
...
            <div id="p-logo">
            <a style="background-image: url(<?php echo $wgLogoGumaxV; ?>);" <?php
Bruno
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Gumax Minor Bug: Do not take Monobook-Logo!

Post by Paul »

This is good, but are you trying to keep the original variable?
User avatar
BRotondi
Rank 5
Rank 5
Posts: 25
Joined: March 15th, 2009, 5:35 am
Contact:

Re: Gumax Minor Bug: Do not take Monobook-Logo!

Post by BRotondi »

Don't know exactly what you mean... I use different logos for different Styles and am setting height/width hard-encodet in the styles...

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

Re: Gumax Minor Bug: Do not take Monobook-Logo!

Post by Paul »

"Use for different template", this makes sense... :D

I will update this in the future releases, and thanks for the feedback. :)
User avatar
BRotondi
Rank 5
Rank 5
Posts: 25
Joined: March 15th, 2009, 5:35 am
Contact:

Re: Gumax Minor Bug: Do not take Monobook-Logo!

Post by BRotondi »

You're welcome! And thanks also for your answers. It's more fun searching and implementing when you have someone to talk with :)
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Gumax Minor Bug: Do not take Monobook-Logo!

Post by Paul »

Me too, it's fun to make these templates for free... and I'm so happy that I can talk to many experts here. ;)

Keep me updated, let's make GuMax better and better for the MediaWiki community. :D
Post Reply