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
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
hy every one.
how can i change the lenguage of my forum from english to spanish?
thanks
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
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
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
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
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?
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.
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.
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 …