By vinyl on
I am looking for a CMS that is capable of doing the following:
A private message system that can restrict users in who they send a message to, so that you can choose who they may send messages to in advance.
It is for a website where users can follow a course online. They should be able to PM with their coach but not with any other people who follow the course.
Anyway possible to use Drupal for this? Anyone with any experience with this?
Comments
private message in drupal
You can use a module named "privatemsg" for that. Of course, if you need a more flexible solution, it's possible to develop a customized solution by combining other modules like "Rules" module.
-Babu
Drupal Projects showcase: http://paramprojects.com/website/drupal-servicesprojects
Promote Drupal with Tshirts/merchandise: http://paramprojects.com/drupalstore
I took a look at privatemsg.
I took a look at privatemsg. Since I don't have any experience with the module I will just have to install Drupal and the module to see if you can restrict who can PM who etc..