![]() |
|
#1
|
|||
|
|||
|
Hey Brian, just updated my dev site to 4.1.1 and immediately noticed it was forcing me to log in via Facebook. Based off the previous ticket I had opened, I was able to find and correct the issue.
In the Query Page Data plugin we have: Current, Incorrect Code:
if ((do_facebook_redirect() AND
($vbulletin->userinfo['userid'] AND $vbulletin->userinfo['fbuserid'] != vB_Facebook::instance()->getLoggedInFbUserId())
OR (!$vbulletin->userinfo['userid'] AND !vB_Facebook::instance()->getVbUseridFromFbUserid()))
)
Code:
if (do_facebook_redirect() AND
(($vbulletin->userinfo['userid'] AND $vbulletin->userinfo['fbuserid'] != vB_Facebook::instance()->getLoggedInFbUserId())
OR (!$vbulletin->userinfo['userid'] AND !vB_Facebook::instance()->getVbUseridFromFbUserid()))
)
|
|
#2
|
||||
|
||||
|
Thank you for pointing this out. I'm not sure how that change got left out, but I've went ahead and updated the install file in the download package here to include the correct code so it shouldn't be an issue for future installs.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#3
|
|||
|
|||
|
Having the same issue.
Can you explain where I can make this tweak myself without having to reload vBa? I just upgraded last week and really don't want to do it again if it's a simple tweak I can go make. Please and thank you. |
|
#4
|
||||
|
||||
|
Just go to Admin CP => Plugins & Products => Plugin Manager, edit the plugin called 'Query Page Data', and replace the 'Plugin PHP Code' with the following:
PHP Code:
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#5
|
|||
|
|||
|
And now it works. Thank you very much! Much appreciated as always.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Facebook with vba | blacura | "How Do I..." Questions | 0 | 09-28-2009 12:20 AM |
| Getting rid of the goto redirection | BonjourChine | Troubleshooting & Problems | 5 | 07-31-2008 11:37 AM |
| Redirection | fancom | "How Do I..." Questions | 3 | 03-12-2008 07:40 AM |
| Redirection issues with 3.5.7 | chkdg8 | Troubleshooting & Problems | 2 | 11-26-2006 03:24 AM |
| Redirection after login | azarl | "How Do I..." Questions | 19 | 10-30-2006 11:14 AM |