The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Editing footer of home page only?
I want to add some text to the footer of my forum home page. The text should only appear on the home page, i.e. it should not appear on every page of the site.
How do I do that? Thanks, Fergal |
#2
|
|||
|
|||
You could edit the footer template and add your text inside a vb:if tag, like:
Code:
<vb:if condition="THIS_SCRIPT == 'index'"> This text only on forum home page </vb:if> |
Благодарность от: | ||
Fergal C |
#3
|
|||
|
|||
Thanks for your help kh99. For the "THIS_SCRIPT" part, do I write that exactly as it is, or do I need to replace the "THIS_SCRIPT" with something specific to my site?
|
#4
|
|||
|
|||
I think it should work exactly like it is.
|
#5
|
|||
|
|||
Thanks very much kh99, that works perfectly.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|