Skip to:
Content
Pages
Categories
Search
Top
Bottom

If non-English site mail when user Register

Published on September 26th, 2008 by

My bbPress is non-English forum name.When user register from my forum. The password mail title not display correct my forum name.How to fix it? Thanks!

Can I fit the whole bbPress in this 500 pixel wide column?

Published on September 25th, 2008 by M.K. Safi

I think I’m asking for theme integration.

I have seen other WordPress forums where you create a page, insert a one line HTML(?) code, and the forum will appear in that page. I was wondering if something similar can be done with bbPress, so that I can make it appear within my theme, here. Thanks,

Yikes, my wordpress site has disappeared while integrating with bbpress

Published on September 25th, 2008 by keress

I was just about finished integrating bbpress with our wordpress installation. I had not called up the wordpress site during most of this process. When I did try to call it up, a white screen came up, no error messages, nothing, just white.

It had just been working fine before I began installing bbpress, but I had just gotten locked out of login (again) and followed these instructions: “To fix bbpress, you need phpmyadmin or a similar tool. Login, go to your bbpress database. Not certain what it’s like on 0.9, but you probably need to go to the bb_topicmeta table and perform a search (or browse through) to find a record where the meta_key is wp_table_prefix. Try deleting that record. Without that setting I think bb would look for its own users again. ” https://bbpress.org/forums/topic/doing-integration-cant-login-in-bbpress

Not sure if that’s what broke the wordpress installation. What should I try? Should I go back into phpMyAdmin and try to add that record back in? Should I just uninstall bbpress and start over again?

Is bbpress SEO friendly???

Published on September 25th, 2008 by

Dear all,

is BBPress is SEO friendly..

please explain…

thanks,

phani

Get Current Forum ID?

Published on September 25th, 2008 by

I’m attempting to create a side nav of all the forums on my site. When a user is viewing a certain forum, I want that “tab” to be highlighted using CSS.

All I need is to assign a class=”on” attribute to the forum [li] [/li] tag if it is the current forum being viewed. Anyone know how I can check the current forum against the forum id?

Here’s the code for my menu creation:

<?php if ( bb_forums() ) : ?>
<h3><?php _e('Forums'); ?></h3>
<ul>
<li <?php if ( is_front() ) : ?>class="on"<?php endif; ?>><a>">Overview</a>
<?php while ( bb_forum() ) : ?>
<li><a>"><?php forum_name(); ?></a></li>
<?php endwhile; ?>
</ul>
<?php endif; // bb_forums() ?>

1.0 will be support theme integration ?

Published on September 25th, 2008 by

The 1.0 will be support WordPress theme integration ?

which web server to install BBpress on intranet

Published on September 24th, 2008 by

Hi,

What is the best software to install on a pc to be used at home to develope on I have found http://www.apachefriends.org which has php and mysql built in or is there another way. This is easy as it installs everything.

Thanks

ithb.co.uk

New installation – keymaster?

Published on September 24th, 2008 by

Installed it fresh, and after the final step I got “The key master could not be assigned.”

I have no idea what this means.

Cheers

Password Recovery

Published on September 24th, 2008 by

On my page bb-login.php only login form

Form “Password Recovery” not found

how to fix it?

What database to use?

Published on September 24th, 2008 by M.K. Safi

I want to integrate bbPress with WordPress. In the installation of bbPress, should I use my existing WordPress database or should I create a new one?

Skip to toolbar