Hey cool! FYI, I just spent the past hour trying to get this and the Deluxe (Or Simple) external login support working together.
https://vborg.vbsupport.ru/showthread.php?t=108026
Well it was said that the login access and the vbexternal would not work together and that no luck figuring it out.
https://vborg.vbsupport.ru/showpost....8&postcount=11
Well.. I just did. Least i dont know if its been posted or not. This is tested on the 3.5.x forums. However, I would believe it should work on 3.6 as well since its including the main files that 3.6 uses.
The modification is this.
Code:
In the vBExternal.php file.
Find:
// ---------------------------------------------------
// Start Set PHP Environment
// ---------------------------------------------------
Then scroll down and find:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------
Highlight everything you just found and the inbetween and delete it.
Your file should start now with just:
// ---------------------------------------------------
// Start Globalized Function - LoadTemplate
// ---------------------------------------------------
(Then the rest of its code below)
What you just did was get rid of the conflict between the login from the user access login and the standalone vbexternal. Now these will work together 100% and "should" be 3.6 safe.
The proof and demo is
http://forums.qj.net/portal/
Im still working on alot more atm on that page.. but you can see that its working. Someone tell me if this makes sense the fix or if it works on 3.6 or if I need to explain more. =)