The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Bridge to VBulletin from other applications + statsd
Hello,
I create a large web application and would like to integrate it with the forum vBulletin v5.2.0 patch level 1. What I care about:
Since the extension API, and more specifically `Api_User :: login` does not fulfill its role for the reason that if you try to log on incorrect data code extension will not even perform because of caught exception. I also tried to create my own extension APIs in order not to interfere with the current flow but nothing out of it. Someone once remarked that such a modification could have to be really helpful but nothing more ... Code:
// vB_Api::callNamed if (!is_callable(array ($this, $method))) { // If the method does not exist, an extension might define it return; } What more, PHP hooks on which you are currently working on also will be great place to make this changes. Another question is how I can (if I can) connect statsd stats to VBulletin? As I saw you are still using log4php which is not maintained since 2012, any chance for Monolog or other "today's" solution? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|