Search Results for '+.+default+.+'
-
Search Results
-
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?
Topic: Gravatar and Karma plugin
1) I need change default gravatar image at forum to my own. Where is the link? i cant find it.
[ RESOLVED – i found it at: bb-icludes/pluggable.php ]
2) i saw Karma/Reputation plugin… but again, i cant find it.
The first two user registrations I’ve had on my new forum are both using @mail.ru email addresses. Experience with other forums tells me these are probably spam registrations. On the SMF forums I admin I block @mail.ru email addresses from being able to register at all. Is there a way to do this in bbPress? Maybe have them default to Inactive or Blocked depending on the email address used?