Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Nick Member
@nick1 · Joined 8 years ago · 10 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Twig list of users/profiles
· 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
-
Page access: Advanced->Visible vs Security->PageAccess
· 3 years ago
/forum/general/hide-menu-left-side-navigation-bar-from-unauthenticated-users-t5961?u=nick1 this solved my problem with page access/visibility/inheritance
-
Page access: Advanced->Visible vs Security->PageAccess
· 3 years ago
I have exactly the same issue - I am confused about the difference between Page Access and Page Permissions in the panel below: The Principle of Least Astonishment does not seem to apply! Nick
-
Slug validation rule fails in default.yaml - bug?
· 8 years ago
Thanks I will try soon
-
Slug validation rule fails in default.yaml - bug?
· 8 years ago
But the rule doesn't work...
-
Slug validation (once working) doesn't warn user of failed save (reported on github)
· 8 years ago
Sorry, this should be on github instead - I have created an issue
-
Slug validation (once working) doesn't warn user of failed save (reported on github)
· 8 years ago
If you get validation working there is another issue - failed validation on a non-active tab will (correctly) cause the page not to save, but there is no warning of this. I would expect 1) a warning
-
Slug validation rule fails in default.yaml - bug?
· 8 years ago
folder: type: text label: PLUGIN_ADMIN.FOLDER_NAME validate: # rule: slug pattern: '[a-
-
PHP theme function to return list of pages with specific template
· 8 years ago
This works as a workaround: class Incubator extends Theme { // Access plugin events in this class public static function getDioceses() { $page = Grav::instance()['page'];
-
PHP theme function to return list of pages with specific template
· 8 years ago
First post, so be gentle! I want to create a select (dropdown) in admin with a list of pages which have the specific template 'parish', i.e. with the pagename 'parish.md'. I have created a theme (incu