
01-13-2010, 05:13 AM
|
 |
|
|
Join Date: Jun 2005
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BBR-APBT
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.
|
Wow it work for me thank
|