DHS2
11-20-2010, 10:00 PM
Nokia PM Detector v.2.0
Compatible with vBulletin 4.0.x (tested with vBulletin 4.0.6, 4.0.7, 4.0.8)
Date of Release: 21 November 2010
1-Download and Unzip the pakages, Copy the entire folder "FlashModules" on your forum root
2-Goto to Admin CP and Edit the Template "FORUMHOME", Search this var "{vb:raw footer}"
paste the code under "{vb:raw footer}" and save.
<!-- Nokia PM Detector -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:0px;right:-20px;" title="You Have {vb:raw bbuserinfo.pmunread} New Message(s) on a Total of: {vb:raw bbuserinfo.pmtotal}">
<object type="application/x-shockwave-flash"
data="FlashModules/PmPhone.swf?Username={vb:raw bbuserinfo.username}&PmNumber=New Msgs:{vb:raw bbuserinfo.pmunread}"
width="450" height="500">
<param name="movie" value="FlashModules/PmPhone.swf?Username={vb:raw bbuserinfo.username}&PmNumber=New Msgs:{vb:raw bbuserinfo.pmunread}"
/>
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- Nokia PM Detector -->
Extra Notes:
Adjust the dimension of the PHONE here: width="450" height="500"
Adjust the position of the PHONE here: bottom:0px;right:-20px;
Features:
warns if you are new private messages
the display shows Username and total number of unread messages
If the user click the PHONE is directed to the page "private.php"
Other Colors (8) is available on the folder "Other Colors", choose the desired color and replace "PmPhone.swf" with the desired color on the folder "FlashModules" on your server
Compatible with vBulletin 4.0.x (tested with vBulletin 4.0.6, 4.0.7, 4.0.8)
Date of Release: 21 November 2010
1-Download and Unzip the pakages, Copy the entire folder "FlashModules" on your forum root
2-Goto to Admin CP and Edit the Template "FORUMHOME", Search this var "{vb:raw footer}"
paste the code under "{vb:raw footer}" and save.
<!-- Nokia PM Detector -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:0px;right:-20px;" title="You Have {vb:raw bbuserinfo.pmunread} New Message(s) on a Total of: {vb:raw bbuserinfo.pmtotal}">
<object type="application/x-shockwave-flash"
data="FlashModules/PmPhone.swf?Username={vb:raw bbuserinfo.username}&PmNumber=New Msgs:{vb:raw bbuserinfo.pmunread}"
width="450" height="500">
<param name="movie" value="FlashModules/PmPhone.swf?Username={vb:raw bbuserinfo.username}&PmNumber=New Msgs:{vb:raw bbuserinfo.pmunread}"
/>
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- Nokia PM Detector -->
Extra Notes:
Adjust the dimension of the PHONE here: width="450" height="500"
Adjust the position of the PHONE here: bottom:0px;right:-20px;
Features:
warns if you are new private messages
the display shows Username and total number of unread messages
If the user click the PHONE is directed to the page "private.php"
Other Colors (8) is available on the folder "Other Colors", choose the desired color and replace "PmPhone.swf" with the desired color on the folder "FlashModules" on your server