hheord
Regular Member
Posts: 60
|
Post by hheord on Nov 8, 2004 15:37:26 GMT -5
Ok. I have a quick question for all of yall CODERS. Is there away to change the text of the Maitinence mode? Like change it from This board is currently in maintainance mode. Only admins and global moderators can access it right now. to like what we want it to say?
thanks
|
|
|
Post by Bradley on Nov 8, 2004 16:24:46 GMT -5
Ok. I have a quick question for all of yall CODERS. Is there away to change the text of the Maitinence mode? Like change it from This board is currently in maintainance mode. Only admins and global moderators can access it right now. to like what we want it to say? thanks Use the switch it code: <script language="javascript" type="text/javascript"> <!-- function switchit(item,item2) { var range = document.body.createTextRange(); range.collapse(true); if (location.href.indexOf("action=headersfooters") == -1 ) while (range.findText(item)) { range.text=item2; range.collapse(false); } } switchit("Guest","Visitor"); // --> </script>Word or sentence to changeWord or setence to change to
|
|
hheord
Regular Member
Posts: 60
|
Post by hheord on Nov 8, 2004 16:29:17 GMT -5
ok but where do i put it?
|
|
|
Post by Bradley on Nov 8, 2004 16:30:45 GMT -5
Footers
|
|
hheord
Regular Member
Posts: 60
|
Post by hheord on Nov 8, 2004 16:32:21 GMT -5
thanks
|
|