1
Hello,
I am on trouble.
I have a problem with the enhanced navigation selecbox of the news module.
I explain. I paginate my article with [pagebreak:name of the page or wahtever], so the module generate a dropdown box with the names of the pages and a Go button.
The dropdown loads the content automatically with only select a new page, i mean in modern navigators dont need to push the Go button, but if you do the result is not the good one, because the form (or the sanitizer i dont know) insert html characters instead the normal ones.
Example
The page that must be loaded is this:
http://mysite/dev/modules/news/article.php?storyid=30&page=2
But if you click the Go button the output is this
http://mysite/news/article.php?pagenavselect=%2Fdev%2Fmodules%2Fnews%2Farticle.php%3Fstoryid%3D30%26page%3D2
Any help?