a minute I'll fix the avatar disable problem, didn't think of disabling avatar T_T
to fix avatar disable problem if you installed:
FIND:
PHP Code:
SELECT eventcomments.*, event.lastevecomdateline,user.*,userfield.*,usertextfield.signature , customavatar.dateline AS avatardateline FROM " . TABLE_PREFIX . "eventcomments AS eventcomments
REPLACE WITH:
PHP Code:
SELECT eventcomments.*, event.lastevecomdateline,user.*,userfield.*,usertextfield.signature " . iif($vboptions['avatarenabled'], ", customavatar.dateline AS avatardateline") . " FROM " . TABLE_PREFIX . "eventcomments AS eventcomments
BTW thanks for the kinds word Lee Wilde, much appriciate.
and the reason why I didn't add phase to this was I didn't have enough time, also this hack isn't really big enough