PDA

View Full Version : have breadcrumb/login frame only show on forums and not index?


btappan
06-24-2004, 10:48 AM
alright. i seperated my breadcrumb from the navbar by just basically reversing the order of the page and taking the

<!-- / breadcrumb, login, pm info -->
everything in between
<!-- / breadcrumb, login, pm info -->

and putting it at the bottom of the page. now my navbar is missing the top part of the blue framing. how do i fix that, and how can i make the whole box under that with the forum navigation and login only show up on the forums and not the index portal? thanks

btappan
06-24-2004, 01:06 PM
it thought about using this:

http://www.vbadvanced.com/forum/showthread.php?t=322&highlight=breadcrumb

but the code:
<!-- top category table setup -->


is not in my navbar template.

Our Sponsors
 

chrisvonc
07-28-2004, 10:17 PM
I tried that mod in the other thread by finding: <!-- breadcrumb, login, pm info -->

Right above that, add: <if condition="THIS_SCRIPT == 'adv_index'">

<else />

Now find: <!-- / breadcrumb, login, pm info -->

and right below it, add: </if>

That removes the whole bread crumb bar, vB login box and welcome text that non-registers users would see from the homepage, but adds them all back when in the forum.

I dont know what that "<!-- top category table setup -->" was refering to as I could not find it either.

btappan
07-30-2004, 07:38 AM
thanks man! that worked i just had to use above the "top table catagory setup" and after the "bottom catagory setup" otherwise it would get rid of the login, but not the skin above and below it. also the problem i was having before was that i was NOT closing the "this script" command with the "</if>" and it generated the error i was getting. all working now! :D

Our Sponsors
 

chrisvonc
07-30-2004, 07:51 AM
What version of vB are you using? I am on 3.01 and that "<!-- top category table setup -->" is not in my navbar template.

chrisvonc
08-01-2004, 11:51 AM
Can this somehow be applied for displaying a picture on the main page but hiding it when in the forum?