Nice post but my question still remains.
I?m trying to make a forum with several threads showing as well as posts. The thing is below every thread there is a WYSIWYG, so a quick reply box can be written. Several javascripts define the WYSIWYG. As there are several WYSIWYG there are several JS repeating themselves. Well, my problem lies in between.
Bump....
We made this in a non vb area because I found the vBulletin's data manager with a 2000 lines and I can?t just repeat them. Anyway, I?m still studing the
http://www.vbulletin.com/docs/html/data_managers
See what we made in a non vb area while I?m trying to figure out the vbulletin?s data manager:
<script type="text/javascript">
<!--
var WYSIWYG = $WYSIWYG;
var threadedmode = $threadedmode;
var require_click = $QRrequireclick;
var istyles = new Array(); istyles = { $istyles_js };
var normalmode = false;
//-->
</script>