我安裝好Photo_Album_2.0.53之後發現到一個問題
我搜尋了蠻久也沒見到相關的討論
-------------------------------------------------
我想請問
有沒有辦法可以讓每一個會員於個人相簿中再去分類
自己分類喔~~不是系管幫忙分類
有這樣的外掛嗎???
------------------------------------------------
因為之前安裝CPG有這功能\r
但是我一直無法把CPG跟PHBB2的會員帳號整合在一起\r
才想用這套~~~
[請教]Photo_Album_2.0.53有附加外掛嗎?
版主: 版主管理群
[請教]Photo_Album_2.0.53有附加外掛嗎?
架設主機作業系統:Linux(虛擬主機)
上網方式:ADSL
安裝的程式:php + MySql4.X
phpBB2 版本:phpBB2.0.22
phpBB2 連結網址:http://www.topcamry.idv.tw/phpBB
上網方式:ADSL
安裝的程式:php + MySql4.X
phpBB2 版本:phpBB2.0.22
phpBB2 連結網址:http://www.topcamry.idv.tw/phpBB
建議您:
試試此外掛 Photo Album Add-on Sub Categories with ACP
以下是檔頭說明:
請備份後, 小心試用.
外掛下載:
http://www.phpbbhacks.com/download/3035
試試此外掛 Photo Album Add-on Sub Categories with ACP
以下是檔頭說明:
呵! 呵! 等級蠻難的, 我個人並無試裝意願;## EasyMod 0.0.11 compliant
## ##############################################################
## MOD Title: Album Category Hierarchy
##
## MOD Author: IdleVoid < idlevoid@slater.dk > (N/A) N/A
##
## MOD Description: With this mod its possible to create sub categories in public galleries as well in personal galleries.
## There is an administration control panel to control several aspects of the mod.
## The mod is compatible with the Super Charged Pack version 1.5.1. by CLowN
## This mod is based on the Category/Forum Hierarchy Mod by Ptirhiik, so alot of credit should go to him.
##
## MOD Version: 1.1.0
##
## Installation Level: Advanced
## Installation Time: 73 Minutes
##
## Files To Edit: admin/admin_album_auth.php
## admin/admin_album_config.php
## admin/admin_album_personal.php
## album.php
## album_cat.php
## album_comment_delete.php
## album_comment_edit.php
## album_delete.php
## album_edit.php
## album_hotornot.php
## album_mod/album_common.php
## album_mod/album_constants.php
## album_mod/album_functions.php
## album_modcp.php
## album_personal_index.php
## album_pic.php
## album_picm.php
## album_search.php
## album_showpage.php
## album_thumbnail.php
## album_upload.php
## includes/functions.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin_album.php
## language/lang_english/lang_main_album.php
## templates/subSilver/admin/album_config_body.tpl
## templates/subSilver/admin/album_personal_body.tpl
## templates/subSilver/album_cat_body.tpl
## templates/subSilver/album_index_body.tpl
## templates/subSilver/album_modcp_body.tpl
## templates/subSilver/album_personal_index_body.tpl
## Included Files: admin/admin_album_cat.php
##
## album_mod/album_personal.php
## album_mod/album_hierarchy_sql.php
## album_mod/album_hierarchy_auth.php
## album_mod/album_hierarchy_functions.php
##
## language/lang_english/lang_hierarchy_album.php
##
## templates/subSilver/album_box.tpl
##
## templates/subSilver/admin/album_cat_new_body.tpl
## templates/subSilver/admin/album_cat_select_body.tpl
## templates/subSilver/admin/album_cat_body.tpl
## templates/subSilver/admin/album_cat_body_debug.tpl
## templates/subSilver/admin/album_personal_cat_body.tpl
## templates/subSilver/admin/album_personal_cat_new_body.tpl
## templates/subSilver/admin/album_personal_cat_delete_body.tpl
##
## album_personal_cat_admin.php
##
## Generator: MOD eclipse
##############################################################
請備份後, 小心試用.
外掛下載:
http://www.phpbbhacks.com/download/3035
我決定試裝這一套由會員自行分類相簿的mod了
可是我英文好差...有高人可以幫忙翻一下語系檔嗎
$lang['Last_Comments'] = 'Last Comment';
//最後評語
$lang['No_Comment_Info'] = 'No Comments';
//沒有評語
$lang['No_Pictures_In_Cat']= 'No Pictures In Category';
//此分類沒有圖片
$lang['Total_Pics'] = 'Total Pics';
//所有圖片
$lang['Total_Comments'] = 'Total Comments';
//所有評語
$lang['Last_Index_Thumbnail'] = 'Last Pic';
$lang['Sub_Total_Pics'] = ' Total Pics'; // NOTE THE SPACE BEFORE 'TOTAL', ITS ON PURPOSE. AND PLEASE KEEP IT
$lang['Album_sub_categories'] = 'Sub Categories';
$lang['No_Public_Galleries'] = 'No Public Galleries';
//
// Personal Album Hierarchy Index Table
//
$lang['Personal_Categories'] = 'Personal Gallery';
//個人藝廊
$lang['Personal_Cat_Admin'] = 'Personal Gallery Category Admin';
//個人藝廊分類管理
//
// Access language strings
//
$lang['Album_Can_Manage_Categories'] = 'You <b>can</b> %smanage%s the categories in the gallery';
$lang['No_Personal_Category_admin'] = 'You are not allowed to manage your personal gallery categories';
//不允許管理藝廊分類
/***************************************************************************
* Album Hierarchy Administration *
***************************************************************************/
//
// Configuration
//
$lang['Show_Recent_In_Subcats'] = 'Show recent pictures in sub categories';
$lang['Show_Recent_Instead_of_NoPics'] = 'Show recent pictures instead of no picture message';
$lang['Album_Index_Settings'] = 'Album Index Table Settings';
$lang['Show_Index_Subcats'] = 'Show sub categories in index table';
$lang['Show_Index_Thumb'] = 'Show category thumbnails in index table';
$lang['Show_Index_Pics'] = 'Show the number of pictures in current category in index table';
$lang['Show_Index_Comments'] = 'Show the number of comments in current category in index table';
$lang['Show_Index_Total_Pics'] = 'Show the number of total pictures for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Total_Comments'] = 'Show the number of total comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Comment'] = 'Show last comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Line_Break_Subcats'] = 'Show each sub cat on a new line';
$lang['Show_Personal_Gallery_Link'] = 'Show Personal Gallery and Users Personal Gallery link in Sub Categories';
$lang['Album_Personal_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for <b>all</b> personal album categories or just has the private access to them';
// Sorting
$lang['Album_Category_Sorting'] = 'Sorting of the album categories';
$lang['Album_Category_Sorting_Id'] = 'ID';
$lang['Album_Category_Sorting_Name'] = 'Name';
$lang['Album_Category_Sorting_Order'] = 'Sort Order (default)';
$lang['Album_Category_Sorting_Direction'] = 'Sorting direction (only valid for ID and Name sorting)';
$lang['Album_Category_Sorting_Asc'] = 'Ascending';
$lang['Album_Category_Sorting_Desc'] = 'Descending';
// Personal Gallery
$lang['Album_Personal_Settings'] = 'Personal Gallery Settings';
$lang['Show_Personal_Sub_Cats'] = 'Show personal sub categories in index table';
$lang['Personal_Gallery_MOD'] = 'Personal gallery can moderated by owner';
//用戶能使用管理介面管理自己的相簿
$lang['Personal_Sub_Cat_Limit'] = 'Maximum number of sub categories (-1 = unlimited)';
//個人分類最大數目(-1無限制)
$lang['User_Can_Create_Personal_SubCats'] = 'Users can create sub categorries in own personal gallery';
//用戶可以自行增加子分區
$lang['Show_Recent_In_Personal_Subcats'] = 'Show recent pictures in personal sub categories';
$lang['Show_Recent_Instead_of_Personal_NoPics'] = 'Show recent pictures instead of no picture message in personal gallery';
//
// Categories
//
$lang['Personal_Root_Gallery'] = 'Personal Gallery Root Category';
$lang['Parent_Category'] = 'Parent Category (for this category)';
$lang['Child_Category_Moved'] = 'Seleted category had child categories. The child categories got moved to the <B>%s</B> category.';
$lang['No_Self_Refering_Cat'] = 'You cannot set a category\'s parent to itself';
$lang['Can_Not_Change_Main_Parent'] = 'You cannot change to parent of the main category of your personal gallery';
可是我英文好差...有高人可以幫忙翻一下語系檔嗎
$lang['Last_Comments'] = 'Last Comment';
//最後評語
$lang['No_Comment_Info'] = 'No Comments';
//沒有評語
$lang['No_Pictures_In_Cat']= 'No Pictures In Category';
//此分類沒有圖片
$lang['Total_Pics'] = 'Total Pics';
//所有圖片
$lang['Total_Comments'] = 'Total Comments';
//所有評語
$lang['Last_Index_Thumbnail'] = 'Last Pic';
$lang['Sub_Total_Pics'] = ' Total Pics'; // NOTE THE SPACE BEFORE 'TOTAL', ITS ON PURPOSE. AND PLEASE KEEP IT
$lang['Album_sub_categories'] = 'Sub Categories';
$lang['No_Public_Galleries'] = 'No Public Galleries';
//
// Personal Album Hierarchy Index Table
//
$lang['Personal_Categories'] = 'Personal Gallery';
//個人藝廊
$lang['Personal_Cat_Admin'] = 'Personal Gallery Category Admin';
//個人藝廊分類管理
//
// Access language strings
//
$lang['Album_Can_Manage_Categories'] = 'You <b>can</b> %smanage%s the categories in the gallery';
$lang['No_Personal_Category_admin'] = 'You are not allowed to manage your personal gallery categories';
//不允許管理藝廊分類
/***************************************************************************
* Album Hierarchy Administration *
***************************************************************************/
//
// Configuration
//
$lang['Show_Recent_In_Subcats'] = 'Show recent pictures in sub categories';
$lang['Show_Recent_Instead_of_NoPics'] = 'Show recent pictures instead of no picture message';
$lang['Album_Index_Settings'] = 'Album Index Table Settings';
$lang['Show_Index_Subcats'] = 'Show sub categories in index table';
$lang['Show_Index_Thumb'] = 'Show category thumbnails in index table';
$lang['Show_Index_Pics'] = 'Show the number of pictures in current category in index table';
$lang['Show_Index_Comments'] = 'Show the number of comments in current category in index table';
$lang['Show_Index_Total_Pics'] = 'Show the number of total pictures for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Total_Comments'] = 'Show the number of total comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Comment'] = 'Show last comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Line_Break_Subcats'] = 'Show each sub cat on a new line';
$lang['Show_Personal_Gallery_Link'] = 'Show Personal Gallery and Users Personal Gallery link in Sub Categories';
$lang['Album_Personal_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for <b>all</b> personal album categories or just has the private access to them';
// Sorting
$lang['Album_Category_Sorting'] = 'Sorting of the album categories';
$lang['Album_Category_Sorting_Id'] = 'ID';
$lang['Album_Category_Sorting_Name'] = 'Name';
$lang['Album_Category_Sorting_Order'] = 'Sort Order (default)';
$lang['Album_Category_Sorting_Direction'] = 'Sorting direction (only valid for ID and Name sorting)';
$lang['Album_Category_Sorting_Asc'] = 'Ascending';
$lang['Album_Category_Sorting_Desc'] = 'Descending';
// Personal Gallery
$lang['Album_Personal_Settings'] = 'Personal Gallery Settings';
$lang['Show_Personal_Sub_Cats'] = 'Show personal sub categories in index table';
$lang['Personal_Gallery_MOD'] = 'Personal gallery can moderated by owner';
//用戶能使用管理介面管理自己的相簿
$lang['Personal_Sub_Cat_Limit'] = 'Maximum number of sub categories (-1 = unlimited)';
//個人分類最大數目(-1無限制)
$lang['User_Can_Create_Personal_SubCats'] = 'Users can create sub categorries in own personal gallery';
//用戶可以自行增加子分區
$lang['Show_Recent_In_Personal_Subcats'] = 'Show recent pictures in personal sub categories';
$lang['Show_Recent_Instead_of_Personal_NoPics'] = 'Show recent pictures instead of no picture message in personal gallery';
//
// Categories
//
$lang['Personal_Root_Gallery'] = 'Personal Gallery Root Category';
$lang['Parent_Category'] = 'Parent Category (for this category)';
$lang['Child_Category_Moved'] = 'Seleted category had child categories. The child categories got moved to the <B>%s</B> category.';
$lang['No_Self_Refering_Cat'] = 'You cannot set a category\'s parent to itself';
$lang['Can_Not_Change_Main_Parent'] = 'You cannot change to parent of the main category of your personal gallery';


