pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
How to reference hero image in the images file
· 7 years ago
@Boaime, There are a couple of issues in both your frontmatter as in Twig: Variable names in Twig and frontmatter do not match, e.g. 'imageone' vs. 'image_one' Referencing location of media files in
-
Put .html on every page URL
· 7 years ago
@sunil951, What SEO issue do you think it creates? A few thoughts: I think there is a consensus on the web that urls without extensions are preferred. Google doesn't care whether a url ends with an e
-
Funky login issue with admin panel on scotch box
· 7 years ago
@msqueeg, then, saidly, I have no more suggestions for you... Maybe a last one: You could check using de devtools of your browser if cookies are being set.
-
Funky login issue with admin panel on scotch box
· 7 years ago
@msqueeg, I have seen a similar issue last week on the forum... The problem was caused by disabling the initialization of sessions. In that case, cookies cannot be created and hence the user cannot l
-
Put .html on every page URL
· 7 years ago
@sunil951, My first response is one of curiosity... What might be the rationale? Do you need to preserve urls when migrating an existing website? Regardless the reason, the configuration setting appen
-
Adding forms to pages -- clarifications for newbies
· 7 years ago
@nicooo, Thank you for sharing your experience and suggestions. In order to improve the documentation on forms, the following information would be handy: Which page(s) of the documentation are you re
-
How to disable header reformatting while saving?
· 7 years ago
@dydaevskiy, I presume your issue is with the \_\_\_\_ ? Just a guess... Since it is alway \_\_\_\_, it looks as if you intended to insert 4 spaces. Check if your *.md files contain tabs or other ill
-
Avoid race condition
· 7 years ago
@TheDancingCode, As said, I have never dealt with this in PHP... Below is (a part of) the definition of class AbstractFile (see '/system/src/Grav/Framework/File/AbstractFile.php') , which is the paren
-
Avoid race condition
· 7 years ago
@TheDancingCode, Although I have never dealt with this situation using PHP, I can think of the following: Request an exclusive lock before reading/writing the file(s). See flock() Use sqlite with au
-
Vela theme frontend login
· 7 years ago
@hotel, I haven't been able to find that login functionality when clicking on the title in the menu. According the template '/user/themes/vela/templates/partials/navigation.html.twig', the title shoul