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.

Brian Callies Newcomer

@tmilktoast · Joined 9 years ago · 6 posts · 2 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Make Certain Fields Visible to Only Logged in Users · 9 years ago

    Wonderful! That worked perfectly. I have to say, and I'm only a dabbler working on a personal project, but Grav is the most fun I've ever had making a web site. Here's my code: {% if config.plugins.

  • Make Certain Fields Visible to Only Logged in Users · 9 years ago

    That looks promising. I'll try it out shortly. Thanks!

  • Make Certain Fields Visible to Only Logged in Users · 9 years ago

    I was wondering if it was possible to make parts of a page, certain fields, visible only to users that are logged in. For instance, take a look at this linked page. I would like the fields under Statb

  • Creating Collections and Listing Pages · 9 years ago

    It looks like I got it working. The listing page can now "access" the pages in the collection and display names and other data. Besides the mistake in the twig file above, I also needed to manually e

  • Creating Collections and Listing Pages · 9 years ago

    Okay, I see this is definitely wrong: {% for child in collection %} {{ page.header.character.name }} {% endfor %} Should the following work:

  • Creating Collections and Listing Pages · 9 years ago

    Greetings, I'm a novice and a dabbler when it comes to web development, so please bear with me. I'm working on a personal project that will, among other things, contain a database of characters in a g