Topics

    •  
    • Topic
    • Replies
    • Since
    • Mej de Castro
    • Hooking into the template files

      Each template – single-discussion-topics.php and archive-discussion-topics.php – has hooks at the start and end of the file. These hooks can be used to replace the opening and closing HTML tags. The templates are based on...

      Read More

      Posted by: Mej de Castro
      Replies: 0
      Started:
    • 0
    • 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: Mej de Castro
      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: Mej de Castro
      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: Mej de Castro
      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: Mej de Castro
      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: Mej de Castro
      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: Reggie Scott
      Replies: 3
      Started:
    • 3
Add new topic