Search Results for 'bbpress'
-
Search Results
-
Hello dear bbpress team and community! 🙂
I would like to create and run a forum on our magazine site (http://www.1-2-family.de). Of course my first choice is bbpress.
The thing is, that I would like to separate the whole database (for security and speed reasons?) from the ones of the magazine. So I thought to create a subfolder (or a subdomain?) to install a second instance of wordpress. And then fill it with the same theme of the magazine all needed plugins (such as bbpress) to just run the community (forum) on this subfolder (or subdomain).
Would this be a good choice? I just dont’t want anybody beeing able to register in to the wordpress system, where the magazine is running. It’s just a weird feeling to me …
Warmest regards 🙂
Torstenhttps://wordpress.org/plugins/bbpress/changelog/
But version number is still listed as 2.5.8
BBPress Blog indicates 2.5.8 came out July 13th, 2015.
Why is this?
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)
Topic: deactivate bbpress error
wp 4.4.1
bbpress v 2.5.8
bbpress like button 1.5
learndash integration v1I 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, pleaseHey 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
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
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