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.

Support

Twig list of users/profiles

Solved by pamtbaau View solution

Started by Nick 3 years ago · 1 replies · 217 views
3 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

3 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 Thomas, 1 week ago
2 60 16 hours ago
Support · by Anna, 3 days ago
2 66 19 hours ago
Support · by Justin Young, 19 hours ago
1 33 19 hours ago
Support · by Duc , 1 week ago
2 69 6 days ago
Support · by Colin Hume, 1 week ago
2 61 6 days ago