Please or Register to create posts and topics.

Functions for creating a new forum and a new post

I’m looking for PHP functions or methods for creating a new forum and a new post. Can you point me in the right direction?

Nevermind, I found them stored in the DB under $wpdb->prefix . 'forum_forums', $wpdb->prefix . 'forum_topics' and $wpdb->prefix . 'forum_posts', and created my own functions… If anyone wants the code, just reach out. I don’t have time to post it right now.

I would appreciate the code.  I can not figure out how to all users to create a post or new topic.  Thank you!

When you get a chance, sharing your functions would definitely help others working with those tables. In the meantime, did you run into any issues with handling permissions or user roles when creating topics/posts directly in the DB Slope Game?