Log in

View Full Version : Using the vB WYSIWYG [one used for posting new topics, ect.]


XxBuLLeTz
04-16-2008, 02:07 PM
Hey, been trying all morning on integrating a WYSIWYG box into my form but so far I have tried:

- Taking the exact code from the newtopic.php page
- using scripts found on other sites

I was browsing the templates and found editor set. Is there a script that will parse all of these together to create a WYSIWYG box?

I do not want to use any add-ons to make this WYSIWYG box because i am making my own add-on

Thanks in advance!

MoT3rror
04-16-2008, 07:48 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=135708&highlight=WYSIWYG" target="_blank">https://vborg.vbsupport.ru/showt...hlight=WYSIWYG</a>

XxBuLLeTz
04-16-2008, 08:48 PM
that gives me a php warning:
Warning: Invalid argument supplied for foreach() in /includes/functions_editor.php on line 610

maybe its because it was from oct 2006 and newer versions of vb work differently?

help?

thanks!

--------------- Added 1208398736 at 1208398736 ---------------

oh i got it. Had to add:


$specialtemplates = array(
'bbcodecache'
);