donmik
Forum Replies Created
-
Hi,
Sorry for the late answer.
To be sure I understand, your problem was the frontend profile of buddypress was not showing the fields you created with my plugin.
You solved this deactivating the sync between wordpress users and buddypress profiles ? Where can you do this? Can you explain a bit more, some screenshots should be helpful.
Thanks!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Image fields is repeating twiceHi,
If you still have this error, this is probably caused by the theme you are using. FAQ
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] HTML5 Fields Open in New WindowYou need to use the filter bxcft_show_field_value and add a ‘target=”_blank”‘ to your links.
Check the FAQ
Hi,
The regex expression was the problem. It was giving false negatives with some types of url. I will release a new version this week with this bug fixed.
About the errors, I’m going to see if this is possible, for now I’m just using the default errors from buddypress.
Thanks for your time!
Hi,
Are you still having this issue, maybe I made a mistake with the regular expression I’m using to check if it’s a valid URL. Can you show me an example on an url that is not working?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Drop Down Select BoxHi,
I didn’t know there was a limit… maybe you should use the custom post type selector. You must create your occupations as a custom post type and then use this field.
I will think about this… Thanks for sharing!
Hi, sorry for the late answer.
Have you been able to solve this? Usually the date format is configured in your wordpress admin General Settings.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Upload File Permissions IssueHi,
Really sorry about the late answer. I had too much work the last two months. Have you solved this?
Hi,
If you use the datepicker field, you can select future dates. Do you want to use the birthdate field?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Image RoatationSorry, but I have no idea about this, have you been able to find a solution?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] widgetsNo, there is no shortcode for now. Can you explain a bit more what you need and I will think about it for next releases…
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Cannot edit fields after registeringThis is an old post, now buddypress 2.0 changed more things. You need to copy the files from buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php for edit profile form and buddypress/bp-templates/bp-legacy/buddypress/members/register.php for registration.
If you don’t want to copy you need to see what php is using now buddypress to display the fields and replace your code with the new code from buddypress.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] File upload maximum sizeCheck the FAQ. The default is 8MB but it depends on your server configuration.
Hi,
You should ask in buddypress forums.