R_J
AdminR_J Admin
-
Re: Updated to work with Vanilla 2.3
Thanks for the contribution! Let me test first if that really corrects the time zone or makes it even worse ;-) There are a few things which either you could change before or I will change after I ac… (View Post)2 -
Re: Updated to work with Vanilla 2.3
Oh man, I'm really sorry! I've done some additional work on that plugin but haven't uploaded it here: https://github.com/R-J/EventCalendar I've increased the version number so I g… (View Post)2 -
Re: Using inline SVG on MeModule
You should strive to be least invasive to write a good theme. This is the ranking I think should be used: * Try CSS * Try harder using CSS * Ask if it could be done with CSS * Use Vanillas events wit… (View Post)2 -
Re: Is there a way to get the post counts with commas?
There is a modifier which would do exactly what you need: {$posts|number_format} If you add that to your template, you will get an error though: "modifier 'number_format' not allowed b… (View Post)1 -
Re: How to use ProfileExtender to show users state
I am a fan of making people understand what they do. Take a look at this two places https://github.com/vanilla/vanilla/blob/release/2.3/applications/vanilla/views/discussion/helper_functions.php#L82 … (View Post)2
