GithubHelp home page GithubHelp logo

kirby-subpagelist's People

Contributors

flokosiol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kirby-subpagelist's Issues

Pagination

One thing I can see as being useful in the future is pagination when the list gets longer than a certain (user definable) point. Bonus points for AJAX updating of the list as you page through...

Compatibility with KIRBY 2.2.1

We found this issue using the new kirby version:

Fatal error: Class 'Snippet' not found in …/site/fields/subpagelist/subpagelist.php on line 74

Will there be an update for 2.2.1?

Can't get filterBy to work

Is this not correct in the blueprint?

myfield:
    type:  subpagelist
    filter:
      filterBy:
        filterMethod: category
        filterValue: somevalue

Filter by multiple templates

Great field plugin. Thanks!

Is it possible to filter by multiple categories?

This does not work (for me):

...
fields:
    mysubpagelist:
        label: My Subpagelist
        type:  subpagelist

        flip:  true
        filter:
            visible: true
            template: 
                - mytemplate
                - myothertemplate
...

Layout bug - tooltips options

Does anybody else have this issue, that you can't use the tooltips option menu. It seems to be behind the listed pages. So the shortcuts options can't be used (see screenshot)
bildschirmfoto 2017-12-07 um 14 08 09

I use the latest plugin version with kirby 2.5.7.

'hide' not working when defined template

Great plugin!
But the 'hide' option doesn't work on my blueprint. Maybe because I have defined different templates for subpages?
I understand it might be Kirby related rather than plugin related, but just in case...

filterBy date - pages older than now

I would like to show only pages that have date older/newer than today.

  archived_events:
    label: Archived events
    type:  subpagelist
    filter:
      visible: true
      filterBy: date
      filterMethod: >
      filterValue: time()

Does not seem to do anything.

How to set filtervalue properly? And maybe i need escape filter method?

Page sorting options

If the subpages are (for example) sorted by date, the field plugin doesn't take that into account. All available sorting options need to be added.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.