Maybe it is same issue.
Anyway, I have own form that only posts "datefrom" and "dateto" variables from calendar, this works well.
When I turn on SEO I can not retrieve date variable from POST.
So I registred date variable in heper(admin site)
$authorizedInUrl = array('option', 'view', 'layout', 'Itemid', 'tmpl', 'datefrom', 'dateto')
It helped and it works again but SEO URL is not completely nice, actualy that part I added.
I would like to hide the datefrom and dateto variables in URL.
www.something.com/something/something/so...16&dateto=2012-05-04
What are the next steps to achieve that?
router.php
maybe in tmpl/some layout
.
.
I believe this is possible to hide it but I still do not know how.
Any idea?
thanks