Forum Replies Created
-
In reply to: Where Do I Put This?
have you activated the style pack plugin and bbpress, as both should be in the settings
In reply to: Custom search forum widththen not a lot I can do unless you can describe exactly what you want
In reply to: Custom search forum widthcorrect forum.
Do you have a link to your site and an example
In reply to: How to hide the forum and its posts from visitorsJust set the forum to private in
Dashboard>forums>edit forum and set visibility to’private’
Then only logged in users will see the forum
In reply to: Where Do I Put This?you could put the files in your theme directory, but unless you change them, there will be no difference on what you have now – that will require you to know and edit css files
This might be a better solution
once activated go to
dashboard>settings>bbp style pack>
In reply to: Can’t get forum sidebar to show up!I’m presuming you are also
WP v. 5.2.2, bbpress v. 2.5.14. WP is bundled with Bluehost. Theme is OceanWP.
?
In reply to: Welcome page is in forum pathok, not sure what to suggest, what part of
dashboard>settings>bbp style pack>Breadcrumbs
are you not seeing ?
In reply to: Breadcrumbs not appearing in forums or topicssee you are fixed with moderation as well
In reply to: Welcome page is in forum pathhave you installed the additional plugin ?
wow !! Thanks for posting, and yes that is really interesting – I’ll remember that for future
In reply to: Welcome page is in forum pathonce activated go to
dashboard>settings>bbp style pack>Breadcrumbs
and you can disable it
In reply to: Set as home pagejust put [bbp-forum-index] in the homepage of your site
In reply to: Members Only Site Shows Guest Countok, thanks for letting us know
In reply to: Members Only Site Shows Guest Countpretty sure not, what other bbpress related plugins are you using ?
In reply to: Members Only Site Shows Guest Countsorry neither of those is native bbpress. Must be another plugin
bbpress expects to see a wordpress user, and if you current app doesn’t do that, then bbpress won’t work – it is hooked at every turn to user_id in wordpress.
best I can offer is
In reply to: Unable to edit posts as admin or usersthanks for posting the fix
In reply to: All topics are shown in all forumshmm, 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