hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Yaga's EditContentTimeout perk not defaulting to "Default"
I believe this is now fixed. Dumb thing to overload a binary operator that implies no importance of order to something that does. 1 + 2 = 3 and 2 + 1 = 3, but [2] + [1] = [2] and [1] + [2] = [1]. /si… (View Post)1 -
Re: Mobile theme switches to vanilla default
Looks like you have a typo in your configuration: $Configuration['Garden']['MobileTheme'] = 'bootstrap'; Bootstrap uses a lowercase b as its addon key. (View Post)1 -
Re: Categories controller spoofing it's name is a potential source of bugs
$this->FireAs('DiscussionsController')->FireEvent('SomeEvent'); No permanent spoofing necessary. (View Post)2 -
Re: Marking on "words" not strings within words
Should have checked that commit time. :chuffed: (View Post)1 -
Re: How can I add sprites here?
@DmcBoos Vanilla provides a helper function called Sprite($Name) that could be used here instead. 'KarmaBank',Sprite('SpPreferences') . T('KarmaBank.KarmaBank','Kar… (View Post)1
