Forum Replies Created
-
In reply to: [Resolved] How to change the word?
The bbp-style-pack lets you change what the breadcrumbs say (and shows what they are)
Install and go to dashboard>settings>bbp style pack>breadcrumbs
https://wordpress.org/plugins/bbp-style-pack/
If that’s not what you meant, then come back
In reply to: Showing only topics related to a forumno problem !
In reply to: Showing only topics related to a forumThe topics are showing because they are ‘super-stciky’
Normal topics just appear in the order of newest at the top
Sticky Topics appear at the top of the forum they belong to
Super Sticky appear at the top of every forum – which is what yours areIn reply to: Showing only topics related to a forumlink to your site please
and
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: Two forum index pages?Presumably by following my advice? I can never be sure if they don’t come back and say that it worked !
@lmcookie62 was a problem with his theme as well.Do you have precisely the same problem? and do you have a url we can look at?
can you say how this is bbpress related?
In reply to: user profile page error404Great – glad you’re fixed, and thanks for posting the solution, that will help others
In reply to: Struggling to customize themes…ok, can you post
the bbpress.pho you are currently using
a link to your site, or more soecifically the page you want changed
what you want changedIn reply to: Old Posts Won’t Load, Just Sits There Tryingexample of one that will and one that won’t please
In reply to: user profile page error404It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: Profile link takes me to a thread?interesting problem
the link http://www.bruuuce.com/members/si/ resolves to http://www.bruuuce.com/theboard/topic/si-on-sabbatical/
so the sending page – eg a forum page correctly links to where it thinks the profile is. Something in between then redirects the url to the result.
I’d suggest it is probably theme or plugin related.
As a test :
Plugins
Deactivate all but bbpress and buddypress and see if this fixes. if it does, re-enable one at a time to see which is causing the error. If not try bbpress on it’s own.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: WordPress 4.0 Broke BBpressthanks and no problem, glad to have helped !
In reply to: WordPress 4.0 Broke BBpressThis tells you why – almost certainly spaces in the file – in your case it is the post.php file instead of the wp-config.php file
http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/
so the example in the link has
output started at //home/htdocs/wordpress/wp-config.php:1
but your error message says
output started at /public_html/wp-includes/post.php:1)
which explains the post.php file that you have been editing
In reply to: WordPress 4.0 Broke BBpressare these private forums? if so see
Oops! That page can’t be found on Sub Forums with WordPress 4.4
if not, come back with a link to your site
In reply to: WordPress 4.0 Broke BBpresscan you confirm what version of bbpress and wordpress you are on, and that this occurred following an upgrade of bbpress
In reply to: Plugin for Private Post Forumcome back if Pascal’s plugin doesn’t fix – but it should !
In reply to: Forum Freshness Not Updatingseems it is pasting the date of the original topic, not the date of it’s latest reply.
so the site is posting
<a title="2016 Targets" href="http://www.harrisonchapmankarate.com/forums/topic/2016-targets/">1 week, 1 day ago</a>
when it should be posting
<a title="Reply To: 2016 Targets" href="http://www.harrisonchapmankarate.com/forums/topic/2016-targets/#post-3442">17 hours, 55 minutes ago</a>
what theme and plugins are you using?
In reply to: Need adviceno reason why you shouldn’t use either of your ideas anive – just amek sure you do have a test site
Make a fresh post if you have further queries
Regards
Robin
In reply to: Plugin for Private Post Forumcan you tell us the out of date one – I’ll take a quick look at it
In reply to: Issue with default theme page titleGreat – glad you’re fixed !
In reply to: Issue with default theme page titleyou seem to have a custom.css and around line 3009 you have
#seacrh-result-title .container {
padding: 20px 0;
}amend this to
#seacrh-result-title .container {
padding: 20px 0;
border-bottom: 1px solid #ecf0f1;
}That should work !
In reply to: Issue with default theme page titleThe code you have under the title is
.add-new-post-header2 .container {
border-bottom: 1px solid #ecf0f1;
}Are you using a wordpress page with [bbp-forum-index] in it?
In reply to: Issue with default theme page titlewe need a link to the forums page of your site
In reply to: Need adviceThe best advice I can give you is to create a test site for each of your live sites.
This not only allows you to test new plugins, be confident in taking and using backups but also be happy that you can re-create your site should your host provider go bankrupt and you lose everything.
https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/
In reply to: Plugin searchnot really a bbpress issue