Topics

    •  
    • Topic
    • Replies
    • Since
    • 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
    • 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: Colin Healy
      Replies: 3
      Started:
    • 3
Add new topic