inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Sept 28, 2005 18:23:37 GMT -8
In the old version there was a code that would allow a user to check a box that would hide the "edit" line in a message.
Much of the old code I've used still works, but this option seems to have disappeared.
Any suggestions?
Thanks,
Big Kill
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Sept 28, 2005 18:25:06 GMT -8
In the old version there was a code that would allow a user to check a box that would hide the "edit" line in a message. Much of the old code I've used still works, but this option seems to have disappeared. Any suggestions? Thanks, Big Kill Look around here.
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Sept 28, 2005 18:55:23 GMT -8
Thanks for the quick reply, Tommy. As per your advice, I looked all over there, and while I found a couple of other interesting codes, I couldn't find anything related to removing the edit line from messages.
Big Kill
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 28, 2005 18:56:37 GMT -8
To remove the last edit completly put this code in global footer.
<script type="text/javascript"> <!-- /* remove last edit */ var font=document.getElementsByTagName("font"); if(location.href.match(/on=(displ|search2|(user)?rece)/)){ for(i=0;i<font.length;i++){ if(font[i].innerHTML.match(/Last\sEdit:/i) && font[i].parentNode.align=="left"){ font[i].style.display="none"; } } } // --> </script>
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Sept 28, 2005 19:06:27 GMT -8
Thanks, Snakeair. The old code gave the poster an option to remove the "last edit" line but this'll work just fine for now.
You oughtta add it to that page that Tommy linked me to.
Thanks again,
Big Kill
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 28, 2005 19:11:11 GMT -8
Thanks, Snakeair. The old code gave the poster an option to remove the "last edit" line but this'll work just fine for now. You oughtta add it to that page that Tommy linked me to. Thanks again, Big Kill I did a search in the code requests board for that code and found it. Either Peter or Ross would have to add it there. Anyways have a good one.
|
|