donmik
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Russian TranslationHi,
I’ve just updated russian translation. Thanks!
I don’t understand what you say with datepicker. Can you show me a picture?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Conditional profile fieldsHi,
My plugin has no features to do this. You need to code yourself in your theme, in the edit profile form.
I don’t know if any plugin can help you.
Sorry.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Some issuesHi,
I don’t change anything about this, I think. Check in your edit.php (bp-themes/bp-default/members/single/profile/edit.php) where is the hook. If you are using buddypress 1.7:
do_action( 'bp_custom_profile_edit_fields_pre_visibility' );Must be before visibility settings.
If you are using prior versions of buddypress, you will see this hook:
do_action('bp_custom_profile_edit_fields');
It must be after visibility settings. You can change where it shows, changing the position of this hook, writing before visibility settings.Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Last name fieldAhm, I don’t know how to do this, maybe you can ask in buddypress forums, and they can help you better.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Field type "number"I hope I can create a new field type for numbers before buddypress 1.8 🙂
This is not up to me, I think buddypress can evolve xprofile a lot, but it depends on their priorities…
Hi,
I don’t think it will work, it’s not the same plugin, so it’s very likely you find many bugs or it didn’t work at all.
I’ll try to check if it’s easy to integrate both plugins in next updates.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] BP Profile Search link deadThanks for the advice! I solved it in the last version.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Last name fieldForum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Disabling Links Not Working…Solved
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Images not uploadingSolved
Solved.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Update loopSolved…
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Checkbox for Terms & ConditionsI mark this as solved.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Commas create false linksHi,
Sorry for the delay. This is not an issue from my plugin. It’s from buddypress plugin. Buddypress creates links for searching members in all profile you can removing this filter. Check this.