ben.moody
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] YouTube Uploader Not WorkingHi
Can you take a look in the plugin folder. If there are any errors with the youtube uploader you should see an error log file in the plugin root.
If so paste the contents here.
Thanks
Hi
Are you getting any other javascript errors? I would bet that another section of javascript is erroring out and causing the pluploader plugin to fail.
Take a look with firebug console or something similar and let me know.
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Files remain inside temp folderHi
Have you enabled wordpress debug mode to see if you get any errors returned?
Also do you have access to a debug tool like firebug for firefox. The console of this should show you any errors being returned.
If you can find any errors I can look into it for you.
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Diffrent errors on uploadingHi
You will need to check the validation settings of the uploader field iteself in the form creation view of gravity forms.
Both these arrays take data from the uploader field config in the gravity forms form edit view.
Thanks
Ben
Forum: Plugins
In reply to: [Zurb Foundation 5 Clearing Gallery] Thumbs in carouselHi
Thanks for the tip. Looks like an issue with foundation itself, will take a look if there is anything i can add to the plugin to help without causing conflicts.
Thanks again
Ben
Hi
I’m not familiar with the user add on. Can you provide some direction to what needs to be added to support it?
Thanks
Ben
HI
I’m super swamped with work at the moment, that said I really want to get back to this and add some new features.
It might not be until early May until I will have time for new features.
Sorry guys appreciate you hanging in there!!
Ben.
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] File Stored LocationHI
All files are stored in the wordpress media library so you should find them in your wordpress uploads directory unless you have changed this via wordpress config.
Thanks
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Uploading video from mobile to youtubeHi
Thanks for the feedback.
To be honest i haven’t tested uploading via mobile with this yet but i’d agree with your initial conclusion r.e. the mime type.
When using the youtube uploader the plugin should create an error log file in the plugin root. Can you see if there is one.
Also do the files make it into the wordpress media library?
Thanks
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Plugin FeedbackHey
Thanks for the awesome feedback! If you can add anything to the code via github i’d be happy to take a look at adding it it:
https://github.com/pressoholics/prso-gravity-forms-adv-uploader
Thanks
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] uploader not working after updateHi
Just tested the plugin with v1.8.7. Can’t see any issues, tries with a number of files and the youtube uploader appears to work.
Can you provide any more details on the error you are getting:
* Is the uploader returning an error during upload?
* Have you turned on debug mode for wordpress and tried uploading? If so did you get any errors?Let me know if you can provide some more details
Thanks again for the feedback
Ben
Hi
The plugin uses Plupload for the file uploader.
Some javascript is loaded for the uploader so there may well be a conflict somewhere causing an issue on your setup. Are you getting any javascript errors in your browser console?
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] uploader not working after updateHi
Can you confirm the full Gforms version number.
Thanks
Ben
Hi
Just to be sure are you creating a new post with gravity forms?
[get_adv_uploads] will only work when used in a post that was created using gravity forms.
E.G.
files uploaded in form –> post title fields filled out by user in form –> gravity forms creates a new post based on form data –> plugin attaches any files to that new post.
[get_adv_uploads] shortcode will then get a list of all files attached to that post.
IF you want to get ALL files that have been uploaded via gravity forms and are not attached to a post. Then i’m afraid the plugin currently does not support that. I have made this plugin for developers so there are lots of hooks and actions at key points…
You can add some attachment meta data for each file uploaded to mark it as a gravity forms upload by hooking into the action below:
do_action( ‘prso_gform_pluploader_processed_uploads’, $wp_attachment_data, $entry, $form );
This will give you an array of all files uploaded by the plugin and you can just loop them adding a custom meta data tag for each.
Then to show all you file uploads via th gravity forms you just have to grab all the attachments which have that meta data via a wp_query call.
Hope this helps
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Tutorial on youtube setupHi
Can you check in the plugin directory for an error log. If there is one can you post the contents? If there are any youtube errors it should log them.
Thanks
Ben