pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
I can't log in, I don't know code
· 5 years ago
@EmilyBriones, No idea what is going on (yet)... OK, judging from the screen layout, it seems you are trying to login to the Admin plugin of Grav and not cPanel. A few remarks: The url http://emilyb
-
I can't log in, I don't know code
· 5 years ago
@EmilyBriones, Are you trying to login at cPanel, or Grav's Admin plugin? These are not related. cPanel is used to manage the server configuration Grav's Admin plugin is used to config the website. T
-
Populate select field with function call (data-*@)
· 5 years ago
@domsson, OK, fair enough. By the way, I presume OleVik meant the following syntax to get the config: Grav::instance()['config']->get();
-
Populate select field with function call (data-*@)
· 5 years ago
@domsson, Would you mind explaining why using a hardcoded plugin name is an issue?
-
Best way to protect the Email address on webpage
· 5 years ago
@joejac, Once you you implemented a solution, would you mind feeding back to the forum which solution you have chosen and how you have implemented it?
-
Best way to protect the Email address on webpage
· 5 years ago
@joejac, If you want to go with your solution, you could try the following: Create plugin named 'nospam' using $ bin/plugin devtools new-plugin Edit its nospam.yaml like: enabled: true email: info: i
-
Best way to protect the Email address on webpage
· 5 years ago
@joejac, I do not think obfuscating mails is 100% effective like the php option, or am I missing something here with that script? As far as I know, there is no 100% effective solution for email obf
-
Best way to protect the Email address on webpage
· 5 years ago
@joejac, Did you search in Grav's plugin repository?
-
URGENT help to install plugin - Grav from to GoogleSheet
· 5 years ago
@sunil951, Why don't you try the the author (@hughbris ) of the plugin himself? Either on Github, or here? I'm afraid there aren't (m)any members with hands-on experience with the plugin...
-
PHP Startup: Ignoring replacement of empty string
· 5 years ago
@matemolnar88, Not a solution, but... Did you follow up on the suggestion given by the error?