- Topic
- Replies
- Since
Pro Version 2.0.3 – Integration of reCaptcha for Better Security
Posted by: WPDBComing soon to your dashboard: Version 2.0.3 of Discussion Board Pro and Version 2.5.2 of Discussion Board – WordPress Forum Plugin (free), packed with enhancements, updates, and fixes. Here's what's in store: Enhanced security with...
- 0
How to change column titles in the discussion_topics shortcode
Posted by: Mej de CastroYou can change column titles from the default like this: function myprefix_change_ctdb_titles( $titles ) { $titles['started'] = 'Posted'; return $titles; } add_filter( 'ctdb_topic_titles', 'myprefix_change_ctdb_titles' ); The default titles are: $titles = array( 'avatar' => '', 'topic' => __( 'Topic', 'discussion-board' ), 'replies' => __(...
- 0
Extending the discussion_topics shortcode
Posted by: Mej de CastroYou can add some more parameters to your shortcode in the Pro version. <article id="post-370" class="post-370 post type-post status-draft format-standard hentry category-pro category-shortcodes ast-article-single remove-featured-img-padding"> <div class="ast-post-format- ast-no-thumb single-layout-1 ast-no-date-box"> <div class="entry-content clear"> You can use freshness in the orderby parameter to...
- 0
How to Get Started with WP Discussion Board?
Posted by: Mej de CastroOnce you’ve installed and activated Discussion Board, the plugin will automatically add three new pages to your site: Topics: this page contains the shortcode which will display existing topics in a table or list Log...
- 0
WP Members integration / compatibility
Posted by: Reggie ScottI have a member website using WP Members to manage the restricted content. I would like to use the WP Discussion Board to run a discussion forum. Can your plugin integrate with the WP...
- 3
Hiding profile edit link after login, and other board question
Posted by: Fabien SiffrinHi everyone, I got my board issue fixed, but now that I solved the issue, which was the plugin "WP-Simple-Membership), a link to edit the profile for the user who is logged in now shows...
- 1
- Posted by: Colin Healy
Hi- I am using Elementor and have the discussion board pro plugin. I've checked the box to allow categories (below) and when I click on "All Topics" I can see that both topic categories...
- 3
Getting a 404-Page Not Found Error when Attempting to post comments
Posted by: Tristan ChangHi there- I am encountering an issue with getting a 404-Page Not Found Error when Attempting to post comments to existing posts. When I click the "Post Comment" button on any existing post, it redirects...
- 3
Possible to link forum posts to external storage such as Amazon s3?
Posted by: Brenden GerberHi all, I'm considering using WP Discussion Board with my Elementor site. I have never created a forum on a wordpress site before, but I immediately am wondering about the issue of storage, especially if...
- 1
Visibility of comments to topics for everyone
Posted by: Dariia TsalikovaHello, I recently installed WP Discussion Board plugin, and the following nuance is observed: the user cannot see comments on the forum topic if he is not registered. Can this be configured so that...
- 1