The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Modify Footer Template Code so NavBar Button Points to Different Website
Here's a line of code in my sites footer template that controls the name & function in a footer navbar:
<li><a href="//mediakit.inetinteractive.com/<vb:if condition="$inet_mediakit_link = INET_MEDIAKIT_LINK">{vb:raw inet_mediakit_link}</vb:if>">Advertise</a></li> Currently this button & link in the footer navbar is called "Advertise"...and it points to an old website link I want to change to something else. If I wanted to change this line of code so it points to a different website address (for example msn.com)...what would I need to do...or how would I modify this line of code? Thank you |
#2
|
|||
|
|||
what is that conditional doing?
If the link to mediakit is dormant, I would just change the link and remove the conditional Code:
<li><a href="LINK HERE">Advertise</a></li> |
#3
|
|||
|
|||
Thanks very much Scottkoz20...that worked perfectly!
Not really sure what the conditional was doing (it was setup by someone else a long time ago). The link is outdated (not needed)...thus wanted to get rid of it. Thanks again. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|