- Topic
- Replies
- Since
- Posted by:
If you prefer to display your topics in a table layout rather than using the default archive templates, you need to add the shortcode to a page. Then, go to Settings > Discussion Topics > Design...
- 0
- Posted by:
To enable Boards, go to Discussion Board > Settings > Boards and select the ‘Enable Boards’ checkbox. This will create a new taxonomy term, ‘Boards’. Go to Topics > Boards to start creating new Boards. In the...
- 0
Prevent email addresses and email domains from registering
Posted by:Since Version 2.2.0 of Discussion Board, you can block specific email addresses and domains from registering on your site. Anyone trying to register using a blacklisted email will find that their registration attempt fails silently. To...
- 0
Pro Version 2.0.3 – Integration of reCaptcha for Better Security
Posted by:Coming 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:You 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:You 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:Once 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:I 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:Hi 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
