Hi everyone, I made those plugins for my server and I want to share because I couldn't find anything like that.
I hope it will be useful for someone
Installation:
1. Admin CP -> Plugins & Products -> Download / Upload Plugins
2. For Registration plugin you have to insert account_temp.sql in your realmd table.
3. Enjoy!
Note: Registration does not work if you have disabled email verification.
Supports both vb3 and vb4,
Fix for vb4:
(Note: vb3 users may skip this step)
1. Open Styles -> *Your Style* -> edit templates -> registration -> register
2. Find following code:
Code:
<vb:if condition="$show['coppa']">
pass_copy = password1.value;
passconfirm_copy = password2.value;
</vb:if>
and
Code:
<vb:if condition="$show['coppa']">
document.forms.register.password.value = pass_copy;
document.forms.register.passwordconfirm.value = passconfirm_copy;
</vb:if>
3. Remove the "if" part so it should look like this:
Code:
pass_copy = password1.value;
passconfirm_copy = password2.value;
and
Code:
document.forms.register.password.value = pass_copy;
document.forms.register.passwordconfirm.value = passconfirm_copy;
4. Save and enjoy scripts
I'm not sure about security with this modification. Use it at your own risk!
More plugins are coming, like gmlevel based on forum usergroup.
Download These To Files
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]



LinkBack URL
About LinkBacks


Reply With Quote





Bookmarks