Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hello (Topic for administrators)

Published on November 28th, 2010 by mrdenask

Hello I am from Lithuania Country, Europe, I like bbpress its simple and safe forum cms, I wanna create in Lithuania bbpress support I translate this forum, create a website bbpress.lt, can i get your permision?

Thank you

how to change the lenguage from english to spanish :)

Published on November 28th, 2010 by arysweb

hy every one.

how can i change the lenguage of my forum from english to spanish?

thanks

Integrate bbpress with an existing WordPress theme?

Published on November 27th, 2010 by pbul2004

Hi,

I want to have a link on my WordPress site called ‘Forum’ in the navigation bar. When clicked on all i want is a simple forum like on wordpress.org and similar to this forum here.

How easy / hard is this to do? People have told me its a nightmare to do with bbpress and an existing theme.

Any help would be great,

Thanks

Paul

Integration: how to apply a custom WordPress theme to bbPress

Published on November 27th, 2010 by Corsari

Dear friends, from my perspective, integration is mainly meant as sharing and or apply the existent WordPress theme to my brand new bbPress forum.

“users sharing” is not my first issue, I could also say I don’t even care about sharing users, to be true, in my personal case I don’t want forum users to act in my blog.

Now, what about my customized WP theme?

How to use it with bbPress?

How to integrate bbPress theme with my customized wordpress theme?

Thank you for any tip, link and or instruction.

Ciao

Robert

Integration: Add Forum returns user to WP dashboard without creating forum

Published on November 25th, 2010 by singlecelldesign

Hi,

I hope someone can help me here, I’ve tried Googling and searching this forum but haven’t been successful in finding an answer.

WordPress 3.01 using TwentyTen theme

bbPress 1.02 using modified Kakumei theme.

Single database with additional chars added to table names (e.g. wp_obscure_)

I integrated WordPress and bbPress by following this tutorial by Ashfame.

I can access the bbPress Dashboard but I cannot make any changes to the Settings or (more importantly) add new Forums or sub forums – I am redirected to the WP dashboard when I press the “Add Forum” button (or similar submit elsewhere).

Naturally, I can’t be going into the database each time a new forum is required.

Best Regards, Karl

cannot edit title of anonymous posts (1.1 trunk)

Published on November 23rd, 2010 by Commentguerir

Hi,

When i edit the title of a topic, it do not work … if i change the body of the post it take effect but not for the title(i can edit the post title but after saving it do not execute … )

Note that i use bbpress trunk [Version 1.1-alpha-2539] the same what is running here on bbpress.org

integrating chitika premium eMiniMalls

Published on November 22nd, 2010 by allo

i made website with wordpress and added chitika premium eMiniMalls to it successfully using chitika plugin but couldn’t do that with bbpress anyone knows how?

topic icons for my forum…

Published on November 22nd, 2010 by abdo.nahas

hi,

I have a problem which in my frontpage forum. my forum titles and sub forum is so incule each other. I cant separate the forum and sub forum. how I can make a good view for this. is there a plug in the topic-icons is not working are there is another solutions.

Newbie needs help – where are the templates? my installed with a very basic one

Published on November 21st, 2010 by ccw32

I’m not a programmer – just someone with a website who wanted to add an ‘easy’ to install forum. After my help from Yahoo, who hosts my site, it is up and running but it’s so boring looking. I can’t find the other templates that bbpress is supposed to offer. Does anyone know where they are? Can you customize with your site’s logo and URL? Thanks.

Help for my plugin "admin notification"

Published on November 21st, 2010 by Commentguerir

Hi,

I need help to develope a plugin that notificat and send email to admin about who have post a message on forum (guest or member) :

########################################################################

function admin_notification() {

if (bb_is_user_logged_in()){$message_notification=”a membre have post a message”;}else{$message_notification=”a guest have post a message”;}

$admin=”admin@exemple.com”;

bb_mail($admin, “new post on your forum”, $message_notification);

}

add_action(‘bb_new_post’, ‘admin_notification’);

########################################################################

But this code always send “a membre have post a message” even if a guest post …

Skip to toolbar