Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dean Bateman Member
@dean_007 · Joined 9 years ago · 31 posts · 13 topics · 0 reputation
Badges
Recent posts
-
Can you set a viewable permission to a collection
· 3 years ago
How I ended up creating the code was to create a home page {% for child in collection %} {% include 'slide.html.twig' with {'blog': page, 'page': child, 'truncate': true} %} {% endfor %} with sli
-
Can you set a viewable permission to a collection
· 3 years ago
Ok i can see where you are going with this So if i were to create a variable like this allowedGroups: - group1 - group2 var display = false; {% for child in collection %} {% if config.plugins.
-
Can you set a viewable permission to a collection
· 3 years ago
if I have a homepage that displays 5 slides can I set each slide to be visible if you are a member of a group? -slide 1 - group 1 -slide 2 - group 2 -slide 3 - group 1 and 2 etc currently i display my
-
How do you split a blueprint horizontally (side by side)
· 4 years ago
Thanks appreciate the help, I had looked for examples in the system folder just didn't know what I was looking for. But this is perfect. Thanks
-
How do you split a blueprint horizontally (side by side)
· 4 years ago
How do you split a blueprint horizontally (side by side)? to put it in another tab is like this, but i cannot find how to split the page, can anyone help? extends@: default form: fields: tabs:
-
[SOLVED] Media, Meta and how to make it easy for editors
· 5 years ago
If you'd like to create the yaml files only, you can use this batch script to scan the folder for image files and create the yaml file if the file doesn't already exist. test with a copy of your folde
-
Simple Search for blog with child items
· 5 years ago
if i delete/comment out the following from simplesearch.php line 120 if (!isset($page->header()->template)) { //$template_override = $this->config->get('plugins.simples
-
Simple Search for blog with child items
· 5 years ago
I am trying to set up a blog and portfolio page with multiple child items that i can search within each section. but i am having an issue that when i enable simple search and add route to the page hea
-
How do i access different media types?
· 5 years ago
ok stupid mistake, its a typo in the file ext ☺️ gltf: type: gltf thumb: media/thumb.png mime: model/gltf+json image: null {% set my_model1 = page.media[page.header.model].url|e %}
-
How do i access different media types?
· 5 years ago
@pamtbaau: model/gltf+json i have just tried this but no change just comes back as empty / src unknown