Search found 3 matches

by Donovan
Mon Jun 23, 2008 8:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Administration Menu
Replies: 4
Views: 3145

Re: Administration Menu

Hi,

I've posted to get some help for this since I don't know the answers. I know that you can call a menu dependent upon login information. I believe it uses cookies and some js coding. You can also parse the data file through whatever you're using like php, cold fusion etc. You do that by ...
by Donovan
Mon Jun 23, 2008 6:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Administration Menu
Replies: 4
Views: 3145

Re: Administration Menu

Is it possible to use these same files but rename them each to something like milonic_admin_menu_code.js and milonic_teacher_menu_code.js and milonic_student_menu_code.js

Same with the others?

So then...

if( $userdata['session_logged_in'] ) {

// include the common header file
include($root ...
by Donovan
Mon Jun 23, 2008 4:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Administration Menu
Replies: 4
Views: 3145

Administration Menu

Hey everyone. Nice menus... glad I stumbled across this site.

I have a PHP/MySQL application written by others that I am wanting to enhance. First thing is to make the interface more user friendly. It is all template based using the phpBB template engine. I want a tabbed menu instead of the cookie ...