PDA

View Full Version : login


abraham66
01-01-2007, 11:18 PM
Hello,


sorry for my poor English.

if editors login in my site,they will go to this page: "editor-links.php"
how can i edit it that editors go to another page ? like : "edit-account.php" or index.php


Thanks:)

Version 2.0

Dave Baker
01-08-2007, 06:10 PM
Hello abraham66,
***Open includes/auth.inc.php and find function***

function editor_login($aUsername, $aPassword)

***In this function find code***

header("Location: {$gDirConfig['dir']}editor-links.php");

***Replace editor-links.php with your file like index.php or edit-account.php***

abraham66
01-09-2007, 08:27 PM
Thank You :)

Dave Baker
01-10-2007, 05:50 PM
You're welcome!

timbrooks1
05-21-2008, 03:59 PM
Hi, I am a new user and am having terrible set up issuess.... edit-account.php does not function... fater auser log's in they do not reach edit-account.php - the page just goes back to login.php. Please help!

Thanks

Tim