Quote:
Originally Posted by abqtj
Mine still works fine in 4.0.1
|
Clear your cache!!! It will be broke.
Ill be nice and release a temp fix.
Make a new plugin with the hook location global_complete
then add this code
Code:
$vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet=';
$find = '</head>';
$add_before = '<link rel="stylesheet" type="text/css" href="'.$vbcsspath.'forumhome_sub_forum_manager.css" />'. PHP_EOL;
$output = str_replace($find,$add_before.$find, $output);
This came from Lynne's additional css hack.