Forum Replies Created
-
In reply to: last active time updates for spam comments
just a quick question to save me time, if askismet sees it as spam, is the topic/reply still created, but marked as spam ie you can still see it in dashboard>topics/replies but as a spam?
In reply to: last active time updates for spam commentsI’ll take a look
In reply to: Issue with linksok, so if you are talking about links
dashboard>settings>discussion>comment moderation>Hold a comment in the queue if it contains xx links and change the number of links
In reply to: Forum reply timestampsok, not much i can do without seeing it, but 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: Forum reply timestampslink to a live example please
In reply to: Remove ‘creator’ ‘topic’ and breadcrumbsno problem, hopefully someone will help 🙂
In reply to: Remove ‘creator’ ‘topic’ and breadcrumbssorry, I’m not an individual site design service 🙂
In reply to: Remove ‘creator’ ‘topic’ and breadcrumbsTry
li.bbp-header { display : none ; } div.bbp-topic-header div.bbp-meta { display : none ; }
In reply to: alt attribute missing for bing search🙂
In reply to: No forum sidebarso set a global sidebar and make this the default
https://wpastra.com/docs/sidebar-free/
and bbpress should use this.
In reply to: No forum sidebarwhat theme are you using?
🙂
In reply to: alt attribute missing for bing searchI think this does what you want
add_filter ('bbp_get_reply_author_avatar', 'rew_avatar', 10 , 3) ; add_filter ('bbp_get_topic_author_avatar', 'rew_avatar' , 10 , 3) ; function rew_avatar ( $author_avatar, $id, $size) { if ( bbp_is_reply( $id ) ) { $author = bbp_get_reply_author_display_name( $id ); $text = 'alt="icon avatar for '.$author.'"' ; } if ( bbp_is_topic( $id ) ) { $author = bbp_get_topic_author_display_name( $id ); $text = 'alt="icon avatar for '.$author.'"' ; } $author_avatar = str_replace('alt=\'\'',$text,$author_avatar); return $author_avatar ; }
In reply to: Text editor not showingit 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: bbpress dashboard not workingThanks – those are deprecation errors from buddypress not bbpress.
I’d suggest you add
and see if that fixes.
If not, raise the issue in
In reply to: Help problem display menu “answers”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: forum issuesCan you check if you are a ‘keymaster’
dashboard>users>all Users and look at the forum role for you.
If you are not, you will not see the forum option.
In reply to: forum issuesI’ve spilt this off to a separate topic, as it is a specific site issue.
so is this a new installation of bbpress, or a new issue on an existing one?
In reply to: Forum stylingjust a final thought. Your theme should have a default template – you might be able to change this in dashboard>appearance>customize to one that doe not have a sidebar.
In reply to: Forum stylingthere are thousands of themes, and putting divi into the search of this site has not produced any threads I can find which detail your issue, so not sure what to recommend other than asking elsewhere if there is a setting, Divi says it is bbpress friendly.
In reply to: Forum stylingyou are using the divi theme
1. I’d suggest you add
once activated go to
dashboard>settings>bbp style pack>theme support and you’ll see some useful info on serach and profiles
2. it looks like the sub pages are using a different divi template.
this link might help
https://divi.help/threads/bbpress.11376/ or post on that support group or raise with Divi?In reply to: Forum stylingok, so firstly I would make the page url (currently forum) and the forum slug (currently forums in
dashboard>settings>forums>Forum Root Slug>Forum Root) the same – I’d suggest you make the page forumsThat way it will all work better.
I’m suspecting that this will not directly fix, but will let me look better at how to fix
In reply to: Forum stylinglink to an example would let me see the issue for your site
In reply to: Frustrated! Help gladly accepted!!contact me via
In reply to: Forum widget error ?the errors you are seeing are not bbpress widgets as far as I know, so I cannot help you in resolving those errors
for bbpress activity there are 2 legacy widgets, recent topics and recent replies