User submission on Wordpress

Status
Not open for further replies.

Rabbitdk

Active Member
30
2009
0
0
So here's a post I didn't want to make.

Been googling a lot, and it seems that noone made an easy available solution to this:

I want a submission form where the the user can enter title, 2 images, description, cast list and then the output is a post to go on the blog, approved my me.

The end post should look something something like this:

xxxxxxxx xxxxxxxx Text, text, text, text, text, text, text, text, text
xxxxxxxx xxxxxxxx Text, text, text, text, text, text, text, text, text
xxxxxxxx xxxxxxxx Text, text, text, text, text, text, text, text, text
xImg1xxx xImg2xx Text, text, text, text, text, text, text, text, text
xxxxxxxx xxxxxxxx Text, text, text, text, text, text, text, text, text
xxxxxxxx xxxxxxxx Text, text, text, text, text, text, text, text, text
---------------------------More tag break----------------------------
Links:


(2 initial images, left aligned of the text. The text breaks at the bottom line of the images.)


It looks like user submission forms for WP is kinda sparse, so any help is appreciated.
 
7 comments
Right, semi-bumb :D

I've been looking into solutions for joomla aswell, and briefly considered building a site in Dreamweaver.

Tried googling for solutions, but quite frankly I am running out of search phrases :(

Can anyone help me? :D
 
Hello,

I have the same need for my wordpress blog.

The best i have found is a pluggin called UcanPost.

You may try it.

Good bye !
 
It is really easy to build such a form. You need to know: how to build a html form, and wordpress-s wp_insert_post and add_post_meta function. That should cover the basics for this form.
 
Status
Not open for further replies.
Back
Top