Forum Replies Created
-
In reply to: Require everything to need admin approval
so 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
In reply to: Change “Posts” to “Replies” in topic headerthe 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