Forum Replies Created
-
In reply to: topics held repeatedly for moderation
These posts all contained 2 links to my website, below the threshold for moderation trigger.)
The html code has tons of links in it – hence the moderation ๐
In reply to: topics held repeatedly for moderationthat’s because I released it from moderation ๐
In reply to: Subforums all crammed together๐
In reply to: Remove wording๐
In reply to: Remove wordingput this in the custom css part of your theme
.bbp-forums-list { display: none; }
In reply to: Cannot edit post and shows 404 page not foundgreat – glad yo are fixed !! ๐
In reply to: bbp_set_user_role doesn’t change roleok, since this is a php change, it will not reflect on the browser unless the screen is refreshed – ie the page is re-downloaded.
I can’t say why the learndash hook isn’t working, except that it may not be the appropriate hook – there may be better ones
In reply to: Strange numbers appearing under avatar in postsneither is standard in bbpress, maybe in buddypress or buddyboss, I don’t know.
for the handle, you’ll need to add
/** * Add @mentionname after bbpress forum author details */ add_action( 'bbp_theme_after_reply_author_details', 'mentionname_to_bbpress' ); function mentionname_to_bbpress () { $user = get_userdata( bbp_get_reply_author_id() ); if ( !empty( $user->user_nicename ) ) { $user_nicename = $user->user_nicename; echo "@".$user_nicename; } }
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: Cannot edit post and shows 404 page not foundtry
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
In reply to: Cannot edit post and shows 404 page not foundok, maybe look at
dashboard>settings>forums and look at editing time.
If that doesn’t fix, then standard fault finding applies viz :
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: Cannot edit post and shows 404 page not foundedit from the end
backend or front end ?
In reply to: Remove wordingThese look like sub forums of the main one – yes ?
In reply to: Subforums all crammed togetheron the forum in dashboard>forums it is the forum image on the right hand side
In reply to: Do I really need BuddyPress *AND* bbPress?bbpress works fine without buddypress – I don’t use buddypress on any of my sites
In reply to: Strange numbers appearing under avatar in poststhat is the users IP number – their computer’s number.
It is only seen by moderators and keymasters.
It lets them see if someone has multiple usernames but is using one computer
In reply to: Cannot edit post and shows 404 page not foundThanks – a few questions please
one ‘post’ – or all posts?
edit from front end (what the user sees) or backend (wordpress dashboard)?
Topics/replies – or both?
what is your bbpress role?
beyond free help, but I have suggested another plugin in your other post
I’d suggest you contact their support forum
https://wordpress.org/support/plugin/image-upload-for-bbpress/
In reply to: Change password pagebbpress just uses the wordpress username and password.
If you google around, you can probably find a wordpress plugin that will be close to what you want
In reply to: Subforums all crammed togetheryou can get to a vertical list and tidy up by using this additional plugin
once activated go to
dashboard>settings>bbp style pack>forum templates
and
dashboard>settings>bbp style pack>Forum Display
In reply to: This topic is emptysorry, can you explain what you mean by direct links in ‘Direct links works just fine, but the topics doesnโt show in the forums unless I recalculate’
In reply to: This topic is emptyare you using any caching software ?
it will be bbp digests plugin I suspect
In reply to: Forum links to homepagegreat – glad you are fixed
In reply to: Forum links to homepageok, so with JUST a default theme and JUST bbpress as only plugin, this occurs – yes ?