Support

  1. jvlaming
  2. Bug Report
  3. Thursday, October 17 2013, 03:07 PM
Two more issues:

1) The calendar popup for the Date field does not seem to function (I already checked different browsers and templates).
2) What is the purpose of the e-mail field. It does not check the validity of (the structure of) the e-mail address entered.

Thanks
Accepted Answer
admin Accepted Answer
Admin
(FOR J Vlaming)
You have removed this line on /administrator/components/com_jsn/models/fields/date.php (I've already placed on your site)
$doc->addStylesheet(JURI::root().'components/com_jsn/assets/css/datepicker.css');


In any case, I reloaded version 1.0.5 with:
- TLD control on the field Email (I've already placed on your site)
- The modify to the conflict with Fabrik Plugin

for display tabs on Afterburner2 Template you can see these post http://www.easy-profile.com/support/registration-tabs.html

(FOR Tris Sol)
I reloaded version 1.0.5, please download and try.
  1. more than a month ago
  2. Bug Report
  3. # Permalink
admin Accepted Answer
Admin
Download the new version (the third today).
Thanks for your test.
  1. more than a month ago
  2. Bug Report
  3. # 1
jvlaming Accepted Answer
Pro
Hmm, I've downloaded 1.0.5 but both issues do not seem to be solved.
Still no date pop-up in front-end (back-end is OK though) and still accepting incomplete e-mail addresses (front/back).
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
The Data field work when i disabled System-Fabrik Plugin. I investigate for the conflict!

For email field i use joomla email validation! Even without Easy Profile you can try, Joomla 3.1 allows you to record users with emails of this kind mail@mail
Anyhow I will write a complete check in the next release.
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Can you try modify this file /administrator/components/com_jsn/models/fields/date.php

At line 45, add:
JHtml::_('bootstrap.framework');


From
$doc=JFactory::getDocument();
$doc->addScript(JURI::root().'components/com_jsn/assets/js/bootstrap-datepicker.js');


To
$doc=JFactory::getDocument();
JHtml::_('bootstrap.framework');
$doc->addScript(JURI::root().'components/com_jsn/assets/js/bootstrap-datepicker.js');


Try with System-Fabrik Plugin enabled.
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
i found this article on joomla docs for email validation
http://docs.joomla.org/Email_validation_changed
  1. more than a month ago
  2. Bug Report
  3. # 5
jvlaming Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 6
pandaleouf Accepted Answer
Yep I had the same thing for the date.
Calendar has always been working fine for me. But as soon as a date is selected, the all date field disappears.
(I am using a custom date format d/m/Y - but this might not be related)
  1. more than a month ago
  2. Bug Report
  3. # 7
admin Accepted Answer
Admin
you may leave in Site Details also FTP credentials.
  1. more than a month ago
  2. Bug Report
  3. # 8
jvlaming Accepted Answer
Pro
See updated site details.
  1. more than a month ago
  2. Bug Report
  3. # 9
pandaleouf Accepted Answer
1.0.5 solves the date problem I had - Thanks again for your support
  1. more than a month ago
  2. Bug Report
  3. # 10
  • 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.