Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [discusswireless] Changing Logo Link

Quote Reply
Re: [discusswireless] Changing Logo Link In reply to
I'd recommend adding a "forum_logo" "CHAR" field to the Forum table, then changing the image src to:

...<img src="<%image_url%>/<%if forum_logo%><%forum_logo%><%else%><%logo%><%endif%>" border="0" ...

Then you can set the forum_logo for the forums to an image name (e.g. "forum_abc.gif") and the logo used will be "forum_abc.gif" in the GForum image directory instead of the main logo. The main logo will still show up for areas that aren't in a forum - for instance, the main logo, the private message screen, etc.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Changing Logo Link discusswireless 3974 Jan 21, 2005, 2:22 PM
Thread Re: [discusswireless] Changing Logo Link
Jagerman 3820 Jan 21, 2005, 2:50 PM
Post Re: [Jagerman] Changing Logo Link
discusswireless 3817 Jan 21, 2005, 3:22 PM