[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Journal/ -> readme (source)

   1  Journal 2.0
   2  This is a PHPNuke Journal update no database changes are
   3  required for use.
   4  
   5  Installation:
   6  I you want to use your forums smiles or some other ones
   7  located within your nuke site you can change the path in
   8  functions.php 
   9  /* Change Smiles Path Here */

  10  $jsmiles = "./modules/Journal/images/moods";
  11  To use Forum Smiles set the path to:
  12  $jsmiles = "./modules/Forums/images/smiles";
  13  
  14  Styles have been added to the Journal directory.
  15  This is the structure:
  16  ./modules/Journal/styles/theme_name/style.css
  17  
  18  READ THIS!
  19  To enable the use of Font changes you must make a copy of
  20  your Themes style.css and remove the line:
  21  FONT        {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
  22  from it and place it in the Journal/styles in a directory with the 
  23  same name as your theme. We included all of the default themes but if 
  24  you have made changes to them you will want to follow this copy 
  25  proceedure so the Journal pages display with the same styles as the 
  26  rest of your site. 
  27  
  28  Change Log:
  29  Added more variable checking!
  30  Added stronger user checking!
  31  Added Admin Edit/Delete Journals feature!
  32  Added Admin delete Comments feature!
  33  Added htmlArea2 visual mode wysiwyg editor!
  34  http://www.interactivetools.com/products/htmlarea/
  35  Added some missing english language defines.
  36  New Image Pack! Thanks to Ganja!!!
  37  
  38  Credits/History:
  39  /************************************************************************/

  40  /* Journal &#167 ZX                                                     */

  41  /* ================                                                     */

  42  /*                                                                      */

  43  /* Original work done by Joseph Howard known as Member's Journal, which */

  44  /* was based on Trevor Scott's vision of Atomic Journal.                */

  45  /*                                                                      */

  46  /* Modified on 25 May 2002 by Paul Laudanski (paul@computercops.biz)    */

  47  /* Copyright (c) 2002 Modifications by Computer Cops.                   */

  48  /* http://computercops.biz                                              */

  49  /*                                                                      */

  50  /* Member's Journal did not work on a PHPNuke 5.5 portal which had      */

  51  /* phpbb2 port integrated.  Thus was Journal &#167 ZX created with the  */

  52  /* Member's Journal author's blessings.                                 */

  53  /*                                                                      */

  54  /* To install, backup everything first and then FTP the Journal package */

  55  /* files into your site's module directory.  Also run the tables.sql    */

  56  /* script so the proper tables and fields can be created and used.  The */

  57  /* default table prefix is "nuke" which is hard-coded throughout the    */

  58  /* entire system as a left-over from Member's Journal.  If a demand     */

  59  /* exists, that can be changed for a future release.                    */

  60  /*                                                                      */

  61  /* This program is free software. You can redistribute it and/or modify */

  62  /* it under the terms of the GNU General Public License as published by */

  63  /* the Free Software Foundation; either version 2 of the License.       */

  64  /*                                                                      */

  65  /************************************************************************/

  66  /* Additional security checking code 2003 by chatserv                   */

  67  /* http://www.nukefixes.com -- http://www.nukeresources.com             */

  68  /************************************************************************/

  69  /* Journal 2.0 Enhanced and Debugged 2004                               */

  70  /* by sixonetonoffun -- http://www.netflake.com --                      */

  71  /* Images Created by GanjaUK -- http://www.GanjaUK.com                  */

  72  /************************************************************************/



Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7