1 頁 (共 1 頁)

[外掛] The Blog Mod (網誌) (Update 0.2.4b)

發表於 : 2005-05-18 20:17
yll
接手jay-s0526和多位竹貓站上朋友的翻譯
提供給大家參考 :mrgreen:


外掛名稱:Blog Mod 0.2.3 完整中文化
功能簡介:可設定群組會員擁有個人的Blog,一個將改變phpBB的強大mod!

Demo:http://yll.loxa.edu.tw/phpBB2/weblogs.php
外掛下載:http://vince.dynalias.com/blog/viewtopic.php?t=442
最近原作者網站常掛點
提供站上的下載點給大家\r
http://yll.loxa.edu.tw/001/the_blog_mod_023.zip
中文化語言包:http://yll.loxa.edu.tw/001/language.zip

[建議]升級 0.23c 以及其他參考連結整理

發表於 : 2005-12-12 18:40
心靈捕手
檔頭說明:

代碼: 選擇全部

##############################################################
## MOD Title: The Blog Mod
## MOD Author: hyperion & Blogpoint.com
## Managed by: Blogpoint.com Community 
## Support Email: Support [at] blogpoint.com
## MOD Description: Adds an entire weblog system to a phpbb forum. Allows the members of the forum to create
##		    a weblog, complete with entry permissions, style customization, weblog templates, a friends system
##		    and the ability for weblog owners to block users from their weblog.
## MOD Version: 0.2.3c
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes
## Files To Edit:	index.php, viewtopic.php, admin/admin_groups.php, includes/constants.php, includes/page_header.php,
##			language/lang_english/lang_admin.php, templates/subSilver/index_body.tpl,
##			templates/subSilver/overall_header.tpl, templates/subSilver/profile_view_body.tpl,
##			templates/subSilver/subSilver.cfg, templates/subSilver/viewtopic_body.tpl,
##			templates/subSilver/admin/group_edit_body.tpl
## Included Files: Too many to list!
##
##############################################################

代碼: 選擇全部

##   2005-12-02 - version 0.2.3c
##	- Upgrade support to phpbb 2.0.18 released
##	- Fixed to reduce sql query and loading of weblogs.php Submitted by Siava
##	- Fixed bugs installation when using easymod
##	- Update Installation guide.
補充說明:
1. 相容 phpbb 2.0.18
2. 修正( 減少) 資料庫的回傳\r
3. 修正 easymod 安裝的錯誤
4. 更新安裝說明檔

如果您目前是在使用 the blog mod 0.2.3 的話,
那麼可以不用升級到 the blog mod 0.2.3c
或者, 更新底下兩個檔案即可\r
includes/functions_weblog.php
weblog.php

http://www.blogpoint.com/community/view ... ?p=201#201

由於原外掛作者 hyperion 已銷聲匿跡一段時日,
所以由 Blogpoint.com 接手, 繼續提供此外掛的支援.

外掛載點:
http://www.blogpoint.com/community/view ... ?p=386#386

另外, 提供完整包下載,
適合全新架站 phpbb 2.0.18 直接套用, 並且完整收錄 30 多種 blog 風格:
http://www.blogpoint.com/community/view ... ?p=387#387

其他參考連結:
// [補充]Blog Mod 漏掉的一段中文化
http://phpbb-tw.net/phpbb/viewtopic.php?p=200359#200359
// 風格的安裝與修改\r
http://phpbb-tw.net/phpbb/viewtopic.php?p=200217#200217
// 時間的調整\r
http://phpbb-tw.net/phpbb/viewtopic.php?p=200378#200378

[修正]原始中文化錯誤

發表於 : 2005-12-13 15:52
心靈捕手
[修正]原始中文化錯誤 -by- roco 錯誤回報\r


#
#-----[ Open ]-----
#
language/lang_chinese_traditional_taiwan/lang_weblog_admin.php

#
#-----[ Find ]-----
#

代碼: 選擇全部

$lang['Click_return_weblogmanagement'] = '點選 %s這裡%s 來回到 Blog 管理?;
#
#-----[ Replace With ]-----
#

代碼: 選擇全部

$lang['Click_return_weblogmanagement'] = '點選 %s這裡%s 來回到 Blog 管理?';
#
#-----[ Save & Close ]-----
#
#End

[建議] 升級 0.2.4b

發表於 : 2006-07-24 01:16
心靈捕手
檔頭說明:

代碼: 選擇全部

##############################################################
## MOD Title: The Blog Mod
## MOD Author: hardworking < Support [at] TheBlogMod.com > (n/a) http://www.TheBlogMod.com
## MOD Author: aboyd < n/a > (Tony Boyd) http://www.outshine.com/
## MOD Author: hyperion < n/a > (n/a) n/a
## MOD Description: Adds an entire weblog system to a phpBB forum. Allows the
##		    members of the forum to create a weblog, complete with entry permissions,
##		    style customization, weblog templates, a friends system and the ability
##		    for weblog owners to block users from their weblog.
## MOD Version: 0.2.4b
##
## Installation Level: (Intermediate)
## Installation Time: 20 Minutes
## Files To Edit: index.php,
##			viewtopic.php,
##			admin/admin_groups.php,
##			includes/constants.php,
##			includes/page_header.php,
##			includes/usercp_viewprofile.php,
##			language/lang_english/lang_admin.php,
##			templates/subSilver/index_body.tpl,
##			templates/subSilver/overall_header.tpl,
##			templates/subSilver/profile_view_body.tpl,
##			templates/subSilver/subSilver.cfg,
##			templates/subSilver/viewtopic_body.tpl,
##			templates/subSilver/admin/group_edit_body.tpl
## Included Files: included_files/*.*
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
#############################################################
...
##   2006-03-01 - version 0.2.4
##	- Currently testing SEO and short URL ... pending released!
##	- Category Addon courtesy by Willow
##	- Fixed some dead links
##
##   2006-04-09 - version 0.2.4
##	- Added weblogs_news.php
##	- updated database table for new install
##	- Fixed minor bugs
##
##   2006-04-10 - version 0.2.4a
##	- Unofficial version by aboyd
##	- No longer overwrites your existing files with unmodded 2.0.20 files!
##	- Backup files removed (never should have been included, they're unnecessary)
##	- "WS_FTP.log" files removed (never should have been included, they're unnecessary)
##	- Hardworking's personal files removed (never should have been included, they're unnecessary)
##	- File organization cleaned up (prep work for EasyMod compliance)
##	- Removed .htaccess files (Hardworking wrote: "it is not active yet you may delete this file.")
##	- Removed text referring to a db_update.php file, as such a file does not exist
##	- Removed some redundant instructions in this file
##	- Fixed SQL error for the entry_last_post_userid field
##	- Fixed SQL error for the phpbb_weblog_entries table
##	- Some instructions required you to find text that does not appear in phpBB 2.0.20.  Fixed.
##	- Added DIY INSTRUCTIONS section for the file permissions
##	- The file weblog_header.htm broke all the navigation links & avatars in each blog.  Fixed.
##	- The simpleGray style is gone, but was still set in the database.  Fixed.
##	- weblog_entry_body.htm had broken images.  Fixed.
##	- weblog_body.htm, weblog_s_body.htm, weblog_allentries_body.htm had broken images.  Fixed.
##	- weblog.php needed POST_ENTRY_IMG.  Fixed.
##	- Revised the COPY section of this file for EasyMod compliance
##	- Revised header section of this file for EasyMod compliance
##	- EasyMod compliant
##
##   2006-04-10 - version 0.2.4b
##	- Unofficial version by aboyd
##	- When viewing an entry, comments might be squished in Firefox.  Fixed.
##	- When viewing all entries, the table might be squished in Firefox.  Fixed.
##	- Added comment to DIY INSTRUCTIONS for those having problems with image uploads.
##	- Since phpBB 2.0.20 has known bugs, I tested this on 2.0.19.  Certified to work!
##	- On main blog page, the right sidebar disappeared if you had a long entry title.  Fixed.
##	- Trackbacks were being lost due to an SQL error.  Fixed.
##	- Trackbacks wouldn't display if there were also replies.  Fixed, thanks to Willow.
##	- Comment popup had a doubled masthead & broken div.  Fixed.
##	- Tiny change so this would install on forums that use the reputation mod.
##	- Made smilies have absolute URLs in RSS feed.  Might result in fewer broken images.
##	- Added db_update.php, courtesy of Dragonsys.  Added explanation to the SQL section.
##	- The default for "Blog Accessibility" wasn't being honored during blog setup.  Fixed.
##	- The default for "Reply Privileges" wasn't being honored during blog setup.  Fixed.
##
##############################################################
[分享] 0.2.3c 升級 0.2.4b 經驗
http://wang5555.dyndns.org/phpbb2/weblog_entry.php?e=92

外掛下載:
http://files.filefront.com/the_blog_mod ... einfo.html

支援網站:
http://www.theblogmod.com/