pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3133 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Error grav running on aws lightsail
· 4 years ago
@stefanjanssen, Would you mind sharing what went wrong and what you have done to make it work? The forum is not only about asking questions but also for sharing solutions which might help others... Co
-
LiteSpeed Cache - Purge
· 4 years ago
@lisekbox, According the debugger the $event['object'] should be a PageObject, which also implements interface PageInterface... Just to nitpick, $object should be used in the if-statement. ;-)
-
LiteSpeed Cache - Purge
· 4 years ago
@lisekbox, Now question is how to purge (get /page-url) only for edited page? Try something like: public function onAdminAfterSave(Event $event) { $object = $event['object']; if ($object i
-
Complex Collections
· 4 years ago
@q3d, You are already differentiating pages using different templates. Adding an extra category tag to differentiate seem like an overhead... Although the template's blueprint can set the category aut
-
Shortcode gallery++ and TinyMCE editor
· 4 years ago
@gbenj, I must correct myself a bit... I'm not familiar with the TinyMCE Editor plugin and I expected it would be easy to insert Markdown elements. However, I just discovered that TinyMCE wraps everyt
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
@joejac, Instead of spending time and money on building concrete walls to prevent a trusted (and hopefully instructed) Admin user from making changes despite all warnings, you might also think "We a
-
Complex Collections
· 4 years ago
@q3d, I asked for a detailed description of your situation for a reason... For clarity and preciseness. You stated your goal as: On the branch page (modular) in the services section, I want to displa
-
Shortcode gallery++ and TinyMCE editor
· 4 years ago
@gbenj, Am I missing something…? No, that is how the content of the page is being saved: Plain text without any parsing. No matter which editor is being used. The magic comes when a page is being re
-
Complex Collections
· 4 years ago
@q3d, --- title: New York content: items: '@taxonomy.branch': 'New York' ---
-
Complex Collections
· 4 years ago
@q3d, It depends on what you are trying to achieve... Please show: A part of your folder structure that is involved in the collection. Show filenames and relevant assigned categories per file Which p