Hello… i want to ask…how to make private message? Any Tutorial?
Hello… i want to ask…how to make private message? Any Tutorial?
It depends on your needs. I would suggest you to browse the Wiki and extensions. I’ve myself published the nfy module that could be used as private messaging system using a database as backend.
I just learn it use this extension…weavora-yii-messages-0.1.1-0-gdc4a864.zip…
but it come out with error…how to fix it…please help me!!!
Alias "message.MessageModule" is invalid. Make sure it points to an existing PHP file and the file is readable.
Coding that come out error state below…
array(
'url' => Yii::app()->getModule('message')->inboxUrl,
'label' => 'Messages' .
(Yii::app()->getModule('message')->getCountUnreadedMessages(Yii::app()->user->getId()) ?
' (' . Yii::app()->getModule('message')->getCountUnreadedMessages(Yii::app()->user->getId()) . ')' : ''),
'visible' => !Yii::app()->user->isGuest),