Log in

View Full Version : Template info


Xencored
03-26-2010, 06:36 PM
Is there anyway i can see what the template is called when i am on that page

Example

./album.php?do=addalbum

Thanks

Edit

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

You condition would probably be something along these lines:
Code:
<vb:if condition="$show['member']">
comments link
<vb:else />
your statem

http://www.vbulletin.com/forum/showthread.php?346824-Adding-an-If-Condition-Comments-Box-Visibility&p=1952161&viewfull=1#post1952161

Thanks Lynne :)