The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Display a notice for users awaiting email confirmation
I want this for vbulletin 4.
http://www.vbulletin.com/forum/showt...l-confirmation Display a notice for users awaiting email confirmation You can display a notice on your forums for users whose accounts are awaiting email confirmation. Go to your: Admin CP -> Styles & Templates -> Style Manager -> ? ? -> header Add this code below the $spacer_open variable: <!-- content table --> $spacer_open <if condition="$bbuserinfo['usergroupid'] == 3"> <br /> <div align="left" style="color: red; background-color: white; border: 1px solid black; padding:2px">Your account is awaiting email confirmation. Please click the activation link in the email you were sent, or visit <a href="register.php?$session[sessionurl]do=requestemail">this page</a> to resend the activation email. If you did not receive the email then it's possible it was blocked by your email client. In this case you can either disable your blocker software or enter a new email address in <a href="profile.php?$session[sessionurl]do=editpassword">your profile</a>.</div> </if> $_phpinclude_output This way users know when their accounts are awaiting confirmation and they know what their options are. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|