discuz文件结构详解,discuz模板文件介绍

2019-02-17 21:58:23王振洲

模板文件篇:
| -- template -- default   系统内置风格模板(默认风格)
| -- template -- default  -- discuz_style_default.xml  风格安装文件,可用风格导出功能创建
| -- template -- default  -- preview.jpg  预览图
| -- template -- default  -- common 风格中的公共包含文件,内含css、htm模板文件
| -- template -- default  -- common  --  block_forumtree.htm  树形论坛版块分支js文件
| -- template -- default  -- common  --  block_thread.htm  特殊主题的风格模块文件
| -- template -- default  -- common  --  block_userinfo.htm  用户资料的风格模块,用于显示
| -- template -- default  -- common  --  common.css  公共CSS文件。
| -- template -- default  -- common  --  css_diy.htm  DIY面板的样式文件
| -- template -- default  -- common  --  editor.css  编辑器样式
| -- template -- default  -- common  --  editor.htm  编辑器模板文件
| -- template -- default  -- common  --  editor_menu.htm 编辑器菜单文件
| -- template -- default  -- common  --  faq.htm  帮助模板文件
| -- template -- default  -- common  --  footer.htm  系统总底部模板
| -- template -- default  -- common  --  footer_ajax.htm  ajax模式是使用到的系统总底部模板,ajax模式大部分为浮动框登录、注册、发帖等。
| -- template -- default  -- common  --  forum_calendar.css  广场社区使用到的日历日期样式
| -- template -- default  -- common  --  forum_moderator.css  版主管理面板样式
| -- template -- default  -- common  --  header.htm  系统总头部文件
| -- template -- default  -- common  --  header_ajax.htm  ajax模式时使用到的系统总头部文件
| -- template -- default  -- common  --  header_diy.htm  DIY面板模板文件
| -- template -- default  -- common  --  invite.htm  邀请好友模板文件
| -- template -- default  -- common  --  module.css  重要的样式文件,用于模块的拆分并生成相应的CSS样式。可以根据实际情况的需要,在module.css中写入只针对某个
| -- template -- default  -- common  --  preview.htm  预览的模版文件
| -- template -- default  -- common  --  report.htm  举报模板文件