Thanks for this mod Haga,
I seem to be stuck when I hit any error cases. Specifically using the vB standard_error function from within the global_complete hook causes browsers to hang when they hit this error. As a test I tried the following from the forumhome_start hook, and it was successful:
PHP Code:
eval(standard_error( "Test error" ));
But it just wont work from global_complete...
I am running vB 3.8.2. Have you come across anything like this? Thanks