Thanks pimarts. Like I said in that post, I’m kind of hoping that this toolbar will take off as a ‘must have’ for bbPress. With this, I also would like to inspire others to extend the toolbar using plugins. Perhaps After The Deadline could hook into this toolbar.
Bringing the components into individual files was important for allowing people to turn everything on or off. I wanted all toolbar items to be treated (sort of) equally, so now they’re all plugged in via the hook.
I am still playing around with some things up until bbPress 2.0 is marked as stable.
Some plugins also seems to be imcompatible with bbPress 2.x… Perhaps plugins shud also be categorised for easier download and reference…
Pretty much all recent topics are 2.x related though.
I agree that a split would take away some confusion though.
i dont like the new way. i have enough plugins and i dont want choose all the single items as a plugin.
checkboxes in toolbar menu are okay but this way with activate as a plugin…
no i dont like this. i realy dont like this.
sorry
Current, the bbPress Forum configuration for my site are as follows:
Category 1
– Forum 1.1
– Forum 2.1
Category 2
– Forum 2.1
– Forum 2.2
When using dashboard > add >topic, it will link me to create topic page and everything works fine.
However, whenever user start to add topic using this method, the default attribute for forum post is set to (No Forum).
This causes the newly created topic to land in nowhere and admin has to read the topic thereafter manually assign the topic to the relevant forum.
I tried changing the default attribute from (No Forum) to Forum 1.1 but to no avail as it was all locked n grey out.
Any user encountering the same problem?
If yes, please enlighten…
Been browsing and reading the forum for bbpress 2.x related articles such as installation guides, plugins etc.
Seems like most of the topics revolve in bbpress 1.x… Hoping that the forum can start new category for 2.x for users for easier discussions.
Does anyone know if there are themes available for WordPress, with the bbPress child theme (pay or free), other than Twenty Ten?
Hi,
Im playing around with the latest beta of bbpress and I would like to use a translation made available. Hovewer if I set for instance define(‘BBLANG’, ‘fr_FR’);
after downloading and copying to the right folder the translation files nothing happens. I searched the lastest edition for BBLANG but it isnt even there. What should I do?
Thanks
any word on this? would it be better to just make it wordpress and use the bbpress2.0?
I think you are talking about this – https://bbpress.org/forums/topic/security-warning-stop-using-private-messaging-plugin
Don’t confuse Private messaging plugin with the bbPM plugin. The latter one is a great plugin. Go ahead and use it.
https://bbpress.org/plugins/topic/bbpm/
Also Ben (plugin author) is already working on a bbPM version which is for the new bbPress (WordPress plugin).
I’m using the WP-FB-AutoConnect plugin.
I’m using the WP-FB-AutoConnect plugin.
I haven’t seen anything that would allow them to register with their facebook account… I assume there may be a way to do this but using this to by pass the registration process is what I was thinking that way they could comment or reply with out becoming a registered user.
I don’t know if something like this is even practical.. I just assume all of you are more experienced with this so I look to learn what is working for you.
I’m not a code hacker (editing the PHP is a mystery to me.. I can do it as long as some says what the insertion point is… (has to be dummy proof for me)…
I updated to RD2 2.0 and I haven’t seen any glitches but I don’t have very many users and I’m going to try to sticky and super sticky topic post and see what happens…
Is there a PDF online that will tell me what these thing should do versus what I see them actually do?
I haven’t seen anything that would allow them to register with their facebook account… I assume there may be a way to do this but using this to by pass the registration process is what I was thinking that way they could comment or reply with out becoming a registered user.
I don’t know if something like this is even practical.. I just assume all of you are more experienced with this so I look to learn what is working for you.
I’m not a code hacker (editing the PHP is a mystery to me.. I can do it as long as some says what the insertion point is… (has to be dummy proof for me)…
I updated to RD2 2.0 and I haven’t seen any glitches but I don’t have very many users and I’m going to try to sticky and super sticky topic post and see what happens…
Is there a PDF online that will tell me what these thing should do versus what I see them actually do?
great thanks so much guys!
I’m not letting unregistered users post topics and comments, I am letting users login/register and post with Facebook though. Seems to work great.
I’m not letting unregistered users post topics and comments, I am letting users login/register and post with Facebook though. Seems to work great.
Hello, from day I installed the bbpress plugin for my WP, I am not getting any reply notifications and also non of the users. WP notification works but not bbpress.
Can u please anybody tell what might be wrong? I am desperate as forum without email notif. is useless. thank you
marian
Ok, just worked on some pretty cool things.
0.5.5 brings a bit more flex. It brings dailymotion, metacafe, vimeo to the video providers.
Youtube panel is now known as Videos panel for online video providers. Still has the youtube image.
All the buttons are in a set of four ‘child’ plugins: That is, they need to be activated at the plugins activation page.
Does anyone let unregistered users post topics and comments?
Also I was wondering if any thought for down the road towards letting them login with their facebook login. I see that with many forums now-a-days. But I figure that would be a future issue to tackle…
Does anyone let unregistered users post topics and comments?
Also I was wondering if any thought for down the road towards letting them login with their facebook login. I see that with many forums now-a-days. But I figure that would be a future issue to tackle…
Hello I have also Yen template and tryin to tune up the bbpress forum. I am not good in coding at all, all I can do is to read bit of html and php, but I am not good in editing stuff. I am fighting with CSS modifications to get the forum look good but not success check http://www.uspornaziarovka.sk/forum/diskusie
So have u managed to change a layout? a bit?
good day
marian
Additional info: put bbpress-fr-FR.mo in plugins/bbpress/bbp-languages
And use this in my functions.php (in my theme):
Code:
function theme_init(){
load_theme_textdomain(‘community’, get_template_directory() . ‘/languages’);
}
add_action (‘init’, ‘theme_init’);