How can I setup a forum with a point system which my users can get their points higher by simply posting more articles, watching related videos and referring others. I do not care which form system it is; vbulleting, smf or another. I just wanna know if it’s possible to do. Thank you!
Share
Yes you can. It’s very simply.. you need to change a little bit your php code and mysql structure.
php code: on posting query, you need to add points for each post/topic. For example
mysql code:
php code (profil page): you need also to create a query in the profil page, to sum all user points.
It works on vbulletin, phpbb and smf (i don’t know on other platforms)