Need help? We’ve got your back

Have a question? Need help with Discussion Board? Use the discussion boards below to get your questions answered. If you would like to contact us via email, you can open a ticket.

Please note: This forum should not be used for tests posts. Test posts will be deleted. If you would like to make test posts, please use our demo forum.

Register / Login to use the discussion forum.

Got any questions before you buy the plugin? You can post them here and we'll get straight back to you.

See our Help Docs for plugin documentation.

Topics:
83
Replies:
196
Freshness:
Voices:
99

If you're running Discussion Board or Discussion Board Pro, post any support queries here.

See our Help Docs for plugin documentation.

Topics:
256
Replies:
664
Freshness:
Voices:
196
    •  
    • Topic
    • Replies
    • Since
    • 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
    • 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
    • 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
Forum Announcements

We keep this up to date with news about the product, feature updates, and anything else we think you might want to know.

Topics:
7
Replies:
0
Freshness:
Voices:
1
    •  
    • Topic
    • Replies
    • Since
    • Pro Version 1.6.2 – Follow boards and other updates

      Version 1.6.2 of Discussion Board Pro will soon be available in your dashboard. This includes numerous updates and fixes, including the ability to follow boards as well as individual topics. Thanks to jf_bertrand for contributing several...

      Read More

      Posted by: WPDB
      Replies: 0
      Started:
    • 0
    • Pro Version 1.6.0 – Statuses and breadcrumbs

      1.6.0 of Discussion Board Pro is released today. It introduces two new features: statuses and breadcrumbs. Statuses allows you to assign possible statuses to Topics, e.g. 'Open', 'Closed', 'Fixed'. You or your users can update...

      Read More

      Posted by: WPDB
      Replies: 0
      Started:
    • 0