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.
Jan 02, 2017 8:25 pm
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
Jan 03, 2017 8:35 am
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';
Jan 03, 2017 9:19 am
Thank you, solved 😉