AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Like / Dislike reactions

2 Posts
2 Users
0 Reactions
1,369 Views
Posts: 145
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@cmw14)
Estimable Member
Joined: 10 years ago
[#57318]

Hi

I would like to fully remove all trace of the like dislike option from my forum, unless I'm missing something, I cannot see an easy way to do this.

I have removed the ability for all my members to be able to see the like/dislike buttons, by removing specific user permission control from each of the forum "Accesses".

Although I have now purged the reactions cache, which has helped me greatly with regard to free inodes, all the likes and dislikes obviously still remain in the Database. I would like to know if is there a simple way/routine that can be actioned to purge the database of all the likes/dislikes?

If someone could advise or help with this, it would be greatly appreciated, as I do not have the knowledge to be able to do it.


Topic Tags
1 Reply
Sofy
Posts: 5775
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi,

You can use the SQL code below: 

TRUNCATE TABLE `wp_wpforo_reactions`

Use PhpMyAdmin plugin or the same tool in your hosting cPanel, go to the SQL tab and execute the SQL.

Make sure you have a backup of your database.

Also, please make sure your table prefix is wp_, if it isn't, change the red marked wp_ prefix to yours.

 


Reply
Share: