-
Anonymous replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 9 months ago
@mindyjoy do you have access to the database, eg through your Control Panel and phpMyAdmin?
It might help to look in there to see what is going on.
In the wp_users table there is a ‘user_status’ column. I […]
-
Anonymous replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 9 months ago
I have gone for Unconfirmed too. It does everything that Pending Activations did without any hacking.
-
Anonymous replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 10 months ago
The link that was stripped from my last post is (hopefully):
https://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/
-
Anonymous replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 10 months ago
BuddyPress Pending Activations has not been updated for quite a while now – back in 2011 I think – and it is not ‘officially’ compatible with WordPress 3.5 or BuddyPress 6.
I have just tried it on a test site […]
-
houfton replied to the forum topic Member parameters not working with bp_ajax_querystring() in the group Creating & Extending 12 years, 2 months ago
I think the answer to this is to use an ampersand. My version also has “&type=alphabetical” but that is optional:
bp_has_members( bp_ajax_querystring( 'members' ) . '&type=alphabetical &per_page=50' )
-
houfton joined the group Creating & Extending 12 years, 2 months ago
-
houfton replied to the forum topic BP group management and group email subscriptions in the group BuddyPress Group Email Subscription 12 years, 2 months ago
I don’t think this has been fixed yet with WordPress 3.4.1, BuddyPress 1.5.6, BP Group Management 0.5.4 and BuddyPress Group Email Subscription 3.2.1.
My ‘solution’ is to remove it completely using my […] -
houfton joined the group BuddyPress Group Email Subscription 12 years, 2 months ago
-
houfton replied to the forum topic Grp mgmt & grp email subscriptions in the group BP Group Management 12 years, 2 months ago
I have found the same problem. The “Email status:” is shown but it is wrong and the facility to “Change to:” a different status does not work. It just goes to your own frontend profile and gives the message […]
-
houfton joined the group BP Group Management 12 years, 2 months ago
-
houfton started the forum topic Overriding a function in bp-xprofile-screens.php in the group How-To and Troubleshooting 12 years, 5 months ago
I have made a change to the xprofile_screen_edit_profile() function in bp-xprofile-screens.php. I want to move it to my child theme’s functions.php (or somewhere else where it will not get over-written on […]
-
houfton replied to the forum topic Changing user role in Profile Edit in the group How-To and Troubleshooting 12 years, 6 months ago
I think I have answered my own question… the relevant add_action seems to be ‘xprofile_updated_profile’.
-
houfton started the forum topic Changing user role in Profile Edit in the group How-To and Troubleshooting 12 years, 6 months ago
I am using a clever script to allow users to select a user role on registration:
`add_action(‘user_register’, ‘register_role’);
function register_role($user_id, $password=””, $meta=array()) {
[…]
-
houfton started the forum topic Search not working on the BuddyPress site in the group Miscellaneous 12 years, 8 months ago
It might just be me, but no matter what I type in the search box on the BuddyPress site I always get the same result: https://buddypress.org/?s
-
houfton joined the group Miscellaneous 12 years, 8 months ago
-
houfton replied to the forum topic Using divs instead of tables in Profiles layout in the group How-To and Troubleshooting 12 years, 8 months ago
I take your point, thank you. I should probably use a list rather than divs. The main thing is I want to be able to manipulate the layout using css.
[deleted rest: just my stupid mistake!] -
houfton replied to the forum topic Using divs instead of tables in Profiles layout in the group How-To and Troubleshooting 12 years, 8 months ago
In case anybody is interested (!) I found a solution using the bp_field_css_class function:
<div
. This gives my divs a class name based on the field name eg:.
The trouble I have now is that the profile loop […]
-
houfton replied to the forum topic Using divs instead of tables in Profiles layout in the group How-To and Troubleshooting 12 years, 8 months ago
Thank you. That seems very obvious now you say it!
I have been trying to add ids to my divs using a sanitised version of the field name eg First Name becomes
.
I have tried using WordPress functions like […]
-
houfton started the forum topic Using divs instead of tables in Profiles layout in the group How-To and Troubleshooting 12 years, 8 months ago
I have not been able to find anything about this. [Is there no search box for the forums or am I being stupid?]
The profile-fields loop in bp-default uses a table layout. I have seen divs used in a premium […]
-
houfton joined the group How-To and Troubleshooting 12 years, 8 months ago
@houfton
Active 6 years, 1 month ago