Published on February 28th, 2012 by abaumg
I’m struggling with the new theme support in bbPress 2.1-dev. My goal is to modify the original bbPress theme and include it into my regular WordPress child theme (wp-content/themes/halftone-child) which is derived from Halftone theme (wp-content/themes/halftone).
I failed to figure out which files at which location I have to copy/modify in order to reach my goal. Things seem to change in every version (1.x/2.0/2.1), and it is hard to find information/documentation. Didn’t find anything in the forums (and yes, I read https://bbpress.org/forums/topic/bbpress-20-theme-compatibility and https://bbpress.org/forums/topic/bbpress-21-theme-compatibility).
So my question is:
Which files from the current 2.1-dev, available under https://bbpress.trac.wordpress.org/changeset/3769/branches/plugin?old_path=%2F&format=zip do I need to achieve my goal? Where do I have to copy them?
Published on February 28th, 2012 by Nirzol1
hello
shortcode is good.
But how can I remove breadcrumbs plz ?
Because I use two shortcode :
- Oh, bother! No topics were found here.
And I have breadcrumbs for forum and an other for topic. Maybe make a shortcode like this is it possible ?
- Oh, bother! No topics were found here.
And are they a way to say number topics to display ?
thx for help !
Published on February 28th, 2012 by robinofree
I want my forum to look like this http://roosterteeth.com/forum
Is there a theme/plugin that would allow me have my forums look like this? I can edit the source files of bbpress, so if you have a suggestion about doing that, I’m all ears. I have a basic understanding on PHP, so it shouldnt be a problem. Thanks!
Published on February 27th, 2012 by paul12345
Hey there, I’m trying to work on a forum for a friend of mine who’s not very computer literate but I’m having just as much trouble understanding it all!
I’ve tried changing themes on my BBpress forum but the .zip files won’t upload, even though it says:
“Install a plugin in .zip format
If you have a plugin in a .zip format, you may install it by uploading it here.”
after I try upload one it says:
“The package could not be installed. No valid plugins were found.
Plugin install failed”
This is absolutely doing my head in. Not only that, but getting a simple forum page up is much harder than I thought it would be. To see what I mean, check out our forum as it is now:
www.pets-ponies.com
So my question is:
Would someone (with more experience than us) kindly log-in to our admin page and quickly whip up a basic forum? I’ve got all the page/topic names or titles I want up there (in my head at the moment), I just can’t figure it out!
In need of some help bigtime! 
Cheers! Paul
Published on February 27th, 2012 by grisu59
I have installed a forum on a WP- Buddypress website (www.pdudine.it)
bit I need that only registeres users can write in the forum and doenlad attachments
Npw everyone – also not registered – can do it
How can I solve?
Thanks
Published on February 27th, 2012 by villagora
Hi,
We have a problem, all is in the title : Why bbp_get_topic_admin_links() function in bbp-topic-template.php can’t apply on a bbp single topic page ?
How hack the following code without modify bbpress core files :
line 1984 :
if (!bbp_is_single_topic() )
return;
Is there an issue to display admin links on non-single topic page ?
Thx,
Published on February 27th, 2012 by deadly_smile
I’m totally new to Bbpress. I have a problem with adding posts. Totally strange things have happened. For example, when I was on the front page of forum, topics links are fine, when I click on some of them, it takes me to a page with listed posts, but when I want to make a new post, the part of url disappeared. To be clear, when I press the submit button, bb-post.php redirects me to a nonexistent page and the url looks like this http
/example.com/ /name_of_topic and it should look like this http
/example.com/forum/name_of_forum/name_of_topic. Something removes part of url, but i have no clue what it can be. I look through functions, and i’m lost.
Please help.
Published on February 27th, 2012 by dangerZ
I can’t believe more threads haven’t talked about this. How are people using BBPress 2.0 without a wysiwig editor? Im a programmer and dont mind using text or markup, but users certainly do mind.
I’ve tried the Post toolbar — that is WAY too technical for my users since it straight up inserts HTML Markup.
I’ve tried CLEditor, which works out of the box — but generates really crappy HTML that doesn’t handle whitespace correctly.
I want to integrate TinyMCE, CKEditor, or PunyMCE, but it’s just harder than you would think because I dont quite understand the plugin structure and template structure bbpress 2.0 uses.
Any help in regards to hardcoding these editors into a theme, hacking an existing plugin, or even creating a plugin to do this highly appreciated.
Best,
Danger
Published on February 25th, 2012 by vvikeb
Using 2.0 and I’m looking to edit the logged out text currently displayed at the bottom of forum pages such as:
You must be logged in to reply to this topic.
You must be logged in to create new topics.
This is an probably an easy one but I’m having trouble finding it in the bbp files to make the edits.
BTW – the tags input field for your site wasn’t allowing me to add tags for my post. I’m using Chrome if that helps you troubleshoot the issue.
Published on February 25th, 2012 by Nate
Hi all,
I’ve noticed that when I view my profile via bbPress, the image from my last blog post is displayed. I’d like that eliminated, if possible. I’ve rifled through the coding and can’t seem to pick it out.
The second: Under bio: We want users to use that area to ‘Share’ their personal story, but it doesn’t allow much in the way of paragraph breaks. Is that doable?
Thanks!