Posted by Tristan
2014-01-16

Hi Tom, thanks for your reply to my previous comment.
I've been fiddling around with the layout of the folder structure of the script, as I didn't want the address book to be in a separate 'staff' folder, so I moved it all up to the root folder and changed the dependency links.
That all works well, but I'm trying to refine the navigation system, and I can't seem to work out how to return the user back to the main 'search' page (i.e., with all entries) without having to do a blank search. I tried to recycle the 'Cancel' button from the detail page, but I got a Wrong Page Sequence error. And if I try to just go to http://example.com/mydbfolder/index.php, it takes me to the login form and I have to login again. (The index.php is what was originally in the staff folder). Any suggestions on how I can make a 'home' button? I can't seem to find the code from the original 'top bar' with the navigation elements...
Thanks!
Posted by Tom
2014-01-17

So you moved only index.php to the root? The script hasn't been tested in a case like that.
You can move all the files and subfolders of web/staff to the root.
You still have to fix broken references but it should be much easier than just moving index.php.