Skip to:
Content
Pages
Categories
Search
Top
Bottom

Romanian translation completed

Published on September 21st, 2009 by ReflectionMedia

We have just finished the Romanian translation for version 1.0.2

Info in Romanian about the translation and how to install it can be found at: http://www.reflectionmedia.ro/2009/09/bbpress-in-limba-romana/

The actual translation files, both .po and .mo, can be found at: http://www.reflectionmedia.ro/download/bb102.zip

bbpress post topic gives error

Published on September 21st, 2009 by middlepath

‘there was an error posting this topic’ error is showing when a topic gets posted. its integrated wpmu / buddypress / bbpress.

can someone help me out here with this, will highly appreciate it.

middlepath

how does bbPress takes care of pagination

Published on September 21st, 2009 by Ashish Kumar (Ashfame)

How can I get to know the page number of a post? How does bbPress manage pagination?

how to get gravatar?

Published on September 20th, 2009 by Göran

I have a gravatar connected with my e-mail address and I get my picture (just as in this forum) with my posts in http://www.enkelwebbplats.se/forum/ but in http://www.32astolf.se/forum/ I do not. I do not understand why? There is no plugin for avatars in neither of them. I do not rememeber I have done anything different beyween the two forums.

Another participant wants to have a gravatar also but I do not how to advice him. Please help!

Adding a sidebar to a theme.

Published on September 20th, 2009 by InvTrdr

Is it possible to add a sidebar in a theme that comes without one? Need a sidebar for navigation and/or ads. I am using the “Structure” theme. If it can be added can I get the code for it probably going into the sidebar.php?

Thank you.

bbPress loading slower than site.

Published on September 20th, 2009 by InvTrdr

I have bbPress on the same server and in the same hosting account. Yet bbPress loads a lot slower than the site itself. Is there a plugin or extension to resolve the issue?

Thank you.

Installation – First step

Published on September 20th, 2009 by peacesal

I keep getting this error, “There was a problem connecting to the database you specified.

Please check the settings, then try again” and I have put in the information in bb-config-php. How can I solve it?

Thanks

Can I embed codes and show videos and pictures in bbPress

Published on September 19th, 2009 by sixyofo

I’m trying to embed one in this topic

<object width=”560″ height=”340″><param name=”movie” value=”http://www.youtube.com/v/pM1Z1y4-Ylg&hl=zh_TW&fs=1&”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/pM1Z1y4-Ylg&hl=zh_TW&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”560″ height=”340″></embed></object>

NOt working.. > <

User Activity & Topics Started

Published on September 19th, 2009 by gerikg

I’m using this in BP under the user’s profile.

<h3 id="useractivity"><?php _e('User Activity') ?></h3>

<div id="user-replies" class="user-recent"><h4><?php _e('Recent Replies'); ?></h4>
<?php if ( $posts ) : ?>
<ol>
<?php foreach ($posts as $bb_post) : $topic = get_topic( $bb_post->topic_id ) ?>
<li<?php alt_class('replies'); ?>>
<a href="<?php topic_link(); ?>"><?php topic_title(); ?></a> -
<?php if ( $user->ID == bb_get_current_user_info( $user->ID ) ) printf(__('You last replied: %s ago'), bb_get_post_time()); else printf(__('User last replied: %s ago'), bb_get_post_time()); ?> |

<span class="freshness"><?php
if ( bb_get_post_time( 'timestamp' ) < get_topic_time( 'timestamp' ) )
printf(__('Most recent reply: %s ago'), get_topic_time());
else
_e('No replies since');
?></span>
</li>
<?php endforeach; ?>
</ol>
<?php else : if ( $page ) : ?>
<p><?php _e('No more replies.') ?></p>
<?php else : ?>
<p><?php _e('No replies yet.') ?></p>
<?php endif; endif; ?>
</div>

<div id="user-threads" class="user-recent">
<h4><?php _e('Topics Started') ?></h4>
<?php if ( $topics ) : ?>
<ol>
<?php foreach ($topics as $topic) : ?>
<li<?php alt_class('topics'); ?>>
<a href="<?php topic_link(); ?>"><?php topic_title(); ?></a> -
<?php printf(__('Started: %s ago'), get_topic_start_time()); ?> |

<span class="freshness"><?php
if ( get_topic_start_time( 'timestamp' ) < get_topic_time( 'timestamp' ) )
printf(__('Most recent reply: %s ago'), get_topic_time());
else
_e('No replies.');
?></span>
</li>
<?php endforeach; ?>
</ol>
<?php else : if ( $page ) : ?>
<p><?php _e('No more topics posted.') ?></p>
<?php else : ?>
<p><?php _e('No topics posted yet.') ?></p>
<?php endif; endif;?>
</div>

but I get: No replies yet. & No topics posted yet.

what am I missing?

phpbb3 to bbpress

Published on September 19th, 2009 by DarkriftX

I have been reading posts about this for the last few days and they started in 2007. Its hard to believe that there is still not an easy to use and reliable converter. Maybe I have missed something but the only one I have found that seems even remotely worth trying requires both installs to be in the same database. I have a phpbb3 forum with about 5000 users, and just under 2000 posts. I would like to migrate my users and their posts over. Is there anything that will do this that I might have missed?

Skip to toolbar