檔頭 寫:##############################################################
## MOD Title: Journals System MOD
## MOD Author: NBishop <
nbishop@csmn-ctd.net> (Nate)
http://dev.script-sys.net/
## MOD Description: Independant Journals System for phpBB
## MOD Version: 1.0.1a
##
## Installation Level: Easy
## Installation Time: 15-20 Minutes
## Files To Edit:
## viewtopic.php,
## includes/constants.php,
## includes/page_header.php,
## includes/usercp_viewprofile.php,
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl,
## templates/subSilver/profile_view_body.tpl,
## templates/subSilver/viewtopic_body.tpl,
## templates/subSilver/subSilver.cfg
##
## Included Files:
## journals.php,
## includes/functions_journals.php,
## includes/journals_delete.php,
## includes/journals_edit.php,
## includes/journals_post.php,
## includes/journals_view.php,
## templates/subSilver/journal_body.tpl,
## templates/subSilver/journal_comments.tpl,
## templates/subSilver/journal_form.tpl,
## templates/subSilver/journal_list.tpl,
## templates/subSilver/journal_posting.tpl
##
## License:
http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check:
http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at
http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## - I havn't seen any real 'Journal' like MODs out there, blogs and stuff yeah,
## - but nothing really what is called a 'Journal' minus one that is integrated
## - into forums, but I felt that one left restrictions from what most people wanted.
##
## - Edits to viewtopic.php, page_header.php and usercp_viewprofile.php depend
## - on if you want to include links to the user's journals within thos pages.
## - If you don't want to include a link to Journals within the header, profiles
## - or in their toolpanel under their posts, then just skip the steps for that file
## - and the files respective template document

##
##############################################################
## MOD History:
##
## 2006-01-06 - Version 1.0.0
## - Initial System release for Testing/Development
##
## 2006-01-06 - Version 1.0.1
## - Modified 'Entries List' to display first 400 characters from the Message body of an entry
## - Also modified that page to completely hide 'Disabled' entries from everyone except Mod/Admin class
## - Modified that page so that 'Private' entries would only show for Mod/Admin and Entry Creator
## - Fixed typo in journal_post.php which had screwed up $mode POST var/hidden input.
##
## 2006-01-09 - Version 1.0.1a
## - Missing 'subSilver.cfg' Modification instructions, patched it in.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################