
05-08-2002, 04:42 PM
|
|
|
Join Date: Dec 2001
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Velocd
&
It shouldn't be too hard, just look in the templates/php files. I have yet to install this new version, but I plan to do so tonight.
Yes this is a problem with the original point system add-on by posting. But Vivi made fixed the code himself in the original add-on, so this itemshop shouldn't have a problem. If so still, then replace:
PHP Code:
$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."' WHERE userid='$bbuserinfo[userid]'");
In newthread.php and newreply.php, with this:
PHP Code:
$DB_site->query("UPDATE userfield SET
fieldX=fieldX+? WHERE userid='$bbuserinfo[userid]'");
|
It doesnt work, I changed the codes then refresh that page 3 points was added on =P hehe
|