Forum Replies Created
-
In reply to: WP 6.1.1?
do you have an expectation for release on 5.2.8?
today or tomorrow ! – known minor issue – just need to write 6 lines of code, test and release !
In reply to: forum udflooks like you are using the cloux theme which claims to be bbpress integrated.
I suggest you reach out to the theme authors for support
In reply to: WP 6.1.1?bbpress works fine with 6.1.1, but in itself doesn’t like block themes.
If you are using a block theme, then this additional plugin adds that.
and also adds lots of options to style and functionality which you will probably want.
The latest release of style pack has multisite functionality, but we are just ironing out a final few bugs, so I’d wait for bbp-style-pack 5.2.8 before having it in a live site
In reply to: Require everything to need admin approvalso once activated go to
dashboard>settings>forums>moderation and select All posts (lockdown) and also select who is told about this in moderation notifications
In reply to: Require everything to need admin approvalonce activated go to
dashboard>settings>bbp style pack>Moderation
you can then set up what goes into ‘pending’ for approval
In reply to: Forum page looks emptyNot seen this before, but suspect it is a user-side issue – maybe with her browser settings.
You say you have cleared cache, as that would be my no. 1 suspect.
Ok, so I would suggest you log in as her – to confirm that it is not a user issue – from a computer you don’t normally access the site from – say at a fiends house – you want to eliminate anything that can be masking an issue. You can change the password first, and ask her to reset it afterwards.
That will eliminate your site or confirm that her username is an issue.
In reply to: Forum page looks emptylink to your site please
In reply to: All WP to BBpress plugins are gone ?In reply to: Duplicate topic appears when pinning a topicit 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: bbp Private Group Non-Logged In User Redirectno problem – glad you are fixed 🙂
In reply to: Admin checks and approves postsI want it to be submitted for my approval when users post a post in the flow. I also installed the bbpress modaration plugin, but when I want to post a post from my test account, it is shared immediately without approval. How can I solve this problem?
1. the bbpress moderation plugin has been withdrawn – cab you confirm what plugin you are using
2. what roles did your test account have, and what settings do you have for the plugin?In reply to: Blank front-end pages in new installationsGreat – glad you are fixed 🙂
In reply to: bbp Private Group Non-Logged In User Redirectphp 8.1 is a lot more fussy
try this (untested but should work)
function private_content_redirect_to_login() { global $wp_query,$wpdb; if (is_404()) { $host = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; $path = dirname($_SERVER['REQUEST_URI']); $forums = "forum"; $location = "https://direitoshumanosangola.org/not-logged-in/"; if(strpos( $path, $forums ) !== false){ wp_safe_redirect($location); exit; } } }
In reply to: bbp Private Group Non-Logged In User Redirectwhat is the exact error?
In reply to: Blank front-end pages in new installationsThis is one of the new FSE themes, so you need a fix to work with bbpress.
installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Post Meta for Current Users Topics Pageuntersted , but should be
echo '<a " href="' . esc_url( bbp_get_user_profile_url( $user) ).'topics/' . '">' . 'Topics' . '</a>';
In reply to: Admin/Staff Approve User Avatars System?none I know of does this
In reply to: TwentTwentyThree – Viewsso if you remove the code that you had and just use the plugin, does this fix?
In reply to: TwentTwentyThree – ViewsThis is one of the new FSE themes, so you need a fix to work with bbpress.
installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Admin/Staff Approve User Avatars System?usually bbpress just uses the gravatar avatar
In reply to: Admin/Staff Approve User Avatars System?what plugin are you using to let users upload their own avatars?
In reply to: Change “Posts” to “Replies” in topic header🙂
In reply to: Help with installationIn reply to: Can Not Edit Forum/Not showing up in Menu🙂
In reply to: Instuction for users (not installation instructons)sorry, there are none.
If you would like to write some and post back here, I will add them to the documentation