I have a small issue with my eventlist-cal module.
The module in itself is working fine after I've added it's custom navigation variables to my non-SEF variables, in this case "el_mcal_month" and "el_mcal_year".
The problem that I am having, is that with each click on my calendar navigation I get redirected to my frontpage.
So, if I'm currently at...
http://www.domain.com/news
... I get redirected to ...
http://www.domain.com/home?el_mcal_month=xx&el_mcal_year=xxxx
... When it should be ...
http://www.domain.com/news?el_mcal_month=xx&el_mcal_year=xxxx
Basically, what I want is that my non-SEF variables are appended to the current SEF URL and not the one that is associated with the frontpage.
Does anyone know how to fix this?