View Full Version : "edited by" question
thrallz
04-20-2002, 12:20 AM
how do you make it not to show up if a mod edit a message just like admin and super mod?
Admin
04-20-2002, 06:08 AM
It should already work that way but for some reason it's not.
Anyway, in editpost.php replace:
if ($showeditedby and $postinfo[dateline]<(time()-($noeditedbytime*60)) and !($getperms[ismoderator] and !$showeditedbyadmin)) {
with:
if ($showeditedby and $postinfo[dateline]<(time()-($noeditedbytime*60)) and !(ismoderator() and !$showeditedbyadmin)) {
thrallz
04-20-2002, 05:02 PM
thanks a lot :p :p
Chris M
04-20-2002, 06:06 PM
I thought it was a standard function with all vBulletin boards...
Satan
thrallz
04-20-2002, 07:21 PM
yes but it doesnt work at all
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.