Published on January 31st, 2019 by akenach
Hi Folks
i have more forums but only need show the forums by groups created by Buddypress, this is my code, only apears One course, can somebody help me?
add_shortcode( 'DASH_forums', 'DASH_forums_func' );
function DASH_forums_func() {
$group_ids = groups_get_user_groups(bp_loggedin_user_id());
foreach($group_ids["groups"] as $group_id) {
$nombregrupo = groups_get_group(array( 'group_id' => $group_id )) -> name;
$descripciongrupo = groups_get_group(array( 'group_id' => $group_id )) -> description;
$html .= '<div id="enlacecurso"><a href="' . home_url() . '/groups/' . $nombregrupo . '/forum">' . $nombregrupo . ' Group Forum</a>' . (end($group_ids["groups"]) == $group_id ? '' : '' ) ;
$html .= '</div>';
return $html;
}
}
Published on January 30th, 2019 by ehasimon
I get this message: the bbPress Notify (No-Spam)/Private Groups Bridge API Key has not been activated, so the plugin is not checking for updates! Click here to activate bbPress Notify (No-Spam)/Private Groups Bridge. Where do I find my api key?
Use WordPress 4.9
Published on January 30th, 2019 by rg90
Hi, I would like to ask what bbPress template to choose so that the forum looks good.
I tried more, but the forum did not look very good. I would like to have the same or similar template as https://bbpress.org/forums/
Maybe I would ask differently why no one has made an official template for bbPress ?
Can you recommend a template ?
Thanks
Published on January 30th, 2019 by tapiohuuhaa
bbPress plugin has serious problems itself.
1) Bad working width values:
The major problem for me was that @media screen and (min…. worked really ugly.
With relative wide sceen I got narrow listing. It took big time to get width values working well.
When the width was a little bit over 600px the width was in computer screen about 330 px. Bad.
1000 px it was about 530 px – bad.
Orinally bbPress worked well only in few situations.
2) Bad working with 320×480 cell phones.
Avatar didn’t work. I took model from www.matkapuhelinfoorumi.fi and redefined (max-width:320px).
CSS for these kinds of cell phone should fix.
Published on January 29th, 2019 by power506
Hi!
Sorry, no links, my forum and WordPress installations are on localhost.
After failed import of SMF (2.0.15) database to bbPress 2.5.14. I tried with bbPress 2.6 RC 7 but there is the same problem with both versions. I can’t seem to past by 7th step – “No forum subscriptions to import”. Import monitor listed: “Doing step 6” and it didn’t move past that for 12 hours
My SMF forum database is clean as it can possibly be and I can’t find where is the problem.
Has anyone succeeded to import SMF into bbPress?
Published on January 29th, 2019 by parsistrans
HI my web bbpress is eror for login and my Version is update
im sorry im iranina and lang English is bed
Are you speak persian
my web bbpress
Published on January 29th, 2019 by Mostafa Shahiri
Hi
I use WordPress 4.9.8 and some plugins such as Woocommerce, WPML, WP Job Manager and BuddyPress at my website. Today I installed bbPress but I found a conflict with other plugins. When I try to access wp-admin page, it is not loaded correctly and loading is stopped by displaying white page. It is a bad problem, because I can not access to dashboard after login. Please guide me.
Thanks
Published on January 29th, 2019 by boborg
I have been troubleshooting an issue with embedded iframe table from datawrapper.de. The responsive iframe code was not changing height parameters on small screens so table was cut off. After disabling plugins I found that the problem went away after disabling bbpress.
datawrapper.de support told me this:
A part of the embed code contains the character string [b], it seems that your CMS automatically replaces this with an html strong tag, so the embed script no longer works.
So I guess the replace [b] with an html strong tag is part of bbpress? Any way to turn that off in bbpress?
Published on January 29th, 2019 by nemoprofeta
Hello,
I am the admin of a forum. I am not receiving any notification for a discussion I am subscribed to.
It worked earlier. I changed the email address in my profile and now it doesn’t work.
Published on January 29th, 2019 by Phillip Burger
It would be quite useful if while you were looking at a topic, there was a timed AJAX request (or similar feature) checking for updates to the Topic and letting you know when it is updated.
Think about how if you are in Gmail and an update comes to an email thread – it lets you know, so you can read the update before you reply.
I find in quite a few forums that you are reading and maybe forming a reply, just to update and see that someone else replied while you were on it.