River
MVPRiver MVP
Reactions
-
Re: Is there a way to only show integer percentage but not float value?
Do you see this line? https://github.com/hgtonight/Plugin-DiscussionPolls/blob/master/views/results.php#L45 $Percentage = ($Question->CountResponses == 0) ? '0.00' : number_format(($Option->Cou… (View Post)2 -
Re: Vanilla 2.3 beta
it looks like it is out of beta based on the commit 3 days ago - version number 2.3 https://github.com/vanilla/vanilla/commit/1262bef91f70ec4ea9f84c150765deafc3ad732f (View Post)1 -
Re: Advanced editor with BBCode - color and size buttons?
('color' => true). or you could use https://vanillaforums.org/addon/aeconfig-plugin instead of editing plugin directly. True. it probably only works with wyiswyg due to js to handle for bbcode doe… (View Post)6 -
Re: DeepSpace theme wrong links. How editing?
Yes , editing default.master.php in the views folder would be the thing to do. No , don't do that this is a default.master.php based theme - you don't mix and match. * 1 when asking a question about … (View Post)2 -
Re: Advanced editor with BBCode - color and size buttons?
Since the colors grid was implemented for the wysiwyg and the js associated with it, you would need to know how to trigger on that. But, if you wanted to modify with a suboptimal work-around https://… (View Post)4