This topic is locked

Private Message Inbox to project

6/9/2010 7:44:08 PM
PHPRunner General questions
C
celendin author

Hi,
I've setup a site similar to the first demo site

http://livedemo.asprunner.net/phprunner/livedemo1/menu.php
I was wondering how could I go about adding a Private Message(PM) inbox to the php website so users can PM each other about changes they've made to the database.

J
Jane 6/10/2010

Hi,
you can create new table in the database for this purpose.

Then create add page for this table in the PHPRunner. To assign record to the user set up one field asLookup wizard on the "Edit as" settings dialog on the Visual Editor tab nd point it to the users table. Then you can filter records on the page and show assigned records only using User can see and edit their own records only option on the Advanced security settings dialog on the Securitytab.