TWIG Administrators Manual

Return to Table of Contents

6.3 Contacts Feature

The Contacts feature is a basic feature that uses an SQL table to store user information in.  This information is made up of several items that relate to contact information. 

The nickname field is used during the compose of a mail message to allow for quick entry of e-mail address.  For example if a user enters 'greg' as the address in an e-mail message and then sends the message, TWIG will do a look up to see if a contact exists with the nickname of 'greg' and if so, it will use the e-mail address in that record to send the message.


$disabled[] Options for Contacts

contacts Disables the contacts feature
contacts_edit Disallows editing of contacts
contacts_import Disallows importing of contacts from external sources
contacts_prefs Disallows editing of prefs for contacts

 


Return to Table of Contents Return to Top