I have a little hack i am writing that enables an admin to display a module on homepage. The contents of the module however need to be entered from within the AdminCP and through the use of the vb wysiwyg.
I can get this to work with just a standard input field, but how do i include the wysiwyg? I know I need to call
PHP Code:
require_once('./includes/functions_editor.php');
but i'm still a lil stumped. Can anyone help me? :bunny: