inherit
68681
0
Jul 25, 2008 13:28:40 GMT -8
ellington
37
January 2006
ellington
|
Post by ellington on Oct 9, 2007 23:31:59 GMT -8
Hi,
Is there a code to remove the 'last edited by' message?
Thanks
|
|
poorman3
inherit
-1952083
0
Nov 26, 2024 18:05:28 GMT -8
poorman3
0
January 1970
GUEST
|
Post by poorman3 on Oct 10, 2007 3:11:29 GMT -8
Hi, Is there a code to remove the 'last edited by' message? Thanks Yes in the Code Index. Its called Remove "Last Edit".
|
|
inherit
177352
0
Apr 30, 2014 22:41:19 GMT -8
swanrose
126
March 2012
swanrose
|
Post by swanrose on Sept 19, 2013 20:45:55 GMT -8
Where would this be placed?
<script type="text/javascript"> <!-- var i = document.getElementsByTagName('i'); for(t=0; t<i.length; t++) if(i[t].innerHTML == 'Last Edit:') i[t].parentNode.style.display = 'none'; //--> </script>
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 20, 2013 1:58:59 GMT -8
Where would this be placed? <script type="text/javascript"> <!-- var i = document.getElementsByTagName('i'); for(t=0; t<i.length; t++) if(i[t].innerHTML == 'Last Edit:') i[t].parentNode.style.display = 'none'; //--> </script> That code is for a V4.5 forum which is what this board is also for. The link poorman3 gave you tells you where to put it. If your site is a V5 site, you'll need a plug-in. There is one made but I believe it is only so it doesn't show when staff when they edit a post and not regular members. support.proboards.com/thread/433502/plugin-hidden-staff-edits-betaIF you don't want it to show for anyone, I'll have to look into it. It may just be removing that from your template, assuming you have V5.
|
|