Thanks dude. It's working now
Original Message:
<br />On Mar 10, 2008, at 3:43 PM, Hosam Hassan wrote:
<br />
<br />> I already checked and google for that before i post anything. I dont
<br />> want to change the logo. I want to remove it totally with its like.
<br />> if you delete the logo.png u still have some nasty link there
<br />
<br />I read a bit too fast your question ;)
<br />
<br />You'll need to edit the global.vm file and remove this part:
<br />
<br /> <a href="$!xwiki.getURL("
main.webhome="Main.WebHome">
<br />#set($logoname = $xwiki.getSkinPreference("logo",
"logo.png"))
<br />#set($logo = $!prefdoc.getAttachment($logoname))
<br />#if(!$logo)
<br />#set($logourl = $xwiki.getSkinFile($logoname))
<br /> <img src="$!logourl" alt="XWiki"
width="200" height="70" />
<br />#else
<br />#set($logourl = $prefdoc.getAttachmentURL($logo.filename,
"download"))
<br /> <img src="$!logourl" alt="XWiki" />
<br />#end
<br /> </a>
<br />
<br />Thanks
<br />-Vincent
<br />
<br />> Original Message:
<br />>
<br />> Hi Hosam,
<br />> <br />
<br />> <br />On Mar 10, 2008, at 3:19 PM, Hosam Hassan wrote:
<br />> <br />
<br />> <br />> Hello all,
<br />> <br />>
<br />> <br />> I am using the toucan skin as its much better and easier
to
<br />> change
<br />> <br />> than the albatross. Anyway I just want to remove the
Company
<br />> logo
<br />> <br />> and its link from the global header.
<br />> <br />>
<br />> <br />>> From where I can do that?.
<br />> <br />
<br />> <br />See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
<br />> <br />
<br />> <br />Thanks
<br />> <br />-Vincent
<br />> <br />
<br />> <br />_______________________________________________
<br />> <br />users mailing list
<br />> <br />users(a)xwiki.org
<br />> <br />http://lists.xwiki.org/mailman/listinfo/users
<br />> <br />
<br />>
<br />> --
<br />> _______________________________________________
<br />> users mailing list
<br />> users(a)xwiki.org
<br />>
http://lists.xwiki.org/mailman/listinfo/users
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--