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.
Nice job. This was the first hack I installed since I start using vBulletin. It works fine with one exception. The link to go to 'profile' and edit the password did not work. It kept returning to the new 'not activated' page. Not a problem, I just removed that portion of the template. I also removed the portion for "forgot password." The user is already logged in, so they could not have forgotten their password .
Thanks for sharing the work and it will definitely save me some time responding to emails and voice mails.
Are there plans to release this very useful hack in a future version of Vbulletin? I think that this HAS TO BE part of the standard VBulletin-features in the future: it is one of the most useful (and can I even say: NECESSARY) hacks I have ever seen.
I hope they put it in! It really just saves us so much work........
Does anyone know if the hack works in 2.2.1? I have tried to install it but when going to the page after registering to test and see what it would do to a user awaiting registration it automatically activates my account.
Did you try and register a user then try to log in without activating your account and see if you get the message to click to resend activation code etc?
Yep.
Everything works the way it should.
Created new user and did not activate account.
Than I tried to create a new thread or post a reply, the new message is shown. After clicking on the link I enter my email and I recive a new email with my acctivationcode and I am still listed as"User Awaiting Email Confirmation"