Anonymoose
✭✭Anonymoose ✭✭
Reactions
-
Simple Strategies to Prevent Login Abuse
Google security engineer Mike Hearn: http://googleblog.blogspot.com/2013/02/an-update-on-our-war-against-account.html (View Post)4 -
Re: How to make the plugin hidden from guest
// Check to see if guest. if(Gdn::Session()->UserID == 0) return FALSE; (View Post)1 -
Re: How to change order of side panel objects?
Here's how to get the Ask a Question to go in the right order after the Start a New Discussion button. $Configuration['Plugins']['QnA']['UseBigButtons'] = TRUE; $Configuration['Modules']['Vanilla']['… (View Post)1 -
Re: Has Mark left Vanilla?
Where your work isn't exactly something that falls under the term privacy, especially if you go ahead and run a blog post about it. It is relevant to the Vanilla community who is working on the proje… (View Post)3 -
Re: how to change the URL structure?
For reasons of localization alone, these should not be in English only. Especially when the domain is not English, having the word "discussion" hanging out there as part of the URL looks ra… (View Post)1