Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FileUpload Addon for Private Messages
phreak
MVP
Hi everybody,
Did anyone managed to integrate FileUpload with private messages.
My users actually asking for this, so this would be a nice features.
Thank you for information.
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
0
Comments
hi @phreak you could have this sponsored with the author @Tim
Anyone willing to integrate it and get paid. Im also looking for a routine that resizes the server-side picture on upload, please send me price and time suggestion via PM. Thanx.
I was able to insert the code for the uploader and got it to appear on any form on any page. The question I guess would be how to actually insert it , I did it on firebug. Just copied and pasted the html and java like this. Right under the last page form
div class= Buttons. I added spaces between the < > so they would show. Remove them if you wish to test this or copy a fresh one off the source.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Maybe something like this could work by adding the function to the upload plugin?
The idea here is to add the controller for that form wether it is conversations controller or messages controller not sure...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder: Uhh, thanx for diving into this. This is a little steep for me, but i'll try to find out what is going on here. Thanx
sweet, i was here i think i might need this as well. thumbs up @vrijvlinder you nailed it again :0
Adding it to the list as well, then.
My shop | About Me
nice start - if you want to proceed since you seem to thrive on this.
take a look at both the current fileupload plugin (and take what you need), then study
applications/conversations
and study the methods and controllers and events that you can use, and create your own new plugin, since what you are doing will be sufficiently different that it seems worthy of a totally new addon (and that way you can isolate any issues you have with plugin, by disabling it).
Make sure you give all methods, functions, etc totally new names so as not to create conflict with the original fileupload plugin since both will likely be used at the same time).
test your new plugin first as well as you can and them add it to the repository,
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine
you mean make a new plugin from this called conversation upload? hmm I am not sure I am good enough to succeed but I will take a stab , why the hell not ? The worst that can happen is it won't work
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌