Is there a way to replace the logo of a forum to a different logo when a user clicked on a subforum? For example, if I have a forum about cars and I have three subforums: Hyundai Mazda Toyota If someone went to my toyota subforum, is it possible for the user to see a toyota logo rather than my normal logo? If so, can someone post how I can do this? Thanks.
Yes, I'm sure it's possible. My forum using a rotating banner based on a PHP script. I'm guessing doing this would be a similar thing where the PHP script loads a different image depending on the referring board ID. For example: http://yourforum.com/index.php?board=1.0 http://yourforum.com/index.php?board=2.0 http://yourforum.com/index.php?board=3.0 Setting the PHP script to show one image when the referring ID is /index.php?board=1.0, another at /index.php?board=2.0, and the third when it is 3.0 should do the trick. My knowledge of PHP is limited so I don't know exactly how to go about it, but something similar should work.