Hello i am using the mail 2
and i use this code
Code:
<!-- 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.shareme.org/forums/mail2.swf"
width="150" height="250">
<param name="movie" value="http://www.shareme.org/forums/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
when i click on the butler i get this url
Code:
http://www.shareme.org/forum/private.php
but i need it to be forums instead of forum
Code:
http://www.shareme.org/forums/private.php
please can you edit the file for me thanks