Forum Replies Created
-
In reply to: Can't Access Hidden Forums in WordPress Backend
In your Admin backend if you select the “All Forums” option from the Forums tab you will see a line at the top with options “All”, “Published”, “Private” and “Hidden”. Clicking “Hidden” should allow you to edit the hidden forums.
In reply to: Where can I find the forum NAMES in the database?Thank you so much. My mistake was not realising that there is a post type called forum.
In reply to: Where can I find the forum NAMES in the database?Thanks Stephen maybe you are right.
Perhaps I was being too ambitious in hoping for a solution where the forum id can be used to access the forum name without me having to manually include the forum id and forum name in my code every time the user creates a new forum?
And in which database table can I find the forum names pray tell? It is not in wp_posts as far as I can see.
In reply to: Get forum of Reply from databaseSorry this should be in the Troubleshooting section – not sure how to move it though.
I too am looking for examples for displaying the latest replies, topics etc. from specific forums.
I am resorting to trying to get the information from the database with mysql queries but because a reply has a parent of topic which has a parent of forum_id I am not sure how to get the forum_id of a reply.
In reply to: Removing log of edits to forumThank you very much that does indeed seem to have disabled it as I edited the same piece and saved it and it has not been logged.
However, is there any way I can remove the logs which already exist there? Sorry if this is not an appropriate question – I am a newbie.