23-Jul-2013, 01:14 PM
Quote:And even the SEO optimizer works well if the script removes all URL query paramters by leaving the $cmtx_parameters value empty (cf. http://www.commentics.org/wiki/doku.php?...parameters )?
This is another good question!
Script works well only in two cases:
1) as you mentioned - $cmtx_parameters value empty or 'none'
2) a website URL does NOT contain dynamic parameters, generated outside Commentics - $_GET contains only variables like 'cmtx_xxxx' .
Script does NOT work when page is producing its own GET parameters. They are not included
I'll think about how to solve this problem as effective as possible. Every $_GET value must be detected and included in the 'next', 'prev' etc output. And they might be ordered, too.
Thank you for the detection of important defects !!!
lp, stariocek