Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

tomtomd Newcomer

@tomtomd · Joined 9 years ago · 6 posts · 3 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Wrong meta on language subpages · 9 years ago

    No ideas for this problem? Thanks for help!

  • Wrong meta on language subpages · 9 years ago

    Hi guys, I have a problem regarding the multilanguage feature. I'm using subpage routes to access different language versions of my website (e.g. mywebsite.com/en, mywebsite.com/de). It all works fine

  • Can't get width or height of .gif file · 9 years ago

    Maybe, but if so, could a developer please confirm this?

  • Can't get width or height of .gif file · 9 years ago

    Hi, I'm currently working on a theme, which uses the media['filename'].width and .height method to get these values. It is working fine with image files like .png .jpg .jpeg etc. However if I'm using

  • Cant get full url with params and queries from uri.url · 9 years ago

    Oh well thats it :D thanks for the quick response! I had to build it with: {% set url = page.url ~ '?back=' ~ uri.url(false) ~ '?' ~ uri.query %} I thought uri.url gets the full url including queries

  • Cant get full url with params and queries from uri.url · 9 years ago

    Hi everyone, I'm trying to create a twig template that has a back button in it, so the user can jump back to the previous overview page. The content is handled by ajax. In the overview page I'm creati