Hello there,
Just found our about your module and it looks like this is what I was looking for :)
One question though: when selecting a category (left), a list of nodes appear on the right. How are they sorted? I guess it is by creation date, right? Well, would it be possible to choose another soring like in the Views module? For example alphabetically?
Many thanks for this great moldule :)
Drupalworld

Comments

xardas-1’s picture

Hi

I just changed line 955 in my module to the following:

function _ubrowser_select_nodes($tids = array(), $filter = NULL, $operator = 'or', $depth = 0, $pager = TRUE, $order = 'n.sticky DESC, n.title ASC')

It's in the following section of the module:

/**
* Rewrite of taxonomy_select_nodes() to return every matching node, not just
* a subset for paged display. Includes ability to filter by node type.
*/

rszrama’s picture

Status: Active » Fixed

This sort makes a lot more sense to me. Gonna commit it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.