I have also written a short tutorial here on how to do this – http://gaut.am/translating-wordpress-or-bbpress-plugins/
Paul,
I know this may be really obvious, and apologies if it is, but PHP’s built in functions for handling json are very much release dependant. There was a large change from php5 to php5.2 as i recall.
It’s 5.36am here, so you’ll have to forgive me for the lack of links, but i’d do a little googling into that. At the end of the day you either stats a minimum PHP version, or test for the php version and do and if/else.
There is nothing like that that I know of for bbPress. You’d have to port that over to bbPress to get identical functionality.
There are a couple Adsense type plugins for bbPress, but they’re not the same.
Thanks for the update Paul, I’m up for some beta testing when your ready
It is an admanagement script.
There is not a way to do that, I don’t think. Typically, people will create a bbPress plugin that does the same thing as the WordPress plugin.
What feature are you looking for?
kevinjohngallagher – Thank you very much for your help. I understand you caution completely, however given the nature of my community I am sure that this will be appreciated.
Can you confirm that the following will only select users who are bbpress members and above, and not all users in my WordPress users table.
$bbdb->users WHERE user_status=0"
Hi there,
After a couple of hours googeling my question stays not resolved, here is my question:
Is there a way to integrate a wordpress plugin into my BBPress forum? My forum uses the same DB as my WordPress.
Thanks in advance.
I need to implement the Auto Login to BBPress. I have the steps of Auto Login to WordPress and here are the steps:
require_once (‘blog/wp-blog-header.php’);
$user_login = ‘screen_name’;
$user = get_userdatabylogin($user_login);
$user_id = $user->ID;
wp_set_current_user($user_id, $user_login);
wp_set_auth_cookie($user_id);
do_action(‘wp_login’, $user_login);
Could you please help me to change this code for BBPress Login?
Thank You.
Hi
Please help me to enable avatar in forum, i use bbpress 1.0.2 without wordpress
i want users can upload or enter your avatar address in profile
thanks
I am running a small forum for a small private team.
As it is for a small team, posts are made infrequently.
In order to let people know when there is a new topic raised I would like to email ALL the forum users a notification of the new topic.
It should be noted that I am integrating bbPress with WordPress. Not all my WordPress user have access to my forum. The solution needs to ONLY notify those users who have bbPress member or higher access.
Is there an existing solution for this, or could anyone advise me on how to create one?
When the “bbPress plugin for wordpress” arrives, I will have the choice to keep using bbpress as standalone product or I will be forced to migrate to wordpress + bbpress??
@Kadr, neem even contact met me op via de contactpagina van mijn website.
@chandersbs, because we understand each other better…
Why do you guys keep writing Dutch, if you both speek English?
Hey, Ik begrijp dat je bbPress zelf een ander uiterlijk kan geven, maar bij jou lijkt het forum echt onderdeel van de site te zijn, ipv een aparte site.
Dus nog afgezien van het uiterlijk, hoe zorg je dat bbPress onderdeel van de hoofdsite wordt?
(translate: It is not so much the look, as the functionality: how do I make bbpress appear as part of my wordpress site i.o. a different site)
Bedankt, ik heb hiervoor het “blank 2 column Right Sidebar 1.0” theme gebruikt en deze omgebouwd naar de look and feel van mijn eigen website. Heeft me heel wat tijd gekost. Als je ruime kennis hebt van html en css moet dit mogelijk zijn voor je met deze theme.
(Transelate: Thanks, i used the “blank 2 column Right Sidebar 1.0” and build this to the look and feel of my website. It cost me lots of time. If you got the knwoledge of html and css i suggest to use this theme.
Mag ik vragen hoe je dat ongeveer gedaan hebt? Ziet er namleijk slick uit!
(translates as: May I ask how you did that? Look pretty slick!)
You need to create a look-a-like theme, see: http://www.jahw.nl/forums
Hey,
I just installed WordPress and bbPress.
Both look great!
Now I would like to have bbPress appear on a page in my wordpress-site instead as a seperate site.
Is that possible?
I’ve noticed that when I enter in bbpress with admin user wordpress log out the same admin user.
I hope this can help.
I don’t know exactly where I was wrong but my admin seems not work.
I think I’ve made an error to configure the possibility to have the same user for wordpress and bbpress.
So probably the admin for bbpress is the same of wordpress but have not the priviledges.
Please help me to solve the problem
Fabrizio
@ gofastbargains, thanks, I was actually thinking I could call the wp theme header somehow from bbpress, but I guess I can try to replicate the existing wp theme’s css into the bbpress header too, I found some nice blank templates I’m gonna try using.
@chrishajer, thank you, yes probably that was the bbshowcase I’m referring too. I hope there’s a future for bbpress either as a wp plugin or standalone. And regarding the my-templates and my-plugins folders, I don’t mind having them, but I didn’t use them either, I place the themes into bb-templates and it works fine, haven’t tried any plugins yet.
What do you mean by “WordPress discussion settings”… are you asking about a bbPress install or a WordPress one?
@ gerikg – so, I’m using PHP4.x on my server and you are saying that I need PHP 5.x to stay logged in going from WP to BB or vice versa?
PHP 5.x is a requirement for integration?