PDA

View Full Version : please explain the navigation module.....


way2low
01-08-2007, 10:08 PM
i have fought this navigation module for days now. basically i want it to do this (this is simply an example)

**image gallery
friends
enimies
cousins
neighbors

**online store
dvd's
cd's
clothes

**forums
general forum
off topic
whatever else

the items with ** represent a heading while the ones without would represent an actual link.

the problem im having is that when i edit the navigation module and try to order things using the "order" "level" "link" options, they get thrown all over the place and out of order.

how do i make this happen ??

Brian
01-09-2007, 04:58 PM
Order / Level / Link / Text

1 / 1 / {blank} / image gallery
2 / 2 / {link} / friends
3 / 2 / {link} / enimies
4 / 2 / {link} / cousins
5 / 2 / {link} / neighbors

6 / 1 / {blank} / online store
7 / 2 / {link} / dvd's
8 / 2 / {link} / cd's
9 / 2 / {link} / clothes

10 / 1 / {blank} / forums
11 / 2 / {link} / general forum
12 / 2 / {link} / off topic
13 / 2 / {link} / whatever else

Our Sponsors
 

way2low
01-09-2007, 08:38 PM
that worked perfectly ! thank you.

tarionyx
01-09-2007, 10:46 PM
how do you add the spaces between the groups?

Our Sponsors
 

Brian
01-10-2007, 11:11 AM
You could edit your adv_portal_navigationbits template and change the contents to something like this:
<div class="smallfont" <if condition="$navlinks['level'] <= 1">style="padding-bottom: 10px"</if>>$navmark <if condition="$link"><a href="$link">$title</a><else />$title</if></div>