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’);
Hi Team,
Finally registered but around for a while. Big thanks for having released bbpress as a plugin!
I’ve just installed the plugin for 2 blogs under WPMU. One blog in english and the other french.
When creating the fr_FR.mo, nothing happens. Already changed the admin labels and it remains in english.
Any suggetion or is this a known-issue?
Thanks a lot in advance,
Isabelle,
It’s Pim (not prim
) Arts, but why not?
I use buddypress pretty much only for the private messaging & the avatar / profiles. I don’t use the activity / groups stuff, which can be easily disabled. The forum runs on a separate bbpress plugin (not using the buddypress one).
yes a private message and avatar plugin fpr bbpress 2.0 are great.
@primarts
for me buddyress no option too
What you say is that the WP plugin (that does not work for me, for whatever reason) is going to be developed, while the stand-alone bbpress will not be supported any longer? If so, then I’ll switch to another forum software. Thanks.
I’m thinking of redoing some of the current toolbar buttons/panels.
Yes, I will add more video content providers eventually. I’ll just have to source out the information first.
I don’t suspect anyone will be developing new plugins for bbpress 1.x because bbpress 2.0 is the way of the future, man.
bbpress RC2:
1. The search does not work. It searches only in the wordpress default pages, not in forum posts.
2. The profile edit does not work. It ends with fatal error:
Fatal error: Call to a member function get_error_codes() on a non-object in … bbpress/bbp-includes/bbp-common-functions.php on line 1392
3. Stick a top to the front and close it. Add another topic and make it sticky to a forum only. The super sticky topic does not appear everywhere anymore.
bbpress RC2:
1. The search does not work. It searches only in the wordpress default pages, not in forum posts.
2. The profile edit does not work. It ends with fatal error:
Fatal error: Call to a member function get_error_codes() on a non-object in … bbpress/bbp-includes/bbp-common-functions.php on line 1392
3. Stick a top to the front and close it. Add another topic and make it sticky to a forum only. The super sticky topic does not appear everywhere anymore.
I’ve already found the private messaging plugin in the respository, however, I also found out that this plugin is no longer updated and that it might pose a security issue. Therefore my question, what other options are out there to add private messaging to a new bbpress forum?
BTW, I’ve tried the bbpress plugin for wordpress and am having issues with it, so I’d rather stick to a separate board. Otherwise I could integrate private messaging into my WP blog.
another question… is there a way to change the sitze of embed youtube videos?
can i insert other videos? from dailymotion.com, metacafe.com etc.?
thanks. Works great. Is there any hardcode way to change the folder to uploads/forum?
Help
Fatal error: Call to a member function get_row() on a non-object in /*************************www/forum/my-plugins/wangguard/wangguard-core.php on line 410
Hello,
Is it possible to migrate from PHPBB to BBPress? If so, is there anything should be aware in migrating procedure?
Thanks.
Aung
Add the read-only-forums.php file to bbPress’ my-plugins/ directory and activate.
search engine marketing specialist|search engine optimisation services
Just pushed 0.5.1, uploading is now optional. Scripts and style are enqueued, but not only on forum pages yet.
Both files
page-front-forums.php
archive-forum.php
Has the correct code
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
Both files
page-front-forums.php
archive-forum.php
Has the correct code
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
I installed 2.0 (Beta 3) RC2
WordPress – 3.2.1
http://www.example.com/forum/sample-forum-2/ (Accessible)
http://www.example.com/forum/ (nothing is displayed)
I was expecting http://www.gortp.com/forum/ page to list all the public forums.
Do I have to configure additional settings?