Administer Member Database - Hosted Version Only

Database Features Available With

Hosted Solutions

 

Server Solutions

 

Basic

Enterprise

Advanced

Event

Professional

Server

 

Step 1. Log into your web-based administration page, and click the "Edit My Group" link.

 

Step 2. Scroll down to the "Manage Users in Database" section of your Group Settings page.

 

 

 

 

Step 3. Click the "View/Suspend/Delete" button to access the list of members who have registered to access your ParaChat service. As the administrator of your Group, the following functions may be performed:

 

 

 

 

 

View Member Info

Click the member name to display their real name, registration date, email address, and access status.

 

 

 

 

Suspend

Click the member name to suspend the user's access to your room(s) using this member name.

 

 

 

 

Unsuspend

Click the member name to unsuspend the user's access from your chat room(s).

 

 

 

 

Delete

Click the member name to permanently delete the user name from your list of active members.

 

 

 

 

Step 4. To require all users who access your chat service to have a member name registered in this fashion, you must configure your Group to "Allow Registered Users Only". To do so, return to your main Group Settings page. Scroll down to the "Require Valid User Name and Password" section, and set the pulldown menu to "On". Click the "Save Group Settings" button to save your edit.

 

 

 

Customize Member Database Application Default Language

 

The Integrated Member Database Application uses a registration system in English by default. You may easily customize the default language used by the registration system by making a minor edit to the Member Registration Linking Code:

 

Sample Default Member Registration Linking Code - English

 

<a href="http://reg.parachat.com/en/main/index.php?act=reg&s=0&cgroup=

testing123&cserver=ac&cimg=http://www.parachat.com/images/blank.gif&curl=

http://direct.parachat.com/mdb.html" target="_new">Register Name / Update Password</a>

 

To customize the default language, change the directory name highlighted in RED above to your desired language as listed below:

Sample Member Registration Linking Code Customized To Spanish

 

<a href="http://reg.parachat.com/es/main/index.php?act=reg&s=0&cgroup=

testing123&cserver=ac&cimg=http://www.parachat.com/images/blank.gif&curl=

http://direct.parachat.com/mdb.html" target="_new">Register Name / Update Password</a>

 

Current Language Support

 

 

If you are interested in providing a translation of the Integrated Member Database Application to a language not listed above, please contact support@parachat.com. We will be offering additional language support in a subsequent release of our software, or as translations are provided.

 

 

 

Directing Registered Members Back to Your Chat Room

 

To direct your registered members back to your chat room using the "ENTER THE CHAT ROOM NOW" link on the member registration page, you must make the following edit to your Member Registration Linking Code:

Replace http://direct.parachat.com/mdb.html (denoted in red below) with the EXACT web page URL where you have implemented your ParaChat room:

 

<a href="http://reg.parachat.com/en/main/index.php?act=reg&s=0&cgroup=

testing123&cserver=ac&cimg=http://www.parachat.com/images/blank.gif&curl=

http://direct.parachat.com/mdb.html" target="_new">Register Name / Update Password</a>

 

For example, if you have implemented your ParaChat room on http://www.webpage.com/chat/chat.html then your edited Linking Code would appear as:

 

<a href="http://reg.parachat.com/en/main/index.php?act=reg&s=0&cgroup=

testing123&cserver=ac&cimg=http://www.parachat.com/images/blank.gif&curl=

http://www.webpage.com/chat/chat.html" target="_new">Register Name / Update Password</a>