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/showt...=1#post1952161
Thanks Lynne