Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Visible submenu on navbar
· 5 years ago
Your theme and navigation template are responsible for how menu is displayed. Adding pages doesn't change menu logic per se
-
Visible submenu on navbar
· 5 years ago
What did you try so far? Do you have any code to share?
-
Got PHP/Apache going OK, however doesn't want to start Grav from my sites folder?
· 5 years ago
Failed to save file usually means a permissions issue
-
How can i display uploaded file into anchor tag
· 5 years ago
I think it was mentioned somewhere better not to use file upload fields in a list field. The way to go would be to use file as a normal field and in a list then use a filepicker Someone please correct
-
Admin: lock page for other users while editing?
· 5 years ago
onPageInitialized I think is a front-end event. Like any other from the docs. You'll need to use these admin events. For front-end... If front-end editing plugin doesn't have any events, I doubt there
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
You could start with a plugin tutorial and then check some more recipes. I doubt you'll find a ready solution to your specific needs.
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
I'm not sure I mentioned any topics :) Which part of my post are you referring to? @Doskin: I want to be sure that there is no longer a plugin Were there used to be some plugin?
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
Well.. I don't think you'll get someone here to write a plugin for you made specifically to your needs (unless agreed to some terms). Every API is different. Also even oAuth flow might differ from ser
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
In short - plugin. Not sure what to add here more :) Really depends on your specific needs.
-
Present EXIF data of a photo
· 5 years ago
Did you check what exif_read_data() returns? I'd bet it's false, because it can't find 'test.jpeg'. Also your PHP code should end up in Fatal syntax error, because $image_file = 'test.jpeg' is missing