Forum Replies Created
-
In reply to: Change “Posts” to “Replies” in topic header
the templates are in bbpress/default/bbpress
you would be looking at things starting loop-xx , so for instance if you wanted to change loop-single-reply.php …
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.phptransfer this to your pc and edit
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.phpbbPress will now use this template instead of the original
In reply to: Change “Posts” to “Replies” in topic headerlets you style your forums
you can also use the translations tab of this to change Posts to Replies
there is also
which contains styling guides
In reply to: Change “Posts” to “Replies” in topic headerlets you style your forums
you can also use the translations tab of this to change Posts to Replies
there is also
which contains styling guides
In reply to: Can Not Edit Forum/Not showing up in Menuyes, you cannot appoint yourself as keymaster, only another keymaster can do this
In reply to: Can Not Edit Forum/Not showing up in Menuyou need to be a keymaster to see forums in the dashboard
In reply to: Profile email messed upok, I can’t say why it isn’t working.
In reply to: Roles and Capabilities in bbPress 2.2bbp_set_user_role( $user_id, $new_role )
ok, cannot say why this happened
In reply to: Profile email messed upso did you do the test above with just a default theme and bbpress ?
In reply to: User email managementI looked at the forum screens and there is a button for adding a forum to a digest. I clicked it and it changed to give me the option to remove it from the digest.
whereabouts is this?
In reply to: Forums link to homepageso what have you got set in private groups>forum visibility?
In reply to: Profile email messed uphmm… ok not one I heard before and there are lots of dutch versions.
Is this just one user or all of them?
I cannot say, but suspect someone with the authority hit the key by mistake when looking.
hey, thanks for posting this helpful solution – it will help others 🙂
In reply to: Profile email messed upyou can screenshot, load the images to your wordpress media, and then post here the url for the media image.
Otherwise I would need a link to a live example
In reply to: User email managementJust installed bbpress digest – nothing critical has changed in bbpress since it was written.
This adds a section to the bbpress user profile edit page which lets each user specify how often and when they get the digest.
I’ve not tested, but might be worth you taking a second look at this.
In reply to: Editing toolbaragree with your there 🙂 but something more like ‘word’ would be so much better. ‘Normal’ users just don’t understand what on earth a ‘block’ is, and it’s so clunky to use.
Anyway, not up to me, up to the bbpress devs.
In reply to: Editing toolbarmy personal view is that the block editor is totally horrible, and requires users to understand blocks when all they want to do is type words. I hate the way it looks on my support forums. Not one I plan to add to bsp anytime soon 🙂
In reply to: Profile email messed upit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: User email managementThis is available as a premium add on for
see digest tab in the plugin details.
Also this is old, but might still work
In reply to: Archives:ForumsTry this
add_filter( 'get_the_archive_title', 'to_archive_title_remove_prefix' ); function to_archive_title_remove_prefix( $title ) { if ( is_post_type_archive() ) { $title = post_type_archive_title( '', false ); } return $title; }
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
In reply to: Limit replies per day per user?1. only replies
2. bespoke code neededIn reply to: Reply delete then restore doesn’t work anymoreit has been repported.
There is a fix in
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you’ll see the ability to Fix ‘Restore’ on front end
In reply to: Different Header in Sub-Forum and Sub-Sub-ForumIn reply to: hiding some items in forum & topic pagegreat – glad you are fixed 🙂