MyBB Community Forums

Full Version: Remove Referrals
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I remove referrals from certain users?
Either through a plugin or through phpMyAdmin.
(2012-01-31, 04:01 AM)Yaldaram Wrote: [ -> ]Either through a plugin or through phpMyAdmin.

How can I do it via phpMyAdmin?

Also, I have another question but I don't want to make another topic. How can I make it so you have to have a certain amount of posts to post in a certain forum?
SQL query to remove referrals for user X
UPDATE `mybb_users` SET `referrals` = 0 WHERE `uid`=X ;

these might help : No New Threads - Posts Required To Post Threads - & More , Forums Requirements