I hope you don't mind me posting modifications (if you do let me know and I will stop)...
I changed my install to allow PMs plus e-mail...
Open Template: sr_classifieds_viewad
Code:
<tr>
<td class="alt1">Email</td>
<td class="alt2"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></td>
</tr>
After Ad:
Code:
<tr>
<td class="alt1">Send Private Message</td>
<td class="alt2"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase></a></td>
</tr>
Works like a charm!
http://www.timeshareforums.com/sr_cl...php?do=ad&id=1
I also changed the layout of the page a little...
So, if only I can retain the line breaks I really quite happy with this... I just hope the upgrade to the premium won't be too painful!