Version: , by Mas*Mind
Developer Last Online: Sep 2003
Version: 2.2.x
Rating:
Released: 05-25-2001
Last Update: Never
Installs: 37
No support by the author.
Description: This hack prints a custom message to users that want to take an action they can't because they didn't activated their account yet. This probably saves you alot of emails from users who didn't properly read their activation-email asking you why they can't post while they did register.
VB-Version: Probably every version, certainly every 2.0 version
Instructions:
open (and backup first) admin/functions.php
Do a search for ###################### Start show_nopermission #######################
replace
PHP Code:
if ($bbuserinfo[userid]==0) {
eval("standarderror(\"".gettemplate("error_nopermission_loggedout")."\");");
} else {
eval("standarderror(\"".gettemplate("error_nopermission_loggedin")."\");");
}
exit;
<p><smallfont>If you didn't received the activation-email <a href="register.php?s=$session[sessionhash]&action=requestemail">click here</a> to resend it. <a href="member.php?s=$session[sessionhash]&action=lostpw">Forgotten your password?</a></smallfont>
save and upload admin/functions.php
enjoy
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
This should be very usefull. I am getting loads of emails at the moment from people who can not be bothered to read their emails or they may have not recieved it for some reason. Now they can help themselfs by getting the email resent.
I have added it in and tested it and all seems well.
One thing though which is not this hack but a problem with VB in general.
If you do not allow viewing to unregistered or users awaiting confirmation then they are asked to login when they come to your VB. So they are allowed to login but then get the above permission hack displayed.
When they go to the resend activation email link they just keep getting the same page as they do not have permission to view the remail page ?
This should be very usefull. I am getting loads of emails at the moment from people who can not be bothered to read their emails or they may have not recieved it for some reason. Now they can help themselfs by getting the email resent.
I have added it in and tested it and all seems well.
One thing though which is not this hack but a problem with VB in general.
If you do not allow viewing to unregistered or users awaiting confirmation then they are asked to login when they come to your VB. So they are allowed to login but then get the above permission hack displayed.
When they go to the resend activation email link they just keep getting the same page as they do not have permission to view the remail page ?
I'm about to install it.. but I just wanted to let youknwo this is a nice hack... will certainly save me the trouble of resending them manually. Thanks!