Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Event Plugin - Events View Isuue
· 10 years ago
Hi, Glad it worked ; do not forget to put your custom templates in your templates directory so that when plugin is upgraded your changes are not lost !
-
Event Plugin - Events View Isuue
· 10 years ago
Thanks for the nudge in the right direction. I just changed ---datetools.parseDate('+1 month') to ---datetools.parseDate('+12 month') In file events.html.twig, My events are now showing up. I thou
-
Event Plugin - Events View Isuue
· 10 years ago
Looking at them now. I wonder if the following date ranges defined in file events.html.twig have anything to do with this issue. {# get events by taxonomy #} {% set events = page.collection
-
Event Plugin - Events View Isuue
· 10 years ago
Have a look into user/plugins/events/templates/, you have templates within and their logic.
-
Event Plugin - Events View Isuue
· 10 years ago
Thanks. I could not find the string you provided above after recursively searching for it in the root folder of my Grav setup, I also search for anything that matches *.year and did not find anything
-
Event Plugin - Events View Isuue
· 10 years ago
Look at your template, if I'm correct, some template have a date range that is set to "endOfTheYear". Maybe it could explain !
-
Event Plugin - Events View Isuue
· 10 years ago
Looking into using Grav to replace a small existing Joomla Travel agent site. Existing site leverages a plugin made by developers to list tours. I am beginning to get my feet wet with development s
-
How to list pages from a specific folder in a template blueprint
· 10 years ago
So the doc is (almost) straightforward as it includes only yaml samples. Or I totally misunderstood your point (in this case, sorry) Or is it more this that you expect ?
-
How to list pages from a specific folder in a template blueprint
· 10 years ago
Thanks for your reply. However, I'm talking about the YAML blueprint used to create a form for users to create content in the admin section.
-
How to list pages from a specific folder in a template blueprint
· 10 years ago
You can do something like this in your template; the answer is collections <div class="row small-up-1 medium-up-3 large-up-4"> {% for child in page.children.order('date', 'desc').ofT