-
David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 10 years, 6 months ago
Hi Johnywhy-
You can disable the rich text editor on a per-field basis using the filter
bp_xprofile_is_richtext_enabled_for_fieldwhich was added when the wp_editor was added.You might do
[Read more]
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', 'my_disable_rt_function', 10, 2 );
function my_disable_rt_function( $enabled, $field_id ) {
// 14… -
David Cavins replied to the topic Automatically Send Activation Email and Activate New Signups Without Moderation in the forum Showcase 10 years, 6 months ago
This plugin automatically activates new user accounts: https://wordpress.org/plugins/bp-disable-activation-reloaded/
I sure hope that you’re weeding out spammers on the way in, or this site isn’t open to the world.
-
David Cavins replied to the topic Few Issues in the forum Showcase 10 years, 6 months ago
That’s quite a laundry list.
1) https://premium.wpmudev.org/blog/limit-access-to-your-wordpress-dashboard/
2) http://wptavern.com/wordpress-tip-disable-the-toolbar-on-a-per-user-role-basis
3) Can’t help there.
4) Check out “Edit activity” plugin here: http://www.buddyboss.com/free-buddypress-plugins/ -
David Cavins replied to the topic Registration Site is blank and link problems in the forum How-to & Troubleshooting 10 years, 6 months ago
It sounds like you need to update your permalink structure: https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
-
David Cavins started the topic BuddyPress 2.5.0-beta1 in the forum Miscellaneous 10 years, 6 months ago
BuddyPress 2.5.0 Beta 1 is now available for testing. You can download the 2.5.0-beta1 zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.
Read more about the beta here: https://buddypress.org/2016/02/buddypress-2-5-0-beta-1/
Thanks for your testing help!
—-
Please do not report issues in this t…[Read more]
-
David Cavins replied to the topic adding pretty URLs as filters to a group directory? in the forum How-to & Troubleshooting 11 years, 1 month ago
You could add a page-load listener and look for the
actionusingbp_is_current_action(). To learn more about whatactionoraction_variablesare set as you browse your site, I recommend adding r-a-y’s BP Footer Debug plugin: https://gist.github.com/r-a-y/5736878Page loads are often caught on the action
bp_actions.You’d have to do some more…[Read more]
-
David Cavins replied to the topic adding pretty URLs as filters to a group directory? in the forum How-to & Troubleshooting 11 years, 1 month ago
You could add a page-load listener and look for the
actionusingbp_is_current_action(). To learn more about whatactionoraction_variablesare set as you browse your site, I recommend adding r-a-y’s BP Footer Debug plugin: https://gist.github.com/r-a-y/5736878Page loads are often caught on the action
bp_actions.You’d have to do some more…[Read more]
-
David Cavins replied to the topic How to call groups by a different name in the forum How-to & Troubleshooting 11 years, 1 month ago
Your best best is to create a new language file, then you can customize nearly all of the strings:
-
David Cavins replied to the topic Member import in the forum Installing BuddyPress 11 years, 1 month ago
Hi Zoe-
My memory is that users need to have usermeta with the key
last_activityand a value like2015-06-16 13:29:04to reliably appear in the members directory. You can “repair” this value once the users are imported by visiting (from wp-admin)Tools > BuddyPressthen selectRepair user "last activity" data. In fact, it probably wouldn’t hurt…[Read more] -
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi @pilha-
That’s totally weird behavior. It seems like the table in your database has lost its mind. 🙂
Can you check the structure of the table
wp_bp_groups? What I want to know is:Is
idset as the primary key?
Isidset to auto-increment?Since you’ve already emptied records from the database, I suspect you’re familiar with some…[Read more]
-
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi @pilha-
That’s totally weird behavior. It seems like the table in your database has lost its mind. 🙂
Can you check the structure of the table? What I want to know is:
Is
idset as the primary key?
Isidset to auto-increment?Since you’ve already emptied records from the database, I suspect you’re familiar with some software for MySQL…[Read more]
-
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 11 years, 1 month ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand the file that it created (groups_group_after_save_args.txt) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 13 years, 1 month ago
Shuklaamar- Be aware that if you edit core files as that web page suggests, you’ll have to make that same edit every time you update WordPress.
Honestly, my experience with WordPress on IIS hasn’t been that great. The rewrite/redirects are one thing, but the FastCGI implementation is not very robust, which can cause grief.
Polly- Your problem…[Read more]
-
David Cavins replied to the topic Help with action variables and catching a URL in the forum Creating & Extending 13 years, 1 month ago
I did solve this by moving the logic that enables the action into the screen function, instead of attaching a separate function to bp-actions.
So the screen function first looks to see if that action is requested. If so, it does it, then redirects. Otherwise it isn’t enabled and the template kicks in.
This is the approach taken in the…[Read more]
-
David Cavins replied to the topic Help with action variables and catching a URL in the forum Creating & Extending 13 years, 1 month ago
I’ve altered this slightly to make it more like the BP-Skeleton-Component’s example (adding the screen name to the uri) and my action is still not catching the URI:
My button’s link looks like:
http://site.local/members/username/library/maps/delete-map/57/2/value?_wpnonce=12345678My action’s filter:
if ( bp_is_current_component( 'library' ) &&…[Read more] - Load More
@dcavins
Active 1 week, 4 days ago