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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
in functions.php, find generate_navlinks() and change it
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
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|
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.
Yeah, it sure is - wonderful script.
PunBB Forums → PunBB 1.2 troubleshooting → Separate menu links ?
Powered by PunBB, supported by Informer Technologies, Inc.