FeedbackForm Date Picker

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
sjg
Power Poster
Power Poster
Posts: 310
Joined: Thu Jan 27, 2005 5:11 pm
Location: Los Angeles, CA

Re: FeedbackForm Date Picker

Post by sjg »

Sure. Edit modules/FeedbackForm/classes/DatePicker.class.php, and change line 57 to specify any range you want.

For example:

Code: Select all

       
    for ($i=1900;$i<$today['year']+10;$i++)
Will give you from 1900 through 2016 (until next year, when it will increase the high end by one).

Good luck,
___Samuel___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
niq

Re: FeedbackForm Date Picker

Post by niq »

Thanks for this info - I was just searching for a way to change the default years also.

I just installed the Feedback Form and it's working great - thanks alot!
Post Reply

Return to “Modules/Add-Ons”