- Topic
- Replies
- Freshness
- Voices
- Posted by: Lisa Dougherty
Have two plugins installed and activated: WP Discussion Board - free WP Discussion Board Pro When trying to login as administrator to the site; https://url-goes-here/wp-login.php I get "https://url-goes-here/?login=bounced If I turn off the free version, I am able to login...
- 5
- 2
Pro Version 2.0.5 – Error in Category Options and Conflict with Post-Types
Posted by: WPDBWe are pleased to announce the release of version 2.0.5, available as of September 26, 2024. This update includes important fixes: Fixed: Issue retrieving category options in the settings panel Resolved an issue with retrieving category...
- 0
- 1
Pro Version 2.0.4 – Conflict Fix, Video Embedding Improvements, and New Logout Button
Posted by: WPDBNew: Logout Button We’re excited to announce that WP Discussion Boards now includes a new feature that lets admins add separate login and logout buttons, making it easier for users to log out without needing...
- 0
- 1
- Posted by: jadim rega
Hi, I try test on demo about embed link video from youtube. it can't anyway. I need to know this board can Add embed link video from youtube or not? In this I mean embed show...
- 2
- 2
Unable to import template (json format)?
Posted by: PTDIDear the Expert, I run fresh install WP 6.6.1 with Elementor 3.23.4, why I'm unable to import template in json format, it returns "Invalid template type" I have set "enabled" to: -Switch Editor Loader Method - Enable Unfiltered...
- 1
- 2
Change order of profile fields
Posted by: Mej de CastroYou can change the order of profile fields using the following filter in your functions.php file: function prefix_filter_profile_fields( $fields ){ // Enter your new fields order here return $fields; } add_filter( 'ctdb_profile_fields', 'prefix_filter_profile_fields' ); The $fields list looks like: $fields = array( 'display_name' => array( 'id'...
- 0
- 1
- Posted by: Meagan Parrish
Is there the ability to have some posts/content be public facing/not have to have a membership to see? We are thinking of putting out some posts that are "teasers" to get people looking but...
- 1
- 2
Add topics archive page to menu
Posted by: Mej de CastroYou can add your topics archive page to your menu by including it as a custom link. Go to Appearance > Menus and select the menu where you’d like to add the archive. From...
- 0
- 1
- 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
- 1
- 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
- 1