Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

ryan pao Member

@ryan · Joined 8 years ago · 48 posts · 16 topics · 7 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Date Range Help not so URGENT anymore · 8 years ago

    Culprit Found !! It wasn't the dateRange(d,d+1) 's fault. it was "page.collection" returning (20180532). I have to find a cleaner solution for this but, I will touch -d the files that was created on

  • Date Range Help not so URGENT anymore · 8 years ago

    P.S. current grav version: Current v1.4.4 I haven't updated or added anything else. I'm going to erase all gathered pages and see what will happen.

  • Date Range Help not so URGENT anymore · 8 years ago

    Hi Hughbris, Pardon me, I didn't explain enough. abstract: I'm am gathering all the page header dates and grouping the articles by their submission dates by: create array by {% set uDate=[] %} {% f

  • Date Range Help not so URGENT anymore · 8 years ago

    Hi all, I was using dateRange in page collection like such: {% for post in page.collection.dateRange(d,d+1).order('date', 'desc') %} this was working fine till May 31. An exception has been thrown dur

  • Admin page external link button · 8 years ago

    Solved!! type: display saved the day!!

  • Admin page external link button · 8 years ago

    Hi all, I don't know if this is possible in admin pages, but I'd like to add a button launching a external URL in _blank mode. It seems possible and I just need a pointer to what file or blueprint I s

  • Scss: command not found · 8 years ago

    HI I had the same problem a few month ago FYI this will install scss npm install -g bower bower install css-calc-mixin --save (--allow-root if necessary) which scss

  • Marquee / Ticker Function? · 8 years ago

    Hi all, I'm looking for a easy way to implement 'Ticker' like text scrolling implementation. Is there a plugin for this application or should I implement it with HTML 5. requirement: I'm thinking of l

  • Setting up a wiki index? · 8 years ago

    Hi all, I know this solution is far from being a Silver bullet, but here is what I did for the similar situation. Toc plugin for individual pages + new Global Table of contents page for editors to ap

  • Bulk user creatation 200+ users · 8 years ago

    Thank you very much!! This tip is a life saver !!! arigato! it was right in front of my face the whole time!!!! thanx!