Forum Replies Created
-
In reply to: Display Message on the top of a Forum Page
create a page and call it the same as your forum slug (usually forums)
then in that page put the message you want followed by
[bbp-forum-index](If you are using Gutenberg, then as this as a shortcode block)
this will then be your forums page
In reply to: Topics and Replies not showing after importok, thanks for letting me know
In reply to: Custom Field doesn’t work with bbpress 2.6 and abovethanks for posting that fix, can you add that fix to the trac ticket please 🙂
In reply to: Topic goes into moderationgreat – come back if you need further help
In reply to: Threaded Replies Not Workinghttps://bbpress.trac.wordpress.org/ticket/3327
is the only one I know of
In reply to: Topic goes into moderationif you have not got it already, you might also consider installing
whilst it is old it still works, and tells the user that their post is being held, so that they don’t keep trying to repost it
In reply to: Topic goes into moderationusually due to too many links or blacklisted words
go to
dashboard>settings>discussion and look at comment moderation. Firstly the number of links, and secondly any words.
In reply to: Create New Topic buttongreat – glad you are fixed
In reply to: Create New Topic buttonif you can do some basic editing and understand a bit of php, then this with some work shouldbe what you are after
add_action ( 'bbp_template_before_single_forum', 'bsp_display_buttons' ) ; function bsp_new_topic_button () { global $bsp_style_settings_buttons; if (!empty ($bsp_style_settings_buttons['new_topic_description'] )) $text=$bsp_style_settings_buttons['new_topic_description'] ; else $text=__('Create New Topic', 'bbp-style-pack') ; if ($bsp_style_settings_buttons['button_type'] == 2) $class=$bsp_style_settings_buttons['Buttonclass'] ; else $class='bsp_button1' ; if ( bbp_current_user_can_access_create_topic_form() && !bbp_is_forum_category() ) { $href = apply_filters ('bsp_new_topic_button' , '#new-post' ) ; echo '<a class="'.$class.'" href ="'.$href.'">'.$text.'</a>' ; } } function bsp_create_new_topicb () { echo '<div><a class="bsptopic" name="bsptopic"></a></div>' ; } add_action( 'bbp_theme_before_topic_form', 'bsp_create_new_topicb' ) ;In reply to: Custom Field doesn’t work with bbpress 2.6 and aboveit would have been helpful to tell me this in the original post, and that would have saved a considerable amount of effort by me.
🙁
In reply to: Custom Field doesn’t work with bbpress 2.6 and abovesorry, that’s how it works, and how all plugins that I have known use custom fields work. As far as I can see that’s how it worked under 2.5.x – no code change I can see.
I’m just a user who helps out here, so if you really feel strongly about it, I suggest you log a bug at
In reply to: Custom Field doesn’t work with bbpress 2.6 and aboveafter you enter the custom fields, you have to click ‘update’ on right hand side to update the entries and save !!
In reply to: Login URLor use code snippets !!
In reply to: Login URLif you update to bbp-style-pack 4.5.9 and then
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_action ('bsp_form_topic_login' , 'rew_redirect' ) ; add_action ('bsp_form_reply_login' , 'rew_redirect' ) ; function rew_redirect () { if ( ! is_user_logged_in() ) { echo '<ul><li><a href="http://www.mysite.com/login">Click here to log in</a></li></ul>' ; } }amending the url to what you want, and amend the text as well if you want to
In reply to: Custom Field doesn’t work with bbpress 2.6 and aboveok, then yes that is working on a new test site.
I cannot say why it is not working on yours, sorry 🙁
In reply to: Delete My Account option🙂
In reply to: Custom Field doesn’t work with bbpress 2.6 and abovejust did a completely new site – no plugins except bbpress and your code, twentyseventeen theme, works fine.
when you say ‘save topic as draft’ – what exactly do you mean?
In reply to: Delete My Account optionGDPR does not require the user to be able to do this, merely that the site admins can do it if demanded.
I’m sure that someone could code this, but nothing I know of
In reply to: Delete My Account optionIn reply to: Login URLI said ‘activate item 15’
so go to
dashboard>settings>bbp style pack>Topic/Reply Form
and you will see a list of 15 items, you want to go to item number 15
replies are sorted by date/time order, so if in
dashboard>replies>all replies>edit
you amend the publish date of a reply, you can adjust the order in which they appear.
In reply to: Admin posting on behalf of userjust post the entry in dashboard>topics>
then you can set the username
In reply to: Adding style to forumthe bbpress displays are built using templates.
I’d start with looking at this
which will let you do many things.
to put your stats at the bottom, you’d need to look at creating a page for your forums and using
[bbp-forum-index]then you can use gutenburg blocks or whatever editor you have to add the stats widget at the bottom
In reply to: Bbpress Forum pages Headerthis may be what you need to change the default template
In reply to: Topics and Replies not showing after importok, we may need to go back to a previous version, but first let’s try this.
can you as per previous deactivate and delete the plugin and download a new version
when you access the page, you will see a new line about post meta
you don’t need to run this version
I just need to know what the lines on replies now say