Forum Replies Created
-
In reply to: Display problem
no idea if this has anything to do with the bbpress plugin. Please advise what widget
In reply to: Issues after bbPress 2.6.6 plugin updateok so try it without buddypress
In reply to: Remove the Edit Profile option from the user menunot sure, but try this (untested)
add_filter ('bbp_get_user_edit_profile_url' , 'rew_remove_edit' ) ; function rew_remove_edit () { return ; }
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: Having trouble syncing WP and bbPress securityAt a guess you might want to start by looking at
and particularly items 3 & 5
In reply to: Having trouble syncing WP and bbPress securitybbpress just uses wordpress login, there is no ‘double security’ sorry, no idea what the above is trying to say, or what exactly the problem is.
Perhaps you could start by stating what you are trying to achieve?
In reply to: Topic font sizegreat – glad you are fixed
In reply to: Topic font sizeok, I can see that you have set it to font-size: 18px – so now I can see the car, but without your lifting the motorhuv I can’t see whether your theme is in the way.
In reply to: Topic font sizethat makes it kinda difficult to help 🙂 – a bit like asking me what is wrong with your car, but I am not allowed to see it !
In reply to: Topic font sizeI’d need a link to an example on your site
In reply to: Topic font sizedashboard>settings>bbp style pack>Topics index styling>item 4
In reply to: Username box differentglad you are fixed!!
In reply to: Username box differenttry adding this to the custom css part of your theme
#bbpress-forums fieldset.bbp-form input[type="text"] { height: inherit; }
In reply to: Username box differentprobably theme issue, but post a link to an example on your site and I’ll take a quick look.
In reply to: Strange problem with paginggreat glad you are fixed and we got there -thanks for your help.
In reply to: no registration link for anonymous usersyou either want
dashboard>settings>forums>anonymous if you want anyone to be able to post
or add registration – bbpress uses wordpress registration, so anyone of then methods here will work.
https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
there is also a bbpress registration login which includes registration and bbpress shortcodes
[bbp-login] – Display the login screen.
[bbp-register] – Display the register screen.
[bbp-lost-pass] – Display the lost password screen.In reply to: Strange problem with pagingsorry, try private groups 3.8.8 just released
In reply to: Strange problem with pagingok, I’ll look again
In reply to: Shortcodes Forumsorry, that comes up ‘page not found’
it 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: Tags in Topicssorry, can you write a fuller answer
In reply to: Is there a way to send a reason for moderation?hmmmm…ok, so a 3rd set of requirements
Without an actual list of what you want to happen when it is hard to say what work might be required, but from the sound of it well beyond free help – sorry
In reply to: re-order forums categorydashboard>forums>all forums>and edit each forum
on right hand side you will see
‘forum attributes’
and under that a box saying ‘order’
so you can number each forum 0 being the first, then 1, 2 3 etc to get the forum order you want
In reply to: Strange problem with pagingI’ve just released bbp-private-groups version 3.8.7 which should fix your issue with using the bsp-display-topic-index issue
can you please confirm once you have updated
In reply to: Is there a way to send a reason for moderation?so just the ‘1st’ above – yes ?
In reply to: Strange problem with pagingI’m still actively looking at this 🙂
hope to issue a new version tomorrow