Update of /cvsroot/openfirst/manual/openfirst.messenger
In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.messenger
Added Files:
openfirst.messenger.html
Log Message:
initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now.
--- NEW FILE: openfirst.messenger.html ---
<h2>openFIRST.messenger</h2>
<table width="65%" cellpadding="4">
<tr>
<td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Description:</strong></td>
</tr>
<tr>
<td>The openFIRST.messenger intergrates with openFIRST.members. They both
work together to provide a simple and exciting internal messeging system.</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Developed By:</strong></td>
</tr>
<tr>
<td>Tim Ginnof openFIRST</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Database Tables</strong></td>
</tr>
<tr>
<td>ofirst_messenger_messeges<br>
ofirst_messenger_users</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Includes</strong></td>
</tr>
<tr>
<td>none</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>How It Works</strong></td>
</tr>
<tr>
<td>index.php - lists all the current users online<br>
messenger.php - the system include file carried through the website from
base. It basically checks the database to see if the current user has a
record in the database. It also checks the users inbox and provides them
with a new messege screen.<br>
newmsg.php - allows users to send messeges between each other<br>
viewmsg.php - allows users to view messeges sent to them<br>
inbox.php - allows users to view a current list of messeges</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td>
</tr>
<tr>
<td>The module will be updated to allow members to send messeges to other
membres </td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td>
</tr>
<tr>
<td><p>variable $usersonline - a list of how many users are on the website<br>
variable $usersonpage - a list of users currently on the particular page</p>
</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td>
</tr>
<tr>
<td>index.php, messenger.php, newmsg.php, viewmsg.php, inbox.php</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><strong>Notes</strong></td>
</tr>
<tr>
<td>none</td>
</tr>
</table>
<p><strong></strong></p>
|