Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
P. Fighter Member
@punchfighter · Joined 8 years ago · 41 posts · 24 topics · 1 reputation
Badges
Recent posts
-
Working with session variables in Twig
· 8 years ago
Is it possible to manipulate session variables in Twig?
-
Writing default blueprint values to page on creation
· 8 years ago
It's possible to set the default value to a variable within a blueprint, but it doesn't seem to be writing to the page header. So from the page's perspective, rather than a default value, the value is
-
Don't check for updates automatically
· 8 years ago
Can I disable the automatic update checker in some way? EDIT: Found it in the Admin Panel plugin config.
-
Making number_format respecting locale?
· 8 years ago
I've installed the necessary locale onto my webserver, restarted Apache and override_locale is set to true but none of this seems to do anything. Is there a way to have Twig format numbers based on lo
-
Redirect to custom language slug on page load
· 8 years ago
Is there a way for pages to load their custom language slug instead when loading a page from the original slug?
-
Cheking if translation exists
· 8 years ago
Is there a way - in Twig - to check if a specific translation exists in the currently active language (html_lang)? I tried something like this {% if 'STRING.TRANSLATION.PATH' %} //do stuff {% endif %}
-
2 pages with the same name, but different language
· 8 years ago
Thanks a lot. That did it.
-
2 pages with the same name, but different language
· 8 years ago
So, from a CLI standpoint, this seems straightforward, but what about the fact that the admin panel redirects to the already existing page when saving?
-
2 pages with the same name, but different language
· 8 years ago
Is this possible? I'm trying to add a second /home page, but as I save the page, the page editor simply redirects me to the existing (english) version.
-
Editing default page blueprint
· 8 years ago
According to the docs, we're not supposed to touch anything in the system folder, so how would I go about editing the default page blueprint the correct way?