The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
I dont think the advice listed on that thread even works anymore with recent updates to vb... so I'm having issues just with the basic form.
this is my php Code:
$specialtemplates = array( 'bbcodecache', 'smiliecache', ); require_once(DIR . '/includes/functions_editor.php'); $show['wysiwyg'] = ($setting['allow_bbcode'] ? is_wysiwyg_compatible() : 0); $istyles_js = construct_editor_styles_js(); $show['qr_require_click'] = 0; $editorid = construct_edit_toolbar('', 0, 'nonforum', $vbulletin->options['privallowsmilies'], 1, 0, 'qr'); $messagearea = " <script type=\"text/javascript\"> <!-- var require_click = false; var threaded_mode = 1; var is_last_page = false; // --> </script> $messagearea "; and this is my html Code:
<form action="conquest.php?do=comments" method="post" <if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if> enctype="multipart/form-data"> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="submitcomment" value="true" /> <div class="panel"> <div align="$stylevar[left]" style="max-width: $stylevar[formwidth]; width: auto !important; width: $stylevar[formwidth]"> <div id="$editorid" class="vBulletin_editor">$messagearea</div> </div> </div> <div style="margin-top: $stylevar[cellpadding]px"> <input type="submit" value="submit" /> </div> </form> Using the above code, I have a TON of errors... 1 - NONE of the editor buttons work, they are just static images. Cant click on them. 2 - JS error: vB_Text_Editor is undefined 3 - lots of uncached templates Code:
Uncached templates: editor_clientscript (1) Uncached templates: editor_css (1) Uncached templates: editor_jsoptions_font (1) Uncached templates: editor_jsoptions_size (1) Uncached templates: showthread_quickreply (1) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|