|
what are you integrating with?
If its reviewpost or photopost try this in the forum integration files for eith one of those
change this
$query = "SELECT username,homepage,posts,joindate,location FROM {$Globals['dprefix']}users WHERE userid=$cuserid LIMIT 1";
to
$query = "SELECT username,homepage,posts,joindate,location FROM {$Globals['pp_db_prefix']}users WHERE userid=$cuserid LIMIT 1";
Last edited by Chuck S; September 1st, 2004 at 07:19 PM.
|