Topics

    •  
    • Topic
    • Replies
    • Since
    • Mej de Castro
    • Using table view

      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...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Mej de Castro
    • Setting up Boards

      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...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Mej de Castro
    • Prevent email addresses and email domains from registering

      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...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Mej de Castro
    • How to change column titles in the discussion_topics shortcode

      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' => __(...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Mej de Castro
    • Extending the discussion_topics shortcode

      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...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Mej de Castro
    • How to Get Started with WP Discussion Board?

      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...

      Read More

      Posted by:
      Replies: 0
      Started:
    • 0
    • Reggie Scott
    • WP Members integration / compatibility

      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...

      Read More

      Posted by:
      Replies: 3
      Started:
    • 3
    • Colin Healy
    • Categories not showing

      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...

      Read More

      Posted by:
      Replies: 3
      Started:
    • 3
Add new topic