Search Results for '+.+default+.+'
-
Search Results
-
Topic: Reading Forum for Kids
Here’s my bbPress. It’s a forum for kids and teens to discuss books on. I modified the default theme to fit with the color scheme of the main site, and added a few plugins for features that my members wanted.
This is actually our second forum. The first was a YaBB install, which I hated, ’cause it kept letting spammers in. But our members and I love bbPress and the ease of use!
Topic: Nicknames
When users on my site sign up using the forum signup, it successfully integrates them into wordpress, but they do not have a nickname, so all comments appear as Anonymous.
Normally wordpress would automatically set the display name default to be the login name, but they dont seem to for this.
Any way i could edit the BBpress files to make wp have a name?
Topic: Page Bug
My forum users have named this the “Page Bug.”
Here’s what happens: Our forum has 30 posts per page in a thread. Somebody posts the 31st post (or 61st, 91st, etc) which should show up on a new page. However, the thread gets stuck. There’s no “next page” number to click on. The post was successful, it’s just not displayed on a new page.
At this point, I tried recounting, but it still did not appear.
The only way out of the mess is to make a new post. Suddenly, a new page appears and the 31st post is right where it should be, followed by the new 32nd post.
Sometimes the 32nd post doesn’t work either, but that doesn’t happen often.
I’m running v0.9.0.2 with a host of plugins. I’ve tried with no plugins and the default template but it still happens.
I’ve installed megabb and can accesspages until i change the constants file to not be in emergencymode.
I can’t access the admin id even in emergency mode and all of the functionality I’m trying to get to seems to be unavailble
Help?
Is there a way to show a paginated list of front page stickies? In the default bbPress template file “front-page.php”, I found this code:
<?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> <big>“><?php topic_title(); ?></big></td>
<td class=”num”><?php topic_posts(); ?></td>
<td class=”num”><?php topic_last_poster(); ?></td>
<td class=”num”>“><?php topic_time(); ?></td>
</tr>
<?php endforeach; endif; // $super_stickies ?>
It display a list of front page stickies, but it doesn’t have any pagination if you have a lot of stickies. I tried adding this:
<?php forum_pages(); ?>
But it doens’t work.
Any suggestions on getting this to paginate?
Topic: bb-avatars (gr)avatar plugin
I’ve made a plugin that lets you set your own default gravatar.
You can also choose to use Identicons, Wavatar or monsterID as the default gravatar.
You set the size and the rating you want.
This plugin overrides the built in Gravatar function, but you still have to choose to show the avatars in the standard options page, but all other gravatar options from that page is ignored.
I’ve tested it on bbPress 0.9.0.2 and 1.0-dev (from trunk), but it should work on all 0.9.x versions.
You can download the plugin from here.
I’ve also submitted it to the plugins list here on bbpress.org, and will (hopefully) show up there to

—
RG
Topic: Theme similar to wordpress ?
Hi,
I am looking for a similar theme to wordpress blog’s default theme. Anyone has it for bbpress ?
Thanks.