im a genuis LOL
it works fine and every one appears in postbit
all i did was this in showthread was replace every occurance of where
==>Find:
LEFT JOIN " . TABLE_PREFIX . "usertextfield AS usertextfield ON(usertextfield.userid=announcement.userid)
with this
LEFT JOIN " . TABLE_PREFIX . "usertextfield AS usertextfield ON(usertextfield.userid=user.userid)
LEFT JOIN " . TABLE_PREFIX . "useraward AS useraward ON(useraward.userid = user.userid)
u notice on the first line i did`nt add announcement - i replaced it with user (userid=user.userid) and it works fine
I aint sure what damage i may of doen to the rest of the board though by ommititing announcements out of it
|