The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is there anyway to hide "Last edited by.. " phrase on forums ?
I checked it out all the admincp options but I can not find anything to cancel it. I tried to disable it on usergroups options, but it still shows everyone last edited blabla.. Sometimes, like these phrases edited by site's staffs, makes our users irritate, to prevent this inconvenience and feel them secure what should I do or edit ![]() Thanks for advance |
#2
|
||||
|
||||
![]()
try setting Show edited by note on edited messages? to NO in usergroup manager and Rebuild Post Cache in Maintainance->Update Counters
|
#3
|
|||
|
|||
![]()
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> --> |
#4
|
||||
|
||||
![]() Quote:
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:
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. Thank you for your comments, still waiting ![]() |
#5
|
||||
|
||||
![]() Quote:
HTML Code:
<if condition="!in_array($post[lasteditedby], $array)"> show last edited by </if> PHP Code:
|
#6
|
||||
|
||||
![]()
Thank you King Kovifor,
I do not know where I need to add if conditional. The path is not clear ![]() |
#7
|
||||
|
||||
![]()
The if conditional would be placed within either the postbit_legacy or postbit templates. Somewhere towards the end of the message where they have the Last Edit By Line.
|
#8
|
|||
|
|||
![]() Quote:
It worked for not showing new edits, but all the old ones still show. Should I try something different? |
#9
|
|||
|
|||
![]() Quote:
There should be some option to delete this on specific older posts, not only to choose if you want to display it or not from now on :-(. Another thread about this issue: https://vborg.vbsupport.ru/showthrea...64#post2015564 |
#10
|
|||
|
|||
![]()
no solve until now any one may help?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|