Extra User Info [message #22115] |
Sun, 16 January 2005 16:02 |
dennisp
Messages: 49 Registered: December 2004 Location: Belize
Karma: 0
|
Member |
|
|
Hi,
I want to change the ranking points are calculated. I want to set up another column in the user table or maybe in another table which contains two fields: User ID or login(whichever is better) and ranking_points. So wheneever a new user registers I want a record to be automagically added to this new table as well. This table will be the rank points table.
1) Where exactly do I do this. I looked around for an add_user function and found it in many places and therefore i am not too sure.
I also want to setup another table which contains three fields: user id or login, post id and post points. This table will be the post points table.
2) where can i find the post message code to change so as to add a new record for each message posted in this new table that I create.
eventually i would like to setup a way where mod and admin can evaluate posts and add points to a user. the ranking, instead of being pulled from total_post_count will be pulled from the rank points table.
|
|
|
Re: Extra User Info [message #22132 is a reply to message #22115] |
Mon, 17 January 2005 15:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Message post code can be found inside imsg_edt.inc.t
User creation code is inside users_reg.inc.t
FUDforum Core Developer
|
|
|
|