Forum Replies Created
-
In reply to: Different formatting for shortcodes
if you are into coding, then download my plugin
https://wordpress.org/plugins/bbp-style-pack/
and look at
/includes/shortcodes.php
where I create a shortcode that uses a different template
You could create a new version by using that code as a base
In reply to: Enable bbPress Forum to buddypress group onlythis may help
In reply to: taken out of forum page when clicking page 2link to your site and an example please
In reply to: [Resolved] Topics doesn’t show upIn reply to: BreadcrumbsIn reply to: Before Postinggo to any of the forums eg troubleshooting, and at the end of the forum list you will see a new topic form
In reply to: [Resolved] How to change the word?thanks !
In reply to: [Resolved] forums, categories, and groupstry
https://wordpress.org/plugins/bbp-style-pack/
‘extras’ tab looks like it is close to what you want, or
[bsp-display-forum-index forum= ‘2932, 2921′ breadcrumb=’no’ search=’no’] from the shortcodes in the style pack plugin may work for you
In reply to: [Resolved] How to change the word?hmm – think it’s buddypress, but without a link can’t say for sure. Any chance of a link?
In reply to: [Resolved] How to change the word?Can you post a link to an example please
Do you still have a problem?
In reply to: Prevent participants from creating new topicsThe best way would be to create a new role, and not give it the create topic capability
see
https://codex.bbpress.org/custom-capabilities/
and give it :
// Topic caps
‘publish_topics’ => false,
‘edit_topics’ => false,
‘edit_others_topics’ => false,
‘delete_topics’ => false,
‘delete_others_topics’ => false,
‘read_private_topics’ => true,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