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.

Junillon Member

@Francois · Joined 6 years ago · 67 posts · 19 topics · 9 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Page prevsibling nextsibling inverted · 5 years ago

    well, Idon't know, may be all collections in grav are treated as blog collections, not just classical list ?

  • Page prevsibling nextsibling inverted · 5 years ago

    @pamtbaau @spamhater Oh yes of course ! That's what I forgot, blog is basically ordered by reverse "publication" date and not by numeric name or folder. That's the point. So {% for child in p.collecti

  • Page prevsibling nextsibling inverted · 5 years ago

    (spamhater, you again 😋 thanks for answering. ) So to answer the theme is a one I develop, based on grav skeleton when asking for creating a new one. The Quark sample you mention is giving the same be

  • Page prevsibling nextsibling inverted · 5 years ago

    Hi all, again coming with a stupid strange thing... My site blogs are perfectly working, organized with numeric prefix. When serial showing pictures of all post, they all show in a good order O1- 02-

  • Route rewrite aliases · 5 years ago

    I try and I try... :) of course with a very simple one. Actually my site is fully working. (fijibooks.com for promotion 😆 ) so I can test an easy way. And ... I finally did it ! Thanks to you 😋 After

  • Route rewrite aliases · 5 years ago

    OK ! thanks a lot for answering. Actually, I did not manage to make it work with your example, but... you gave me clues, and that's a lot. Now I've to dig into debug and I'll come back later to give m

  • Route rewrite aliases · 5 years ago

    Hi all I'm actually stucked on a rewrite problem. here is my problem : RewriteRule ^fr-blog-(.)-article-(.).htm$ fr?blog=$1&article=$2 [QSA] Basically, I though that I could insert it in .htaccess

  • Grav-plugin-sharer does not fire anything · 5 years ago

    Actually, a "dirty" way to do it, is to reload the script through $.getScript. It automatically rebinds event. That's worth it in my case. User click one image, script backload a page and show it in a

  • Grav-plugin-sharer does not fire anything · 5 years ago

    I think "strange" because the init part is called when dynamically load, but failed to find anything. ok, so all I have to do is to try calling the init part again after loading. I'll do that and come

  • Grav-plugin-sharer does not fire anything · 5 years ago

    ok, I made a very little modification to var t = r.querySelectorAll("[data-sharer]"); var e =0; var a = t.length; so it does not fail anymore and work in global page. But I found another thing. It's