Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Romarain Member
@Romarain · Joined 8 years ago · 20 posts · 3 topics · 1 reputation
Badges
Recent posts
-
✏ Need community help to integrate ContentTools with image insertion through KCFinder
· 7 years ago
@dydaevskiy: Thank you for your answer, but this is not at all what you need. I need to deny access not just to the page but to the php script at the php level. So let me quote yourself : is an exce
-
✏ Need community help to integrate ContentTools with image insertion through KCFinder
· 7 years ago
To hide a content in your page, like the little "pencil" that triggers the use of the plugin, you just have to add this around its HTML 🙂 {% if grav.user.authenticated %} {% endif %} so the button wo
-
Conditional field not working
· 7 years ago
As condition: "page.header.visible is same as(null) ? 'true' : 'false'" seems to show the field, I deduce that the variables aren't set. There's a problem with the access to page's header in my bluep
-
Conditional field not working
· 7 years ago
Hi, I would like to condition the display of a field (a list of modular templates) only if the page edited in the admin is a modular page. So I use : template_condition: type: condit
-
Tabellen: Wie formatieren?
· 7 years ago
Hello, I have been forced to translate your message, so next time it would be appreciated to write in english so everybody can read you directly ;) You're searching for a way to transform tables gener
-
[solved] Page variable conflict (?) when including another page on a page
· 7 years ago
Well done ! 👍 I'm happy to have helped. When using a variable needing to access a page frontmatter in a template, we always should precise what's the object. There's two objects very usefull in Grav :
-
Images won't be displayed in some pages
· 7 years ago
Hi, I've just gave a look into your code, and for your second page, here's the HTML code for the broken image : <figure role="group"><img src="https://privacidadeparajornalistas.org:80/home/l
-
[solved] Page variable conflict (?) when including another page on a page
· 7 years ago
Hi. What do you mean by : @Netzhexe: This basically works, but only the heading is taken from the /extra page Can you copy the content of that /extra page, and show us what you want to extract ? Al
-
Is it just me... or is anyone else challenged with menu creation?
· 7 years ago
Hi @Ckka. I don't understand what you want to do. What do you mean by "I just can’t seem to get menu creation down." ? Do you mean that when creating your pages and sub-pages, the menu doesn't displa
-
Htaccess and https redirect — can someone confirm
· 7 years ago
Well done 💪 Htaccess stress me a bit too.