Back to vBulletin 3.0 Template Modifications

Hivemail Email Notification in vbulletin NavBar
Mod Version: 1.00, by Smelly Fed

This modification is in the archives.
vB Version: Rating: (0 vote - 0 average) Installs: 1
Released: 04 Sep 2004 Last Update: Never Downloads:
Not Supported  

This modification is for those of you that are running vbulletin 3.0.3 and have Hivemail 1.3 integrated.

I simply wanted email notification on my homepage so I made this modification. Special thanks Jason aka Trackpads on vb.org for helping me code this a little cleaner.

In vbulletin template "navbar" Search for:
Code:
$bbuserinfo[pmunread]</strong><else />$bbuserinfo[pmunread]</if>, $vbphrase[total] $bbuserinfo[pmtotal].</if>
After it, add the following code:
Code:
<!-- HIVEMAIL ADD -->
<if condition="$show['hivemaillink']">
 <if condition="!$bbuserinfo['hiveuserid']">
  <td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=mailsignup">$vbphrase[hivemail_get_account]</a></td>
 <else />
  <td class="alt2" nowrap="nowrap"><a class="smallfont" href="$vboptions[hive_url]">$vbphrase[hivemail_goto_account]</a>
  <if condition="$bbuserinfo['hivecheck']"><span class="smallfont"><br />$bbuserinfo[hivemsgs_newcount] $vbphrase[hivemail_new_messages]<br />$bbuserinfo[hivemsgs_unreadcount] $vbphrase[hivemail_unread_messages]</span></if></td>
 </if>
</if>
<!-- END HIVEMAIL ADD -->
I'll help if I can, but honestly I'm not much of a coder. Good luck with it.

Paul Calloway
http://www.authentic-campaigner.com

Download

No files for download.

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024