Forum Replies Created
-
AuthorPosts
-
December 24, 2012 at 7:48 am in reply to: user registration email automatically has password in there- Pro version #2709PACCMember
Thanks so much for the tip… I was starting to wonder why this password was always included at the end of the email despite of the fact that the variable was not included in the email template.
Maybe in a future release the template should not add logic by default? and only include the default template or the custom template as edited by the admin?
Also, not urgent, but if I upgrade later the Pro version, will the user-meta/controllers/pro/umEmailNotificationController.php file be overridden or will I have to comment out again the file?
PACCMemberHi, thanks for the support, I had the same issue as laurentiu (only Administrators could upload) and the tip suggested in #1809 worked for me. Now Both Administrators and non-administrators can upload using the Ajax uploader.
- This reply was modified 12 years, 3 months ago by PACC.
PACCMemberQuick update: I was able to resolve my problem by replacing fileupload.js with the latest version from Valum. Maybe it can help others.
– latest version of fileupload.js can be found there: http://valums.com/ajax-upload/
– after unpacking the zip file, I copied fileupload.js and replaced the one located there: \wordpress\wp-content\plugins\user-meta\assets\js\jquery
– I do not have anymore the issue uploading files with Safari.PACCMemberHi there. Having the same issue described above. I’m using several file upload fields in AJAX mode. It works great on most browsers (AJAX upload, progress status, and file successfully uploaded). But using Safari (Mac and Win), I get the “Failed” status after the file is reported being 100% uploaded. When I check on the server, the file was not uploaded.
I read a few things on some forums regarding Safari and Ajax upload support. There seem to be some issues on how webkit handles it.
Setting the upload so that it doesn’t use AJAX works great on all browser, but for my application, using ajax a very, very useful feature (user upload 12 large files to build an image gallery, and doing it synchronously feels very web 1.0….
Thanks for a great plugin though, loving it.
-
AuthorPosts