This topic is locked
[SOLVED]

 Is it possible to create a menu page in phprunner?

10/12/2010 2:14:29 PM
PHPRunner General questions
K
karmacomposer author

I would like to create a page in phprunner with 3 buttons - each one selects a different form to go to via a hyperlink.
I am more than proficient in web design and know my way around website creation pretty darn well. I want to use that

design know-how within phprunner.
The tables and forms are already set up, now I just need to link them to a more attractive and obvious menu system.
Can this be done in phprunner? How?
Mike

Admin 10/12/2010

Mike,
it's there already. Visual Editor->Menu page.

K
karmacomposer author 10/13/2010



Mike,
it's there already. Visual Editor->Menu page.


True, but can I create new pages and multiple menus?
Mike

Admin 10/13/2010

If new pages are not database-based you need to create them outside of PHPRunner.

K
karmacomposer author 10/13/2010



If new pages are not database-based you need to create them outside of PHPRunner.


No, based on database pages. In the visual editor, can I create new pages (that show on the left, like menu and admin, etc)?
My idea is to have a menu for each login type (currently 4 of them). So, I need 4 menus and when someone logs in, they are automatically sent to the proper menu for their login type.
How do I achieve this?
Mike

Admin 10/13/2010

Mike,
menu pages are not database-based as they don't pull any data from the database.
I would saying you are reinventing the wheel. Using User Group Permissions you can restrict access to certain tables. You only need one menu, PHPRunner handles the rest.

K
karmacomposer author 10/13/2010



Mike,
menu pages are not database-based as they don't pull any data from the database.
I would saying you are reinventing the wheel. Using User Group Permissions you can restrict access to certain tables. You only need one menu, PHPRunner handles the rest.


I guess I just need to make it more obvious/pretty (graphic design). I want to create picture buttons to do the job of text links plus I need to make it more user friendly and stupid-proof.
Mike