Quote:
Originally Posted by JsnakeJ
Its not as 'safe' to give out their emails like that as it would be to just go through the sendmessage.php page.
Good idea but I don't think my forum needs it. 
|
You can change:
Code:
<tr><td class="vbmenu_option"><a href="mailto:ME@YOU.com">MASTAR</a></tr></td>
Into This:
Code:
<tr><td class="vbmenu_option"><a href="www.yoursite.com/sendmessage.php">Email Staff</a></tr></td>
so you would only have that one line in the second edit.