- Posts: 7
- Thank you received: 0
The date picker is not working
- jpovar
- Topic Author
- Offline
- New Member
-
Less
More
12 years 3 weeks ago #1542
by jpovar
The date picker is not working was created by jpovar
I have added an additional field type date, but the date picker does not work, it seems a related conflict with jquery.
The error does not occur when Groups for Multiple Extra Fields K2 is disabled. Please could you help me?
The error does not occur when Groups for Multiple Extra Fields K2 is disabled. Please could you help me?
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Moderator
-
12 years 3 weeks ago #1555
by Mohamed Abdelaziz
Replied by Mohamed Abdelaziz on topic The date picker is not working
Hello Rosa,
I have found a workaround for this problem, you can try it until I override the calendar function of Joomla
Edit this file: libraries/cms/html/html.php
replace this line (no: 989) :
with this
I have found a workaround for this problem, you can try it until I override the calendar function of Joomla
Edit this file: libraries/cms/html/html.php
replace this line (no: 989) :
Code:
'window.addEvent(\'domready\', function() {Calendar.setup({
with this
Code:
'window.addEvent(\'load\', function() {Calendar.setup({
Please Log in or Create an account to join the conversation.