Re: [web2py] Implementing a messaging system

2012-08-08 Thread Bruno Rocha
did you see the messaging plugin? web2py.com/plugins http://zerp.ly/rochacbruno Em 08/08/2012 01:58, "shartha" escreveu: > > Hi, I'd like to implement a messaging system (between the users of the > website), and I need help to implement it. The way I've done it is to > create a message table th

[web2py] Implementing a messaging system

2012-08-07 Thread shartha
Hi, I'd like to implement a messaging system (between the users of the website), and I need help to implement it. The way I've done it is to create a message table that has fields for the sender, receiver, subject, body, two boolean fields that shows whether the sender or the receiver have del