The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Points for posts and reffering new members - system
I want to give points to my members
e.g. 1 point for 1 post and 5 points for referred member. And when they reach some count, I'll give them prizes I made a little search but I didn't find exactly that, sorry if I'm asking for something already well-known. Thanks. |
#2
|
|||
|
|||
Eho?
|
#3
|
||||
|
||||
I would recommend the Store hack by Lesane or any of the "points" hacks which should be able to easily customize the points given for new posts/newthreads/replies/referrals/etc.
|
#4
|
|||
|
|||
Quote:
Where to find it? |
#5
|
|||
|
|||
Fking open register.php find:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
ALTER TABLE user ADD points int(5) unsigned NOT NULL DEFAULT '0' you can then add to the postbit template $post[points] to show points and to the getinfo template $userinfo[points]... hope that helps some... regards... g-force2k2 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|