R_J
AdminR_J Admin
-
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 -
Re: New button between New Discussion and the pagination.
Great! Now take a step back, look at how few lines of code you have needed and dive into the adventure of customizing your forum =) (View Post)1 -
Re: New button between New Discussion and the pagination.
Theoretically yes, but Vanilla has a handy shortcut for that: https://github.com/vanilla/vanilla/blob/release/2.3/library/vendors/SmartyPlugins/function.signinout_link.php Replace everything in the p… (View Post)2 -
Re: Does addcssfilefunction work within the plugin setup?
If your question remains open, it is unanswered. No need to discuss that. But let me make some more attempts :wink: * "Does addcssfilefunction work within the plugin setup" In the plugin se… (View Post)1 -
Re: Does addcssfilefunction work within the plugin setup?
* The addCssFile() method adds your file to an array. * All entries in that array are handled in the HeadModule which creates the html head section. * In the html head tag, those entries of 1. are ad… (View Post)1