Custom menu when logged in Topic is solved

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
myvr

Custom menu when logged in

Post by myvr » Mon Mar 10, 2008 12:06 pm

Hi.
I'm using the Joomlart template JA_Erica, and I've managed to hack the uppermost menu to show other (static) menu items, when a user has been logged in.
The problem is, that when I click on one of the menu items, the menu will switch back to the original un-hacked menu. Why is that? I've hacked the templates/ja_erica/index.php file.

Another issue is the way I made the hacked menu. I took the code from "show source" in Internet Explorer, and pasted it into a file, which I then include when user is logged in. It's not possible to generate another menu when a user is logged in, is it?
It's the uppermost menu in this template: http://www.joomlart.com/templates_demo. ... e=ja_erica

Thanks.

Post Reply