This topic is locked

NO Menu Display

8/4/2010 4:59:00 AM
PHPRunner General questions
R
rockrockers23 author

HELLO EVERYONE,

I just like to create a button only (Separate Design) that when clicked, it WILL open A page like (LIST, ADD NEW, DELETE ETC..). I dont want to use the built-in menu or themes. I ONLY WANTED THE PAGES(links) THAT ARE GENERATED BY PHPRUNNER so that it can be used for my ADMIN site w/c is NOT designed using phprunner.
MY PROBLEM:

1.) Every pages generated (ADD, EDIT, DELETE ETC...) has BACK TO MENU BUTTON w/c redirects to the MENU. HOW TO GET RID OF THE Back to Menu BUTTON? I just really wanted to get the LINKS OF EVERY PAGES NOT THE LINK FOR MENU.
Pls Help. Thanks.

J
Jane 8/5/2010

Hi,
you can remove links to the menu on the Visual Editor tab. Or re-asign 'Back to list' link on the add/edit/view pages in theBefore display event on the Eventstab.

Here is a sample:

$xt->assign("backbutton_attrs","onclick=\"window.location.href='anotherpage.php';\"");