Search Results for 'bbpress'
-
Search Results
-
The title says it. I have mutliple sites, and I need users that are registered to a site to be able to participate in the private forums of just that site. The problem seems to be bbPress’s totally confused capability model.
By default private sites are hidden to users. There is a weird “Auto Role” option that can adds bbp_participant to all users. But that means that users get access to all forums on all sites.
So turn that off. Try to add bbp_participant role explicitly using action ‘add_user_to_blog’
$user->add_role(“bbp_participant”);
However, that failed to add the user. WordPress really only supports one role per user, certainly set_role only accepts a single role and purges any others. So I think something is resetting it.Then I try simply
get_role( ‘author’ )->add_cap( ‘read_private_topics’ ); // for bbpress.
That successfully updates the database, but has no effect on bbpress. I suspect because one of the three(!) capability.php files in bbpress has
case bbp_get_spectator_role() … ‘read_hidden_forums’ => false,
rather than just leaving it out. So capabilities do not merge properly between roles.There is something called Dynamic roles whatever they might be.
Maybe I need to abandon capabilities altogether and hook somewhere else? Maybe one of the numerous plugins works multisite?
Regards,
Anthony
I got this strange inport failure on my site all of a sudden. I am trying to move from old bbpress to the latest. I did this once before, but had to wait for a while until some functions where sorted out. Now it’s all set and I tried again. The forums were reset, but deleting the conversion table sometimes fails. I don’t know what that means, but anyhow. The inport did just fine until it got stuck half way in the replys. I tried to stop and restart, but I couldn’t get it to run any further.
So then I reset and tried again. Now it keeps inporting the first topic over and over again. It never moves on. What happened? I tried everything. I even tried removing that first topic from the old forum. It now inports the next one, over and over again.
If I try to “Purge all information from a previously attempted import” it gladly starts to remove old data, but it never stops! It removes data a little to quick to be true, and it goes on for ever “deleting” far more rows than I have ever inported.
Something is completely wrong here, and I don’t have a clue 🙁 Someone please help me! I am getting pretty frustrated here..
Topic: Please help me
I am using bbpress 1.0.2 installed with a iBlog Pro Forum Theme on wordpress version: 3.5.1
The problem is that I can’t make the forum to look like a forum page and it is shown as a blog page. If I create a Forum it is shown in categories. I just want to make my page looks like a forum. Please help me. http://iosbg.freeiz.com/forum/Topic: Jalali date for bbPress
Hi guys
I am translating bbPress 2.2.4 plugin for WordPress. Unfortunately wp-jalali plugin doesn’t convert the dates related to bbPress topics and replies.
How can I solve this problem?
Thanks in advance.
In searching the forum, it seems that I can use the Member’s plugin to allow users and user roles to access the private/hidden forums. But, most of the posts (all over a year old) indicated that this couldn’t be specific to one individual forum within bbPress.
I have multiple groups that each need their own forum, but, I only want them to access one specific forum that’s completely private for only that group of users.
I read that this can be accomplished with BuddyPress groups and forums, but BuddyPress is overkill for what I’m trying to do, as I only need a simple forum.
Thoughts? Options? I have this functionality right now within Vanilla Forum’s, it’s quite easy, but I need tighter integration with WordPress.
Topic: bbPress Registration Tab
We’ve got a problem on our site where random logged in users without the read_private_forums capability can still view and post in stickied topics (not super stickied) in private forums if they know the URL. We’re using s2member, but that probably isn’t relevant to the issue. Also I’ve disabled reading private forums for the Participant role using Capability Manager Enhanced.
bbpress version 2.2.4, wordpress version 3.5.1
Hi there everyone, I have installed bbpress on my wp site, I installed Version 2.2.4 and the version of my WP is 3.5.1 the theme im using is reviewit. my website is winfamilysurvival.co.uk
I am testing the bbpress forum at the moment but ive not made pages public yet, I’m ok with creating forums and topics and all is well whilst editing these elements, however when it comes to reading the posts/forums I get a white background to the posts and the and forum menu areas with the text in posts being white, and most of the text in the menus white too, I have looked everywhere but cant find a setting to change this, can someone please help me out, I have mingle forum up and running of the site at present and the only reason I am changing is because I want the users to integrate into my forum and not have to add them manually.
Im running a competition on my site at present that relies on the forum so I was hoping to migrate this one over to the forum but I just need to solve this issue and im away.