Go Back   Pligg Forum > Pligg Development > Pligg Templates
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-2006, 01:31 AM
nickaster nickaster is offline
Casual Pligger
 
Join Date: Mar 2006
Posts: 72
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
The Page After you Log in

Hiya!

ON my site (using borrowed goods), after logging in, you remain on the "login page" which leads the user to assume that an error has happened and that they did not get properly logged in.

How can I control the destination that people arrive at following a log in? Can I send them to a special page with a welcome message of some kind?

THanks!
Reply With Quote
Sponsored Links
Check out the New Modules at the Pligg Pro Shop.
  #2 (permalink)  
Old 04-14-2006, 04:47 AM
savant's Avatar
savant savant is offline
Pligg Koder
 
Join Date: Apr 2006
Location: UK
Posts: 1,234
Downloads: 7
Uploads: 0
Thanks: 66
Thanked 210 Times in 151 Posts
if you check your login.php

PHP Code:
if(strlen($_REQUEST['return']) > 1) {
    
header("Location: http://test.oioplus.com/pligg");
} else {
    
header("Location: http://test.oioplus.com/pligg"); 
        
//you need to change this link to that special place

just put in the url you want

edit:

a better method would be to do

PHP Code:
header("Location: ".my_base_url.my_pligg_base."/user"); 
instead of user it can be anything or just blank

Last edited by savant : 04-14-2006 at 05:07 AM.
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Content on seperate page cryptkeeper General Help 12 02-25-2007 01:42 PM
Number of Stories on the front page thefirelane General Help 1 03-08-2006 07:58 AM
need to refresh every page Beckme Bug Report 0 02-24-2006 11:45 PM
When I try to Get to Admin Login Page Redirects to Wierd Page deezin Installation and Upgrade Help 5 02-09-2006 01:48 AM
"Submit story" link on queued stories page aetjansen Pligg Mods 0 02-07-2006 03:29 PM


LinkBacks Enabled by vBSEO 3.0.0