x00
MVPx00 MVP
Reactions
-
Re: DiscussionController->Discussion not found ERROR
You shouldn't be reporting these sort of problem here. Did you read the sticky about the beta testing? If you aren't beta testing don't use the beta version. Report bugs on github. However first isol… (View Post)1 -
Re: Not showing in Firefox? And no show on disabling categories in sidebar
I did consider, randomising to try and beat adblocker, thing is you have to change of lot of variables, and there is no guarantee. On the other hand it isn't so blacklisted that it is an auto exclusi… (View Post)1 -
Re: Thanks for the plugin - small improvement to the position handling
I will bare this in mind for a later date. I'd probably do my own you have rangy to get the caret position (in order not to replicate), and then use some of these methods to get the offset. (View Post)2 -
Re: How to judge mobile or full site view?
You can use IsMobile() more accurate $ForceNoMobile = Gdn_CookieIdentity::GetCookiePayload('VanillaNoMobile');if(IsMobile() && !$ForceNoMobile){...} (View Post)3 -
Re: Upgrading and Plugins
Read this http://vanillaforums.org/discussion/23322/vanilla-2-1b1-released If you are not confident doing beta testing, stick to the stable version. (View Post)1
