I am using Flexinode to handle software reviews. When I display a Flexinode table, (flexinode/table/1) it defaults to being sorted alphabetically by name. If I click on the "Software Category" field to change the sort order, it sorts it nicely by type of software (flexinode/table/1?sort=asc&order=Category).

However, creating a menu item for this sorted URL doesn't work. It tells me there are no items to display. Is there a way to change the default sort order, or a way to make the link to this sorted list work?

Comments

PakWaan’s picture

bump

PakWaan’s picture

I discovered that inputting the full URL, i.e. "http://website.com/flexinode/table/1?sort=asc&order=Category" works fine as a menu item, but the relative path "flexinode/table/1?sort=asc&order=Category" doesn't.

I have SEF URL's enabled, and the SEF relative path "flexinode/table/1/sort=asc&order=Category" DOES work. So problem solved. But don't try to make that URL into an alias, as the alias won't resolve correctly.