Quote:
Originally Posted by basilrath
If you want the butler to walk on and say "you have mail" and your private.php is is as follows
/forum/private.php
then use this
|
This is what I have and I still cant get it to work. I have uploaded the swf. file to the forum root.
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/http://www.ravensforums.com/forum/private.php/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.ravensforums.com/forum/private.php/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->