View Single Post
Old September 24th, 2004, 11:20 AM   #5 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
In the nuke.php file in the forums directory under reviewpost

Line 151-159

if ($cuserid != 0) {
if ( !empty( $Globals['dprefix'] ) ) {
$utable = "{$Globals['dprefix']}users";
$rtable = "{$Globals['dprefix']}ranks";
}
else {
$utable = "users";
$rtable = "ranks";
}


would become this

if ($cuserid != 0) {
if ( !empty( $Globals['dprefix'] ) ) {
$utable = "{$Globals['dprefix']}users";
$rtable = "{$Globals['dprefix']}bbranks";
}
else {
$utable = "users";
$rtable = "bbranks";
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote