discuz7 0資料字典

2021-05-04 08:02:33 字數 1624 閱讀 6935

使用者表(cdb_members)

-- 表的結構 `cdb_admingroups`

--create table if not exists `cdb_admingroups` (

`admingid` smallint(5) unsigned not null default '0' comment '使用者組id',

`alloweditpost` tinyint(1) not null default '0' comment '允許編輯帖子',

`alloweditpoll` tinyint(1) not null default '0' comment '允許編輯投票',

`allowstickthread` tinyint(1) not null default '0' comment '允許固定主題',

`allowmodpost` tinyint(1) not null default '0' comment '允許編輯帖子',

`allowdelpost` tinyint(1) not null default '0' comment '允許刪除帖子',

`allowmassprune` tinyint(1) not null default '0' comment '允許批量刪除帖子',

`allowrefund` tinyint(1) not null default '0' comment '允許強制退款',

`allow******word` tinyint(1) not null default '0' comment '允許過濾詞語',

`allowviewip` tinyint(1) not null default '0' comment '允許檢視使用者ip資訊',

`allowbanip` tinyint(1) not null default '0' comment '允許禁止ip',

`allowedituser` tinyint(1) not null default '0' comment '允許編輯使用者',

`allowmoduser` tinyint(1) not null default '0' comment '允許審核使用者',

`allowbanuser` tinyint(1) not null default '0' comment '允許禁止使用者訪問',

`allowpostannounce` tinyint(1) not null default '0' comment '允許發布公告',

`allowviewlog` tinyint(1) not null default '0' comment '允許檢視版主管理記錄和使用者評分記錄',

`allowbanpost` tinyint(1) not null default '0' comment '允許遮蔽帖子',

`disablepostctrl` tinyint(1) not null default '0' comment '發貼不受限制(不受灌水預防和最大字數等)',

`supe_allowpushthread` tinyint(1) not null default '0' comment '允許推送主題到ss',

primary key  (`admingid`)

) engine=myisam default charset=gbk;

Discuz 7 0 模組指令碼檔名

discuz 7.0中新增了模組指令碼,不僅要求模組指令碼放置在 include request資料夾中,而且對於模組指令碼的檔名也有一定的限制,判斷語句位於 admin jswizard.inc.php檔案的1263行 if in array entry,array preg match w en...

Discuz 7 0道具中心功能詳解

關鍵字描述 功能 詳解 中心 道具 設定 自動 可以 如果 如下 discuz 7.0是康盛創想 comsenz 公司於2008年12月份發布的一款論壇bbs程式設計客棧建站產品。在discuz 7.0中,道具中心為論壇提供了豐富多彩的娛樂功能,可以有效的增強論壇會員的活躍性。道具的後台設定進入方法...

如何在Discuz 7 0的邊欄新增廣告

關鍵字描述 新增 廣告 如何 可以 模組 選擇 html 這裡 1 開啟側邊欄 進入後台 工具 資料呼叫 點選邊欄下拉框中的全域性,然後選擇在啟用邊欄中選擇 是 2 新增模組 在當前頁面點選 lwww.cppcns.comdquo 模組指令碼 然後在下面列出來的模組中找到 自由 點選後面的新增 在頁...