vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   SSO Integration? (https://vborg.vbsupport.ru/showthread.php?t=315239)

KTechOps 11-04-2014 07:55 PM

SSO Integration?
 
Hello Everyone,

I am working on a client's site that uses VB. Their current site uses VB4 and they have hacked their code to integrate single sign on functionality with another one of their sites. They bought a new VB5 license and want to port the logic of the SSO into a plugin. Upon reading forum discussion after forum discussion, I'm led to believe this won't be possible. I'm hoping I'm wrong, any direction and/or guidance will be GREATLY appreciated.

Zachery 11-04-2014 08:04 PM

You can't just port the plugin code, there are no plugins for that stuff in 5.

Nothing will stop you from extending classes, or modifying the default vBulletin code.

KTechOps 11-10-2014 05:31 PM

Is there a list of hooks that the system supports anywhere?

Zachery 11-10-2014 05:33 PM

There are no hooks in vBulletin 5.

KTechOps 11-11-2014 04:59 PM

No hooks? Then how does the plugins/products/etc. work? When do they execute?

ozzy47 11-11-2014 05:01 PM

vB5 is a totally different style of coding, it uses classes and api.

As you can see, many developers are not making mods for vB5 because they don't like the software, and two the missing hooks system.

KTechOps 11-11-2014 05:09 PM

The client is very adamant on using VB5. So let me ask you this. Is there an IoC container or an autoloader built in? I ask this because if the coding style is OO then perhaps I could just extend the classes and use the children classes instead of the parents.

--------------- Added [DATE]1415733254[/DATE] at [TIME]1415733254[/TIME] ---------------

It's very frustrating that this documentation isn't well formed. I was under the impression the whole time, that the hooks system was apart of VB5.

ozzy47 11-11-2014 05:19 PM

There is not much documentation on vB5, but here is a link that may give you some ideas, http://www.vbulletin.com/forum/blogs/joe-d/3932614-


All times are GMT. The time now is 12:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00930 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete