Hello,
Just started to investigate using bbPress and migrate over from phpBB.
After the migration I noticed that all my posts were from the username “imported_Glenn”. I feel that this was due to the user “Glenn” already existing. No one else inherited the suffix.
Is there a way I can easily replace the author name from “imported_Glenn” with “Glenn”?
I’m reasonable with SQL.
Thanks!
Glenn.
Hi,
1.) Please advice – everywhere Avatar set circle, but online users shows the square. How I fix it?
2.) Profile extension – I have a profile on Ultimate Member extension, but it fails link it. Could you give me an advice please? More specifically – shortcode extension will not appear in the user’s profile.
3.) Profile itself only appears when a user knows the exact link. Why do clicking on the word “Profil” does not appear portfolio? What is wrong?
Vendulka
(bbPress 2.5.8; WP 4.3.2)
wp 4.4.1
bbpress v 2.5.8
bbpress like button 1.5
learndash integration v1
I get this error when I try to deactivate bbpress
bbPress Like Button needs bbPress installed and activated in order to work.
I can’t access my website now.
I have several bbpress related plugins and want to deactivate them all, Could use some help, please
I need help on how to do that when in use the radio button (profile page) or drop down (the
sign in form), the user can select several options jut by clicking ((Without ctrl;)).
Plugin, code…
see : http://s17.postimg.org/r22yls5y7/dropmenu.png
Thx
Hey there,
I have made some changes in bbpress/includes/core/capabilities.php
The changes alter the capabilities of roles.
I wish these changes to survive updates. So I would like to include these changes in the file functions.php of my child theme.
Changes are in bold:
Change 1
// Moderator
case bbp_get_moderator_role() :
$caps = array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => false,
‘throttle’ => true,
‘view_trash’ => true,
// Forum caps
‘publish_forums’ => false,
‘edit_forums’ => false ,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,
// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => true,
‘delete_topics’ => true,
‘delete_others_topics’ => true,
‘read_private_topics’ => true,
// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => true,
‘delete_replies’ => true,
‘delete_others_replies’ => true,
‘read_private_replies’ => true,
// Topic tag caps
‘manage_topic_tags’ => true,
‘edit_topic_tags’ => true,
‘delete_topic_tags’ => true,
‘assign_topic_tags’ => true,
);
break;
Change 2
// Participant/Default
case bbp_get_participant_role() :
default :
$caps = array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
// Forum caps
‘read_private_forums’ => true,
// Topic caps
‘publish_topics’ => false,
‘edit_topics’ => false,
// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
// Topic tag caps
‘assign_topic_tags’ => true,
);
break;
}
return apply_filters( ‘bbp_get_caps_for_role’, $caps, $role );
}
How can I include them in the file functions.php of my chid theme? Thank you very much in advance
Hey guys,
I want to add a forum to my companies website, so we can improve our retention rate and increase our return rate.
I should be able to add buddypress to the site right ? I’ve never done this before and don’t know exactly where to begin. The website is http://dallastechsolutions.com – the forum would be somewhere on the menu bar.
Basically, we’re wanting to add a forum onto the menu bar, so that business owners can ask questions and get free advice before actually committing to professional help.
If you have any suggestions on how to go about this, i would really appreciate the help.
Thank you!
Hi there!
I use bbpress along with the Optimize Press theme. It has always worked great.
However, recently, the index shortcode has stopped displaying properly. Instead of a nice, neat little box that listed all my forums, it is now sprawled out all over the page. What is going on, and how do I fix this?
You can see what I mean here: http://www.themusiciangirl.com/community-forum/
Thanks so much,
Maya
SESAME Net Forum
wordpress 4.4.1 – bbpress 2.5.8 – ultimate member 1.3.35
on profile page of every user the site gives 404 page not found.
After the bbpress instalation the wordpress use this custom structure
/index.php/%year%/%monthnum%/%day%/%postname%/
thanx
Please Councils – use bbPress 2.5.8, extension Ultimate Member 1.3.36, Ultimate Member – Online Users 1.1.0, Ultimate Member – Profile Completeness 1.1.9 (on their website, I found the answer).
When specify a custom of profiles field, fail to show it to me nowhere. I tried insert a shortcode in several placesbut no success. Still I do not know what I’m doing wrong.
I guess I have something set a wrong, but I do not know what.
For any advice, I would be grateful, Vendulka
Hello there lovely Community&Devs,
Since i update bbPress last weekend. Not logged in users are able to view the forums.
Id like to prevent that but havent found an option via the Dashboard.
Can someone point me in the right direction/to the right file so i can prevent not logged in users from viewing the forum.
Thanks in advance,
Avery