R_J
AdminR_J Admin
-
Re: Hero Image on Mobile
Oh wait, maybe it wouldn't even work with keystone and you need to add $Configuration['Garden']['MobileThemeOptions']['Options']['hasHeroBanner'] = true; to your /conf/config.php file... (View Post)1 -
Re: Any way to use $Configuration variables in locale.php $Definition assignments?
Just practice asking. You'll quickly learn what to for ;-) (View Post)1 -
Re: Any way to use $Configuration variables in locale.php $Definition assignments?
One terribly ugly way would be to use php code in the locale file: if !isset $Configuration include config.php $tos = "bla bla bla {$Configuration['What']['Ever']}"; unset $Configuration Th… (View Post)1 -
Re: how to implement htcaptcha vanilla 3??
If you do not understand their tutorial, I guess that you have nothing done with PHP or JavaScript before. That makes writing a plugin like that for Vanilla quite hard... ;-) Normally I would say tha… (View Post)1 -
Re: how to implement htcaptcha vanilla 3??
reCaptcha is a plugin and everything you want to change/add should be a plugin, too. I would recommend to copy the recaptcha plugin folder and try to customize it for that other captcha service (View Post)1