R_J
AdminR_J Admin
-
Re: Critics Choice CMS Awards
Timeline for 2014 has been published: http://awards.cmscritic.com/third-annual-critics-choice-cms-awards/ Good luck! (View Post)1 -
Re: How do I set a default quotes level?
You would have to change the source code. Look at that line: https://github.com/vanilla/addons/blob/master/plugins/Quotes/class.quotes.plugin.php#L88 The variable $QuoteFolding is filled with the use… (View Post)1 -
Re: How do I set a default quotes level?
Hmm, think that was to hasty... You have to change line 120. (View Post)3 -
Re: Error when deleting a comment
The usage of $Sender->Discussion->Body causes the error. So you have to do 2 modifications to the plugin in order to get it going. First search for this: // og:typeif(strlen($Sender->Discuss… (View Post)3 -
Re: How add new page
Vanilla is itself just an application inside of a framework called Garden. Basically every page you see is the view a controller randers. You can use that framework and create pages but then from ter… (View Post)1
