
03-29-2007, 06:52 AM
|
 |
|
|
Join Date: Aug 2006
Location: Russia
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by cheat-master30
Okay, I tried this on my forum, and it was great until I gave someone an award. Then, once I did, going into any topic they had posted in would cause an error, but their profile would display it fine. I can provide a photo if needed.
|
soluttion:
Quote:
Originally Posted by k_v
in module "YAAS - Showthread_postbit_create"
add
PHP Code:
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
after
PHP Code:
$post['showuserawards'] = false;
if ($vbulletin->options['aw_postbit'])
{
|
|