artmerk
Forum Replies Created
-
I found / fixed my problem: my role had been renamed, but only the slug had changed. So the role name used in the function did not match, therefore no roles were excluded. So the code above does work.
But — has anyone successfully written code to exclude sync based on user meta value?? something like:
$excluded_meta = new WP_User_Query( array( ‘meta_key’ => ‘account_status’, ‘meta_value’ => ‘inactive’ ) );
- This reply was modified 7 years, 3 months ago by artmerk.
I agree – this would be a nice option to have in Settings!!
I think I figured it out — the accepted values for the bookings attribute are (0, 1, user)
so this works:
[events_list bookings=user ][/events_list]- This reply was modified 7 years, 5 months ago by artmerk.
Same exact problem here. Please help???
The plugin is adding a NEW record when an existing user updates their email address.
I am getting the same error.
I have the email field included in the profile form. When a user tries to edit their email address, they get this error message: “This email is already linked to an existing account”
This happens for all users, for ANY email address, including unique non-existing emails.
Help?
OR this would also work for my needs:
A similar option to show the Category name as a booking column and/or CSV option.thanks!
Thanks caimin_nwl for the excellent snippet https://pastebin.com/n6cQ2cnf
Question: how can I add a similar option to show a custom event attribute in the booking column and drag and drop into CSV??
for example: #_ATT{somefield}
Forum: Plugins
In reply to: [BP xProfile WordPress User Sync] Names with more than one word (spaces)I installed the 0.6.4 GitHub version and works great. I tested combinations of “fname fname” and “lname lname” on both admin tabs and the user profile page. All seem to sync correctly (including the Nickname field).
I am using BP Version 2.6.1.1
Interesting notes above about the known issue. Your plugin helps tremendously.thank you! Great plugin and great support.