Calendar Does Not Pop Up

When I use IE to create an event the calendar does not pop-up but it does when I use FF as a browser...  In IE if I go to join it does work just not in the events area when creating an event... 

Quote · 9 Jan 2011

I went to boonex.us and it doesn't work on there either....

Quote · 10 Jan 2011

http://www.boonex.com/unity/forums/topic/howto-insert-code-for-calender-popup-in-join-php.htm

 

And this was for 6.1 how can I do this for 7.0??

Quote · 10 Jan 2011

If you want to remove the popup calendar do this :

 

inc/classes/BxDolProfileFields.php


• FIND

case 'date':     $aInput['type'] = 'date';     $aInput['value'] = $aValues[$iPerson]; break;

// Change to (2 times)

case 'date':     $aInput['type'] = 'number';     $aInput['value'] = $aValues[$iPerson]; break;

Quote · 10 Jan 2011

I want it to work...  Not remove it....  Its the one where you add an event...  The one where you Join works...

Quote · 10 Jan 2011

this is mostly a bug of ie7

you find answers by searching in the forum

http://www.boonex.com/unity/forums/#topic/Event-Calendar-2010-05-09.htm

 

add the description box on add event page on a other place

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 10 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.