Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
The "thankyou" page can only be showed if the page is in the root
· 10 years ago
Had the same issue, works if you write - display: /form/thankyou
-
The "thankyou" page can only be showed if the page is in the root
· 10 years ago
It's known to work, but must be a subpage of the form. So if the form is under /form, use /form/thankyou/ as a container folder for the thankyou page, and write - display: thankyou
-
The "thankyou" page can only be showed if the page is in the root
· 10 years ago
I have tried as in the tutorial described the Form page example width the "thankyou" page. It doesn't worked if the site was under the parent form site. The error "RuntimeException (400) Display page
-
Dynamic variables: PageInject Plugin or page.find
· 10 years ago
Just a quick guess, but do you have to leave out the "{{ }}" around gymUrl? {'neededPage': page.find( gymUrl )}
-
Dynamic variables: PageInject Plugin or page.find
· 10 years ago
Hi Is there any way to use variables with [plugin:content-inject] or page.find(url)? I.e. {% include 'timetable.html.twig' with {'neededPage': page.find('/timetable/first')} %} - works just fine but
-
Image from Admin panel in Twig template?
· 10 years ago
I don't really understand your question. The path is relative to the root. page.find('whatever') >> checks basically your pages folder (user/pages/) for a page or folder 'whatever'
-
Image from Admin panel in Twig template?
· 10 years ago
Is that path relative to the partials folder? And yes, the images are in user/pages/images/
-
Image from Admin panel in Twig template?
· 10 years ago
I suppose you do not upload the files to the page folder itself (destination: 'self@'), but to a specific folder (destination: 'page@:/images) ? If you know the path to that folder you can use its pag
-
Image from Admin panel in Twig template?
· 10 years ago
I added a special image file upload field to my admin panel, but I can't seem to access the uploaded image URL in Twig. The .image object returns an array that appears to be inaccessible in Twig: arr
-
PEAR or external service for email
· 10 years ago
Yeah sorry it wasn't working but then I found the CLI test line and that worked so the problem must be somewhere else in my config. Thanks