Search Results for 'updated'
-
Search Results
-
Topic: bbPress repository frozen ?
I have updated our plugin from 0.9.0 to 0.9.2 more that two weeks via SVN and today add a tags but the webside of the bbPress plugins repository seems to be frozen since one month.
Some body or Matt can inform us ?
Best regards
Michel
dev.xiligroup.com
Topic: Questions About Two Plugins
Hi everyone.
1) I installed “Forum Last Poster” in order to display additional information on my front page. In the forum section, I was able to display a link to the last updated topic in each forum, but the whole link is displayed. Does anyone know how to truncate the link to show only the post name instead of the entire link?
Here’s my code thus far:
<?php if ( bb_forums() ) : ?>
<h2><?php _e(‘Forums’); ?></h2>
<table id=”forumlist” cellspacing=”0″ cellspacing=”0″>
<tr>
<th><?php _e(‘Main Theme’); ?></th>
<th><?php _e(‘Posts’); ?></th>
<th><?php _e(‘Topics’); ?></th>
<th><?php _e(‘Last Topic’); ?></th>
<th><?php _e(‘Last Poster’); ?></th>
<th><?php _e(‘Freshness’); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<?php if (bb_get_forum_is_category()) : ?>
<tr<?php bb_forum_class(‘bb-category’); ?>>
<td colspan=”3″><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><?php forum_name(); ?><?php forum_description( array( ‘before’ => ‘<small> – ‘, ‘after’ => ‘</small>’ ) ); ?><?php bb_forum_pad( ‘</div>’ ); ?></td>
</tr>
<?php continue; endif; ?>
<tr<?php bb_forum_class(); ?>>
<td><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><?php forum_name(); ?><?php forum_description( array( ‘before’ => ‘<small> – ‘, ‘after’ => ‘</small>’ ) ); ?><?php bb_forum_pad( ‘</div>’ ); ?></td>
<td class=”num”><?php forum_topics(); ?></td>
<td class=”num”><?php forum_posts(); ?></td>
<td><?php bb_topic_labels(); ?> <big>“><?php forum_last_post_link(); ?></big><?php topic_page_links(); ?></td>
<td class=”num”><?php forum_last_poster(); ?></td>
<td class=”num”><?php forum_time(); ?></td>
</tr>
<?php endwhile; ?>
</table>
<?php endif; // bb_forums() ?>
2) I’m using the “Bavatars” plug-in, but I need to be able to style the “avatar” section in the members page in order for it to be aesthetically pleasing and for it to function correctly. I believe that the HTML on this page is outputting from the “avatars-profile.php” file, however whenever I try to div it off like I did on every other page, I get an error and the page won’t load.
Here’s the code:
bb_get_header();
****Not in code <div id=”Whatever??”>
if ( $message )
echo ‘<div class=”notice”><p>’ . $message . ‘</p></div>’;
echo bb_get_avatar( $user_id, 100 );
?>
<form method=”post” action=”<?php profile_tab_link( $user_id, ‘avatar’ ); ?>” enctype=”multipart/form-data”>
<input type=”file” name=”bavatar” id=”bavatar” />
<input type=”submit” value=”Upload new avatar »” />
</form>
<form method=”post” action=”<?php profile_tab_link( $user_id, ‘avatar’ ); ?>”>
<?php bb_nonce_field( ‘bavatar_delete-‘ . $user_id ); ?>
<input type=”submit” id=”delete” class=”delete” name=”delete” value=”Delete” />
</form>
***********Not in code </div???>
The styling attributes that the “avatar” page needs are:
width: 890px;
padding: 30px;
margin-top: -30px;
Help would be greatly appreciated!
Thanks,
dd_massacre
Oh, my page is http://www.myfinalheaven.org/forum.
Hello all,
Today I am releasing two new bbPress themes:
Thunderbolt:
Terra Firma Two:
I have also updated my older themes:
Please note, my themes have a new location:
I hope to continue releasing bbPress themes on a regular basis.
Via SVN in bbPress plugins part, xili new post notification plugin was updated this day (more than three hours ago) but the visitor interface is not yet updated. It seems that the rate is freezed and very low compared to wp plugins repository !
Has somebody infos ?
Hi!
I installed bbpress with deep integration and it was humming along nicely. Then my host went through all the database user passwords and updated them, for security purposes. They had a script to change the .php files for the wordpress installs, but not for bbpress unfortunately.
First I got “ERROR: Could not establish a database connection” on my bbpress install. I thought, no worries, I just need to update bb-config.php with the new password.
Problem: I did just that, and it is still giving me the same error.
Any chance there’s another file that also needs to be updated? Perhaps with the deep integration there’s a second place that I need to change?
Thank you SO much in advance for your help!