try setting Show edited by note on edited messages? to NO in usergroup manager and Rebuild Post Cache in Maintainance->Update Counters
Thank you for your post.
while I was trying to rebuild post cache, it showed 500 Internal Server Error- The server has encountered an internal error or misconfiguration and was unable to complete your request.
Quote:
Originally Posted by Andy
I really wish vBulletin would have a master switch in the Admin CP to disable this often unwanted function.
Here is what you have to do to make sure users don't add edited by information when editing a post.
Open the editpost template and comment out the following code.
Code:
<!-- do not show next section edited by -->
<!--
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
<div>$vbphrase[reason_for_editing]:</div>
<div><input type="text" class="bginput" name="reason" value="$newpost[reason]" size="50" maxlength="200" tabindex="1" title="$vbphrase[optional]" /></div>
</div>
-->
Andy thank you,
Actually all I want, to prevent site staffs' edited phrases. If users edit their messages, they should see the notes. But if a site staff edits their message, users must not see there.