Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] How to delete topic via phpadmin

3 Posts
2 Users
0 Reactions
2,412 Views
Glados
Posts: 70
Topic starter
(@glados)
Eminent Member
Joined: 9 years ago

Hey,

http://muonlineczech.4fan.cz/forum/ in "Informace" you can see last post by Dragondast i cant open this topic to do something, so i need to delete topic via phpadmin right? 😉 Thanks

2 Replies
Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 years ago

Just execute these two queries in phpMyAdmin > WordPress database > SQL Tab. Change the red marked table prefix if it's not wp_:

DELETE FROM wp_wpforo_topics WHERE title = 'WPForo';
DELETE FROM wp_wpforo_posts WHERE title = 'WPForo';
Glados
Posts: 70
Topic starter
(@glados)
Eminent Member
Joined: 9 years ago

Thank you, solved 😉