donmik
Forum Replies Created
-
I know it’s not the best way to do this, but you can create a new field for the label and ask the user enter the label for URL. Then using the filter “bxcft_web_display_filter”, you can change the way the url is displayed and hide the label when it’s going to be displayed too.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Show field data elsewhere?bp_get_profile_field_data( array('field' => ID_OF_YOUR_FIELD, 'user_id' => ID_OF_THE_USER ) )Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] multiselect link to content?If you want to link with the post, you have to use the filter “bxcft_multiselect_custom_post_type_display_filter”. The autolink is from buddypress and it is only for search purposes.
The data saved must be the term_id of the tags seleted.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Saving multiple taxonomiesI’ve just tried and it’s working for me. What are you doing exactly? Are you using frontend or wordpress admin?
Ok, I found it.
It will be solved in 2.6.3
Mmm this is weird, it´s not happening to me. Explain me what steps you are doing to get this result please.
The max filesize is 8MB for my plugin. If you want to change it you can use:
bxcft_images_max_filesize for image field type.
bxcft_files_max_filesize for file field type.
If it doesn’t work, it’s probably due to your server’s apache/nginx or php configuration.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Change ‘Birthday’ label to ‘Age’Use this filter bp_get_the_profile_field_name.
I believe “This field is required” is not from my plugin neither from buddypress. Maybe you are using a theme changing the design or behavior of html5 errors?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Remove field on Registration pageHi,
You have to override the registration template inside your theme and inside the profile fields loop, don’t show the birthdate.
Solved in 2.6.2
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Custom Taxonomy Not SavingIt seems other people have the same issue, but I’m not available right now. Will solve this as soon as I can, sorry.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Echo Field through code.I’m pretty sure I answered already this question in the support forums. You have to put your code inside the profile fields loop, check the field id you need and show one or another using one of the buddypress functions to show profile field data:
or
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Video embedsYuo have to place the filter in the functions.php file of your theme.