Hi all, I was wondering whether it is hard to make a system, where a wordpress user can gets credits depending on a set of functions. Is this done using php & msql?
Yes, you could program that with php and mysql. You could make a add-on for wordpress. I found something that could be used as examples on how to program such a system. Instead of rank you could give them points. See link below. http://wordpress.org/extend/plugins/bainternet-user-ranks/
thanks exodus, with that plugin, do you think its possible to add and remove credits? might try that out. thanks again
I was saying use the plugin as a coding example. See how it works. Then duplicate it and create one that you can use to add and remove credits for a user.