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

Francesco Quagliati Newcomer

@FrancescoQ · Joined 6 years ago · 5 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Custom controller for a certain route/path · 6 years ago

    Wow, thanks both! exactly what i was searching for! (i was debugging the admin plugin because i tought that it could do something similar to handle all the admin routes... ) That's great! Thankyou

  • Custom menu link / Custom controller · 6 years ago

    You're absolutely right, thanks, i opened a new post for the custom path/route controller /forum/general/custom-controller-for-a-certain-route-path-t8614 Thanks!

  • Custom controller for a certain route/path · 6 years ago

    Hi all! Is it possible to have a custom route with a custom controller for a certain page? I mean, if i have a simple website but i've a certain page of the website that needs some PHP or something mo

  • Custom menu link / Custom controller · 6 years ago

    Oh! I actually just found that (in my subtheme of quark) i can do it in this way, in a copy of templates/macros/macros.html.twig in my theme: {% macro nav_loop(page) %} {% import _self as macros %}

  • Custom menu link / Custom controller · 6 years ago

    Hi! I'm working on a simple website, it has some pages, in a couple of 2-levels menu, let's say: A AA AB AC B BA BB BC What i'd like is that when i click on A i view directly the AA page, and wh