pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Multilanguage twig variable in markdown
· 3 years ago
@red, Have another good look at the docs on Configuration... By the way, do you really want for every page the Twig parser being called? If not, move the settings into the header of the page.
-
Multilanguage twig variable in markdown
· 3 years ago
@red, Twig needs to be processed before Markdown is being processed. Set the following in the frontmatter of the page: twig_first: true
-
Remove all cookies
· 3 years ago
@beppolo78, As suggested in the Welcome sticky, please search the forum before posting a question. Thanks.
-
Connecting the form plugin with the database plugin
· 3 years ago
@douxdoux-1312, I was only showing how a plugin can intercept the 'Submit' of a form and processing the custom action. Both the Database plugin and SQLite plugin contain part of your needs which you c
-
Connecting the form plugin with the database plugin
· 3 years ago
@douxdoux-1312 , Plugin SQLite allows saving a form into a SQLite database using the 'onFormProcessedEvent` and custom form action 'sql-insert': https://github.com/finanalyst/grav-plugin-sqlite/blob/8
-
Unstoppable contact form spam
· 3 years ago
@hsweet, There are plenty of people who are willing to submit forms for a few dollars a day. It will be hard to beat this kind if spam. Fortunately, this is not the bulk of spam. Calling your honeyp
-
Add option to define the width of the inserted video (mp4)
· 3 years ago
@favorinus, Please help the community help you... How you can help the community is well laid out in sticky post /forum/general/welcome-to-the-grav-cms-community-forums-t8083 Please update you post. B
-
Datatables plugin help
· 3 years ago
@ray, No there are no errors in the browser development tools as far as I can see. If a change of theme made the datatables plugin work, the former theme probably did not load jQuery, which is requi
-
Datatables plugin help
· 3 years ago
@ray, Well, using a vanilla fresh Grav v1.7 installation, it works when applying above mentioned fixes... Only you can tell the difference between my setup and yours. Try a fresh vanilla install and
-
Datatables plugin help
· 3 years ago
@ray, Sorry, I meant the DevTools of the browser...