includes/constants.php
changeset 334 c72b545f1304
parent 328 dc838fd61a06
child 345 4ccdfeee9a11
equal deleted inserted replaced
333:32429702305e 334:c72b545f1304
    65 
    65 
    66 define('GROUP_CLOSED', 1);
    66 define('GROUP_CLOSED', 1);
    67 define('GROUP_REQUEST', 2);
    67 define('GROUP_REQUEST', 2);
    68 define('GROUP_HIDDEN', 3);
    68 define('GROUP_HIDDEN', 3);
    69 define('GROUP_OPEN', 4);
    69 define('GROUP_OPEN', 4);
       
    70 
       
    71 // Private message flags
       
    72 define('PM_UNREAD', 1);
       
    73 define('PM_STARRED', 2);
       
    74 define('PM_SENT', 4);
       
    75 define('PM_DRAFT', 8);
       
    76 define('PM_ARCHIVE', 16);
       
    77 define('PM_TRASH', 32);
       
    78 define('PM_DELIVERED', 64);
    70 
    79 
    71 // Other stuff
    80 // Other stuff
    72 
    81 
    73 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights
    82 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights
    74 define('SEARCH_RESULTS_PER_PAGE', 10);
    83 define('SEARCH_RESULTS_PER_PAGE', 10);