The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Need a conditional similar to this...
I'm attempting to build two versions of part of a navigation bar for my forum portal index with some problems.
I'm using some javascript that by default, hides links to different areas to my forums. When the title of each <div> is clicked, that section will drop down, and the user can then click on what area of the forums they want to go to. Unfortunately, this is not compatible with FireFox which I, along with a majority of my members use, so each category simply shows up as text, not links. Thus I've turned to using the following conditional to detect what browser people are using. Code:
<if condition="is_browser('mozilla')" /> Code:
onMouseOver="SwapImages('Nav4','Nav4On'); Additionally, when I remove the SwapImages javascript from the Mozilla-only portion of that conditional, I get the following parse error: Quote:
If you'd like to get an idea of what I'm talking about, you can view my portal here: http://www.battleforums.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|