Posted by ethan ![]() |
|
Is there any functionality for users to send private messages to each other using SCT? If not, can anyone recommend a good private messaging app that would play well with SCT?
Thanks! |
|
Posted by Herbert Poul ![]() |
|
Unfortunately private messages are currently not implemented. it shouldn't be too hard to do - "simply" creating a category for each user - like for comments, but in which a user can create sub-categories and which cannot be seen by anyone else..
unfortunately i probably won't have time to implement it on my own any time soon (except there are strong incentives ;) ) - but i can try to help you as good as possible, if you want to give it a try :) Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by ethan ![]() |
|
Ok, thanks a lot for the quick response. I'm not sure I'll go this route, but if I do I'll let you know if I work something out.
Thanks. |
|
Posted by pigletto ![]() |
|
If you use only one 'Group' then it is very easy to have private messages with: django-messages reusable application.
If you need to distinguish users between Groups then IMO django-messages may still be good code base. |
Please login to post a reply.