2014-01-23, 07:05 PM
Stupid question, but my LED is not blinking :p
When I'm trying to redirect through 'global_start' hook the css of redirect page is failing to load.
Result:
I've tried $theme & $headerinclude set to global but no luck.
What I'm missing?
When I'm trying to redirect through 'global_start' hook the css of redirect page is failing to load.
$plugins->add_hook('global_start', 'redirect_do');
function redirect_do(){
global $mybb, $theme, $templates, $headerinclude;
if($mybb->user['uid'] == 1){
redirect('somepage.php');
}
}
Result:
I've tried $theme & $headerinclude set to global but no luck.
What I'm missing?