Back to vBulletin 3.6 Template Modifications

Display User's Email in Postbit/legacy for Admins and Mods
Mod Version: 1.00, by vuiveclub

This modification is in the archives.
vB Version: 3.6.x Rating: (1 vote - 5.00 average) Installs: 8
Released: 04 Aug 2007 Last Update: Never Downloads: 1
Not Supported Template Edits  

This little modification shows user's e-mail for Admins and moderators in Postbit
If this user allow other members to send email messages, you will able to send email via sendmessage.php,
if not, you'll have to send via outlook express

Find in template Postbit/Postbit_legacy:
HTML Code:
	<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Above Add:
HTML Code:
<!-- USEREMAIL / www.vuiveclub.net  -->
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
    <if condition="$post['showemail']"> <div>$vbphrase[email]: <a href="sendmessage.php?do=mailmember&u=$post[userid]"/>$post[email]</a></div>
<else /><div>$vbphrase[email]: <a href="mailto:$post[email]"/>$post[email]</a></div>
</if>
</if>
<!-- USEREMAIL / www.vuiveclub.net  -->

Download

No files for download.

Similar Mods

Direct Link to User's ACP Profile in Postbit for Admins vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024