donmik
Forum Replies Created
-
Hi,
I’m back…xD!
I’ve sent an email to @svenl77 to ask for a test version of his paid plugin. As soon as he sends me one, I will work on this.
Hi,
I’m on holidays right now, but when I come back I will try to help you with this. I will be back in two weeks but please don’t hesitate to send me an email at the end of this month if I don’t contact you before, maybe I forget this during my holidays…xD.
Hi,
You can create filter using bxcft_show_field_value and display the year only instead of the date.
Check my FAQ
When you need the year, instead of returning:
$value_to_return = date_i18n(get_option(‘date_format’) ,strtotime($value_to_return) );
You can try something like this:
$value_to_return = date_i18n(‘Y’, strtotime($value_to_return) );
Maybe I need to update this answer on my FAQ…
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Get URL of image fieldYou have to write your custom filter using bxcft_show_field_value. You can see an example on my FAQ
This is not possible right now due to buddypress filters. I’m working on some way to achieve this.
Maybe you can implement your own filter and replace some custom characters you are using. Try using markdown, something like this:
[url=http://yoururl.com]title of url[/url]
It’s just an idea, not a solution. I didn’t tested it.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Dynamic FieldsYou can do this with javascript, hiding and displaying the fields you need… I don’t know another way to do this right now
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Upload File Permissions IssueFirst, is the file uploaded in this folder? Maybe the upload process does not work.
If yes, maybe instead of being a permissions issue this can be due to a user owner of the file? Have you tried to contact with your support provider and ask them?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] New Feature needed: repeater fieldHi,
That’s interesting.
To solve this for now I’ve been using javascript to do it. I will think about a way to make easier to someone does not know anything about javascript to be able to create repeater fields. Hope to have time this summer to dig into this.
Hi,
I missed this thread. Have you solved this? I believe the best way should be to check the type of users when displaying the links and also check the type of users when displaying info available only for a subscriber.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] WordPress 4.2.2I’m testing just now with WP 4.2.2 and Buddypress 2.3.2.1. No issues detected yet!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Check Box acceptance is not workingThis bug will be fixed in the next release. I will launch it this week probably.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Change visibility on primary field?Hi,
The primary “name” field is required by buddypress. I don’t think it’s possible delete or change it, but you can probably hide using javascript, css or maybe using some buddypress filter.
Next release will fix this bug. Sorry!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Youtube embedHi,
Sorry for the late answer. Have you been able to solve your problem? If not maybe I can help you
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] NEW FeatureHi,
Thanks for this bunch of ideas!
I have some questions about:
Confirm email or response field
Not sure I understand what you want with this type of field. Can you explain me a bit more what you would like to achieve?
Feature Geo location field
This is a field with the coordinates of the user using the geolocation api of html5?
Thanks again!