Reply to thread

Damn, didn't realise this existed! I currently do pretty much what you've outlined above to import the autoloader into WordPress for my bridge, but I hacked up a [PHP]$cur_error_rep = error_reporting();

// import XenForo, do session things...

error_reporting($cur_error_rep);[/PHP] - otherwise the "strict standards" makes all WP pages explode.


I should probably read through the XF stuff more. Is there a public PHPdoc somewhere, or do I have to generate one myself? I think everything in XF is well commented enough.


Back
Top Bottom