vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Display popular tags on discussion pages
ok, go into the class.tagging.plugin.php file in the tagging plugin and look for this /** * Display the tag module on discussions lists. * @param DiscussionsController $Sender */ public function Disc… (View Post)1 -
Re: Make avatars hotlink-only?
To save an animated gif as an avatar that is still animating add this to the config.php $Configuration['Garden']['Thumbnail']['SaveGif'] = TRUE; this defines the size of the avatar in profile page $C… (View Post)4 -
Re: How to add labels for screen readers to social buttons?
2.2 is in beta mode though. Not for use in production sites. It is for developers to work with and help improve the code . (View Post)2 -
Re: Make avatars hotlink-only?
To save an animated gif as an avatar add this to the config.php $Configuration['Garden']['Thumbnail']['SaveGif'] = TRUE; (View Post)3 -
Re: how to install recaptcha ( bluehost )
ok, go into you config.php and look for $Configuration['Garden']['Registration']['Method'] = 'Captcha';$Configuration['Garden']['Registration']['CaptchaPrivateKey'] = 'putinprivatekeyhere';$Configura… (View Post)1
