>>
Site Map
>>
Forums
>>
PHP-Nuke Newbie
Forum module - topics in forum:
PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.
points system and registration
Hi,
I'm kind of a newbie to phpnuke. I've had my site up and running for a while now, but I'd really like to give my new members a number of points automatically when they register. Is there any way of doing this without having to go into mysql and manually add points to the tables?
Thanks,
Aalish
Not really, you'll need to go into your database nuke_users table and find the points entry and set the default to the figure you'd like new members to be given.
It's currently set 0
| Code: : |
| points int(10) default '0', |
Thanks! That's brilliant - exactly what I needed 
Feel like a right numptie ***why didn't I think of that??***
(aalish smaks her forehead - doh!)