Search Results for 'updated'
-
Search Results
-
I have the “Members”-plugin installed. After updating bbPress and changing all roles of the users from “(wordpress-)”participants” into “subscribers”, the “participant”-roles of bbPress were empty. Now all subscribers can participate in the private forums. Not what I’ve had in mind…
But in my functions.php I have a script to notify users of their updated capabilities. It starts with:
function user_role_update( $user_id, $new_role ) {
if($new_role == 'bbp_participant') {
But that doesn’t seem to work anymore. Did the name of the bbPress participant role change? Will
function user_role_update( $user_id, $new_role ) {
if($new_role == 'participant') {
work?Now I can’t open my site. I know this is my fault, but i’ve been wroking on it for a couple of hours now to fix the problem but i still get the same message 🙁
Warning: Missing argument 2 for wpdb::prepare(), called in /home/apalisoc/public_html/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 176 and defined in /home/apalisoc/public_html/wp-includes/wp-db.php on line 990
Warning: Missing argument 2 for wpdb::prepare(), called in /home/apalisoc/public_html/wp-content/plugins/buddypress/bp-core/bp-core-options.php on line 293 and defined in /home/apalisoc/public_html/wp-includes/wp-db.php on line 990
Looking at these file, seems like the old buddypress is not compatible ith 3.5 wordpress. What should I do to fix this?
i am using another plugin (codepress admin columns) that calls do_action(‘load-edit.php’) to load all the plugins to get some info – namely custom columns. since and update to both – which, ironically both updated today – i get this error:
Fatal error: Call to undefined method stdClass::add_help_tab() in /home/content/…/wp-content/plugins/bbpress/includes/admin/forums.php on line 118
And if I get past that error, it’s the same thing for admin/topics.php and admin/replies.php.
What I have traced it to is this:
private function bail() {
if ( !isset( get_current_screen()->post_type ) || ( $this->post_type != get_current_screen()->post_type ) )
return true;return false;
}For some reason bail() is not bailing. I – the user – am on options-general.php?page=codepress-admin-columns, and yet bail() thinks the current screen’s post type is ‘forum’ (or topic or reply).
I’m thinking this is a naming convention problem? Why else would get_current_screen return as a ‘forum’ post_type when I’m no where near the forum – I’m just loading it to read some data.
Thanks for any info.
Topic: Translation in Glot
Hi I was wondering what version of bbPress is in the GlotPress (here) I’m pretty sure it’s behind.
I’m trying to complete the Dutch one but in the reference files I see its referencing wrong (thus old?) folders like `bb-admin` instead of `admin`.
Also when using the `.pot` file that comes with bbPress it shows 952 strings while an exported version from the glot only shows 927 strings.
Is there any indication when the Glot gets updated? If it does get updated soon I will complete the Dutch Translation.
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.