Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited Page Sorting Options #1337

Closed
programmer24601 opened this issue Mar 28, 2014 · 2 comments
Closed

Limited Page Sorting Options #1337

programmer24601 opened this issue Mar 28, 2014 · 2 comments
Labels
Milestone

Comments

@programmer24601
Copy link

  • Problem: Currently, it is not possible to sort a list by view count or by date last updated.

  • Files affected: modules/page/inc/page.functions.php

  • Solution: Insert at line 307:

    'count' => $L['Count'],
    'updated' => $L['Updated'],
    

Ideally, this function should be re-written to output ALL page fields INCLUDING custom user-generated fields.

@trustmaster trustmaster added the bug label Apr 4, 2014
@trustmaster trustmaster added this to the Siena 0.9.17 milestone Apr 4, 2014
@macik
Copy link
Member

macik commented Apr 11, 2014

See also sorting related #1329

@macik
Copy link
Member

macik commented Apr 11, 2014

Custom user generated fields is called Extra fields and already used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants