imagecrisis
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Problem with WP 4.0 and BP 2.1.1Hi Alex,
Thanks for the plugin update. Images are now working in the backend but I’m still having issues displaying them on the user’s profile similar to @cracyd’s issue.
I’ve tried the
field_idsolution you suggested and many other methods but they all return:<img src="http://mydomain.com/wp-content" alt="image">These are some other implementations I’ve tried:
echo bp_profile_field_data( 'field=47' ); echo xprofile_get_field_data(47); echo bp_get_profile_field_data(array('field' => '47', 'user_id' => '4')); echo bp_get_profile_field_data(array('field' => '47')); echo xprofile_get_field_data('Image 1'); echo xprofile_get_field_data(array('field' => '47', 'user_id' => '4')); echo xprofile_get_field_data(array('field' => '47'));Is there something I’m possibly missing?
Many thanks.
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Problem with WP 4.0 and BP 2.1.1Hi, it’s great to see this plugin had been updated. Thanks for all your work.
I’m having the same issues with the URL being outputted as:
src="http://mydomain.com/wp-content"in the profile page andsrc="http://mydomain.com/wp-contentIMG_0879-1.jpg"in the backend extended profile setting page.I’m on Buddypress Version 2.3.3 and BuddyPress XProfile Image Field Version 2.0.0 under WordPress 4.3.1