The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
where's the javascript?
I'm looking to emulate the smilies 'popup and insert into message textbox' functionality, but can't find where the code for it is. I know there's a bunch of .js files in the clientscript folder, and the code that interests me is in...
newreply.php: Code:
a href="#" onclick="open_smilie_window(smiliewindow_x, smiliewindow_y, 1, '22'); return false" Code:
a href="#" onclick="opener.insert_smilie(this, 73); self.focus(); return false;" Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script> <script type="text/javascript" src="clientscript/vbulletin_menu.js"></script> Anyone know where the code is to be found :ninja: |
#2
|
|||
|
|||
The "open_smilie_window" function is in vbulletin_editor.js, and the "opener.insert_smilie" function is in vbulletin_wysiwyg.js.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|