1

Topic: Separate menu links ?

Hi, I would like to separate the menu items at the top with a "|" between the links.

What´s the easist way for doing this?

Thanks

Re: Separate menu links ?

in functions.php, find generate_navlinks() and change it smile

Re: Separate menu links ?

Hi!

Open lang/English/common.php

Find

'Link separator'        =>    '',    // The text that separates links in the navigator

Replace by

'Link separator'        =>    '|',    // The text that separates links in the navigator

4

Re: Separate menu links ?

Nico, that does seem like the easy of doing this, but when I do as you describe it does include the | between the links, but the space between them are not correct, it shows like this:

Index|   Userlist |   Rules|

5

Re: Separate menu links ?

Found it in the CSS file:

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 0px}

Changed the margin to 0 and add the space in the language file

Thanks a lot.

Re: Separate menu links ?

ok, that's great so! smile

7

Re: Separate menu links ?

Yeah, it sure is - wonderful script.