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

  • Cookiepolicy plugin · 11 years ago

    here is the link to the issue internationalization of grav-plugin-cookies-policy #7... Thanks in avance for grav...

  • Cookiepolicy plugin · 11 years ago

    thank for the answer, I'll make an issue...

  • Cookiepolicy plugin · 11 years ago

    I took a look, the cookiespolicy plugin is not setup to be multilingual. You can open an issue for this on the plugin issues page https://github.com/giansi/grav-plugin-cookies-policy

  • Cookiepolicy plugin · 11 years ago

    ok, thank you, understood; I just erased the wrong one in user/themes/mytheme. 2 How can I set cookiepolicy.yaml to display bar in the suitable language? I would like to make a fr, ja, and en versions

  • Cookiepolicy plugin · 11 years ago

    The plugin config must be put in user/config/plugins/cookiepolicy.yaml, not under themes

  • Cookiepolicy plugin · 11 years ago

    Sorry to not being able to get to the point by myself For cookie policy plugin: 1. I copied cookiepolicy.yaml from user/plugin/cookiepolicy to user/themes/mytheme but it is not overwritten when disp

  • [Request] LDAP Authenitcation Plugin · 11 years ago

    We have some OAuth authentication in the works for a login plugin update, not ldap though.

  • [Request] LDAP Authenitcation Plugin · 11 years ago

    Does someone out there have an LDAP Authentication plugin? Ideally a twig variable for the username and email address.

  • Editor buttons plugin - buttons not shown · 11 years ago

    Ah, and now I realised that the problem lies in my using vagrant to forward port 80 on the virtual machine to 9980 on my actual machine. So my own fault entirely...

  • Editor buttons plugin - buttons not shown · 11 years ago

    Ok, found the problem now. The button js code was constructing URLs using $this->grav['base_url_absolute'], which returns a string without the port number. I was running the webserver on port 9980