hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Display Latest Post by categories?
Just add a wheres array instead of using all. $CatID = 2;$DiscussionModel->Get(0, $Limit, array('CategoryID' => $CatID)); Then you have to either disable the AJAX refresh or make it u… (View Post)2 -
Re: Award a badge when posting in certain category
Added to Yaga here: https://github.com/hgtonight/Application-Yaga/commit/fcb166abb6af71d3f62dd5d57d0665ede391e1c2 (View Post)2 -
Re: Lock-in reactions (disable option to un-react)
Yeah, you can change the spritesheet to anything you want. I included the SVG I made to generate the default set at /yaga/design/images/sprites.svg. (View Post)1 -
Re: Award a badge when posting in certain category
Working with the Garden framework is really great, not going to lie. I didn't mean it like that. I love collaborative works! Your idea, your implementation, your credit. :D (View Post)1 -
Re: Award a badge when posting in certain category
You can get the categories into a pull down with the following snippet: $String = $Form->Label('Yaga.Rules.DiscussionCategoryId.Criteria.Head', 'DiscussionCategoryId');$String … (View Post)1
