Re[3]: Use Main Menu as a link?
2005/04/28 14:38
Viewed 23266 times
Replies: 1/9

Sorry about this, the dust since we upgraded to MySQL 4.1 is still in the air..

As for the answer, I don't remember exactly what the problem was--do you need to use a section title as a link?

Re[4]: Use Main Menu as a link?
2005/04/29 10:59
Viewed 26797 times
Replies: 1/8

Exactly, I want a section title with no submenu as a link.

last
Re[5]: Use Main Menu as a link?
2005/04/29 12:02
Viewed 30309 times
Replies: 1/7

Well, using the last version you should be able to simply include HTML code in the section title, like this:

new NavSection(menu, "<a href='/link/'>Section title</a>", []);

Note that I did pass an empty array; it doesn't work otherwise. (NavBar doesn't really like empty sections at this time...).

Hope this helps.

last
Google