Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search help

Published on May 11th, 2010 by Rich Pedley

Having tracked code through I ended up in class.bb-query.php

if ( $search ) {

if ( $_post ) {

$s_value = esc_attr( $q_post_text );

$s_name = 'post_text';

$s_id = 'post-text';

} else {

$s_value = esc_attr( $q_search );

$s_name = $s_id = 'search';

}

$r .= "t<div><label for="$s_id">" . __('Search term') . "</label>n";

$r .= "tt<div><input name='$s_name' id='$s_id' type='text' class='text-input' value='$s_value' /></div>n";

$r .= "t</div>nn";

}

Now this is affecting a second search, by changing search to post-text, and the result of a second search is always zero results.

Can anyone explain why, and is there an easy way to change this, or should I just code my own search form?

Email change

Published on May 11th, 2010 by Kasparas

It’s possible to change my email (bbpress.org) ?

I tried to change 3 times but it doesnt changes /:

Help needed for integrating bbPress with magento

Published on May 11th, 2010 by Abhid

Hi, I am trying to have a forum section in my magento website. To use bbPress i added “require(‘bb-load.php)” in index.php of magento. After that for creating users in bbPress i am calling bbPress functions from magento files. But nothig seems to be happening on bbPress side even though magento side things work as expected.

Is it possible to achieve such thing i.e. calling bbPress functions from magento when bbPress is installed inside magento folder only and uses same database?

So is it possible to include bbPress as functionality inside magento?

Thanks in advance.

Abhi

Dropbox uses bbPress !

Published on May 11th, 2010 by _ck_

This was a fun discovery:

http://forums.dropbox.com/

and it’s quite active!

Nice clean theme, very very fast.

ps. the search appears to be written custom, nice job

Site extremely slow when NOT logged in

Published on May 10th, 2010 by devpaq

My site seems to take forever to load when trying to view the forum, but if I log in first and then go to the page it loads extremely quickly. Any idea as to why that would be?

Unload a file from bbpress or wp header

Published on May 10th, 2010 by MayurSomani

Hi,

I am using geshi library in wordpress for syntax highlighting. This is implemented using a plugin (code colorer).

Geshi library is also used on my bbpress forum (bbpress is not integrated with wp).

I am using sql query to show latest bbpress posts on wp homepage. The issue is that I have to include bb-load.php to run the query, which causes the error that geshi is already included (since wp included it in header).

How to resolve this issue?

One option is to use wp conditionals so that geshi is not loaded when its is_home()

Another way is to use RSS parsing instead of db query to show the forum posts on wp home.

For some reason, I don’t want to use either of them at this time.

So, how can I “unload” geshi.php from wp/bbp on my wp home?

Any ideas are appreciated.

Thanks for reading.

WordPress Registration and Login via bbPress

Published on May 10th, 2010 by pagal

I want to disable wordpress own registration method.. I want to use wordpress registration/login via my forums…

like http://www.weddingbee.com/ registration ( on top)

I want to call bbpress login form <?php login_form(); ?> to my wordpress blog.

then users can register/login from this form…

how can i achieve this..

many thanks

Pagal

How do I choose the URL name of the bbpress forum?

Published on May 10th, 2010 by

Hello,

I’m probably missing something obvious, but I can’t set up bbpress to have an URL I choose. I’m able to install it with the address domain.com/bbpress, but I want it to be something personalized.

I’ve searched the forums and tried changing the name fo the zip file, but I can’t figure it out.

Thanks for any help you can offer.

How do you write this?

Published on May 10th, 2010 by gerikg

What is the proper way to write this:

<?php require( '<?php include('site.html'); ?>/abc.html' ); ?>

show user avatar

Published on May 9th, 2010 by Arturo

hi, i need the function to show the user’s avatar on the forum sidebar, anyone can help me?

thanks

edit: i’ve tested this

<?php echo bb_get_avatar($user->ID, 40, $default); ?>

but i see a generic avatar and not my gravatar… help me!

Skip to toolbar