URL parameters issue
-
Sorry to bother you. After this i am going to donate, for the most sacred thing in the world for me I will do.
But I got an issue and can’t find the solution.
I parse URL parameter to an url using ‘urlencode’ because some spaces and #character. When I’m navigating,lets say, in spanish, in the page with the parameters i GET them and use them perfect (to print text, change a color, define parent page for child items menu):
‘?subtitle=Teachers+and+researchers&bgcolor=%231e73be&icon=&parent=256’
But … when switch languages in that page I got this:
‘?subtitle=Teachersandresearchers&bgcolor=#1e73be&icon&parent=256’
Qtranslate-X “urldecode” my URL parametersBreaking everything in my template.
Can you help me pleeeease? This is driving me crazy!
- The topic ‘URL parameters issue’ is closed to new replies.