Plugin Author
donmik
(@atallos)
I don’t know this “autolink” function. Can you explain it to me maybe with an example?
Sorry for delay, no notification for the reply.
I mean this:
Clean WP 4.4.2 with only BuddyPress 2.5.2 installed.
http://i63.tinypic.com/2wf95y1.png – Autolink Box
from BuddyPress, since 2.3.3
http://hookr.io/functions/xprofile_filter_link_profile_data/
Plugin Author
donmik
(@atallos)
You are right, I was not aware of the new Autolink Box feature from Buddypress. My plugin is breaking this new feature. In next update (2.4.5) I will solve this. I hope I can release this update next monday.
If you need this right now, you can modify a line in my plugin waiting for my update.
Replace line 43 of bp-xprofile-custom-fields-type.php:
add_filter( 'bp_get_the_profile_field_value', array($this, 'bxcft_get_field_value'), 10, 3 );
With:
add_filter( 'bp_get_the_profile_field_value', array($this, 'bxcft_get_field_value'), 8, 3 );
No worry, it’s only a report. I’ll wait the update.
Thanks for your work on this plugin
Plugin Author
donmik
(@atallos)
Let me know if autolink is working as expected when you update to version 2.4.5.
Thanks!
I tried the Custom taxonomy selector and is working. I’ll try the other fields soon.
Thanks for this