I'm using the Stock Taxonomy View that comes with Drupal that I changed just a little bit to allow FiveStar data into it as well.
I want to create 2 Views - One that sorts Alphabetically and One that sorts by Fivestar Rank. All is well and the data comes through as I can change the sorting order by changing the sorting order in the Views Filter.
But what I really want to do is create this View so the user can click a lnk and have it change the sorting order.
So I cloned the View and deleted the Fivestar sorting order for one and deleted the Alphabetical for the other. For the Fivestar sorting order I went to Page View and changed the path to /taxonomy/term/%/rank as I thought I could just put this link at the top of my template and the user could click it and change the sorting order.
Problem is that I get a 404 Not Found and I don't know why.
Am I approaching this wrong? Is there a demo, tutorial or documentation that I can read to work this out?
Thanks.
Comments
Comment #1
dawehnerhere is a issue where exact this feature is developed http://drupal.org/node/228510