Log in

View Full Version : How to do this?


Wizardjv
04-20-2007, 01:32 AM
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

harmor19
04-20-2007, 01:45 AM
You would use


<if condtion="THIS_SCRIPT == location">
code here
</if>


If you want it on https://vborg.vbsupport.ru/showpost.php?p=1231640&postcount=1
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.

Wizardjv
04-21-2007, 01:19 AM
Thank You