>>
Site Map
>>
Forums
>>
PHP-Nuke Newbie
Forum module - topics in forum:
PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.
Change default page provided to user at logon
Hi,
Have set up phpnuke at
www.bully-off.co.uk
My problem is this - when a user logs in they are taken to their account page - however that page has no navigation block so they cant get back out to the main site - any suggestions on how to fix this?
Thanks
Sarah
| Quote: : |
| however that page has no navigation block so they cant get back out to the main site |
Why? is it because you have it on the right hand side?
If so, open up modules/your account/index.php and add
Above
| Code: : |
| require_once("mainfile.php"); |
| Quote: : |
is it because you have it on the right hand side?
|
Yup!! Left Blocks space taken up with GoogleAds
Sarah - switch them round.... its customary anyway on sites in general that a site nav menu is either top left hand side or across the top in a toolbar style.
Ah I see - moved things around - thanks!
Any other comments welcome!