Kastang
New-
Re: Show tags under discussion title
Move: /applications/vanilla/views/discussion/helper_functions.php To: /themes/[YOURTHEME]/views/discussion/helper_functions.php Add: <? if($Sender->Discussion->Tags != '' && $Type !=… (View Post)1 -
Re: Feature request: can a tag be displayed also inside of the discussion?
@Bigfan - I have this featured implemented on my Github repo. You can pull directly from there for now. I want to test my implementation more before officially releasing on Vanilla. (View Post)1 -
Re: How can I make category descriptions longer than 120 characters?
You'll have to execute this to your database (through MySQL command line or phpMyadmin): ALTER TABLE GDN_Category MODIFY Description VARCHAR(1000) This assumes that your the Vanilla prefix is GDN_ an… (View Post)2