Forum Replies Created
-
In reply to: All topics are shown in all forums
hmm, without a link all I can suggest is
1. Are you creating them as super sticky ?
2. It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
bbpress just uses wordpress user, so if your site authenticates to WP, then bbpress will work fine
In reply to: Forum changed to English from SpanishTry this :
Put this in your child theme’s function file – or use
/This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'Publicaciones' ) { $translated_text = 'Mensajes'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );If that doesn’t work try
/This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'Posts' ) { $translated_text = 'Mensajes'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );In reply to: Enable @mentions from DB or PHPgreat – glad you are fixed
In reply to: Breadcrumbs not appearing in forums or topicsare you running buddypress as well ?
In reply to: Need help with Permalinksand see item 8
In reply to: Breadcrumbs not appearing in forums or topicsA default theme with just bbpress shows these, so it is either theme or plugin related – I can only suggest
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
sorry, but what you see is how it works, it lists the sub forums first
In reply to: Forum changed to English from Spanishyes, try that, and let us know
In reply to: Send topic notifications to different usersand your point is ?
support for this FREE product is offered for FREE by volunteers who like to spend time with their family at weekends, not get rude emails.
In reply to: Breadcrumbs by default?no they should be there by default
In reply to: 403 Error pageIt could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Hoster
If that doesn’t work, talk to your hosting company
In reply to: Forum changed to English from SpanishI suspect the file is corrupt, so not interpreted.
I’d go back to the original, and then come back for help in changing individual phrases
In reply to: freshness issues and forum displayif you have a caching plugin, or your hoster uses caching, then this can prevent the pages from updating.
see this article
In reply to: freshness issues and forum displayon freshness – do you have caching turned on?
In reply to: Breadcrumbs by default?yes they do
In reply to: Threading not workinglink to an example please
In reply to: Enable @mentions from DB or PHPprobably more a buddypress question
In reply to: Hide Voices number, just show Repliesgreat – glad you are fixed
In reply to: Hide Voices number, just show Repliesok, this should do that
li.bbp-forum-topic-count { display: none !important; }In reply to: 403 Forbidden Error after Installation‘deactivate all plugins apart from bbpress’ !
ok I’d suggest you contact your host provider to see if they can help, it may be a host thing
In reply to: Hide Voices number, just show Replieslink to an example plaese
In reply to: how to remove left space of the forum?Put this in your child theme’s function file – or use
/This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'old text' ) { $translated_text = 'new text'; } return $translated_text; }and change ‘old text’ to what you want to change, and ‘new text’ to what you want it changed to
In reply to: how to remove left space of the forum?put this is the custom css area of your theme
#left-area ul li ul { padding: 2px 0 2px 0px !important; }In reply to: 403 Forbidden Error after InstallationIt could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back