 |
 |
 |
 |
#281159 - 03/15/05 04:14 PM
Re: Finished-[6.4-6.5] Feature Shop 1.6
[Re: DMClark]
|
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
|
Hmmmm did you add the code to adduser.php? <br /><br /><br />// -------------------------<br />// Build Board Query For Shop Mod & Insert Points<br />// Add user to Shop<br />$query="<br /> INSERT INTO {$config['tbprefix']}ShopMembers<br /> VALUES ('', '$Uid', '$Displayn_q', '$Title_q', '$Picture_q', '', '', '', 'OFF', '$Color_q', 'OFF', 'OFF', 'ON')<br />";<br />$sth = $dbh -> do_query($query);<br />// End of Build Board Query For Shop Mod & Insert Points<br />// -------------------------<br /><br /><br />without that they won't get added to the w3t_ShopMembers table when they are added as a new user to the board?<br /><br />it has to be UNDER<br /><br />// Get this user's user number<br />$query = "<br /> SELECT U_Number<br /> FROM {$config['tbprefix']}Users<br /> WHERE U_Username='$Displayname_q'<br />";<br />$sth = $dbh -> do_query($query,__LINE__,__FILE__);<br />list ($Uid) = $dbh -> fetch_array($sth);
_________________________
Couchtomatoe - www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|