@chland
Not recently active
-
chland replied to the topic Members directory sorting not working in the forum How-to & Troubleshooting 11 years, 4 months ago
Check the value of the “bp-xprofile-fullname-field-name” entry in the WordPress “wp_options”-table.
SELECT * FROM wp_options WHERE option_name LIKE 'bp-xprofile-fullname-field-name'
Its value should match the name of the profile field containing the Member-Name. Usually the same as whats returned by
SELECT name FROM wp_bp_xprofile_fields WHERE…
[Read more]