The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Diff. logo for diff. URL
So here Is my question
1 forum - 2 domains(or more) www.domain1.com and www.domanin2.com I would like to set a logo for each domain; when forum is accesed from domain1.com users will see logo1.gif and when from domain2.com -> logo2.gif - and so on This is my ideea (must work with ... it's not working .. yet ) we define 2 variables in vb: PHP Code:
Code:
<if condition="$link= 'domain1.com'"> <img src="http://www.domain1.com/logo1.gif"> </if> <else /> <if condition="$url = 'domain2.com'"> <img src="http://www.domain2.com/logo2.gif"> </if> Where should i define $url and $link ? |
#2
|
|||
|
|||
There is a mod that allows you to set different styles for different domains, search around a bit.
|
#3
|
|||
|
|||
Quote:
well... i tried to search...i'll search again .. thanks .. I guess! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|