R_J
AdminR_J Admin
-
Re: "Uncaught TypeError: Cannot read property 'getAttribute' of null"
Thanks for using my addon and giving feedback! :) You are using version 0.1 from the addons, right? I have made some small changes and created a version 0.2 on GitHub shortly after releasing 0.1, but… (View Post)2 -
Re: Function like AddString to Form
Try the plugin Eventi. It will show you "where" you can add code. Then look at some plugins on how it could be done: http://vanillaforums.org/addon/addtexttobox-plugin (View Post)1 -
How to create custom Smarty functions
If you are creating your own theme, you might come to the point where you would need PHP code to achieve something that isn't possible with the existing Smarty functions in /library/vendors/Smar… (View Post)9 -
Re: Check that a moderator is signed in?
Done B) (View Post)1 -
Re: Check that a moderator is signed in?
Like this: /themes/MyTheme/class.mythemethemehooks.php <?php defined('APPLICATION') or die();class MyThemeThemeHooks implements Gdn_IPlugin { public function Setup() { return true; } pub… (View Post)2
