[推薦外掛] Photo Album v2 for phpBB2 (相簿藝廊) (Update 2.0.56a)
發表於 : 2006-10-14 22:27
檔頭說明:
補充說明:
這個外掛, 可以讓討論區建立一個[相簿藝廊], 提供給會員們上傳, 編輯照(圖)片, 同時, 也可以給予評分, 或評語.
外掛下載:
http://smartor.is-root.com/viewtopic.php?t=3021
中文化參考:
下載, 使用 phpBB plus 裡頭的中文化語言檔
language/lang_chinese_traditional_taiwan/lang_admin_album.php
language/lang_chinese_traditional_taiwan/lang_main_album.php
http://phpbb-tw.net/phpbb/viewtopic.php?t=44304
http://www.gffclan.com/dload.php?action=file&file_id=12
推薦附加外掛參考連結:
代碼: 選擇全部
##############################################################
## MOD Title: Photo Album v2 for phpBB2
## MOD Author: Smartor < smartor_xp@hotmail.com > (Hoang Ngoc Tu) http://smartor.is-root.com
## MOD Description: This is a phpBB-based photo album/gallery management system. It is really powerful, stable, efficient, rich features and highly customizable. The version 2 was written from the scratch for more security, performance, etc. It is not really a MOD/hack, it is rather a phpBB-based system :)
## MOD Version: 2.0.54a
##
## Installation Level: Moderate
## Installation Time: 13 minutes
## Files To Edit: includes/constants.php
## includes/page_header.php
## viewonline.php
## admin/index.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/subSilver.cfg
## includes/usercp_viewprofile.php
## templates/subSilver/profile_view_body.tpl
## language/lang_english/lang_main.php
## Included Files: phpbb_root/album.php
## phpbb_root/album_cat.php
## phpbb_root/album_comment.php
## phpbb_root/album_comment_edit.php
## phpbb_root/album_comment_delete.php
## phpbb_root/album_delete.php
## phpbb_root/album_edit.php
## phpbb_root/album_modcp.php
## phpbb_root/album_personal.php
## phpbb_root/album_personal_index.php
## phpbb_root/album_page.php
## phpbb_root/album_pic.php
## phpbb_root/album_rate.php
## phpbb_root/album_thumbnail.php
## phpbb_root/album_upload.php
## phpbb_root/admin/admin_album_auth.php
## phpbb_root/admin/admin_album_cat.php
## phpbb_root/admin/admin_clearcache.php
## phpbb_root/admin/admin_album_config.php
## phpbb_root/admin/admin_albim_personal.php
## phpbb_root/album_mod/album_common.php
## phpbb_root/album_mod/album_constants.php
## phpbb_root/album_mod/album_functions.php
## phpbb_root/language/lang_english/lang_admin_album.php
## phpbb_root/language/lang_english/lang_main_album.php
## phpbb_root/templates/subSilver/album_cat_body.tpl
## phpbb_root/templates/subSilver/album_comment_body.tpl
## phpbb_root/templates/subSilver/album_edit_body.tpl
## phpbb_root/templates/subSilver/album_index_body.tpl
## phpbb_root/templates/subSilver/album_modcp_body.tpl
## phpbb_root/templates/subSilver/album_move_body.tpl
## phpbb_root/templates/subSilver/album_page_body.tpl
## phpbb_root/templates/subSilver/album_personal_body.tpl
## phpbb_root/templates/subSilver/album_personal_index_body.tpl
## phpbb_root/templates/subSilver/album_rate_body.tpl
## phpbb_root/templates/subSilver/album_upload_body.tpl
## phpbb_root/templates/subSilver/admin/album_auth_body.tpl
## phpbb_root/templates/subSilver/admin/album_cat_body.tpl
## phpbb_root/templates/subSilver/admin/album_cat_delete_body.tpl
## phpbb_root/templates/subSilver/admin/album_cat_new_body.tpl
## phpbb_root/templates/subSilver/admin/album_cat_select_body.tpl
## phpbb_root/templates/subSilver/admin/album_config_body.tpl
## phpbb_root/templates/subSilver/admin/album_personal_body.tpl
## phpbb_root/templates/subSilver/images/icon_mini_album.gif
## phpbb_root/templates/subSilver/images/nothumbnail.jpg
## phpbb_root/templates/subSilver/images/lang_english/upload_pic.gif
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
## Generator: MOD Studio [ ModTemplateTools 1.0.2108.38030 ]
##############################################################
## 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: Features:
## - Fully integrated with phpBB2 backend (DB, session, template, multi languages, etc.)
## - Powerful and handy AdminCP
## - Auto-generated thumbnail (require GD)
## - Manual-uploaded thumbnail (for someone cannot install GD)
## - Thumbnail cache (for better performance)
## - Multi-categories
## - Powerfull and phpBB-like permissions system
## - ModeratorCP
## - Upload Quota
## - Pic Description
## - Recent pics
## - Personal galleries (for member-oriented boards)
## - Rate system
## - Comment system
## - Hotlink prevention (can set allowed domains)
## - Auto optimization for different GD versions
## - Pic view counter
## - Admin/Moderator pic approval
## - Probably uploadable in PHP Safe Mode
## - The rest is for your exploring ;)
## Requirements:
## A running phpBB 2.0.x (of course - recommend the lastest version)
## GD 1.8.x - 2.0 or higher (require for auto-thumbnail - more detail at http://www.boutell.com/gd)
## HTTP File Upload Enabled (this MOD can work with PHP Safe-Mode in some cases)
## MySQL 3.23.x or better
## A basic ability to follow my instructions (read this file carefully by letter and follow step-by-step)
##
## Tested with:
## phpBB 2.0.4 - PHP4 (I recommend the up-to-date version) - MySQL 3.23.x
## phpBB 2.0.20 - PHP4.11 - MySQL 3.23.49
##
##############################################################
## MOD History:
##
## 2006-05-19 - Version 2.0.54
## See changelog.txt in the docs-subdir
##
## 2006-05-20 - Version 2.0.54a
## Fixed a typo in albummod_cp.php
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
這個外掛, 可以讓討論區建立一個[相簿藝廊], 提供給會員們上傳, 編輯照(圖)片, 同時, 也可以給予評分, 或評語.
外掛下載:
http://smartor.is-root.com/viewtopic.php?t=3021
中文化參考:
下載, 使用 phpBB plus 裡頭的中文化語言檔
language/lang_chinese_traditional_taiwan/lang_admin_album.php
language/lang_chinese_traditional_taiwan/lang_main_album.php
http://phpbb-tw.net/phpbb/viewtopic.php?t=44304
http://www.gffclan.com/dload.php?action=file&file_id=12
推薦附加外掛參考連結:
- 在首頁顯示album隨機圖片
http://phpbb-tw.net/phpbb/viewtopic.php?t=26304 (index)
http://phpbb-tw.net/phpbb/viewtopic.php?p=248154#248154 (ezportal) - 搜尋圖片
http://phpbb-tw.net/phpbb/viewtopic.php?p=247578#247578 (+ 分頁)
http://phpbb-tw.net/phpbb/viewtopic.php?p=249080#249080 (+ 預覽)