Post or images…I would like both ;-)
-
Hey all,
first of all: this is the plugin I am looking for. Great work!
There is one thing I cannot figure out. Have spend several hours trying but I cannot get it to work.
I would like a post to be created including text and the uploaded images.
Now I get the post to approve OR the media to approve. Not both.For the images to be uploaded correctly this works fine:
[fu-upload-form class=”your-class” title=”” suppress_default_fields=”true”]
[input type=”text” name=”post_title” id=”title” class=”required” description=”My custom Title”]
[textarea name=”post_content” class=”textarea” id=”ug_caption” description=”My description (optional)”]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
[input type=”submit” class=”btn” value=”Submit”]
[/fu-upload-form]When I put form_layout=”post”
extra in the first line it makes a post correctly but no images are uploaded.What am I doing wrong?
Last question:
I really love all the posts to be connected to a category for instance “cursisten-upload”.I have tried this:
[select name=”post_category” description=”Category” values=”1:Uncategorized,5:Some cat”]That works fine. I would be nice if they could only choose one category or that the category in which the post is set is automatically selected.
Hope you can help!
Thanx in advance.
Marc
- The topic ‘Post or images…I would like both ;-)’ is closed to new replies.