The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
using gigya with vbulletin
Hi,
currently im using gigya user management for my blog (wordpress) and want to use it also for my vbulletin forum. i consider using vbsso to connect wordpress with vbulletin. anyone tried it? any suggestions? gigya has the ability to connect any PHP platform with include_once "./GSSDK.php"; http://developers.gigya.com/030_Serv...ding_a_Request where should i put this code to load gigya in vbulletin? thanks, Dooby |
#2
|
||||
|
||||
I have not seen anything like that. Someone asked about this almost four years ago and no one had a solution then either, https://vborg.vbsupport.ru/showthrea...ighlight=gigya
|
#3
|
|||
|
|||
Hi,
Gigya, is the biggest SAAS company for site and social identity management. i will deal with it. just need to know where and how should i add this: include_once "./GSSDK.php"; this allow me to add gigya js to vbulletin and call API calls. thanks, Dooby |
#4
|
|||
|
|||
You could use a plugin, and use hook location global_start or init_startup. The right hook might depend on exactly what you need to do, but you could try those to start. If you do that, that script will be included on every vbulletin request. That might add a lot of overhead depending on what happens in that script. You might instead want to just use an "include_once" wherever you need to use the api.
|
#5
|
||||
|
||||
You shouldn't be using the global_start hook, but use the global_bootstrap_init_start hook instead, as the global_start hook is depreciated.
|
#6
|
|||
|
|||
While it's true that the use of global_start was deprecated, development of vb4 is done except for minor fixes and php version upgrades, so I think it's pretty clear at this point that it will never be removed. It would be ridiculous at this point to release a new version of vb4 with that hook removed.
Also, hook global_bootstrap_init_start is called inside a function, and that could have an effect on how the script works, depending on what it does. |
#7
|
||||
|
||||
I think that is true Kevin, as I still use that hook. But I just wanted to point it out just in case.
|
#8
|
|||
|
|||
thanks,
i need a little bit more explanation on how using the hook global_bootstrap_init_start hook. the main use for this plugin is to login with social network to vbulletin. Dooby |
#9
|
||||
|
||||
You asked how to include, include_once "./GSSDK.php";
Kevin told you what hook to use. To do that you need to go to Plugins & Products --> Plugin Manager and add a new plugin. As far as incorporating it into vBulletin beyond that, read the documentation. If you do not understand what to do, you will probably have to pay someone to integrate it into vBulletin for you. |
#10
|
|||
|
|||
How do you intend to use it? You're going to write some php code, right? I think I would just start that code with the include_once statement. Or are you asking where you can put your php code to use that api for login? That would be a little more complicated.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|