R_J
AdminR_J Admin
-
Re: Verify Minecraft Username 1.2 not working in 2.1.6
Look at the code of the plugin: $Username = $FormValues['Name'];if(file_get_contents('http://minecraft.net/haspaid.jsp?user=' . $Username) == 'false') { $Sender->Form… (View Post)1 -
Re: Custom landing page after registration
I do not know if that would work, but you might like to try it. Save it as /plugins/RedirectAfterRegistration/class.redirectafterregistration.plugin.php <?php defined('APPLICATION') or d… (View Post)4 -
Re: Last Minute Development
Not trivial. What you are speaking of are HTML OptGroups and Vanilla supports them with its function DropDownGroup so it basically could be done if the setup screen would allow arrays maybe in the fo… (View Post)2 -
Re: how to add custom build menu to the sidebar
I'm using a simple plugin for quite some time now, which I always "use" if I sense some behavior as kind of strange: <?php defined('APPLICATION') or die();$PluginInfo[… (View Post)3 -
Re: Adding more prefixes?
@Zhaan, you might be interested in that: http://vanillaforums.org/addon/1444/prefixdiscussion @Linc I guess this wasn't one of your prio 1 plans and it just happened to be a nice plugin for a fr… (View Post)1
