
04-24-2009, 06:45 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nohuhu
bananalive,
also i found the bug that prevented article threads from being displayed with af_firstpost and af_comment templates: in "Alter Postbit" plugin, you forgot to import $vbulletin variable and it was inaccessible. changing plugin's first line from
Code:
global $counter, $articleforum;
to
Code:
global $counter, $articleforum, $vbulletin;
solved the problem.
|
thanks, i'll add that to next release.
|