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

Twig list of users/profiles

Solved by pamtbaau View solution

Started by Nick 4 years ago · 1 replies · 342 views
4 years ago

Hi there

Is it possible to generate a list of users in Twig? I just want a list of users, grouped by Title, and including their account pictures.

Thank you

Nick

4 years ago Solution

@nick1, You'll need to create a custom plugin for that:

  • Create plugin
  • Loop through folder returned by
    $this->grav['locator']->findResource('account://', true);
  • Parse each yaml file
  • Provide array of extracted info to Twig
👍 1

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 486 5 days ago
Support · by Lauw, 7 days ago
2 104 7 days ago
Support · by Anna, 3 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 4 weeks ago