vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Post Background
Ok sure, the one on this forum is a bit different but you can do it on your own easily with css. You would give the role class a css rule. If you can give a link to a post by admin, then I can give y… (View Post)1 -
Re: Custom Forms In Vanilla
I changed all the names because I use the Contact plugin as simple contact form. So in order to not have to disable the form because of the same names, I changed them to reflect a new plugin. Please … (View Post)1 -
Re: Custom Forms In Vanilla
Very simple, you need to edit two files, the contact.php which is what you see on the page when you access the form , the html so to speak, and the innards which is what info you want them to fill ou… (View Post)2 -
Re: Double Notifications of Posts?
Update to 2.1.3 asap (View Post)6 -
Re: Custom Forms In Vanilla
Ok but you also need to add it bellow $Name $Validation = new Gdn_Validation(); $Validation->ApplyRule('YourName', 'Required', 'You must enter your name.'); $Validation->ApplyRule('YourEmail', … (View Post)1
