Search Results for '+.+default+.+'
-
Search Results
-
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.
Topic: 404 errors
Hi,
I installed bbpress with wp and it all went smoooth. Now when I am trying to view the demo post which is created by default I get: “Error 404 – Not Found” and that of Word Press and not bbPress. Please help me fix.
Thanks.
I seem to have the Avatar Upload plugin working. Problem is, if someone makes a comment that is, say, one sentence in length, the height of the avatar and the bottom of the same post seem to miss each other, creating an almost ripple effect as the thread continues downward.
Is there a way to make a post a default height, assuming the comments are less than the height of the avatar?
We came up with a hack for email notifications: http://showinabox.tv/forum so people can get an email when someone posts to a thread they are following.
We are using RSS Forward.
But it seems that our bbPress feed updates itself very slowly.
Anyone know how often feeds refresh by default?