Quote:
Originally Posted by ForceHSS
Am sure with a small plugin that can be turned off
|
What I did on my dev site is to edit the "memberinfo_block_visitormessaging" template, and wrap the editor form with the following conditional:
Code:
<vb:if condition="$userinfo['userid'] != $bbuserinfo['userid']">
editor form code here
</vb:if>
So, I posted in our staff forum to discuss it with my fellow admins on our live site, but I also wanted to bring points made here by others with vBulletin experience to our discussion as to why we might not want to disable this.