empreur76
to solve the sql error simply just remove my coding slashes... for some reason on the second edit of the showthread for that query it will error out...
so just make this coding:
PHP Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
post.dopriv AS dopriv, post.privmsg AS privmsg, post.privuser AS privuser,
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
and change it to this:
PHP Code:
post.dopriv AS dopriv, post.privmsg AS privmsg, post.privuser AS privuser,
hoep that fixes your problem
g-force2k2