hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: No Permission screen?
Hmmm... It should have registered the new permissions when you first enabled it. Please try disabling the plugin and re-enabling via the dashboard. (View Post)2 -
Re: Pick 3 badges you're proud of to show with each post
I suggest you check out the Eventi plugin here: http://vanillaforums.org/addon/eventi-plugin It spits out information about every event that gets fired. Super useful for plugin development. (View Post)1 -
Re: Reactions don't show for other users beside admin
Please verify that your member role has Yaga.Reactions.Add permission. (View Post)1 -
Re: Activities not applying text from definitions.php locale
Thanks for trying my addon and posting back with your solution! There is a known issue with application locales not applying correctly: https://github.com/vanilla/vanilla/issues/1779 (View Post)1 -
Re: Display Latest Post by categories?
Since you are using Basic Pages and a custom theme, put the following in your theme hooks file: public function PageController_Render_Before($Sender) { $Module = new LatestPostListModule(); $Module-&… (View Post)4
