I have a problem that i want to fix using Umbraco, but im not quite sure how to do it.
member type a must be able to write messages and attach files to the messages, and send these to member type b.
Member type b must be able to see a list of all the messages that is sent to him, he must be able to open and edit the messages (and save them again of course=:),
I can build this using custom db tables and keeping everything inside usercontrols, but i figured that it can be done using documenttypes, i just cant figure out how to do it.
Does anyone have ideas, links to similar problems etc.??
how can i use Umbraco for this?
I have a problem that i want to fix using Umbraco, but im not quite sure how to do it.
member type a must be able to write messages and attach files to the messages, and send these to member type b.
Member type b must be able to see a list of all the messages that is sent to him, he must be able to open and edit the messages (and save them again of course=:),
I can build this using custom db tables and keeping everything inside usercontrols, but i figured that it can be done using documenttypes, i just cant figure out how to do it.
Does anyone have ideas, links to similar problems etc.??
thx for your help.
Hi Jan,
Although I can't help you with the specifics of your application/code, there might be a package which could give you some guidance.
Take a look a the Private Messaging package for the actual messaging part ... it doesn't do anything with attachments.
Cheers, Lee.
is working on a reply...