Tagged Questions
0
votes
1answer
50 views
wp_editor on front end media upload jquery live error
I have set up a front end editor for a project I am working on. The editor is inside a div with display set to none. The user will click a button to get the editor div to show up.
The issue I am ...
-1
votes
0answers
11 views
Upload Images from front-end and that image will be used as local avatar in wordpress,suggest any plugin [closed]
How to upload image from front-end,
the uploaded image used as avatar,
suggest any plugin,plz
0
votes
1answer
41 views
Upload unnattached image from frontend
I am using the below function to let users upload files from the front end. It works great except that I would like the file to NOT be attached to any post. Currently, the file is automatically ...
0
votes
1answer
67 views
Link or button to open the media manager from frontend
I am trying to figure out if there is a way to add a link or button that will open the media manager/library on the front end of the site? I don't need to select images for insert or to select images ...
1
vote
1answer
230 views
insert post & Upload post thumbnail from the front end using ajax
i have searched & searched for an explenation and have found some answers
that seem to be working for other people on this topics but i havent been able to get working.
This is my "form"
<div ...
-2
votes
2answers
80 views
Is there a secure way for the public to submit images, videos, and documents using WordPress?
I want the public to submit images, photo simulations, models, video, animation, illustrated narration, papers and other publications and multimedia. images - 30" x 42" 300 dpi . pdf format file size. ...
0
votes
1answer
139 views
Upload PDF and other files from the Front-End
I am trying to create a medical website, where logged-in doctors can actually upload pdfs and other files (such as jpg) from the front-end in posts. Then, after reloading the page, the uploaded files ...
4
votes
1answer
261 views
wp_editor with media buttons
I use wp_editor() on the frontend. media_buttons are displayed on default if visitor is logged in. I want to display these media buttons whether user is logged in or not. Is there any way to achieve ...
2
votes
1answer
331 views
Close the media-upload thickbox right after upload is finished?
I'm working on a front-end uploader using WP's own media-uploading functions. All is well, except that I just want to simplify some UI things, like removing tabs and unnecessary information for my ...
0
votes
1answer
292 views
Problem uploading different files as custom fields with front end post form
I have a front end post form that I'm having some problems getting the right path for the media to save as custom fields. The path to the file gets saved as ...
0
votes
1answer
511 views
Uploading PDF files from the front-end
I am working on a Wordpress site that has a custom front-end form for submitting posts. I need to add a field in the form to allow users upload a single PDF file along with the post. How can I achieve ...
0
votes
2answers
561 views
Front-end image upload from TinyME
I'm trying to edit the Q&A Plugin (which for those of you that don't know it is a StackExchange-style plugin with Custom Post Types of Questions and Answers) to incorporate image uploads.
It ...
1
vote
1answer
793 views
front end post with multiple upload images?
I am using front end post with upload image,
my code
if (!function_exists('wp_generate_attachment_metadata')){
require_once(ABSPATH . "wp-admin" . '/includes/image.php');
...
0
votes
1answer
848 views
Creating a multi-file upload form on the front end for attachments
I am trying to create a public form where users can upload multiple images to be attached to a particular post. I am able to get it to work with single images thanks to this post at Golden Apples ...
-2
votes
2answers
194 views
get backend to front end
im trying to mashup this german have gotten it to work with tinymce
im trying ti mash it up with this get posting from to the front end
would be glad if someone has done similar things or guide me ...
3
votes
4answers
3k views
Frontend Simple Local Avatar upload
I'm using Simple Local Avatars for uploading custom user avatars.
How can I create a frontend page with the avatar upload function?
Below please find the code from Simple Local Avatars plugin:
...
1
vote
2answers
2k views
Frontend image uploading from edit profile page. (goldenapples)
I have been following goldenapples front end file uploads tutorial, however i do have that working for my frontend posting page, but what i am wanting to accomplish now is to add an image from edit ...
1
vote
2answers
2k views
How to add media from front-end to an existing post?
Golden Apples Design created (as far as I know) the media upload function that many people on WP.A and elsewhere seem to recommend. But all of the Q&As I can find on StackExchange deal with ...
6
votes
3answers
11k views
Submit post and upload image from front-end
I am trying to do something similar to the above question. I am trying to make users post and upload images from front-end. I have already done the post form and its working.
I just followed and ...
4
votes
1answer
4k views
Upload post thumbnail from the front end
We would like users to be able to upload the post thumbnail when editing posts. How would this be done. I would imagine it would make use of the ajax functions of wordpress.
Any ideas,
Marvellous