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

Hugh Barnes Veteran

Regular

Grav Forum Moderators

@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation

Badges

ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Problem with Admin Panel · 4 years ago

    It looks very much like PHP is complaining about you uploading your graphic from a folder it doesn't know is OK. That's a PHP security setting, open_basedir. Do you have control over the PHP settings

  • Blueprint to create select from Page Collection · 4 years ago

    @pamtbaau's reply is correct. Wish I'd known Discourse is still active a few days ago when I wasted a lot of time looking for this same problem's answer and posted a question on a closed issue before

  • All externals links on my pages open in a new tab · 6 years ago

    Your link isn't going to work for a couple of reasons. You have closed the quote in the middle of the URL. You don't even need the quotes here. Also, you want your HTML to be <a href="https://www.g

  • Canonical link for paginated blog: not SEO best practice · 6 years ago

    I'm thinking it out logically for myself and putting myself in a searcher's shoes. Be very careful what you read from SEO experts. You probably have more common sense than most of them. It's better to

  • Canonical link for paginated blog: not SEO best practice · 6 years ago

    Expanding on @pamtbaau's advice, if you think about it, you want search engines to index your posts, not the lists of them. Lists of posts are dynamic and contrary to the purpose of canonical links. I

  • How to enable a sidebar · 6 years ago

    My apologies, I missed the statement of theme at the top of OP's initial question.

  • Grav's Login plugin text strings don't load in prooperly · 6 years ago

    I started to look into this because I typically use 'en-NZ' and am certain I check the html element's rendered @lang routinely. I looked up a few sites and it does seem that the ones which use a theme

  • How to enable a sidebar · 6 years ago

    The solution is going to depend which theme you are using. @hoernerfranz's answer may be correct.

  • Multi user blog creation · 6 years ago

    Hi and welcome 🙂 @flodenhaut: an insciption panel for new user to create an account an athentification process to log in Grav's login plugin does these and is well documented. @flodenhaut: an edi

  • Grav's Login plugin text strings don't load in prooperly · 6 years ago

    Could you be using a theme that override's the login plugin's template? The template for the login form should be using Twig similar to {{ 'PLUGIN_LOGIN.BTN_LOGIN'|t }}. The login plugin allows changi