標題: [D5.5] 用戶組幾分以上的積分隱藏才有效
 風星
 0049132
Rank: 1

頭銜: Newbie

帖子: 5

精華: 0

積分: 90 點

現金: 0 元

存款: 160 元

閱讀權限: 10

註冊: 2006-8-2

狀態: 離線
 
發表於 2008-7-19 22:50  資料  個人空間  短消息  加為好友 
用戶組幾分以上的積分隱藏才有效

本插件可以於後台用戶組編輯裡邊直接設定積分隱藏對該用戶組幾分以上才有效
主要用在特殊用戶組,像贊助成貴賓之類的,他們原積分可能沒有變動
所以積分隱藏可能會限制到他們,就可以利用這個插件
設置幾分以下的內容他們是可以看見的,這樣就不用特地去調整他的積分他們也能看到部份積分隱藏的內容了!

更新資料庫
ALTER TABLE `cdb_usergroups` ADD `maxcredithide` INT( 10 ) NOT NULL DEFAULT '0';


編輯 templates/default/admincp.lang.php

        'usergroups_edit_hide_code' => '允許\使用 [hide] 代碼:',
        'usergroups_edit_hide_code_comment' => '設置是否允許\帖子中使用 [hide] 隱藏標籤',

下一行新增
        'usergroups_edit_hide_maxcredit' => '幾分以上的內容才被隱藏:',
        'usergroups_edit_hide_maxcredit_comment' => '設置當本用戶組會員的積分在積分隱藏裡幾分以上方受限制',


編輯 admin/groups.inc.php

showsetting('usergroups_edit_hide_code', 'allowhidecodenew', $group['allowhidecode'], 'radio');

下一行新增
showsetting('usergroups_edit_hide_maxcredit', 'maxcredithidenew', $group['maxcredithide'], 'text');


編輯 include/discuzcode.func.php
找到
function creditshide($creditsrequire, $message) {
        global $language, $hideattach;
        include_once language('misc');

        if($GLOBALS['credits'] < $creditsrequire && !$GLOBALS['forum']['ismoderator']) {

取代成
function creditshide($creditsrequire, $message) {
        global $language, $hideattach, $maxcredithide;
        include_once language('misc');

        if((($creditsrequire > $maxcredithide) && $GLOBALS['credits'] < $creditsrequire) && !$GLOBALS['forum']['ismoderator']) {


更新緩存,完成!




 AL8 Forum © All rights reserved.
頂部
 cnhk
 0051854
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6
點擊查看 cnhk 的詳細資料

頭銜: Forum Legend

帖子: 3206

精華: 0

積分: 19549 點

現金: 0 元

存款: 8259 元

閱讀權限: 70

註冊: 2006-9-7

狀態: 離線
 
發表於 2008-7-19 23:04  資料  個人空間  短消息  加為好友 
唔明有咩用-,-

[hide=分數][/hide]

唔好-,-?




多d黎吹水啊...
http://www.mafia-hk-bbs.com
 AL8 Forum © All rights reserved.
頂部
 teng
 0009876
 此發帖者已被禁止發言

頭銜: Banned to Post

帖子: 6700

精華: 0

積分: 58751 點

現金: 0 元

存款: 1551 元

閱讀權限: 0

註冊: 2004-10-16

狀態: 離線
 
發表於 2008-7-19 23:07  資料  個人空間  主頁 短消息  加為好友 
*** 作者被禁止或刪除 內容自動屏蔽 ***


網頁空間由 I-SERVICES 提供
當前時區 GMT+8, 現在時間是 2008-12-5 08:51