I like that this module makes messages nodes I admins can add CCK fields. But like the privatemessage module, I have a case where I want to grant only read permissions, and not write permission, especially since the To: filed uses autocomplete to find other user names. Or, how can I just turn off autocomplete?
Comments
Comment #1
nsputnik commentedI took this line out of pm_lite.module at line 404 and this appears to have disabled autocomplete:
'#autocomplete_path' => 'pm_lite/autocomplete',