Posted by member 45025 on 2004-06-17 00:54:50 link

I've just noticed that although the search feature is "disabled" (hence the unintentionally arsy sounding comment) we can still search by the box at the header of the topic list pages. So, after looking through a couple of threads searching for login, I noticed that devilboi said "As for remembering where you were, its not possible in the current setup."

I'm not sure if it was devilboi who coded the site or not, but I have noticed that you are using a controller type paradigm (i.e. everypage gets routed through one page and based on parameters either gets logged out, or, the script includes the relevant behind-the-scenes files to display the appropriate page...

With this in mind (assuming the setup hasnt changed since devilboi posted that, and you are using PHP 4.x.x/ 5) then it would be very easy to modify the controller gateway page (index.php) to "remember" where you came from.

I would be more than happy to provide some PHP code that you can adapt to fit your setup if you don't have the time.