Any advice as how to undo featured member?
Any advice as how to undo featured member? |
Any advice as how to undo featured member? When in administration Go to Members Click on the featured link, will show all featured members Click a member's nickname, it will take you to this member's edit profile page Uncheck Featured Save profile Done |
Thank you hd4real, I tried that, however the save button is inactive, the reason I assume, it needs password of the featured member in order to save the applied changes. |
somehow i have over 3,000 featured, is there a mass undo? |
Yes, having a second thought, there is a way. I think a query will solve the problem, unfortunatelu I know some MS SQL but nothing about MySQL, will try and If I can solve the issue, will post the query in here. |
The following query will remove all featured members : UPDATE `Profiles` SET `Featured`=0; Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thank you Modzzz, That's great, I appreciate your support. |
THANKS!! Problem solved |