Velocd |
05-08-2002 01:58 PM |
Quote:
Originally posted by dadymac
oh, can u change the interests on the bank?? i thnk 10percent is way too much, some of my members already have like 2000 points and 10% would totally be too much.
|
&
Quote:
Originally posted by Webmasta XT
is there a way I can change the way the PostBit displays Items?? I wanna put a label at the top.. such as Weapon, Item, Armor at the top so they can know which one is which!! plz help..
|
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.
Quote:
Originally posted by snack
Yea this post reply box located on the bottom of the page some how it gives points when you refresh page i dunno why
|
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]'");
|