Published on July 12th, 2012 by Erlend
I noticed the bbPress ‘About’ and ‘Features’ page could still be touched up quite a bit with some pretty pictures, updated links and such. If you could use a hand with it, let me know.
If there’s no risk of duplication of work, I could just get started on my own and share the finished work as I go, but it’d be nice to know if someone else is already working on this.
Published on July 12th, 2012 by Martin
Well, I’ve upgraded and facing the issue with the formatting of sub forums.
Anyone have a clue to the CSS snippet needed to format sub forums as a bulletted list?
Any help would be great
Martin
Published on July 11th, 2012 by csk
Hi everyone,
I love the plugin, but I can’t seem to figure out how to fix this problem I’m having with text staying on one line and extending out of the boundaries. Here’s what I mean:
http://imgur.com/wz9WW,4kyOf#1
I make a string of text, and then when I post it..
http://imgur.com/wz9WW,4kyOf#0
..instead of breaking the text so it fits within the boundaries, it makes you have to scroll.
Is there an easy way to fix this?
Thanks!
Published on July 11th, 2012 by darkhorse20
On some of my pages, I’m using the fetch_feed function to take the bbPress RSS feed to display the list items. After installing 2.1, none of the feeds are working anymore. Here’s the code I’m using:
get_item_quantity(3);
$items = $feed->get_items(0, $limit);
}
if ($limit == 0) echo 'The feed is either empty or unavailable.';
else foreach ($items as $item) : ?>
<a href="get_permalink(); ?>" title="get_date('j F Y @ g:i a'); ?>">get_title(); ?>get_description(), 13, 140); ?> <a href="get_permalink(); ?>">>>
Any idea why it’s not working anymore?
Published on July 11th, 2012 by The Lacesz
What can I change to have all links that are posted on the site open in a new window instead of the window that the forum is using? Thanks!
Published on July 11th, 2012 by Cristescu Bogdan
I get this ugly error:
Fatal error: Call to undefined method stdClass::have_posts() in /home/jorjette/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168
I`m not able to see any single thread! Can someone help me with that? I am the only one who get the bbp-reply-template.php error?
Published on July 11th, 2012 by solcjoye
Hello,
New to bbPress and really am limited on html/css (but can usually find my way through things…)
I am trying to figure out how to change the title headings for the forums, so instead of it saying “Forum, Topic, Posts, etc.” I could change those labels to work more for my purposes of having the forum. I am using bbPress to create a file repository / community for teachers to upload curriculum/lessons plans etc. and then comment, discuss, critique, rate them etc.
Thanks for any help!
SJ
Published on July 11th, 2012 by John James Jacoby
Finally… There are a few bits and bobs to work out, but we should have things polished to a fine gloss here shortly.
New topics and replies are disabled while I situate a few things. Thanks everyone for your patience!
You are now able to create now topics and replies.
Published on July 11th, 2012 by
Hi all. I have successfully implemented BBPress 2.1 on my WP with custom template. Now, I am trying for almost one week to customize the default bbpress theme. Based on the description here I have
– created the bbpress directory like “wp-content/themes/MYTHEME/bbpress”
– copied all files from “bbPress/bbp-theme-compat/bbpress/” to the new directory above (I have checked that the all modifications of these files in my theme are visible on the website front end
– as part of my testing I have moved the root file page-front-forums.php out of /bbpress/extras into the root of my theme
BUT – no change on the forum front end (mywebsite.com/forums) – the system shows the forums as content of page based on the page.php template file (including left and right sidebars), the page-front-forums.php file is ignored. What is wrong?
BTW, the new forum design here is really great! Could you publish the template files used pls?:-)
Published on July 10th, 2012 by StudioManager
Just upgraded to 2.1 and all topics are blank, they show up on the list of topics but any user other than myself can only see replies but not the original post…
This is true regardless of who created the post.