Functions for creating a new forum and a new post
Quote from Apos37 on November 13, 2024, 12:35 amI’m looking for PHP functions or methods for creating a new forum and a new post. Can you point me in the right direction?
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?
Quote from Apos37 on November 13, 2024, 2:17 amNevermind, 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.
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.
Quote from matt100 on September 6, 2025, 7:54 pmI would appreciate the code. I can not figure out how to all users to create a post or new topic. Thank you!
I would appreciate the code. I can not figure out how to all users to create a post or new topic. Thank you!
Quote from Abigarreal on September 24, 2025, 5:00 amWhen 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?
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?