The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Custom site logo per thread?
Is it possible to have a custom logo for each or any specific thread on your forum? I have a thread that is dedicated towards up to the minute showbiz news and I was wondering if when my users visit the "news" thread, they see a completely different site logo.
|
#2
|
|||
|
|||
You want a different logo on different threads, or for different forum categories?
|
#3
|
||||
|
||||
Yes. I apologize. I should've been more specific. I would like different logos for different forum categories.
|
#4
|
||||
|
||||
Hmmmm not sure if this will work, but I use it to place forum specific text content below the header. You might be able to modify it to fit your needs. Just change the array number to coincide with your forum id.
Code:
<if condition="in_array($GLOBALS[forumid], array(4))"> <tr><a href="mylink.php">text here</a></tr> </if> <if condition="in_array($GLOBALS[forumid], array(105))"> <tr><a href="mylink.php">text here</a></tr> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|