Page 1 of 1

using dynamic logo with namespace

Posted: July 1st, 2008, 8:46 pm
by zzzztz
Hi, im using 3.2.1, and i have trouble figuring out how to use the dynamic logo when the page has a namespace, for example
namespace:pagename

i tried the following and nothing worked
namespace:pagename.jpg (edited the name in ftp)
pagename.jpg
namespace.pagename.jpg
namespace pagename.jpg
namespacepagename.jpg

i couldnt figure it out just by looking at the script, not sure if this is even possible, maybe you know the answer :P

Re: using dynamic logo with namespace

Posted: July 1st, 2008, 9:53 pm
by Paul
Easy way to do this, after load the page, view the source code, then find the real name of the jpg logo file... :D

Re: using dynamic logo with namespace

Posted: July 2nd, 2008, 12:51 am
by zzzztz
that doesnt seem to work, its always

Code: Select all

<div id="gumax-site-logo">
<a style="background-image: url(/wiki/skins/gumax/images/header/default.jpg);" href="/wiki/index.php?title=Main_Page" title="Main Page"></a>
    </div>
unless the script detects $pagename, but it doesnt seem to be able to do that when its "namespace:pagename"... just the word after namespace alone doesnt do it, works when its just "wiki/pagename" :?: did this change in any of the newer versions? maybe i'll look for the codes there

Re: using dynamic logo with namespace

Posted: July 3rd, 2008, 9:30 pm
by Paul
It should work, see my page http://paulgu.com/wiki/PaulGuWiki:Site_support, this works fine.

Re: using dynamic logo with namespace

Posted: July 4th, 2008, 3:43 pm
by zzzztz
thanks, figured it out, it works when the file name is all case letters :P

Re: using dynamic logo with namespace

Posted: July 4th, 2008, 5:59 pm
by Paul
Great! :D

Re: using dynamic logo with namespace

Posted: November 2nd, 2009, 6:17 pm
by Kitsufox
I'm having this same issue and don't exactly understand the solution...

I've tried all sorts of things and just can't figure out exactly what I'm being pointed at for the solution. Would someone be able to clarify please?

Re: using dynamic logo with namespace

Posted: November 14th, 2009, 3:23 am
by leejane30
good to know this one is fixed! mine is now working perfectly... :D