I would like to add additional settings to the "Use arguments as well as view ID to order nodes" option. If this is enabled I would like to choose which arguments of my view are relevant to the sort order. Only the values of the arguments that are checked would be saved to the database. Does this seem plausible?

Comments

ygerasimov’s picture

Title: Specify which arguments to use to order nodes » 7.x-2.x Specify which arguments to use to order nodes

Really great idea! I think we will implement this in 7.x-2.x branch.

istryker’s picture

Title: 7.x-2.x Specify which arguments to use to order nodes » Specify which arguments to use to order nodes
Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: Code » User interface

This was an issue for 7.x-1.x-dev, which is unsupported now. There is still a problem in 7.x-2.x-dev or 7.x-2.0.

Currently you can unset augments in a hook. However there is no UI to turn on or off which exposed filters to use. Its all, none, or PHP.

More on how exposed filters work #1902536: How things work when you have one or more exposed filter.

This might be a duplicate issue. If someone finds it, please close this issue; mark it as duplicate; then cross-reference it in a comment below.

istryker’s picture

Supposely there is a Global:Null contextual argument. This might be able to help you #2090445: Adding Global Null to view breaks Ordering Currently it is not working with draggableviews.