Hello all! I have a question for you. I'm developing a website for a rock band and one thing we want to do is that only the Registered blog users can access an special seccion to upload to the server the memorabilia they get in concerts or such.
I've made this before with an avatar plugin that was made only for the "outside" part of the blog (public one), and it worked.
I know that I have to declare some functions for this plugin to work inside the admin panel, as I did with the another one.... I've allready tried calling "wp-blog-header.php", "cforms.css" and "cforms.js" but the form doesn't show up. I don't get any error or anythig that could tell me what I need to do...
Since cforms builds on the_content filter to insert the forms at the requried places, you need to insert it manually when using it inside the admin panel. See the help page for how to insert a form using PHP.
I've allready got the form and is working "almost" fine. I just can't get the style to show up. I've just placed the php tag, and called the functions that cforms need, but style doesn't work. Ill keep working on it