Skip to:
Content
Pages
Categories
Search
Top
Bottom

topics on this forum

Published on May 28th, 2010 by surfer10

hello, my topics on this forum are marked aas spam and since so (i guess) they’re closing. what can i do?

bbpress xml rpc bug

Published on May 28th, 2010 by surfer10

Hello dear members.

when inserting new topic by using xml-rpc it came with escaped quotes in title. I have not checked the body itself but it can have the same bug.

Questions About Two Plugins

Published on May 28th, 2010 by dd_massacre

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 www.myfinalheaven.org/forum.

Importing bbpress posts into WordPress

Published on May 28th, 2010 by Hard Seat Sleeper

I have a handful of bbpress posts I’d like to import into my wp install as posts.

Is there a plugin or easy way to do this? Otherwise I’ll export the data from bbpress, hack the fields, and reimport to wp.

Thanks in advance.

中文主题插件能否提供

Published on May 28th, 2010 by aren

官方中文主题插件能否提供?

Formatting text on bbpress

Published on May 28th, 2010 by CEThom

I’m new to bbpress, having previously only used phpbb where all the codes are present as follows:

Italics:

Bold:

So on and so forth. But these codes aren’t working for me on bbpress.

What are the codes for formatting text on bbpress, ie. bold, italics, underline, centralising, changing the size, etc?

Or is there a plugin I can get so the text bar appears at the top of the page like it does on a phpbb forum?

Help. I can't log into to wordpress admin

Published on May 27th, 2010 by mike p

I was installing some plug ins for BBPress on my wordpress.org site which is agbellcommunity.com. After I installed the BBPress Cookie integration plug in I activated it and it took me out to the log in page now when I go to log in I get the following:

Warning: Missing argument 3 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

Warning: Missing argument 4 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

Warning: Missing argument 5 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

Warning: Cannot modify header information – headers already sent by (output started at /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/wordpress-26-and-bbpress-09-integration/bbpress-integration.php on line 95

Warning: Cannot modify header information – headers already sent by (output started at /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home/doodle4/public_html/agbellcommunity/wp-includes/pluggable.php on line 868

How do I fix this?

Thanks

Twenty Ten for bbPress: Feedback

Published on May 27th, 2010 by refueled

I hope I am not stealing anyone’s thunder, but I am soon to be releasing Twenty Ten for bbPress. Before I do, I would like some feedback. It has a new experimental layout, but I think it works well.

Here is the live demo:

http://bbterminal.net/bbpress/

This is what it looks like when logged in:

http://bbterminal.net/images/twentyten-loggedin.png

I am looking for positive and negative feedback.

Thanks

Kakumei Template Design Help

Published on May 26th, 2010 by Petehds

1. I am making some graphic changes to the Kakumei template. I am somwhat familiar with css but am not sure how to find the one that has the gray bars for “Topics – Add New” and “Main Theme”. I want to change the colors of the bars.

2. Also; I would like to remove the gray background box for the search bar. Can that be done? I am currently working on the header color in PS. The one that is there now was just a test and the next one will be solid and not gradated.

3. Where can I find the file to change the “Home Design Sense Interior Decorating & Design” to be able to change it’s color. It will need to be lighter to work with the new color.

The forum – www.homedesignsense.com/forum

Thanks

bbPM in wordpress

Published on May 26th, 2010 by Coronita-C2

Hi!

I want to see the bbPM panel in wordpress, if I get a new message.

How I do?

Skip to toolbar