圖片作品涉及到版權問題,希望授權註冊用戶才能瀏覽原圖的插件,方法是使用全尺寸原圖存取插件。
全尺寸原圖存取插件Full-Size Photos Access Control:
http://coppermine-gallery.net/forum/index.php?topic=25010.0效果見小弟的圖片網站:
www.fotoweb.cn插件安裝指南:
第一步、複製插件檔夾到plugins目錄;
第二步、進入插件管理控制臺,配置/允許插件/( 插件管理 )
或你的功能變數名稱/cpg148/pluginmgr.php直接進入插件管理控制臺,按選定插件後面的“!”,啟動插件,按確定一路安裝成功。
第三步、進入管理模式,在功能表欄上出現增加插件的選項,按選項進入插件設置,按需要設置即可。
翻譯中文語言文檔
將english.php英語文檔複製另存為chinese_gb.php中文語言文檔並翻譯為中文,另存為chinese_gb.php時轉換器選UTF-8,不能選默認,否則中文語言會出現亂碼。
附:中文語言文檔
<?php
/**************************************************
Coppermine 1.4.2 Plugin - Full-Size Photos Access
*************************************************
Copyright (c) 2005 Paul Van Rompay
*************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*************************************************/
if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }
$lang_plugin_controlfullsize = array(
'display_name' => '全尺寸圖片存取控制', // Display Name
'config_title' => '配置全尺寸圖片存取', // Title of the button on the gallery config menu
'config_button' => '原圖存取', // Label of the button on the gallery config menu
'page_success' => '設置更新.', // Page success message
'page_failure' => '不能更新設置.', // Page failure message
'install_done' => '安裝完成.', // Message after complete installation
'install_note' => '用管理工具欄按鈕配置插件.', // Note about configuring plugin
);
$lang_plugin_controlfullsize_config = array(
'select_groups' => '選擇允許瀏覽全尺寸圖片的群組',
'note_admin' => '提示: 管理員始終允許存取全尺寸圖片.',
'op_and' => '與 AND',
'op_or' => '或 OR',
'require_user' => '要求使用者評論照片',
'choice_yes' => '是 YES',
'choice_no' => '否 NO',
'button_done' => '完成',
'display_notice'=> '在使用者沒有被允許瀏覽全尺寸圖片時顯示這個提示',
'notice_loggedin' => '登錄後 logged in',
'notice_anon' => '匿名的 anonymous',
'noticemessage_default' => '您當前的許可權不能瀏覽原圖.',
'noticemessage_default_anon' => '授權註冊用戶才能瀏覽原圖.',
);
?>