I liked sorting the terms by "Most recently added" but it was not the best.
I needed more the unexisting "Most recently used"" sort option.
I changed the module code, adding this option. It works great for me, but some pro should dig in the code, i am not responsible for any errors :)
(I don't know how to make a patch, i attached the full module file.)

Comments

Crell’s picture

Version: 5.x-1.2 » 6.x-1.x-dev
Status: Needs review » Needs work

Full module is really not useful. Without a patch there is no way to properly test and integrate the code changes. Please see: http://drupal.org/patch/create

Also, new features are only being accepted against the 6.x version. 5.x is taking bug fixes only.

eabrand’s picture

Status: Needs work » Fixed

This was added in 6.x. It works fine for me.

Crell’s picture

Status: Fixed » Active

No, we currently support recently created (as determined by tid), not recently used. Different thing.

eabrand’s picture

Assigned: Unassigned » eabrand
Status: Active » Needs review
StatusFileSize
new3.37 KB

Here is a patch for this issue

Crell’s picture

- I'm seeing the same term show up multiple times in the list. Perhaps the query needs a DISTINCT on it? Unless there's a better way...

- Currently the query is ordering by the last time the node was edited. Does it make more sense to do that, or use node creation time? I'm leaning creation time.

Crell’s picture

Status: Needs review » Needs work
eabrand’s picture

StatusFileSize
new3.46 KB

Here's a fix. I added DISTINCT.

Crell’s picture

Status: Needs work » Fixed

Committed. Thanks!

kardave’s picture

Status: Fixed » Needs work

Great!
I'm so glad :)

kardave’s picture

Status: Needs work » Fixed

Sorry, it was by accident.
I was just so excited, I didn't watch out.
(This issue is my first feature request that completed)

Status: Fixed » Closed (fixed)

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