Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.
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.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences