Skip to:
Content
Pages
Categories
Search
Top
Bottom

Restrict Anonymous Posting to Specific Topics

Published on December 4th, 2012 by Just a guy

Hello. I’d like to allow anonymous posting, but disable it in specific forums. Here’s what I have so far:

function specific_anonymous_bbp() {
if (is_post('XXX')) {
return apply_filters( 'bbp_allow_anonymous', 0)
}
}
add_action( 'plugins_loaded' , 'specific_anonymous_bbp' );

I’ve tried about a thousand different combinations (the above being the latest) with no luck. I found the bbp_allow_anonymous hook looking through the core files, but I’m not sure how to disallow it for specific posts. I also tried making form-anonymous.php conditional based on post ID, which worked, but caused other issues. Any ideas?

How To publish plugin in wordpress.org

Published on December 4th, 2012 by MagicSparkTechnology

This is my svn link :-https://plugins.svn.wordpress.org/dispaly-text/trunk

i’m using TortoiseSVN software to publish my plugin but it gives error and could not approved.

so what i have to do??

How to install theme in bbpress 2.2.2

Published on December 4th, 2012 by returnman100

I am a newbie, just installed wordpress and bbpress plugin. How do I install theme in bbpress 2.2.2???

I tried placing the theme files in /wp-content/plugins/bbpress/ but I dont see how I can change or activate this theme…

Can someone please help..I’ve spend 6 hrs and still cant figure this out. Much appreciated!!!

Thanks!

multi-site with Buddypress activation

Published on December 4th, 2012 by wadams92101

On a multi-site network with Buddypress, intending to use site-wide forums only, should bbPress be network activated or activated only on the parent domain level?

Forum page and buddypress activity stream

Published on December 3rd, 2012 by jason.weber

Morning all,

I’m just in the process of doing a fresh wordpress + buddypress install.
All is going well for the most part with the exception of the global forums.
So I enabled Group forums, and thats going fine.
I then enabled Global forums and it ran through what seemed like a bbPress install.
All fine (with the exception of bbPress trying to use the same slug ‘forums’, but that was an easy one.
Now: To create a dedicated page/tab for the global forums is there a short-code I can simply add to a new page?
Also, nothing from the global forums seem to be appearing in the members activity stream. Is that normal?

Cheers
Jase

Forums Page Blank! (But Forum Topic shows)

Published on December 3rd, 2012 by mlakritz

The forums page is blank
badgerakpsi.org/forums
(I used the shortcode

)

But individual forum pages will show
For example: http://www.badgerakpsi.org/forums/forum/course-recommendations/

Please help! How can I get the forums page to show?

Forum Transparency

Published on December 3rd, 2012 by G Hinson White

URL: www.RBCForum.com/community
I would like a completely transparent background on my forum. As you can see here the background is currently white. I much prefer the yellow background of my theme. I looked at the .css file and the background is set to transparent. What am I doing wrong?

Looking for bbPress programmers

Published on December 3rd, 2012 by glrwork

My client may be interested in hiring someone to update our bbPress forum to make it more user friendly and fresh.

Where is the best place to find bbPress developers?

Thanks

bbPress 2.2 Forum Participant

Published on December 3rd, 2012 by blg002

I just want to make sure it was the 2.2 update that did away with the ‘Forum Participant’ role. It seems to have set all non-admins ‘Site Role’ to ‘Participant’ (even though that’s not an option in the Role dropdown), and left the ‘Default User Role’ to Administrator which caused a few outsiders to accidentally be signed up as an Admin.

Roles and Capabilities Restrictions

Published on December 3rd, 2012 by xmasons

Previously, if we wanted to modify the roles and capabilities of end users, we would use one of the several plugin offerings. With the folding of roles into bbPress changing those capabilities and access, it seems as if our pervious granular control is now removed. I understand the reasons, and I’m also feeling quite hamstrung on my choices.

Previously I had two user levels that are similar to the updated Participant role. One allowed for addition and edits of publicly available forums. The second one allowed for not only publicly available forums, but also private ones as well. The new Participant role fills that latter role, but now I no longer have the user identity for the former role.

It appears that I can’t change the capabilities of the bundled roles, nor am I able to create new roles that will play nice with bbPress. What are my options around this? Will there be tools to add new roles or change the capabilities?

Thanks for any input.

Skip to toolbar