R_J
AdminR_J Admin
-
Re: Is there a way I can see what applicants put in the registration form?
DON'T MODIFY! See that $this->FireEvent("AppendApplicantInfo");? That's where you have a chance to insert whatever you want into the page. You just have to hook into that event… (View Post)2 -
Re: Applicants and Confirm E-mail not quite working. Hmmmmmm
Have you set up a mail address at yourforum/dashboard/settings/email ? (View Post)1 -
Re: Is there a way I can see what applicants put in the registration form?
I guess you've started by just altering the view. Vanilla is not a simple php script but it is based on a mighty framework. Frameworks can save you from manual effort. So if you extend the under… (View Post)2 -
Re: Favicon notification count
A simple js way would be to include a library like http://lab.ejci.net/favico.js/ and use a script like that: $(function() { var notificationCount = $('ul#Menu li.UserNotifications > a > s… (View Post)3 -
Re: Under "Apply For Membership" Page need to add sign up field "Organisation"
For a simple start you can look at that plugin: http://vanillaforums.org/addon/usersvanillaversion-plugin It is not very useful out of the box, but it might be a good start for you (View Post)1
