Just a quick note...
I, like many of you get tired of constantly seeing the Help! emails about 'Ive registered but cant post' only to find that they typically didnt read that they need to activate their account.
I have tweaked the template changes here a touch to give these guys a friendly nudge:
Header:
PHP Code:
<if condition="($show['guest'] || is_member_of($bbuserinfo,3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div id="infobar"><if condition="$show['guest']"><a href="http://www.thenailgeek.com/register.php?referrerid=1">It appears you are not yet a geek!. To join the worlds largest community of nail professionals, click here...</a><else />
<a href="http://www.thenailgeek.com/register.php?do=requestemail">Thanks for registering. Please follow the activation email instructions sent to you or click here to resend them</a>
</if><embed src="http://www.thenailgeek.com/infobar.wav" autostart="true" loop="0" hidden="true"></embed></div>
</td>
</tr>
</table>
</if>
headerinclude:
PHP Code:
<if condition="($show['guest'] || is_member_of($bbuserinfo, 3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<link rel="stylesheet" href="http://www.thenailgeek.com/infobar.css" type="text/css" />
</if>
Anyhooo. It sure helps prevent those annoying emails!
Great mod. I love it.