R_J
AdminR_J Admin
-
Re: Building a Tags Extension Plugin
You have to take care for the casening of the plugins name 1. The name in the PluginInfo: $PluginInfo['tagsextended'] = array( 2. The folder for your plugin $sender->addCssFile('tag… (View Post)2 -
Re: Too many JavaScript files on Advanced Editor slows down Vanilla forum sites.
Not essentially. The numerous css and js files are a bad habit of Vanilla/something that should be handled by the framework, that's true, but if you want to speed up your installation, there are… (View Post)1 -
Re: inconsistent permission behavior on new forum migrated from smf2
Start by copying the example plugin from GitHub https://github.com/vanilla/addons/blob/master/plugins/example/class.example.plugin.php Change everything in the header to reflect what you want. Delete… (View Post)2 -
Re: inconsistent permission behavior on new forum migrated from smf2
But you need "dynamic" content, no dumb "Hello World". You need information that is attached to the discussion. See those mysterious $sender, $args? $sender is a conventionally us… (View Post)2 -
Re: inconsistent permission behavior on new forum migrated from smf2
"How could I know what's in $args?" "How should I know about this Tags property?" All those are valid questions and it wouldn't be fair to expect that a beginner knows a… (View Post)2
