donmik
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] checkboxes with imagesHi,
Sorry for the late answer.
1. Well, it is probably a good feature to add. A custom field type to allow users to select between images instead of texts, posts from custom post types or tags from custom taxonomy. I cannot think right now an easy way to achieve this. If I have to do it, I will probably go for a custom post type selector maybe and replace the <select><option/></select> with a list of checkboxes and instead of using the post id and name of post, maybe use a featured image?
2. I’m currently working on an update for doing this, since this is a request many users made me. You will be able to add new tags using two field types: Custom Taxonomy Selector and Custom Taxonomy Multiselector.
Hope it will be online soon.
Thanks!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Biographical InfoSorry this is now the hook you have to use it’s this hook “xprofile_data_after_save”
Fires after the current profile data instance gets saved.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Biographical InfoI believe your best chance is to use this filter “xprofile_field_after_save”. This filter:
“Fires after the current field instance gets saved.”
Then if it’s your Bio field, you should use wp_update_user to update the Biographical info of wordpress profile.
No solution for this, sorry. You can try to use markdown or someting like it and a filter to change the text displayed.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Section Breaks/HeadersWhere do you want to add this? Inside the profile form? You need to do this type of thing inside your theme, it’s the appropriate place to do it. Customize the buddypress templates inside your theme.
Ok, it’s normal. My plugin needs to have extended profiles enabled to work. Change my plugin’s folder name and your website will be accessible again. I will try to check if extended profiles are enabled in future versions to avoid this situation.
Sorry!
I don’t know really. You can try do activate/deactivate all plugins one by one letting only my plugin and buddypress activated. I’m sorry but I can’t help you, you should try to ask to some developer to debug this for you.
Try 755 for uploads folder.
If you want to add custom taxonomy you need to create it using a plugin or register your own in functions.php.
It seems this url “https://www.mycfl.com/wp-content/uploads/profiles/5/image-2.jpeg” is not loading. Check if the path is correct, maybe it’s a permissions issue?
Can you inspect the html using firebug or seeing source code? It seems the url of the image is broken. Check this.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Minimum birthdate ageUpdate to version 2.5, I’ve changed it you can select dates from yesterday now.
Please try version 2.5. I believe this is solved.
Hi,
Send me a screenshot or url where I can see what’s happening please. It works for me. Maybe another plugin is not working with mine?
Same answer. I don’t think this is related to my plugin. Try to deactivate my plugin and see if the issue is solved