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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Background-image · 10 years ago

    Can the background image for each page be set in the admin panel? I added an image as page media on the home page, but it does not show as background image. I guess I did not yet understand how this i

  • Background-image · 10 years ago

    Thank you; i will try to replace :)

  • Background-image · 10 years ago

    It is set in the the page. the template simply grabs the first image in the page folder

  • Background-image · 10 years ago

    Hi, I'm working with the theme antimatter, modular page. I want to change the background-image on top, where can I do this? Thank you

  • Save visitors' ip with data saved by form · 10 years ago

    actually I realised I had my original setup wrong, obviously the ip collection needs to come before the send/save actions (duh) now that I've moved it to the first process action this line works perfe

  • Save visitors' ip with data saved by form · 10 years ago

    This didn't output anything - name: User IP Address label: User IP Address type: hidden ip: "{{ grav.uri.ip}}" however adding it directly to the process

  • Save visitors' ip with data saved by form · 10 years ago

    grav.uri.ip returns the IP of the user. So using it in the form with ip: "{{ grav.uri.ip}}" should do it.

  • Save visitors' ip with data saved by form · 10 years ago

    Hi I've got pretty much the same question. Regarding the IP address I tried adding this under the process heading and the IP shows on the confirmation page just fine - ip:

  • Save visitors' ip with data saved by form · 11 years ago

    Nobody? In the same spirit I would like to add the language of the user (it's a multilanguage website)..

  • Save visitors' ip with data saved by form · 11 years ago

    This is a question for @flaviocopes as he knows more about form plugin than me :)