x00
MVPx00 MVP
Reactions
-
Re: Deploying multiple vanilla forums
here you go: http://vanillaforums.org/discussion/comment/178971/#Comment_178971 (View Post)0 -
Re: Having Trouble Getting Consistency in Karma Rewards
Every is a modulus calculation. It doesn't care for the previous result. Think of like "does the count divide equally by n?" if is doesn't have a chance to check it could miss, becuase it i… (View Post)0 -
Re: I Need Help To Avoid Modifying Core Files*
yep true, and there is usually a native function too. :) (View Post)0 -
Re: I Need Help To Avoid Modifying Core Files*
this is how I handle it public function ProfileController_Mobile_Create($Sender){ Gdn_CookieIdentity::DeleteCookie('VanillaNoMobile'); Redirect("/", 302);}public function Base_AfterRenderAs… (View Post)1 -
Re: [TUTORIAL] How to customize your emails
hmm... this is down to FormatString removing between {} there is a way to escape this $Definition['EmailTemplate'] = <<<EOT<html><head><style>.Header{{}{}background: #2fa21… (View Post)1
