dotNetBB Forums
Administrative Help
Introduction  
Welcome!

This forum is powered by dotNetBB, the next generation in forum technology using Microsoft's .NET programming framework. Designed for ease of use and high speed performance, dotNetBB is 'THE' forum to use for your community messaging needs.

This help documentation is here to assist you in learning the administrative features of the forum, so please take a few minutes to read thru it. You can return to this help documentation at any time by clicking on the 'Administrative Help' link on the left navigation of the forum admin pages.

Should you have any questions not answered in this manual, please visit our administrative forums online at dotNetBB.com. Thank you again for your support in purchasing this product.

Happy Posting,
The dotNetBB development team

Forum Configuration Back to Top
Web.Config Viewer
Due to security reasons, namely the desire to NOT enable write permissions for the ASP.NET user account, the Web.Config viewer is available. The primary purpose of this tool is to, at a glance, view your web.config settings related to the forum. Any changes to your Web.Config file must be done manually without the use of the forum tools. These seven "key" values in your Web.Config are required for the forum to function properly :

Key Example : <add key="boardTitle" value="The dotNetBB Message Board" />
  • siteURL : The base URL for your server. DO NOT include a trailing /.
  • rootPath : The path after the siteURL to the root of your forum. DO NOT include a trailing /.
  • boardTitle : This is used across the forum and for the notification e-mails.
  • siteAdmin : The name of the forum administrator used across the forum and for the notification e-mails.
  • siteAdminMail : The e-mail address of the forum administrator used across the forum and for the notification e-mails.
  • smtpServer : If you are not using the local SMTP server, enter in the DNS name or IP Address of a valid SMTP server. Leave the value as "" to use the local SMTP server.
  • dataStr : VERY IMPORTANT! This is the connection string for your SQL server. Currently ONLY MS SQL Server is supported by dotNetBB. The connection string has 4 primary parts :
    1. SERVER=YourServerName;
    2. DATABASE=TheForumDatabaseName;
    3. UID=TheUserName;
    4. PWD=ThePassword;
Regarding the 'dataStr' key, if any of the four items are incorrect or missing, your forum will not load. It is HIGHLY suggested that you DO NOT USE the 'SA' account with the forum. You should create a separate user account with ONLY the permissions required for running the forum. This account requires access to the SQL Server temp tables, as well as, assigning 'SELECT' permission to the SMB_Messages table and 'EXECUTE' permission to all of the 'TB_...' stored procedures to run. Additional assistance with this can be requested on the dotNetBB forums.

 

Forum Tools Back to Top
Forum Builder
You will use the Forum Builder tool to create, edit and reorganize your forum layout. The Forum Builder is used with both category and forum modifications. Forum categories allow you to group multiple forums together. If you are running your board with multiple forums, categories make it easier for users to filter thru to what they are looking for easier.
  • Adding a Category
  • Category Name : This is the primary name shown for the category
  • Category Description (optional) : An optional sub-title to be used with the forum category.
  • Deleting a Category
  • You can only delete a category if it does not contain any forums.
  • You will find categories that can be deleted in the Forum Categories Without Forums section.
  • Click on the "DELETE CATEGORY" button to remove the category permanently.
  • You will be prompted to confirm your category deletion.
  • Re-ordering Categories
  • You can change the category ordering by locating the Move Category section in the category you want to move and click on the Move Up or Move Down image.
  • You can only change the order of the category if it has forums contained within. Categories without forums are not shown on the live forum board.
  • Adding a Forum : Select the forum category from the available and use the included Add a Forum form included.
  • Forum Name : Simple.... the name of the forum
  • Forum Description : What is the forum to be used for? What is the purpose?
  • Access Permission :
    1. Public : Guests can see the forum. All registered can post and view.
    2. Registered : Guests do not see the forum. All registered can post and view.
    3. Private : Only assigned users will be able to see and post to the forum.
  • NOTE : If you assign 'Private' access to a new forum, your account will be the only account given access by default. You must add permission for additional users using the 'Private Forum Access' tool.

  • Posting Permission : Select who can post in the forum.
    1. All can post & reply
    2. Moderators can post, Users can reply
    3. Moderators can post, Users cannot reply
  • Re-ordering a Forum
  • You can change the order by locating the Move Up or Move Down images to the left of the forum name.
  • Editing a Forum
  • Click on the "EDIT" link to the right of the forum name.
  • You can choose from the same options as when Adding a Forum
  • You can move the forum to a different category by selecting from the available categories in the forum drop listing.
  • Deleting a Forum
  • Click on the "DELETE" link to the right of the forum name.
  • You will be prompted to confirm your forum deletion.
  • NOTE : This will PERMANENTLY delete all posts contained within the forum being deleted!


Emoticons
Using the emoticon tool, you can add, edit and remove emoticon replacements. Available emoticons must be located in the '/(forum root)/emoticons/' folder on your site. Emoticons that are available in the folder, but not available for use will be located in the lower table (you might need to scroll down depending on the number of active emoticons). The default code replacement is the name of the image wrapped by colon's (e.g. :smile:).

  • Enabling new emoticons
  • Locate the 'Inactive Emoticon' listing at the bottom of the page.
  • Locate the emoticon image you want to enable and click on the 'ENABLE' link to the right of the image.

  • Editing emoticons
  • Click on the 'EDIT' link to the right of the active emoticon.
  • Edit the 'Code Replacement' (the text the user will type in their message to be replaced).
  • Edit the 'Alt tag text' (the text shown when a user holds their cursor over the image).
  • Click on the 'Update Emoticon' button.
  • Cloning emoticons (allows for multiple text replacement codes for a single image)
  • Click on the 'CLONE' link to the right of the active emoticon.
  • Edit the 'Code Replacement' (the text the user will type in their message to be replaced).
  • Edit the 'Alt tag text' (the text shown when a user holds their cursor over the image).
  • Click on the 'Clone Emoticon' button.
  • Disabling emoticons
  • Locate the emoticon in the 'Active Emoticon' table.
  • Click on the 'DISABLE' link to the right of the image.


Avatars
Avatars, when chosen by a user, will appear below their name on their forum postings (unless using a modified thread template). Avatars are must be located in the '/(forum root)/avatar/' folder on your site. DO NOT DELETE the 'blank.gif' image in the avatar folder, it is used in the form as a placeholder image!

  • Enabling Avatars
  • Locate the avatar you want to enable in the 'Inactive Avatars' listing.
  • Click on the avatar to enable it.
  • Disabling Avatars
  • Locate the avatar you want to enable in the 'Inactive Avatars' listing.
  • Click on the avatar to enable it.
  • NOTE : Any users who were using the avatar that was just disabled will have their personal avatar removed.


Private Forum Access
Using the 'Private Forum Access' tool you can easily add or remove users to forums that are marked as 'Private'.

  • Adding and Removing Access
  • Select the private forum from the drop listing.
  • If adding access, locate the user name in the 'Users WITHOUT Access' listing and click on the button.
  • If removing access, locate the user name in the 'Users WITH Access' listing and click on the button.


Thread Pruning
'Thread Pruning' is used to clean up forum postings that did not have any follow-up reply messages posted to them. NOTE : This tool DELETE'S the posts that are selected. These posts can only be recovered from a previous database backup (you are backing up your database right?).

  • Thread Pruning :
  • Select the forum or 'All Forums' from the drop listing depending on what you where you want to prune.
  • Select the minimum age of the postings and click on the 'GO' button.
  • You will be notified of the number of posts about to be deleted. If you are satisfied with the pending results, click on the 'CONTINUE' button to prune the forums selected.


Sticky Thread
'Sticky Threads' are thread messages that are locked to the top of the forum, preceeding all other posts regardless of the last post date.

  • Using the 'Sticky Thread' tool
  • Select the forum containing the thread you want to stick or unstick.
  • To make a thread 'sticky' select it from the upper subject drop listing and click on the 'MAKE STICKY' button.
  • To stop a thread from being 'sticky' select it from the lower subject drop listing and click on the 'UNSTICK' button.


Move A Thread
From time to time people might start a thread in the wrong forum. Using the 'Move A Thread' tool you can set things straight.

  • Moving a Thread :
  • Select the forum from the drop listing containing the thread to be moved and click on the 'GO' button.
  • Select the subject from the drop listing that you want to move.
  • Select the destination forum from the drop listing and click on the 'GO' button.


Word Censoring
A necessary evil in a public forum is the capability to censor words that might be deemed offensive. With that in mind, you can use the 'Word Censoring' tool to accomplish exactly that. The word censor automatically does partial matches for the words you enter. An example would be if you put a filter on the word 'dog', it would catch the first 3 letters in the word 'dogma' in addition to every other instance of 'dog' in the posting.

  • New word filter :
  • Enter the word or phrase you want to filter in the box provided.
  • Enter in the replacement text (e.g. ****) in the box provided.
  • Select who the filter applies to :
    1. Users : Applies to users, but moderators are NOT affected.
    2. Users and Moderators : Applies to ALL forum postings
  • Click on the 'ADD NEW' button to add the filter once the previous steps are complete.
  • Current Filtered Word List :
  • EDIT : Select this link to modify the word, replacement text or who it applies to.
  • DELETE : Select this link to delete a word filter. You will not be prompted to confirm the deletion.
  • The remainder of the table shows the filtered word, the replacement text and who it applies to :
    1. U : Applies to Users
    2. M : Applies to Moderators


Ban an IP Address
Banning by IP is one of three possible banning types enabled in the forum. With the 'IP Ban' tool, you can enter a partial IP address using a '*' wildcard character, or a complete IP address to be matched. NOTE : While IP banning works good with people connecting with static IP addresses, if the IP you ban is part of a dynamic pool of assigned IP addresses, you might ban someone other than you intended. Any user who attemps to connect to the forum from an IP that is banned will be automatically redirected to the 'ip.aspx' page.

  • Ban an IP Address :
  • Complete IP Address :
    1. Enter in the complete IP address to be banned in the box provided.
    2. Click on the 'BAN IP' button
  • IP Address Range :
    1. Enter in the partial IP address with a '*' on the end (e.g. 127.0.0.*)
    2. Click on the 'BAN IP' button
  • Removing an IP Address Ban :
  • Select the banned IP Address or IP Address Range from the listing.
  • Click on the 'REMOVE' button to remove the ban.


Ban a E-Mail Address
Banning a e-mail address is the second of three possible banning types enabled in the forum. Using the 'E-Mail Ban' tool will NOT prevent an existing user from accessing the forum (Use the 'Ban A User' feature to block forum access by account). What it will do is prevent a user from registering a new account with the banned e-mail address.

  • Ban a E-Mail Address:
  • The entries are NOT case sensitive (e.g. [email protected] == [email protected])
  • Enter in the complete E-Mail Address to be banned in the box provided.
  • Click on the 'BAN E-EMAIL' button
  • Removing a E-Mail Address Ban :
  • Select the banned E-Mail Address from the listing.
  • Click on the 'REMOVE' button to remove the ban.


Ban a User
Banning a user is the third of the three possible banning types enabled in the forum. Banning a user is not a separate tool like the first two options, but is a sub-item of the 'Edit / Delete User Profiles' tool. By selecting the 'Lock User Account' option when viewing an individual user profile, you will enable or disable access to the forum. More information regarding this is can be found in the 'Edit / Delete User Profiles' section of this manual.


Lock A Thread
We have all seen those forum threads that seem to go on forever at times (usually about nothing to boot) and wish we could just have the flame war's stop. Using the 'Lock Thread' tool, you can do just that. The 'Lock Thread' tool prevents users from posting additional replies to a specific thread. Note : This does not stop them from starting a new thread, just prevents additional posts in the locked thread.

  • To lock a thread locate the first post in a thread and click on the 'lock topic' image on the control toolbar.
  • To unlock a thread locate the first post in a thread and click on the 'unlock topic' image on the control toolbar.


Administrative Action Log
The Administrative Action Log tracks all Administrator and Moderator actions on the forum. It is shown in date order (most recent first) and is filterable by user.
NOTE : When deleting older log entries, this is done for all log items and is not filterable by user.


E-Mail Messages
The E-Mail Mesages tool allows you to customize the e-mail messages that are sent to forum members for various events. By default the messages are sent using the Administrator's e-mail address set in the web.config, but you can enter in a separate e-mail address to be used if selected on the form. Below is a listing of the variables for each e-mail message. NOTE : These variables ARE case sensitive!

  • Moderator Approve Notification: This is sent when an post is approved on a moderated forum to the original poster.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {ThreadSubject} : The thread subject
  • {ReplyLink} : The link to view the post on the forum.
  • {AdminEmail} : The Administrator's e-mail address as set in the web.config
  • Moderator Delete Notification: This is sent when an post is declined on a moderated forum to the original poster.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {ThreadSubject} : The thread subject
  • {AdminEmail} : The Administrator's e-mail address as set in the web.config
  • Moderator Pending Notification: This is sent when an post has been made in a moderated forum and one of the forum moderators has requested notification.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {SiteURL} : The base forum URL.
  • New Member Registration: This is sent when an user first registers for the forum and e-mail confirmation is required.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {ConfirmLink} : The link to confirm the e-mail was received.
  • New Member Welcome Mail: This is sent when an user first registers for the forum and all confirmations have been completed.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {RealName} : The real name of the user the e-mail is being sent to.
  • {SiteURL} : The base forum URL.
  • {UserName} : The member's user name.
  • {Password} : The member's password.
  • {AdminName} : The Administrator's name as set in the web.config
  • {AdminEmail} : The Administrator's e-mail address as set in the web.config
  • New Post Notification: This is sent to members who have subscribed to a forum and a new message is posted.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {ForumName} : The name of the forum that the post was done in.
  • {PostUserName} : The user name of the person who posted the message.
  • {ThreadSubject} : The thread subject
  • {ThreadLink} : The link to view the post on the forum.
  • {AdminEmail} : The Administrator's e-mail address as set in the web.config
  • Password Change Confirmation: This is sent to members when their password has been changed in their control panel.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {ForumName} : The name of the forum as set in the web.config.
  • {AdminMail} : The Administrator's e-mail address as set in the web.config
  • Password Reminder: This is sent to members who use the password reminder form.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {ForumURL} : The base URL of the forum.
  • {UserName} : The member's user name.
  • {Password} : The member's password.
  • Private Message Notification: This is sent to who request to be notified when a new Private Message is received.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {SenderName} : The user name of the member who sent the message.
  • {PMLink} : The link to view the members Private Message Inbox.
  • Reply Post Notification: This is sent to members who have subscribed to the forum or message thread and a new reply is posted.
  • {ForumTitle} : The boardTitle as set in the web.config
  • {UserName} : The real name of the user the e-mail is being sent to.
  • {ForumName} : The name of the forum that the post was done in.
  • {PostUserName} : The user name of the person who posted the message.
  • {ThreadSubject} : The thread subject
  • {ReplyLink} : The link to view the post on the forum.
  • {UnsubscribeLink} : The link to unsubscribe from the message thread.
  • {AdminEmail} : The Administrator's e-mail address as set in the web.config


Attachment Editor
The Attachment Editor is designed to assist in attachment maintenance. Since forum members cannot remove attachments from their posts, regular maintenance may be necessary. Occasionally attachments will become orphaned when a member uploads a file, but does not complete their post message. These orphans are totaled in the first section titled "Orphan Attachments". You can delete these orphans by clicking on the delete button.

In addition to being able to delete the orphan attachments, you can selectively disable individual attachments from posts by using the table listing in the lower section of the tool. This listing is done in date order or reverse date order depending on your selection. You can view the attachment by clicking on the "View" link as long as you have permission to access the forum the attachment is posted in. You can delete the attachment by clicking on the "Delete" link.

 

User Tools Back to Top
End User Experience
The 'End User Experience' tool will allow you to enable or disable primary features and setings for the forum. Below is a listing of each item in the form.

  • Site General
  • Forum Authentication : This will choose what method of authentication is used with the forum.
    1. dotNetBB Authentication : This uses the integrated authentication and login built into dotNetBB.
    2. NT Authentication : Selecting this option all user login is done using the integrated NT Authetication built into IIS. For this to work properly, you must remove anonymous authentication from your forum folder using the IIS Management tools. Users will still need to register accounts using the standard dotNetBB account registration tools, using their NT user account as their user name for the forum. When using NT Authentication, passwords are not stored in the database.An optional item is the "Domain filter". If you enter the domain name being used by the accounts (only one is accepted) then when using any of the member listings that filter based on the first character of the user name, the domain will be ignored.
    3. Parent Site Forms Authentication : Selecting this option all user login is done using .NET Forms Authentication. dotNetBB Forums do not provide the forms required to process your login, and this must be done at the parent site level. This is typically used when integrating the forum into another product that does it's own authentication using .NET Forms Authentication (e.g. Microsoft IBS Portal).
    4. Custom Session Variable : Selecting this option you can map the user authentication to a session variable that is specified in the box to the right of the radio selection. The session variable that is mapped must be matched with the "username" in the dotNetBB member profile.
  • Show Top Links (e.g. Log In, Register, etc.) As : This will switch the top navigation bar between using images or text (lower bandwidth option).
  • Show user's contact info bar in threads : Disabling this will hide the user's contact bar from the thread listing (lower bandwidth option).
  • Enable the community calendar : This will enable or disable the community calendar.
  • Forum Error Mode : If there is an error message due to a problem with the forum, this will select the mode of showing the message. Javascript popup or hidden HTML comment are the options.
  • Show thread/post totals : This will show or hide the total number of posts and threads found on the main forum pages in the 'Forum Information' section.
  • Show most active threads : This will show or hide the most active thread listing in the 'Forum Information' section.
  • Show most active members : : This will show or hide the most active member listing in the 'Forum Information' section.
  • Show newest member : This will show or hide the newest member found on the main forum pages in the 'Forum Information' section.
  • Show Who's Online : This will show or hide the list of active visitors found on the main forum pages in the 'Forum Information' section
  • Allow users to subscribe to forums : This setting will allow or deny users the capability to subscribe to forums, receiving e-mail notifications of all new and reply postings in the subscribed forum. NOTE : This is separate from the e-mail reply notification setting below.
  • Add No-cache headers : Selecting yes will add no-cache HTTP headers to your page output. These are very effective, so adding them may cause server bandwidth to increase due to increased page requests.
  • Default Site Theme : Allows you to define the default them for new members and guests. For more information about site themes, please see THIS SECTION.
  • Additional <META> tags to be included in the header : Any additional meta tags that you want to include in the <head></head> page section can be added in the input box.
  • Additional Copyright Information to be included in the footer : Any additional copyright information to be added to the page footer can be added by entering it in the input box. HTML is allowed.
  • COPPA Fax Number : The fax number to be shown on the COPPA forms that the parent or guardian will use to send you the registration forms.
  • COPPA Mail Address : The physical mail address (NOT e-mail) where the parent or guardian can send the COPPA registration form.

  • Posting
  • Show Forum Quick Post Form : This will show or hide the "Quick Reply" input box within the thread listing.
  • Allow mCode in posts : This will enable or disable the use of mCode in forum posts
  • Allow topic icons : This will enable or disable the use of topic icons with forum posts.
  • Allow emoticons : This will enable or disable the use of emoticons in forum posts.
  • Allow e-mail reply notifications : This will enable or disable the user's capability to request e-mail notifications of reply posts to a thread they started or replied to.
  • Show end-user edited timestamp : This will enable or disable the addition of 'Last Edited...' message when a user edits their own post.
  • Show moderator edited timestamp : This will enable or disable the addition of 'Edited by Moderator...' message when a moderator edits a user's post.
  • Maximum poll choices : This value is the maximum number of poll choices a member can enter when creating a poll.
  • Enable attachments with forum posts : This will enable or disable the abilty for members to add attachments to their posts. If disabled, any attachments already in existance will also be disabled.
  • Maximum size for uploaded post attachments in kilobytes (KB) : The maximum allowed size in kilobytes for member uploaded attachments. 1Mb = 1024kb
  • Valid MIME Content-Type's for upload : For attachments a valid MIME type is checked. This prevents someone from renaming a file to another filetype to avoid the upload filter.
  • Anti-Spam Timer : The minimum amount of time in seconds before a user can post additional messages. This affects BOTH forum posts and private messages.

  • WYSIWYG Editor Options
  • Disable WYSIWYG Editor : This will enable or disable the ability for members to use the WYSIWYG editor. This is a global setting and affects the post editor, PM message editor and signature input form.
  • Font Family Selection : Separate each font name using a comma. Leave blank to remove the font name option in the editor.
  • Font Size Selection : Separate each font size using a comma. Valid options are numeric from 1 to 7. Leave blank to remove the font size option in the editor.

  • User Profiles
  • Minimum User Name Length : The minimum number of characters allowed in a member's user name.
  • Minimum Password Length : The minimum number of characters allowed in a member's password.
  • E-Mail verification for new accounts : This will enable or disable e-mail address verification for new accounts before the user is allowed to log into the forum the first time.
  • Send a welcome e-mail to new accounts : This will enable or disable the "Welcome" e-mail that is sent once a newly registered account has passed all validation checks.
  • View user profiles as guest : This will enable or disable the capability to view user profiles or links on the contact bar when visiting the forum as a guest.
  • Allow Avatars : This will enable or disable the capability for users to add the use of an avatar in their profile. This setting applies to both local and remote avatars.
  • Allow Users to Upload Avatars : This will enable or disable the capability for users to upload their personal avatar to the forum database.
  • Maximum size for uploaded avatars (bytes) : The maximum size in bytes for the member avatars when uploaded in kilobytes (1KB = 1024 bytes).
  • Uploaded avatar display size (h,w) : This defines the shown height (h) and width (w) of the avatars for users who are using remote avatar's. If both height and width are not entered as shown, 75x75 will be the default avatar size.
  • Allow AIM : This will enable or disable the use of AOL Instant Messenger links in the user profile and on the contact bar.
  • Allow Y! : This will enable or disable the use of Yahoo Pager (Y!) links in the user profile and on the contact bar.
  • Allow MSN : This will enable or disable the use of Microsoft Messenger links in the user profile and on the contact bar.
  • Allow ICQ : This will enable or disable the use of ICQ links in the user profile and on the contact bar.
  • Allow E-Mail : This will enable or disable the use of e-mail links in the user profile and on the contact bar.
  • Allow Homepage : This will enable or disable the use of personal URL links in the user profile and on the contact bar.
  • Allow Signature : This will enable or disable the use of personal signatures in forum posts.
  • Allow mCode in Signature : This will enable or disable the use of mCode in personal signatures.

  • Private Messaging
  • Allow Private Messaging : This will enable or disable the use of private messaging on the forum. This is a global setting for the forum, individual users can be blocked by locking the private messaging using the 'Edit / Delete User Profile' tool.
  • Maximum saved messages per user : This defines the maximum number of messages that a user can keep in their personal message inbox and sent items folders. If not defined, the default is 0.

  • Cookies
  • Cookie expiration (in days) : This defines the number of days before the user cookie expires. If not defined, the user's browser maximum will be used. This only applies when using dotNetBB Authentication.


User Group Editor
The User Group Editor will allow you to create custom group's based on registered members. These groups can be used for items like forum security settings or adminstrative mailers.

To create a new group, enter in a name for the group in the input box provided and click on the "Add New" button.

Once a group is created it will show in the listing below with the number of members in that group. You can click on the "Edit Members" link to the right of the group name to modify the members that are included in the group. You can select multiple names at one time when editing the member list.

To remove a group click on the "Delete Group" link to the right of the group name.


Add / Remove Custom Titles
Custom titles will appear below the user's name in forum posts (unless using a modified thread template). The titles are based on the number of posts that a user has created. Forum moderators do not use custom titles, but instead are replaced with 'Forum Moderator' as their user title. Since the titles are based on the number of posts, you cannot create titles that would contain overlaping count values. If all titles are removed, a default title of 'Registered Member' with a range of 1 - 999,999 posts will be created automatically.

  • Adding a custom title
  • Enter the minium number of posts required for the title.
  • Enter the maximum number of posts allowed for the title.
  • Enter the title text (50 characters maximum).
  • Click on the 'Add Me' button.

  • Modifying a custom title
  • Locate the title you want to modify and click on the 'MODIFY' link to the right of the title.
  • Modify the minium number of posts required for the title.
  • Modify the maximum number of posts allowed for the title.
  • Modify the title text (50 characters maximum).
  • Click on the 'UPDATE' button.

  • Deleting a custom title
  • Locate the title you want to remove and click on the 'DELETE' link to the right of the title.
  • NOTE : You will NOT be prompted to confirm before the title is deleted.


Edit / Delete User Profiles
The 'Edit / Delete User Profiles' tool offers a simple way to modify user profiles from an administrative point of view. Besides being able to modify the user's public profile, this tool can also be used to override user settings such as e-mail validation, account access and more.

  • Filtering Users - You are given the following options for filtering thru the registered forum members :
  • First letter in the user name is a Special Character Or Numeric
  • First letter in the user name is an Alphabetic Letter
  • List All Users (non-moderator and non-admin)
  • List All Moderators (more info)
  • List All Administrators (more info)
  • Removing Users
  • Locate the user using the filtering as explained above.
  • Click on the 'DELETE' link to the right of the user's name.
  • You will be prompted only once to confirm the deletion of the user.
  • NOTE : This will delete ALL posts made by the user in addition to their account.
  • Editing Users
  • Locate the user using the filtering as explained above.
  • Click on the 'Edit' link to the right of the user's name.
  • You can edit all fields including the 'User Name' field (not editable by the end-user).
  • Click on the 'SUBMIT' button once editing is complete.
  • NOTE : All required fields are still required!
  • Locking User Access - Preventing users from logging in with their account.
  • Locate the user using the filtering as explained above.
  • Click on the 'Edit' link to the right of the user's name.
  • The first option in the profile is a radio selection of 'Locked' or 'Not Locked'. Choose your preference.
  • Locking Private Messaging - Preventing users from using private messaging.
  • Locate the user using the filtering as explained above.
  • Click on the 'Edit' link to the right of the user's name.
  • In the last section of the profile form is a radio selection for 'Administrative PM Lockout'. Choose your preference.


Add / Edit Moderators
Using the 'Add / Edit Moderators' tool you can enable or disable moderator access for registered members. Adding a user to the moderator listing DOES NOT grant access to the administrative menu controls, that must be done using the 'Add / Edit Admin Menu Access' tool. What the moderators will be able to do is edit or delete user posts or threads in the forums they are granted access to. If you want to grant permission to lock, unlock or create sticky threads, then you must ALSO use the 'Add / Edit Admin Menu Access' tool to grant those permissions.

  • Adding a New Moderator
  • Select the 'Add / Edit Moderators' link on the administration menu.
  • Select the user name of the person who you want to grant moderator access from the drop listing.
  • To APPROVE moderation permission select the name of the forum on the 'Not Moderating' listing and click on the
  • To REMOVE moderation permission select the name of the forum on the 'Moderating' listing and click on the

  • Editing an existing Moderator
  • Select the 'Add / Edit Moderators' link on the administration menu.
  • Select the user name of the person who you want to grant moderator access from the 'Current Moderators' listing.
  • To APPROVE moderation permission select the name of the forum on the 'Not Moderating' listing and click on the
  • To REMOVE moderation permission select the name of the forum on the 'Moderating' listing and click on the


Add / Edit Admin Menu Access
The 'Add / Edit Admin Menu Access' tool allows forum administrators the ability to grant a tool-by-tool set of permissions to registered members. While you might want to grant near full control of your forum's administration to selected users, the 'Web.Config Viewer' tool should ONLY be given to the most trusted users considering the information contained within. While they would not be able to edit the settings with the 'Web.Config Viewer', creative users might use the information to obtain access with other software packages. NOTE : Giving a user administrative access with this tool DOES NOT grant forum moderator control. To give a user moderator permission use the 'Add / Edit Moderators' tool.

  • Adding a New Administrators
  • Select the 'Add / Edit Admin Menu Access' link on the administration menu.
  • Select the user name of the person who you want to grant administrator access from the drop listing.
  • To APPROVE administrator permission select the name of the menu item on the 'Unavailable Menu Items' listing and click on the
  • To REMOVE administrator permission select the name of the menu item on the 'Available Menu Items' listing and click on the

  • Editing an existing Administrator
  • Select the 'Add / Edit Admin Menu Access' link on the administration menu.
  • Select the user name of the person who you want to grant moderator access from the 'Current Menu Access' listing.
  • To APPROVE administrator permission select the name of the menu item on the 'Unavailable Menu Items' listing and click on the
  • To REMOVE administrator permission select the name of the menu item on the 'Available Menu Items' listing and click on the


Administrative Mailer
The 'Administrative Mailer' tool will allow you to send e-mail messages to selected user groups from your forum members. When sending a message you can select from :

  • All Members : This will send to ever member of the forum with a valid e-mail address.
  • Users Only : This will send to all members of the forum that are not moderators or administrators.
  • Moderators Only : This will send to all members of the forum that are moderators.
  • Administrators Only : This will send to all members of the forum that have administrator access.
Once you select the group to send to, enter in the e-mail subject and message body. The message body is sent in HTML format, so you must use standard HTML formatting within the body of your message.


Who Voted
The 'Who Voted' tool will allow you to view the results of all polls that are running on the forum, and who has voted in the poll. To view an individual poll results and who voted, click on the 'Poll Subject'.


Pending Accounts
The 'Pending Accounts' tool you can view any accounts that are waiting for e-mail verification. This allows you to easily resend notification, approve an account, or delete an account. Click on the selected action to resend, approve or delete the account.
NOTE : You will not be prompted to confirm deletion of accounts prior to being deleted.

 

 

 

 

 

 

 

 

 

 

 

 

dotNetBB Forums
Forum powered by dotNetBB v2.3
dotNetBB  © Andrew Putnam 2000-2002, [email protected]