pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Media showing on the backround of my page
· 1 year ago
@Delo, As @Karmalakas mentioned, the information shared is insufficient. All we can do is guessing and we are bad at it... :-) Here is my guess... Considering your previous questions about the hero.ht
-
What would be the best strategy to develop a plugin for a very basic CRM with CRM's customers connected to some Grav Web Pages, thanks
· 1 year ago
@joejac, You haven't shared any requirements and metrices, which makes it difficult to say anything... Having said that... I have worked with a CMS myself and in my view it is way too complex to build
-
Session Persistence Issue – Custom Session Variable Not Persisting in Grav
· 1 year ago
@mkglass, Two remarks: Class Session does not have a set() and get() functions, but uses the magic functions __set() and __get(). Try {% do session.__set('access_granted', true) %} Twig is a templa
-
Session Persistence Issue – Custom Session Variable Not Persisting in Grav
· 1 year ago
@mkglass, Please correct the formatting of both you config and code snippets using triple backticks (```).
-
Session Persistence Issue – Custom Session Variable Not Persisting in Grav
· 1 year ago
@mkglass, I cannot reproduce the issue... Using Windows 11 with WSL/Ubuntu 24.04 Using a fresh Grav install Using a plugin containing: public function onPluginsInitialized(): void { /** @var Ses
-
Read data to make table
· 1 year ago
@meechal, Any progress you can share with us?
-
Recent Posts Plugin
· 1 year ago
@xarmoda, I did not realize i needed to have a selection in the page filter. You don't... The following default config returns the latest 12 out of all your pages. enabled: true built_in_css: true d
-
Recent Posts Plugin
· 1 year ago
@xarmoda, I am not using blog posts, just normal pages. i’m using the ‘item’ template for those in the following arrangement: Unfortunately, above statement is quite confusing... You're not using "b
-
Recent Posts Plugin
· 1 year ago
@xarmoda, Although plugin Recent Posts has been archived and is no longer maintained, it still works as expected. Create a child (inheriting) theme based on Quark. If you don't create a child theme,
-
Change top left logo
· 1 year ago
@shane, You will have to tweak a child theme of Learn2... The logo is a hardcoded SVG. You should override template user/themes/learn2/templates/partials/logo.html.twig and replace its content with yo