hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How can I make my theme also be used for mobile devices
Welcome to the community! What version number of Vanilla are you running? You can specify what theme should be loaded for mobile devices via a /conf/config.php setting. $Configuration['Garden… (View Post)6 -
Re: How can I make my theme also be used for mobile devices
You are looking to add an asset to the head module. Open up your theme hooks file and add the following: public function HeadModule_BeforeToString_Handler($Sender) { $Sender->AddTag('meta… (View Post)3 -
Re: Gender to determine default avatar
Welcome to the community! What version number of Vanilla are you running? Gender is a property of the User object. You can easily get the currently logged in user via the session object. $Session = G… (View Post)2 -
Re: Vanilla 2.0.18.11 security release
You can fill out the form on the download page to get the newsletter and release announcements. (View Post)1 -
Re: Poll - Which Registration Method and plugins do you use to deter spammers and their efficacy.
Welcome to the community! a) Vanilla does this by default b) Recaptcha is an evolving piece of software, so it gets better as time goes on c) This is also a default setting in Vanilla d) As far as I … (View Post)1
