Yeah the classifieds mod is next on my to do list, but I need to change quite a few things so it don't get overwritten by the panjo mod.
For now you can edit that file, look for this line:
Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
And change it to this:
Code:
$parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
BTW, thanks for the donation, it is much appreciated.