$input) { if (trim($input ) != '') $value = '\''.escape($input).'\''; else $value = 'NULL'; $temp[] = $key.'='.$value; } $db->query('UPDATE '.$db->prefix.'permissions SET '.implode(',', $temp)) or error('Unable to update permissions', __FILE__, __LINE__, $db->error()); redirect('admin_permissions.php', 'Permissions updated. Redirecting ...'); } $page_title = htmlspecialchars($options['board_title']).' / Admin / Permissions'; require 'header.php'; admin_menu('permissions'); ?>
Permissions



Guests  
Guests may read forum
Allow guests (not registered users) to read the forum.
> Yes   > No
Guests may post replies
Allow guests (not registered users) to post replies to topics in the forum.
> Yes   > No
Guests may post topics
Allow guests (not registered users) to post new topics.
> Yes   > No
Guests may use search
Allow guests (not registered users) to use the forum search engine.
> Yes   > No
Users  
Users may post replies
Allow users to post replies to topics in the forum.
> Yes   > No
Users may post topics
Allow users to post new topics.
> Yes   > No
Users may edit posts
Allow users to edit their own posts.
> Yes   > No
Users may delete posts
Allow users to delete their own posts.
> Yes   > No
Users may delete topics
Allow users to delete their own topics.
> Yes   > No
Users may set title
Allow users to set their title.
> Yes   > No
Posting  
HTML
Allow HTML in posts (not recommended).
> Yes   > No
BBCode
Allow BBCode in posts (recommended).
> Yes   > No
Image tag
Allow the BBCode [img][/img] tag in posts.
> Yes   > No
All caps message
Allow a message to contain only capital letters.
> Yes   > No
All caps subject
Allow a subject to contain only capital letters.
> Yes   > No
Signatures  
HTML in signatures
Allow HTML in user signatures (not recommended).
> Yes   > No
BBCodes in signatures
Allow BBCodes in user signatures.
> Yes   > No
Image tag in signatures
Allow the BBCode [img][/img] tag in user signatures (not recommended).
> Yes   > No
All caps signature
Allow a signature to contain only capital letter.
> Yes   > No
Maximum signature length
The maximum number of characters a user signature may contain.
Maximum signature lines
The maximum number of lines a user signature may contain.
Registration  
Allow banned e-mail addresses
Allow users to register with or change to a banned e-mail address/domain. If left at it's default setting (yes) this action will be allowed, but an alert e-mail will be sent to the mailing list (an effective way of detecting multiple registrations).
> Yes   > No
Allow duplicate e-mail addresses
Controls whether users should be allowed to register with an e-mail address that another user already has. If allowed, an alert e-mail will be sent to the mailing list if a duplicate is detected.
> Yes   > No