The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
|
|
#2
|
||||
|
||||
|
Just edit the vbcode.js file down to this:
Code:
// *******************************************************
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);
}
// *******************************************************
<script language="Javascript" src="vbcode.js"></script> to the vbcode_smilies template. |
|
#3
|
|||
|
|||
|
Thanks alot. Almost ready to go live!!!! yipee!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|