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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Getting the drop down menu to work - continued · 11 years ago

    I hadn't numbered the subpages! This works like a charm. Many thanks indeed, Luke

  • Getting the drop down menu to work - continued · 11 years ago

    Drop down menus mimic the folder structure so if you want to have a list of items say: apples, oranges, and lemons under a top level fruit menu item, you would just create those apples/ oranges/ and l

  • Getting the drop down menu to work - continued · 11 years ago

    Hi, I managed to lose my first post! Okay, what I am trying to find out is how to allocate pages to a drop down menu. I am using standard pages rather than listing or modular pages. Thanks. Luke

  • Collection help · 11 years ago

    I figured it out using @taxonomy which lead to some other issues that require a new topic probably.

  • Collection help · 11 years ago

    The documentation shows an example of fetching a collection of pages from the same directory as the list page. content: items: @self.children How would I get a collection from a different directory?

  • Unable to initialize module · 11 years ago

    Thanks. Maybe I can give you the info of the host I am using and you can update the documentation, warning other people about the lack of Xcache of the webhost?

  • Unable to initialize module · 11 years ago

    Grav sees you have XCache module installed and tries to use it, unfortunately it seems to be improperly installed on your webhost and causes an error when initializing. Your best option is to contact

  • Unable to initialize module · 11 years ago

    I get this error: PHP Startup: XCache: Unable to initialize module Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match When uploading my grav fol

  • Markdown glitch: newlines in blockquotes · 11 years ago

    I think this is answered in the issue you opened on the tracker.

  • Markdown glitch: newlines in blockquotes · 11 years ago

    We use the markdown parser called "Parsedown" Any issue can be tested on their interactive demo: http://parsedown.org/demo Any legitimate bugs, should be added to the upstream project in their parsed