E Z B O A R D
Hide the Spell Check Button
<< updated: 8/31/2003
Summary: Hide the spell check button on the posting screen.
HEAD: (box #1)
<script type="text/javascript">
/* BEGIN EZURL */
ezURL = document.location.href.match("http:\/\/((?:pub|b|p)([0-9]+)|beta|vanchau|inbox)\.ezboard\.com\/(b|f)([a-zA-Z0-9]+(?=frm[0-9]+)|[a-zA-Z0-9]+(?!frm[0-9]+))(frm[0-9]+|)(?:(?:[\.]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:(?:[\x3F]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:.*)");
try {
if (ezURL.length > 0) {
ezPub = ezURL[2].length > 0 ? ezURL[2] : ezURL[1];
ezFullPub = ezURL[1];
ezIsBoard = ezURL[3] == "b" ? true : false;
ezBoardID = ezURL[4];
ezForum = ezURL[5];
ezPage = ezURL[6];
ezQuery = ezURL[7];
}
} catch (e) { }
ezURL = null;
/* END EZURL */
</script>
HEAD Notes:
This script is used in many of the other scripts offered here. Only one copy should be installed.
FOOTER: (box #4)
<script type="text/javascript">
/* HIDE SPELL CHECK BUTTON */
if ( ezPage.match("showAddPollScreenFromWeb|addPollFromWeb|showAddTopicScreenFromWeb|addTopicFromWeb|showAddReplyScreenFromWeb|addReplyFromWeb|showEditScreen|editMessageFromWeb")) {
oForm = document.getElementsByName("PostMessage").item(0);
cInput = oForm.getElementsByTagName("input");
for ( ci = 0; ci < cInput.length; ci++ ) {
if ( cInput[ci].type == "button" && cInput[ci].value == "Spell Check" ) {
cInput[ci].style.display = "none";
}
}
}
/* END HIDE SPELL CHECK BUTTON */
</script>
History:
8/31/2003 - updated for new ezPage format
4/27/2003 - updated script created by phalen180
Credits:
original script by Awesome Andrew
updated script created by phalen180
E Z B O A R D
design by G E K E . N E T
best viewed in 1024x768 screen resolution using a standards compliant browser
logo based on a public domain drawing of a hand making the sign of the cross, no disrespect is intended
all other contents and code copyright © 2002-2005 jonathan cook