x00
MVPx00 MVP
Reactions
-
Conditional comment scripts the vanilla way
Often you see hard coded in theme's default.master stuff like <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script… (View Post)5 -
Re: A lil confusion about $Args
in any hook $Args are the event arguments. the same as $Sender->EventArguments and array or arguments, what they are depend on the hook, $Args is just a convenience reference. (View Post)9 -
Re: How to override Gdn_Email/PhpMailer?
it is not a a factory. However as vanilla uses an autoloader. You simply have to define Gdn_Email class before it is used. You can include it the old fashioned way from an early hook. it will ignore … (View Post)1 -
Re: database 2.0.18.10 and 2.1
you don't import when you upgrade, follow the documentation. import is unnecessary and causes unnecessary headache. Porting and upgrading are two different things not related. Just make a backup. rea… (View Post)4 -
Re: Edit: Hacked and Defaced through "Pockets" Addon ?!
You have been hacked more than once I have noticed. This can be three broad reasons: * You general server security is not good making any software vulnerable. * Someone who you trust (or yourself) ha… (View Post)1
