[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Calendar Naming Restrictions?
Page 1 of 1

Calendar Naming Restrictions?

PostPosted: Wed Oct 04, 2006 8:15 pm
by IndyTim
I've successfully installed the calendar on a development box. I'd like to know if there is a work-around to what appears to be limitations on the name value passed. Specifically, I need to pass as a name array elements like

"ar2[1][3]" rather than standard text names ie. "Date1Fld".

When I attempt to use the array naming convention, I'm not able to get the calendar popup. When I switch to a name using all letters, everything is happy.

Any suggestions on a work-around as I really need to do the array thinger.

Thanks,

IndyTim

PostPosted: Thu Oct 05, 2006 8:50 pm
by Batalf

PostPosted: Fri Oct 06, 2006 1:24 pm
by IndyTim
Thanks Batalf,

Your suggestion worked great!

The calendar script is going to save us bucho headaches as we're using standard mysql date formats throughout our sites. Provides an easy date entry/update for our user base.

Best,

IndyTim

PostPosted: Fri Oct 06, 2006 4:17 pm
by IndyTim