|
From: Horace <jus...@us...> - 2005-10-17 13:15:58
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3307/mx_who_am_i Modified Files: changelog.txt mx_who_am_i.php readme.txt Log Message: Pre-mxBB 2.8 RC7 Changes. Index: changelog.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/changelog.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changelog.txt 16 Oct 2005 14:09:03 -0000 1.2 --- changelog.txt 17 Oct 2005 13:15:48 -0000 1.3 *************** *** 1,23 **** /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | --- 1,23 ---- /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | Index: mx_who_am_i.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/mx_who_am_i.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_who_am_i.php 16 Oct 2005 14:09:03 -0000 1.2 --- mx_who_am_i.php 17 Oct 2005 13:15:48 -0000 1.3 *************** *** 2,24 **** /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | --- 2,24 ---- /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 16 Oct 2005 14:09:03 -0000 1.2 --- readme.txt 17 Oct 2005 13:15:48 -0000 1.3 *************** *** 1,23 **** /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | --- 1,23 ---- /********************************************************************************\ | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com | author email : ho...@em... | | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com | ! | description : The "Who Am I" block is a block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. |********************************************************************************| | |