Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Richard Hainsworth Member
@finanalyst · Joined 9 years ago · 96 posts · 30 topics · 9 reputation
Badges
Recent posts
-
Seeing whether users are logged in
· 8 years ago
I would like to know whether and which users are currently logged in. Is there a way to do this as admin?
-
Nginx Reverse Proxy Invalid Security Token
· 8 years ago
Have you tried adding a location .../admin to the nginx.conf file? ## Begin - Index # for subfolders, simply adjust: # `location /subfolder {` # and the rewrite to use `/subfolder/index
-
Interference between two simultaneously logged in users
· 8 years ago
I have the login plugin installed. Two users have logged in. Information about the other user is being accessed. At first I thought that it was the 'remember me' option, so I turned it off. The proble
-
Shortcode access to page.header in twig
· 8 years ago
Sorry for long delay - other tasks. No, twig_first: true does not work. When I dump the value of $params['style'], I get "page.header.map_style". The relevant page is: --- process: twig_first: tr
-
100 folders for 100 posts?
· 8 years ago
Further to this, create a folder with a custom template that has a twig for loop, and have a page collection in the folder's main md file, eg., {% for pg in page.collection %}. Then put all the blog p
-
Shortcode access to page.header in twig
· 8 years ago
So far I am developing only as a single page called directly. As I said, within the shortcode's php file (extending the Shortcode Class), I can access grav['page'], so in fact I can explicitly access
-
Shortcode access to page.header in twig
· 8 years ago
I'm extending my map-marker-leaflet plugin. When style is set explicitly, eg., [map-marker-leaflet style=outdoors] ... the plugin correctly assigns the style to the map (for a map provider with that
-
Conditional Fields in blueprint
· 8 years ago
About 'true' and 'false', I think you are right, and it certainly is what I found. Thanks for the quick response and the '-' tip. I know there is a problem with '-', but I haven't yet worked out quite
-
Conditional Fields in blueprint
· 8 years ago
The GRAV documentation says the string is processed with twig. When I made an error in the string, I got an error message from the Twig processor. I'll try your workaround. Further: The following work
-
Conditional Fields in blueprint
· 8 years ago
Can't seem to get a conditional field to work in a Blueprint when a select option is used. In the following it is the field 'condition' under 'thirdparty' that is causing me pain. (This is a part of a