Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi!

Is there a way to change the order of clonable pages by clicking on a link for example?

I have this section :

Code: Select all
<cms:pages masterpage="index.php" orderby="my_vote">


But I want to do that if I click a button link, it changes the order to "publish_date".
And obviously, clicking another button would bring back the order to "my_vote".

I thought I could use something like :

Code: Select all
    <a href="<cms:pages masterpage='index.php' orderby="publish_date" />">date</a>


but yeah....doesn't work.
Thanks!
It can be done by making the links refresh the page while passing the field to sort by as a querystring parameter.
Please see the following very related topic - viewtopic.php?f=4&t=10447

Hope it helps.
2 posts Page 1 of 1