The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Login Redirection
Hi there,
I am login into vB from an external site, that has the login details sitting in an iFrame; so i can use PHP. Once I have successfully logged in vB directs me back to the refering page which is the iFrame contents. Can anyone tell me where/what I need to mod in vB; so I can check what the refering page is after login, to the carry on with the redirect OR forward back to my external parent page? |
#2
|
|||
|
|||
Can someone move this for me, got the wrong area!!
|
#3
|
|||
|
|||
/forum/includes/functions_login.pgp
around line 277, function do_login_redirect() you have to edit that function with your own code to be able to redirect where you want to go... |
#4
|
|||
|
|||
Thanks for that, I was just on my way to post.
I modified it to test where there login request came from and then just redirect back; so i don't get the iFrame contents. Think I am getting closer to external logins now... |
#5
|
|||
|
|||
Oh, also..
this value : $vbulletin->userinfo['lastvisit'] stores the date in that long digit format.. in vB is there any functions to display this in the correct date format for the logged in user? |
#6
|
|||
|
|||
in vB, all the "dates and times" are managed by the function vb_date:
in /forum/includes/functions.php around line 2731: function vbdate($format, $timestamp = TIMENOW, $doyestoday = false, $locale = true, $adjust = true, $gmdate = false) |
#7
|
|||
|
|||
Quote:
Hello, What would I place or change in that function. Could you please include example code for me. I have place my sign-in html page outside of vbulletin and want it to login to my index.php in vbulletin. Thank you, Ella |
#8
|
|||
|
|||
Yes, please. I would also like to know how to redirect back the cmps page. This would be most helpful. Thankyou ~D
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|