R_J
AdminR_J Admin
-
Re: Avatar First Letter plugin - Does it work with Vanilla 3.x?
Two things... The plugin has a line class AvatarFirstLetter extends Gdn_Plugin which needs to be changed to class AvatarFirstLetterPlugin extends Gdn_Plugin. You also need to find the line $rgb = Ava… (View Post)1 -
Re: mailchecker plugin - issue on Vanilla 3.3
Thanks for that detailed look on the plugin! I have updated it and it should work now (the current 33606 providers are included in the current version) To answer your question (just if you are curiou… (View Post)1 -
Re: User Names - Can they have spaces or not?
There is a piece of code in Vanilla which validates the user name against a pattern. You can set that pattern in the config so that it allows blanks. This is the code used: $defaultPattern = (unicode… (View Post)3 -
Re: Ability to change how output looks when rendering the catagories
Never change existing files! Vanilla can be modified mostly completely without changing files, just by adding files. To answer your question: you can use view overrides. You would need to create a th… (View Post)1 -
Re: What is Stub Content plugin
You must manually disable it in the /conf/config-defaults.php file before you start the installation. (View Post)1
