PDA

View Full Version : excluding pages


Luca_000
03-13-2012, 10:27 AM
Hi guy,
i need to show an ajax box in all the pages of my VB, except for the thread visualization pages, how can i do?
thanks
Luca

Lynne
03-13-2012, 10:51 PM
ajax box? thread visulation pages? I'm really not sure what you are talking about or want to do here.

Iain M
03-14-2012, 01:40 AM
Is this 'ajax box' something you already have? I am guessing that you don't want it shown on thread pages? If that's the case then you can put this in whatever template you want it shown in:
<vb:if condition="THIS_SCRIPT != 'showthread'">
AJAX BOX CODE
</vb:if>