View Full Version : get rid of vb code and not smilies?
Evoir
06-07-2001, 11:36 PM
can someone tell me what exact parts of the javascript I need to use in order to have the smilies but not the vbcode?
javascript dummy here :D
tubedogg
06-08-2001, 12:01 AM
Just edit the vbcode.js file down to this:
// ************************************************** *****
function smilie(thesmilie) {
// inserts smilie text
document.vbform.message.value += thesmilie+" ";
document.vbform.message.focus();
}
function opensmiliewindow(x,y,sessionhash) {
// um... opens smilie overflow window.
window.open("misc.php?action=getsmilies&s"+sessionhash, "smilies", "toolbar=no,scrollbars=yes,resizable=yes,width="+x+",height="+y);
}
// ************************************************** *****
and then add
<script language="Javascript" src="vbcode.js"></script>
to the vbcode_smilies template.
Evoir
06-08-2001, 01:58 AM
Thanks alot. Almost ready to go live!!!! yipee!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.