inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jul 23, 2005 16:38:22 GMT -8
Global Footer This will replace any text from the cells at the bottom of the post page. ie, "Bookmark", "Lock," etc.
<script type="text/javascript"> <!-- /*rename post checkboxes*/ function des(old,left,right){ var td=document.getElementsByTagName("td"); for(e=0;e<td.length;e++){ if(td[e].innerHTML.match(old) && td[e].width=="30%"){ if(left.length>=1){td[e].firstChild.innerHTML=left;} if(right.length>=1){td[e+1].lastChild.innerHTML=right;} } } } des('Bookmark','Notification','Click here to recieve notifications of replies to this thread.')
//--> </script>
Blue: What you want to replace. In the example, Bookmarks
Red: New contents of the Left cell
Orange: New contents for the Right cell.
You can repeat this line for each option:
des('Bookmark','Notification','Click here to recieve notifications of replies to this thread.')
|
|