mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: Modifying existing table structure - best practices?
hm, the magic you mention seems to be a very theoretical concept. I disabled and enabled the Vanilla application and all data of my 'Discussion Event' plugin was deleted from the Discussion table. Cl… (View Post)1 -
Re: Display comment form not only for login user's
I created a plugin to offer this functionality: http://vanillaforums.org/addon/commentbeforeregister-plugin-0.1 I tested the plugin with Vanilla 2.2, but it should work with Vanilla 2.1, too. If some… (View Post)7 -
Re: Error when try to Display in Sidepanel
Thank you for reporting! Should be fixed already, just download the newest version http://vanillaforums.org/addon/1545/discussion-event Do you have other suggestions on how to improve this plugin? I … (View Post)3 -
Re: Issue: Gdn_Plugin::getResource() useless in 2.2b1 due to changes in Gdn_Controller::renderMaster()
Ah, sorry, you are right, the last default value is true. However, in the current master branch of 2.2 resources where not included even with $Sender->addCssFile($this->getResource('design/styl… (View Post)2 -
Re: Issue: Gdn_Plugin::getResource() useless in 2.2b1 due to changes in Gdn_Controller::renderMaster()
Unfortunately not. The default values for the optional second and third argument are already false. The easiest fix would be to remove Gdn_Plugin::getResource(). Some plugins that rely on it - such a… (View Post)1