[外掛]站內日記

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
DL
竹貓忠實會員
竹貓忠實會員
文章: 717
註冊時間: 2005-03-05 15:29

[外掛]站內日記

文章 DL »

前言 寫:大家如果不想裝Blog那麼麻煩,又想方便地寫日記,哈哈,這個適用了!
檔頭 寫:##############################################################
## 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
##############################################################
中文化 寫:#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#

//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]------------------------------------------
#

// Journals System MOD
$lang['Click_view_entry'] = '點選 %s這裡%s 檢視您的日記';
$lang['Click_view_comment'] = '點選 %s這裡%s 檢視日記和您的意見';
$lang['Click_deleted_entry'] = '點選 %s這裡%s 返回您的日記';
$lang['Click_deleted_comment'] = '點選 %s這裡%s 返回日記和您的意見';
$lang['Privacy_is_ON'] = '個人日記<u>開啟</u>';
$lang['Privacy_is_OFF'] = '個人日記<u>關閉</u>';
$lang['Privacy_toggle'] = '個人日記';
$lang['Post_a_new_entry'] = 'Post a new journal entry';
$lang['Post_a_new_comment'] = 'Post a new comment';
$lang['View_comments'] = 'View this entries comments';
$lang['View_journal'] = '\'s Journal Entries';
$lamg['Comment_title'] = 'Comments View';
$lang['Read_journal'] = 'Read Journal';
$lang['Edit_entry'] = 'Edit this Entry';
$lang['Edit_comment'] = 'Edit this Comment';
$lang['Delete_entry'] = 'Delete this Entry';
$lang['Delete_comment'] = 'Delete this Comment';
$lang['eStored'] = 'Your entry has been entered successfully.';
$lang['eDeleted'] = 'Your entry has been deleted successfully.';
$lang['cStored'] = 'Your comment has been entered successfully.';
$lang['cDeleted'] = 'Your comment has been deleted successfully.';
$lang['eConfirm_Delete'] = 'Are you sure you want to delete this entry?';
$lang['cConfirm_Delete'] = 'Are you sure you want to delete this comment?';
$lang['Journal_not_exist'] = 'Requested Journal does not exist';
$lang['No_entry_id'] = 'Invalid or Empty Entry ID';
$lang['No_comment_id'] = 'Invalid or Empty Comment ID';
$lang['No_results'] = 'Table returned no results for requested entry';
$lang['Not_authed'] = 'You are not authorized to delete this content';
最後由 DL 於 2006-01-12 16:04 編輯,總共編輯了 1 次。
主題已鎖定

回到「非官方認證外掛」