Footers:
<script type="text/javascript">
function Message_Icons(MI,New){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var a = document.getElementsByTagName("b");
for(x=0;x<a.length;x++){
if(a[x].parentNode.parentNode.height == "20" && a[x].innerHTML.match(MI)) a[x].innerHTML = a[x].innerHTML.replace(MI,New);
};};
Message_Icons("OLD TEXT","NEW TEXT");
</script>
Original Request:
http://www.smfsupport.com/support/code_requests/3_requests-t25676.0.htmlOLD TEXT = The old text of the Message Icons(Quote,Edit, ect.)
NEW TEXT = The New text for that message icon.
To change more of the Message Icon text, add more of these lines:
Message_Icons("OLD TEXT","NEW TEXT");
Enjoy