Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / New_pnadmin / html / modules / admin / pndocs [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
09 Aug 2002 20:06:33 | postnuke_modules/New_pnadmin/html/modules/admin/pndocs | install.txt,1.1,1.2 | Richard Cave |
Updated install directions with correct modifications. |
Update of /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/admin/pndocs In directory ns7.hostnuke.net:/tmp/cvs-serv24981/New_pnadmin/html/modules/admin/pndocs Modified Files: install.txt Log Message: Updated install directions with correct modifications. Index: install.txt =================================================================== RCS file: /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/admin/pndocs/install.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** install.txt 5 Aug 2002 10:13:55 -0000 1.1 --- install.txt 9 Aug 2002 20:06:31 -0000 1.2 *************** *** 2,20 **** Changes to make the new admin work. ! First, initiate the module "admin". The module will create a new post in the module_vars table in order to be used by the settings module and then later admin.php. Then make these changes in the files or copy the files in folder "HTML" to the right places and replace the existing files. ------------------------------------------------------------------------- File: Rows: ! NS-Settings/admin.php 163-167 Added code: ! <tr><td class="pn-normal">' ._USENEWADMIN.'</td><td class="pn-normal">' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"1\"".$sel_use_new_admin['1']." class=\"pn-normal\">"._YES.' ' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"0\"".$sel_use_new_admin['0']." class=\"pn-normal\">"._NO.' ' - .'</td></tr> Why: --- 2,24 ---- Changes to make the new admin work. ! 1. Deactivate the "ns-admin" module and remove. ! ! 2. Initiatize and activate the "admin" module. ! The module will create a new post in the module_vars table in order to be used by the settings module and then later admin.php. Then make these changes in the files or copy the files in folder "HTML" to the right places and replace the existing files. + + 3. Make the following additions and modifications to the following files: ------------------------------------------------------------------------- File: Rows: ! ns-settings/admin.php 163-167 Added code: ! .'</td></tr><tr><td class="pn-normal">' ._USENEWADMIN.'</td><td class="pn-normal">' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"1\"".$sel_use_new_admin['1']." class=\"pn-normal\">"._YES.' ' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"0\"".$sel_use_new_admin['0']." class=\"pn-normal\">"._NO.' ' Why: *************** *** 23,27 **** ------------------------------------------------------------------------- File: Rows: ! NS-Settings/admin.php 80-82 Added code: --- 27,31 ---- ------------------------------------------------------------------------- File: Rows: ! ns-settings/admin.php 80-82 Added code: *************** *** 35,39 **** ------------------------------------------------------------------------- File: Rows: ! NS-Settings/lang/*.* Last rows in each file Added code: --- 39,43 ---- ------------------------------------------------------------------------- File: Rows: ! ns-settings/lang/*.* Last rows in each file Added code: *************** *** 45,57 **** ------------------------------------------------------------------------- File: Rows: ! /admin.php 33-39 Added code: ! $useNewAdmin = pnConfigGetVar('use_new_admin'); ! if($useNewAdmin){ ! if(!$module){ ! $module = 'admin'; ! $op = 'main'; ! } } --- 49,72 ---- ------------------------------------------------------------------------- File: Rows: ! /admin.php 35-41 ! ! Modified code: ! ! //include 'modules/ns-admin/tools.php'; Added code: ! ! if(!$module){ ! $module = 'admin'; ! $op = 'main'; ! } ! include 'modules/admin/pnfunctions.php'; ! ! Modified code: Rows: ! 52-56 ! if (!isset($op) or $op=='adminMain') ! { ! $module = 'admin'; ! $op = 'main'; }
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |