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.

Eric Newcomer

@EricD · Joined 9 years ago · 8 posts · 2 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Private Area - Login Register Redirect Page · 9 years ago

    There seems to be many variables that could stop your login form from showing up .. I was able to get it showing up by: {% block main_content %} {% include 'partials/login-form.html.twig' %} {% endb

  • Private Area - Login Register Redirect Page · 9 years ago

    Yes Login Plugin is Enable I did set path on login but I go to a page that is blank as well. No Login Form?

  • Private Area - Login Register Redirect Page · 9 years ago

    Nothing shows up its just blank. It looks like it's protecting it but not sending me to login page.

  • Private Area - Login Register Redirect Page · 9 years ago

    Yes I did indent. Yes Sorry about that but Yes I indented.

  • Private Area - Login Register Redirect Page · 9 years ago

    Yes I have added access: site.login: true admin.login: true But still no luck it just stays on the page and no redirect. Do you have a Example? Thanks

  • Private Area - Login Register Redirect Page · 9 years ago

    Hello, If a user lands on a private area page ...Is it possible to create a redirect that will take a visitor to a Login or Registration page if they are not Logged-In or Registered with the site? I r

  • Create Form Layout Inline Fields · 9 years ago

    First let me thank you, I missed that "outerclasses" in the docs that really helped. To be clear I'm actually using Bootstrap in my theme and I was able to get the fields to layout the way I wanted th

  • Create Form Layout Inline Fields · 9 years ago

    Is there a way to layout the fields inline instead of vertical (Stacked on top of each other). Using Bootstrap I would like to lay the form out with inline. Wrap the individual field in a Div. Example