PDA

View Full Version : Equivalent global_complete


Marcin Kalak
10-21-2013, 12:58 PM
What is the equivalent of global_complete in VB5? Is there an extension that equivalent hook global_complete in VB5?

tbworld
10-22-2013, 12:36 AM
The legacy hook used to be in "includes/functions.php" as you probably already know". VBulletin5 uses an API to hook to the core code. Unfortunately, the API is still under development so there is not a concrete guide.

You might want to take a look at this guide:
http://www.vbulletin.com/forum/blogs/joe-d/3932614-

I found reviewing the API source code with the guide above was the most help.
Sorry, I could not be of more assistance.

Marcin Kalak
10-31-2013, 11:40 AM
I know that there is no legacy php hooks.
I'm looking for extensions API that will return $output or the possibility of obtaining $output by the code.