The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I was wondering if there is a way to do this I dont know. I would like to add something to the footer that only shows up in a certain forum. Like when ever you open a post in that forum you see this down at bottom of page...Or if not like that everytime you open a post in that forum.. It will show it at bottom of the post. I looked all over for this info but cant find it.
Thank YOU ahead of time |
|
#2
|
|||
|
|||
|
You would use
HTML Code:
<if condtion="THIS_SCRIPT == location"> code here </if> You'd change the word "location" to "showpost". Basically the "location" is the php file without the "php" extension. If you do want it on the page I showed you then you'll need to edit a different template because it doesn't use the "footer" template. |
|
#3
|
|||
|
|||
|
Thank You
|
![]() |
|
|