ok ive had a play,this is for those that dont want the email user function,but want the abilty to be able to use PM instead this is what i did
Open product-sr_classifieds.xml with a text editor
scroll down to around line 858 and find
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>
and replace with then save
Code:
<tr>
<td class="alt1">PM:</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>
re-import the product and select yes to overwrite