Hugh Barnes Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation
Badges
Recent posts
-
Internal links url:#label
· 6 years ago
It's not clear - how did you put labels in? I think you probably mean HTML anchors or fragment identifiers. And then how are you building your links to the fragments/anchors? Read a little on the HTML
-
Gallery made with child pages
· 6 years ago
My examples are not quite the same, unfortunately. They may still be useful, but I'd like to see if @pamtbaau's suggestion works first.
-
Gallery made with child pages
· 6 years ago
I just noticed that error in the original template too! Please let us know if that achieves your goal. It looks like it should.
-
Forbidden you do not have acces to this resource
· 6 years ago
Try the suggestions in Troubleshooting - Permissions and tell us if this is still happening. I usually find the permission fixing shell script there works for me. Good luck :)
-
Determine from a external PHP App if a Grav user is logged in
· 6 years ago
Fantastic! Yes there's nothing to fear about writing a plugin. I didn't follow exactly what you were doing here, but please consider releasing your plugin openly if you think it can be useful to other
-
Routing infinite loop
· 6 years ago
What kind of web server are you running and how do you know it's triggering an infinite loop? (seeing a timeout, for example) I haven't tested if this bug is still in a recent Grav version. Perhaps se
-
Override paragraph block in Parsedown
· 6 years ago
Interesting to know but I see your point and what a shame!
-
$page->save() in plugin does not do anything, no errors either
· 6 years ago
I'm never sure it's useful to suggest things when I don't know the answer but nothing else has been offered .. I looked up the source for the Page->save() method seems it doesn't handle anything un
-
Instructions for using the Tribune Plugin
· 6 years ago
The shortcode is a fine idea and to complete the loop I've now linked it :) I'm going to criticise this documentation though. I know it is unfortunately close to a normal level of documentation, but I
-
Override paragraph block in Parsedown
· 6 years ago
Since no one else has offered an answer, have you checked the Parsedown docs? It seems very specific to that library's API.