Published on August 22nd, 2007 by baptiste
I put together some code to implement a real bread crumb trail for BBPress that should support any level of subforums. I’ll open a ticket for the change too, but until it’s in the trunk (hopefully), you can use it by doing the following.
In bb-includes/template-functions.php, just above the // Forum Loop // line, add the following:
(UGH – Why if I put code inside code tags is bbpress insisting on parsing it and tossing in backticks everywhere! To see the code, check this file: http://onthepitch.org/talk/bb-includes/template-functions.txt)
You’ll have to update your template, mainly forum.php and topic.php. Look for the line like this”
<h3 class="bbcrumb"><a>"><?php bb_option('name'); ?></a> » <?php forum_name(); ?></h3>
and replace it with something like this:
<h3 class="bbcrumb"><?php forum_bread_crumb(); ?></h3>
And it should work for you.
Published on August 22nd, 2007 by ganzua
I’d like to add the same tool bar in all my web forms (by the way, it is up with bbpress), tinyMCE, fckeditor… whatever, but the same in all bbpress – wordpress forms.
Is it possible? so far I only was able of displaying tinyMCE in wp with a plugin.
Published on August 22nd, 2007 by ganzua
Does bb-chunk plugin work in 0.8.2.1? I can’t activate it
Published on August 22nd, 2007 by _ck_
I began working on this last night:
http://bbshowcase.org/forums/views/statistics/
As you should be able to tell it’s far from finished.
I’m interested in hearing ideas for other statistics you’d like to see.
I already just realised a list of the 10 oldest/newest member registrations might be interesting.
Since all those calculations are “expensive” I’ll make it cache them for an hour at a time (perhaps adjustable).
Also there will be more time/user based calculations once I get useronline released for bbpress.
Currently bb-topic-views is required for the module.
I’ll release it for beta test after more work on it tonight.
Published on August 22nd, 2007 by
I use “.post { overflow: auto; }” to get a sidescrollbar in Firefox, for big images and long URLs. In IE however, it also gives me a regular scrollbar. I only want the sidescroller. Could somebody help me with the CSS to fix this? Thanks!
Published on August 22nd, 2007 by wsokc
Inspiring from Gravatar plugin in WordPress, I try to find a work around to port that plugin to bbPress plugin, so I dont need to host image avatar files for each user.
Is there anyone had done this before ?
Published on August 22nd, 2007 by Inquirer
Google Analytics at http://boakes.org/software/
Rename the file googleanalytics.php and copy it to your /wp-content/plugins directory.
Enable it on the plugins page.
Enter your Google Analytics User Account string (it’ll be something like UA-12345-6. It appears when you “Add a channel”)
Apparently, you have to signup with Google and receive a User Account string.
Google Analytics is free to all advertisers, publishers, and site owners.
Does this free apply to Discussion forums?
Does anyone have an opinion on Google Analytics or another forum statistics plugin?
Published on August 22nd, 2007 by
I’m working on a project that calls for a seamless integration of the two with all the bbPress functions available in WordPress and vise-versa. I have finished nearly everything including adding the bbPress admin menu items to the WordPress panel.
However, the items don’t actually display because when WordPress checks to see if users can access them, the roles, such as “moderator” aren’t listed.
Is there a way, in bbPress, to just get a list of the current users capabilities, so it can be filtered into the WordPress list? The project requires that it be done entirely through plugins.
Published on August 21st, 2007 by
I just updated my bbpress forum after a few months of neglect and I’m looking to pump some new life into it and add some new plugins.
There’s not near as much activity in the forums as my regular blog, but I do get some folks who would rather post in the forums than on the front page of the site.
Let me know if anything looks amiss. 
http://www.girlscantwhat.com/forums/
Published on August 21st, 2007 by Inquirer
Is there a plugin to display Forum Statistics in the Admin section?