PDA

View Full Version : Forum Specific Logos


Michael Morris
02-29-2004, 04:39 AM
Hello. I'm trying to figure out a way to change the logo used in the header depending on the forum the user is viewing. I want the same logo to appear regardless of the current style (I'm well aware that individual forums can have their own styles).

I think the best way to do this is to include the forum number in the filename of the .gif image that contains the logo. Hence

<img src="./images/logos/enworld[$vboptions(forum)].gif"> or something along those lines. Hence enworld1.gif would be for forum #1, enworld87.gif would be forum #87 and so on.

But what variable do I need to query in the header template to do this?

Zachariah
03-01-2004, 01:19 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=61555" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=61555</a>

You can take the <if></if> statement added to the ForumsDisplay template and place it in the header / footer template and it will show up also.

Michael Morris
03-03-2004, 07:37 PM
Thanks. Don't have time to look at it *right now* but I will (I drive a truck for a living and my internet time is highly limited).