- Topic
- Replies
- Since
- Posted by: Mej de Castro
In the Pro version, it’s possible to allow users to upload an image as the featured image for the topic. By default, only png and jpg file types are permitted. However, you can change this...
- 0
- Posted by: Mej de Castro
In the Pro version, you can enable wp_editor on the new topic submission form, allowing users to add formatting. To change the parameters, you can add a filter, e.g.: function me_filter_editor_args( $args ) { $args['teeny']...
- 0
How to display your topics in the table view?
Posted by: Mej de CastroIf 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 >...
- 0
List of Discussion Board Shortcodes
Posted by: Mej de CastroDiscussion Board has the following shortcodes: – displays your new topic form to permitted users – displays a list of published topics like an archive. This shortcode accepts the following parameters: orderby – can be ‘date’, ‘title’,...
- 0
Alternative templates when displaying topics
Posted by: Mej de CastroSingle Topics Each topic posted will appear on its own page. By default, this uses the theme’s default single.php template. The advantage of this is that your topic pages will fit perfectly into your theme. If...
- 0
Discussion Board’s General tab functionality
Posted by: Mej de CastroThe General tab has the main settings for the plugin. This includes settings for the pages that are created when the plugin is activated, front-end messages, and options for posting new topics and for registration and...
- 0
Filter notification of new comment email text to followers
Posted by: Mej de CastroIf you have Board Following enabled, you can filter the text of the email that is sent to followers whenever a new topic is posted on a board. In your functions.php file, or other suitable place, add...
- 0
Discussion Board’s Design tab functionality
Posted by: Mej de CastroThe Design tab allows you to update how the plugin is displayed within your theme. In your dashboard, go to Discussion Board > Settings and click on the Design tab. Enqueue icons Select this option to include...
- 0
Discussion Board’s User tab functionality
Posted by: Mej de CastroThe User tab defines user roles and permissions for the plugin. In your dashboard, go to Discussion Board > Settings and click on the User tab. Permitted viewer roles Select which roles are able to view discussion topics. You...
- 0
Discussion Board’s Pro tab functionality
Posted by: Mej de CastroIn your dashboard, go to Discussion Board > Settings. The Pro version has a number of extra tabs. The Pro tab has some extra settings. Include image upload field Select this to allow users to upload...
- 0