Support

  1. thusby
  2. Bug Report
  3. Sunday, March 02 2014, 10:25 AM
I use a date field to save members birthdate, and discovered that with each update of the profile the value of the date field is decremented with one day. Same problem for two installations, and when I tested it here on easy-profile.com the same thing appears.

For my sites: Joomla 3.2 and EasyProfile 1.6

Any clue?

I discovered that by setting the HIDE ON EDIT PROFILE(frontend) parameter to YES, the effect was that the field was not updated. So I have a workaround, but this shouldn't be like described?
admin Accepted Answer
Admin
HI,
sorry for late reply, it's a weekend for us.
this is a problem with timezone.

try this:
in /administrator/components/com_jsn/helpers/fields/date.php at line 83 replace this
$date=new JDate($data[$alias]);

with this:
$date=new JDate($data[$alias].' GMT-12');


this is not a fix but workaround.

Tomorrow we fix this issue and release a new version.

Thanks for report
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Sorry I did not answer the second part!:o
You can find every changes on our documentation at http://www.easy-profile.com/docs/16-changelog.html
  1. more than a month ago
  2. Bug Report
  3. # 2
thusby Accepted Answer
Pro
The new version solved the problem, tnx!
  1. more than a month ago
  2. Bug Report
  3. # 3
zuotoski Accepted Answer
Hello.

I am also having the decrement day problem with the calendar. I am using Easy profile version 1.1.7.

Any suggestion?

Regards.
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Hi,
try to check this:
- go to administrator->components->Easy Profile
- see on left column the version of Easy Profile
- Check if it's Free or Basic

Maybe you have update with Free and the date field has not been updated.
  1. more than a month ago
  2. Bug Report
  3. # 5
admin Accepted Answer
Admin
I have tried on your site and now works! we have fixed this issue with 1.1.7
  1. more than a month ago
  2. Bug Report
  3. # 6
zuotoski Accepted Answer
Really? If you look at my two screenshots you will see that the problem persists on version 1.1.7. I've verified and it is the Basic version that is installed.

I also tried to upgrade to version 1.2.0 but it disabled the content plugin, and before you ask - Yes, I've confirmed that I downloaded and installed the Basic version, not the Free one.
  1. more than a month ago
  2. Bug Report
  3. # 7
admin Accepted Answer
Admin
Hi,
Sorry for la reply, it's night for us.

First sorry, but i have tested on your site another issue (described by creator of this topic). You have onother issue (similar but different). Tomorrow I will check your problem.

In version 1.2.0 we not have disabled content plugin. Now this is trigger with a different way. You can insert the substitution on article, HTML module(if you enable it in module parameter on option-> prepare content) and everywhere is triggered 'prepare content' . We choose this way for two reason:
- security: example. If you have a forum, user can view info of other user if know Easy Profile.
- in lists of users you can insert delimeter field that trigger our content plugin with data of displayed user.
  1. more than a month ago
  2. Bug Report
  3. # 8
zuotoski Accepted Answer
Ok,

I don't know if I understood well the new way that the plugin works. Before version 1.2.0, I was able to replace almost anything in the site by the form filed tags, including the article titles, contact titles, etc. - will I still be able to do it with version 1.2.0? This really concerns me, because this is the main reason why I've decided to use Easy Profile.

**EDIT: After some tests on my local VM, I could see that in the 1.2.0 version, the option to replace article titles, contact titles and other fields that are not into the article itself or in modules, has gone. I really need it as it was. I am not saying that you have to go back just because of what I need, but I need to know how to activate it back, orlse the component will be kind of useless for me. Please, don't get me wrong, I love the concept and all the future plans, but this resource is essential for my needs.

Where can I find the update log history of Easy profile? It is useful to know what the new version brigs, so you can decide if it is really necessary that update or not.

Sorry for the confusion about the date behavior, in my mind it was the same problem (obviously I was wrong).
  1. more than a month ago
  2. Bug Report
  3. # 9
admin Accepted Answer
Admin
Hi Alexandre,
for date problem
replace in /administrator/components/com_jsn/models/fields/date.php at line 21 this:
return JHtml::_('date', $this->value, $this->element['dateformat']);

with this:
return JHtml::_('date', $this->value, $this->element['dateformat'],'UTC');

we will resolve in 1.2.1 (some days). Thanks for report.

Content Plugin
For substitution in title of article is an issue and we resolve in next release.
Anyway: I will send you a separate plugin (via email) to do this. ;)
We will explain why we had to change. So you can understand the security problems.

Changelog
The change log is in our documentation at http://www.easy-profile.com/docs/16-changelog.html
  1. more than a month ago
  2. Bug Report
  3. # 10
zuotoski Accepted Answer
Wow!

That's what I call Top Service! This is the best of the two worlds: an excellent extension and an excellent support. You've got a lifetime customer, my friend.

Thanks.
  1. more than a month ago
  2. Bug Report
  3. # 11
zuotoski Accepted Answer
Sorry to tell you this, but after updating to 1.2.0 and installing the system plugin that you've sent me (tnahk for this again), almost everything worked, except some modules that can not replace the tags for the article titles, like Related Items Extended and this module has no "Prepare content" option (I guess that this is available only for custom HTML modules).

I had to go back to 1.1.7, but if you need I can do a reinstall. Just let me know.
  1. more than a month ago
  2. Bug Report
  3. # 12
admin Accepted Answer
Admin
Strange, even if there is no option "prepare content", the plugin that I sent you should replace all.

Have you the possibility to show me the problem and access to the backend?
  1. more than a month ago
  2. Bug Report
  3. # 13
zuotoski Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 14
admin Accepted Answer
Admin
Please send me your FTP credentials.
  1. more than a month ago
  2. Bug Report
  3. # 15
zuotoski Accepted Answer
Site details...
  1. more than a month ago
  2. Bug Report
  3. # 16
admin Accepted Answer
Admin
Can you resend me? 530 Login authentication failed
  1. more than a month ago
  2. Bug Report
  3. # 17
zuotoski Accepted Answer
sent again
  1. more than a month ago
  2. Bug Report
  3. # 18
admin Accepted Answer
Admin
Sorry but not work! Login Failed.
another option is to allow my Joomla user to install extensions (Super Admin account)
  1. more than a month ago
  2. Bug Report
  3. # 19
zuotoski Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 20
admin Accepted Answer
Admin
Sorry for late reply,
I spent 2 hours to understand the problem! But nothing.

I can write a file to override template of your module to see these substitution.
No hack a add a file called default.php in your template directory.
After that I have done I can tell you exactly where I put it.

your problem is really strange! our plugin work but for some reason the title is not replaced, instead the text is replaced by the Plugin Content, but not from what I've sent via e-mail (???????). if i disable jsn_content the text not is replaced by jsn_syscontent (STRANGE).

To this thing give me the okay. we do not change other people's code without consent
  1. more than a month ago
  2. Bug Report
  3. # 21
zuotoski Accepted Answer
Hello.

First of all , thank you very much for spending so much time and effort to solve this issue (that is isolated and probably has got nothing to do with Easy Profile, but with the module itself). I am like you, committed to the client and this is very rare these days.Second, I would suggest you to move part of this conversation to a new Post, since we are now away from the original post's issue. But this is just a suggestion, I don't mean to tell how to do your job, please don't get me wrong.

If you think that your override will do the job, please, do it. There is no way out and I don't think that an override may represent any risk to the system itself (of course, there are bad intentioned overrides, but this is not case, obviuosly). So, please, do your magic.

Oh, did you manage to get into FTP? Did it work?

Thank you for being so committed.
  1. more than a month ago
  2. Bug Report
  3. # 22
zuotoski Accepted Answer
Hello!

The date problem is happening again. The code is already changed as described.
What am I doing wrong?

Regards.
  1. more than a month ago
  2. Bug Report
  3. # 23
admin Accepted Answer
Admin
Hi Alexandre,
for your date problem I have reply to this topic https://www.easy-profile.com/support/accents-are-displayed-recorded-incorrectly.html#reply-2153
  1. more than a month ago
  2. Bug Report
  3. # 24
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.