PDA

View Full Version : Remove item from the homepage navbar only.


paul41598
09-06-2004, 04:58 PM
I have a quick question. Since I can't seem to get my "quick links" or "school links" that are in my navbar to work on my homepage. How do I go about only making them show up on the forums navbar. I tried using the same concept as with makeing the home/forums link change depending on if your on the homepage or at the fourms. But that didn't work, but then again I don't know much about html :) . If someone could help me out I'd appreciate it. The website is www.TheGrizzlyPost.com if you want to see what I mean. Here is a link (http://www.vbadvanced.com/forum/showthread.php?t=2444) to my old problem also. Brain was not able to fix it. He said it's something to do with the javascript. So if anyone has an idea let me know. If not them I'd just like a way to not have them show up on the homepage. Thanks in advance.

Paul

Brian
09-06-2004, 06:31 PM
<if condition="THIS_SCRIPT != 'adv_index'">Code Here</if>

Our Sponsors
 

paul41598
09-06-2004, 06:38 PM
Thank you. I forgot the </if> at the end.