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

SeeSchloss’s picture

I think this could be made through a filter... and yeah, that's a good idea, I'll see what I can do

Rosamunda’s picture

Thank you very much!!!!!
Gracias :)

SeeSchloss’s picture

Assigned: Unassigned » SeeSchloss
Status: Active » Needs review

So, 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).

SeeSchloss’s picture

Status: Needs review » Closed (fixed)