@atallos on WordPress.org
- Member Since: September 14th, 2012
- Location: A Coruña
- Website: donmik.com
- Job Title: Freelance web and app developer
- Employer: donmik.com
Bio
Interests
Contribution History
’s badges:- Translation Contributor
-
Posted a reply to label or anchor text for a URL field?, on the site WordPress.org Forums:
I know it's not the best way to do this, but you can create a… -
Posted a reply to Show field data elsewhere?, on the site WordPress.org Forums:
bp_get_profile_field_data( array('field' => ID_OF_YOUR_FIELD, 'user_id' => ID_OF_THE_USER ) ) -
Committed [1599451] to Plugins SVN:
Tagging 2.6.3 -
Committed [1599450] to Plugins SVN:
= 2.6.3 = * Quick fix for birthdate field. [Link to the ... -
Posted a reply to multiselect link to content?, on the site WordPress.org Forums:
If you want to link with the post, you have to use the filter "bxcft_multiselect_custom_post_type_display_filter".… -
Posted a reply to Saving Values from Gravity Form MultiSelect, on the site WordPress.org Forums:
The data saved must be the term_id of the tags seleted. -
Posted a reply to Saving multiple taxonomies, on the site WordPress.org Forums:
I've just tried and it's working for me. What are you doing exactly? Are you… -
Posted a reply to Date of Birth Year field empty after reload with required field missing, on the site WordPress.org Forums:
Ok, I found it. It will be solved in 2.6.3 -
Posted a reply to Date of Birth Year field empty after reload with required field missing, on the site WordPress.org Forums:
Mmm this is weird, it´s not happening to me. Explain me what steps you are… -
Posted a reply to Image file validation fails for text files less than 6k, on the site WordPress.org Forums:
The max filesize is 8MB for my plugin. If you want to change it you… -
Posted a reply to Change ‘Birthday’ label to ‘Age’, on the site WordPress.org Forums:
Use this filter bp_get_the_profile_field_name. -
Posted a reply to Birthdate DMY items go out of alignment when empty and set as required, on the site WordPress.org Forums:
I believe "This field is required" is not from my plugin neither from buddypress. Maybe… -
Posted a reply to Remove field on Registration page, on the site WordPress.org Forums:
Hi, You have to override the registration template inside your theme and inside the profile… -
Committed [1586293] to Plugins SVN:
Tagging 2.6.2 -
Committed [1586291] to Plugins SVN:
Commit changes of 2.6.2 * Quick fix for Custom taxonomy multiselector. ... -
Committed [1586290] to Plugins SVN:
Fix Custom taxonomy multiselector not save selected values #34 -
Posted a reply to Date of Birth Year field empty after reload with required field missing, on the site WordPress.org Forums:
Solved in 2.6.2 -
Posted a reply to Custom Taxonomy Not Saving, on the site WordPress.org Forums:
It seems other people have the same issue, but I'm not available right now. Will… -
Posted a reply to Echo Field through code., on the site WordPress.org Forums:
I'm pretty sure I answered already this question in the support forums. You have to… -
Posted a reply to Video embeds, on the site WordPress.org Forums:
Yuo have to place the filter in the functions.php file of your theme. -
Committed [1577064] to Plugins SVN:
Tagging 2.6.1 -
Committed [1577063] to Plugins SVN:
= 2.6.1 = * Quick fix for this ... -
Posted a reply to Activated in network or Main Site only?, on the site WordPress.org Forums:
This plugin should be activated in network I think. Never tried really... -
Posted a reply to Add new feature: Multitaxonomy selector xprofile field, on the site WordPress.org Forums:
Hi, I have no problems with this field right now. I can see the field… -
Posted a reply to How to chang date 1940 to 2030, on the site WordPress.org Forums:
Use this js. if (parseInt($('select.bxcft-birthdate-year').children(':last').val()) !== 1940) { $('select.bxcft-birthdate-year').children('option:not(:first)').remove(); for ( var i = 2030;… -
Posted a reply to Video embeds, on the site WordPress.org Forums:
Hi, Yes you can use the url field type and allow users to put a… -
Posted a reply to exif image issue, on the site WordPress.org Forums:
Hi, I've been looking around for a solution and found this post. I've tried to… -
Posted a reply to Complete Sign Up, on the site WordPress.org Forums:
Sorry, I've been looking at this a few weeks ago and it wasn't useful. Later… -
Posted a reply to Complete Sign Up, on the site WordPress.org Forums:
Can send me a link to see it by myself and try some things? I… -
Posted a reply to Compatibility Issues with Buddypress 2.7, on the site WordPress.org Forums:
Have you enable Xprofile component in buddypress settings before? -
Posted a reply to Complete Sign Up, on the site WordPress.org Forums:
Hi, I've tried buddypress 2.7.3 but I have no problem with registration. If the button… -
Posted a reply to LocoTranslate, on the site WordPress.org Forums:
I'm really out of time, sorry. If you want to do it you can send… -
Created a topic, Add new feature: Multitaxonomy selector xprofile field, on the site WordPress.org Forums:
Hi, I'm the author of Buddypress Xprofile Custom Fiel… -
Posted a reply to “Enforce field visibility” Not working…, on the site WordPress.org Forums:
This feature is from buddypress plugin not mine. Are you sure this issue is related… -
Posted a reply to Custom Taxonomy Search and Multiselector Problem, on the site WordPress.org Forums:
Hi, Have you tried BP Profile Search plugin? The normal buddypress search will only work… -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
Hi, Sorry for the late answer but I just started this week a new job… -
Posted a reply to Custom fields causing and error message, on the site WordPress.org Forums:
This is an error from your php configuration or server. You can try add this… -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
You're welcome! Good luck! -
Posted a reply to Section Breaks/Headers, on the site WordPress.org Forums:
Please contact me by email and we can talk about it. -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
I'm not using a buddypress theme just Twenty Twelve. Sometimes buddypress themes are old and… -
Posted a reply to Compatibility Issues with Buddypress 2.7, on the site WordPress.org Forums:
Please try the new version 2.6 and get back to me if this error isn't… -
Committed [1518608] to Plugins SVN:
Tagged 2.6 -
Committed [1518607] to Plugins SVN:
Update to version 2.6 -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
Are you using a custom buddypress theme? Maybe your theme is using another method to… -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
Mmm, weird, it's working on my test site. Send me an url or a screenshot… -
Posted a reply to Add image as profile photo, on the site WordPress.org Forums:
It seems my code was only working in profile page. Please, replace my old code… -
Posted a reply to Change Birthday Format, on the site WordPress.org Forums:
To display the age inside the members loop, you cannot use right "bp_member_profile_data". I will… -
Posted a reply to Change Birthday Format, on the site WordPress.org Forums:
Well, using css will not work if you want to support Tab navigation on the… -
Posted a reply to Change Birthday Format, on the site WordPress.org Forums:
You have to put in your template file overriding buddypress template file. There is an… -
Posted a reply to Hide (required), on the site WordPress.org Forums:
Hi, So I can see you are only using birthdate from my plugin, and this…