Oreamnos
01-06-2005, 06:20 AM
I want to harness the power of vB's standard and WYSIWYG editors and newpost/newthread functions.
Here's what I want to do. Can you tell me if this is possible and if it is, how can I do it?
I am making a form on my site and I would like to take advantage of vB's standard and WYSIWYG editors. I think I have figured out how to use the editor but the actual processing of the submisson looks a bit intense. Is there away that I can have my $_POST variables run through a function similar to includes/functions_newpost.php but just leave me the variables so I can insert them into my own database table. I will also need to allow the user to edit his/her posts.
Am I taking on something too large or is there an moderately easy way to do this? Any hacks available?
Thanks. I appreciate any help you can give me.
Here's what I want to do. Can you tell me if this is possible and if it is, how can I do it?
I am making a form on my site and I would like to take advantage of vB's standard and WYSIWYG editors. I think I have figured out how to use the editor but the actual processing of the submisson looks a bit intense. Is there away that I can have my $_POST variables run through a function similar to includes/functions_newpost.php but just leave me the variables so I can insert them into my own database table. I will also need to allow the user to edit his/her posts.
Am I taking on something too large or is there an moderately easy way to do this? Any hacks available?
Thanks. I appreciate any help you can give me.