Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Oct 30, 2005 12:28:03 GMT
Global Footer
Will add a message to the end of your post when you lock a thread.
<script type="text/javascript"> <!-- /* locked thread message */ var mes="\n[center][b]Locked[/b][/center][/color]"
if(document.postForm && document.postForm.lock){ document.postForm.onsubmit = function() { if(document.postForm.lock.checked == true) { document.postForm.message.value += mes; return true; } } } //--> </script>[/size]
|
|
captmaniac
Junior Member
Anything and Everything Forums - One of the best talk about anything forums around!
Posts: 62
|
Post by captmaniac on Oct 31, 2005 16:24:48 GMT
Do you happen to have an example of this on a test board, or is anyone currently using this on their board where I can see what it looks like?
Thanks.
captmaniac
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Oct 31, 2005 16:58:41 GMT
It would look like this: Locked depending what message you put. Basically, when you check the 'lock' box on the post page that's be added to the post to basically save staff members the time of having to type that out for every thread they lock.
|
|