hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Advice on mass category update. Does this code logic and plan look correct?
This sounds like a solid plan. The only thing I don't like about it is it will execute a recalculation of all counts for the db rather than just the category related ones. I would just call the … (View Post)1 -
Re: Add items to Bootstrap
I would be even lazier: $CssClass = preg_replace('/\W+/','',strtolower(strip_tags(val('Profile.Motor', $AuthorMeta))));. Now you don't have to update your switch wi… (View Post)4 -
Re: Can you have a username url like this: mywebsite.com/myusername ?
Garden (the framework Vanilla runs on) parses the URL during dispatch to figure out what controller to use. The word 'profile' tells Garden to start up the 'Profile' controller. Y… (View Post)3 -
Re: Yaga LeaderBoardModule - Render on Recent Discussions page in Panel (not on Activity page)
Hmm... I should have added the type to the constructor. Then you could have done something in your tpl files like {module name="LeaderBoardModule" timespan="w"}. @peregrine'… (View Post)3 -
Re: YAGA with Bootstrap embedded
You need to refresh the locale cache manually to make the application locale take effect. This is due to a bug in the application enabling code. From the installation instructions: The other issue yo… (View Post)1
