![]() |
@scoyote:
Code:
<!-- logo --> |
Sigh......I'm not really sure what you just said.
I'm guessing that something is wrong with the way my logo is being called and I cannot show a different logo on one of the forums? |
I just posted an edited version of your header template. Disregard what I'm saying to nando99.
|
Quote:
|
Dismounted.....thank you very much.
That is working perfectly.....! I almost hate to ask this question....but.... Now, if I want to add another logo for forum ID 9 Do I need to enter that whole line again or add a comma and the other forum id???? if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png, if condition="$foruminfo['forumid'] == 9">images/misc/ftm.png <else />$stylevar[titleimage]</if> Does it work like that? |
Code:
<!-- logo --> |
OK....just never satisfied I guess ;-)
Now, my customer wants that logo to be linked to his website so he can click it to go directly there. Can that logo be linked? If so....can someone give me an example or is it just normal HTML code? |
Making a logo clickable is basic html - the basic structure:
HTML Code:
<a href="whatever.php"><img src="logo.jpg"></a> |
Then I'm doing it wrong?
I tried that and it didn't work for me. Here is where I'm trying to do it: <img src="<if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png<else /><if condition="$foruminfo['forumid'] == 9">images/misc/ftm.png<else /> So...where do you put that code inside there? |
Before it, put:
Code:
<a href="whatever.php"> Code:
</a> |
All times are GMT. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|