Closed (fixed)
Project:
Tribune
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Apr 2009 at 15:36 UTC
Updated:
9 Sep 2012 at 12:36 UTC
Well I´ve checked it out the new dev version, and it rocks. Turning Tribunes into nodes is just perfect!!
I would like to say, as a wishlist, that it would be great if when you post a message into the "chat log" you could have the chance to attach a file.
That could be useful for project groups.
Thanks!!
Rosamunda
Comments
Comment #1
SeeSchloss commentedI think this could be made through a filter... and yeah, that's a good idea, I'll see what I can do
Comment #2
Rosamunda commentedThank you very much!!!!!
Gracias :)
Comment #3
SeeSchloss commentedSo, I've written a simple filter for uploading files :
http://tout.essaye.sauf.ca/filter/upload
It should work on both 1.x and 2.x tribunes, it simply adds a file input under the main textfield. It's really simple, when you click "Send" it just uploads the file and sends a message saying "filename: http://url.to.the.file".
Ideally, it would be nice to send the file through ajax (it would also prevent the situation where you have a half-typed message in the message box, you upload a file, and your message is lost).
Comment #4
SeeSchloss commented