PDA


View Full Version : Add banner to links.


kyle
07-20-2008, 12:36 AM
By looking at the threads in the v2 section I have been able using the info in this thread - http://www.vbadvanced.com/forum/showpost.php?p=102019&postcount=3 to have a banner display when you view link details, sorry just learning the names of all the pages, etc.

4570

This is exactly what we are after, but now looking at browse links we see this:

4571


4569

Is there any way to hide the link so it only shows on the link display page (first attachment) and not on the random and newest link and the browse link page/ (second and third attachments)

Brian
07-21-2008, 07:58 PM
You could wrap an <if condition> around the code.

<if condition="THIS_SCRIPT == 'links_browselinks'">
Your code here
</if>

kyle
07-22-2008, 03:52 PM
Thank you!!