The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Indicate USER account status
Alot of times users login and they don't releasize the reason they can't post is cuz they didn't validate the activation email.
Is there any way to have a special msg for registered users who are not validated? somethign like "CLICK HERE" to resend validation or "Check your Junk mail for activation cuz your account is not ACTIVATED?" The generic no access msg is not clear ...IMHO |
#2
|
|||
|
|||
you could put something like guests see at the header
Quote:
|
#3
|
|||
|
|||
Would like something specific... some ppl register and don't even know that they have to request activation email ... cuz their account is not activated
|
#4
|
||||
|
||||
I have to agree. In fact the user activation link and subsequent completion of registration is perhaps the poorest part of vbulletin. It would be great to see the vb team perform a customer user experience and signup pathway to make this more simple and robust.
|
#5
|
|||
|
|||
I have a piece of code in the postbit legacy template for all users that havent verified their account for use of cirtain forums. Perhaps you could use this?
HTML Code:
<if condition="$post['field35']"><div class="smallfont"><div class="highlight">Member Status: $post[field35]</div></div></if> Im sure it could be played with to do what you want, like: HTML Code:
<if condition="$post['usergroupid'] == xx"><div class="smallfont"><center>Account requires e-mail activation</center></div></if> |
#6
|
||||
|
||||
u can use this code .
PHP Code:
and put code in header or any template u want |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|