
03-15-2011, 02:29 AM
|
 |
|
|
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by squidsk
OK here's an additional fix, that gets rid of the two deprecation messages and appears to fix visitor messages being messed up if awards are active on member pages.
Again in the YAAS in Member Profile - Profile plugin attached to the member_build_blocks_start hook make the following deletions:
Code:
global $vbulletin;
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =[s]&[/s] new vB_BbCodeParser($vbulletin, fetch_tag_list());
and
Code:
function prepare_output($id = '', $options = array())
{
global $show, $vbphrase, $stylevar, $vbcollapse, $bgclass, $vbulletin;
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =[s]&[/s] new vB_BbCodeParser($this->registry, fetch_tag_list());
|
Doesn't appear to do much on my site, should i keep the edits, or remove them.?
|