SPB-应用管理-论坛管理

来自站长百科
跳转至: 导航、​ 搜索

导航: 上一页

论坛的管理分为11部分

1. web/spacebuilder.config中的相关配置

  <!-- Forums Configuration -->
    <Forum
        defaultTheme = "Default"
        enableThemes = "true"
        enableSkinCache = "true"
        enableThreadStatus = "true"
        postsPerPage = "15"
        threadsPerPage = "20"
        enableForumsRSS = "true"
        enableAttachments = "true"
        inlinedImageWidth = "500"
        inlinedImageHeight = "-1"
        maxLengthPerReply="3000"
        maxAttachmentsPerPost = "5">
        <AttachmentSettings
            enableWatermark="false"
            fileSystemStorageLocation="~/Uploads/Forums"
            extensions = "zip,rar,pdf,cab,jpg,gif,png,mpg,mpeg,avi,wmv,wma,mp3,ra,rar,rm,sql,txt,ppt,doc"
            maxAttachmentSize="10240" />
    </Forum>

属性的解释

  • defaultTheme: 设置论坛默认皮肤;
  • enableThemes: 是否启用论坛皮肤机制
  • enableSkinCache: 是否缓存皮肤
  • postsPerPage: 论坛主题的每页回复数
  • threadsPerPage: 主题列表每页主题数
  • enableForumsRSS: 是否允许论坛启用Rss
  • enableAttachments: 是否允许论坛上传附件
  • inlinedImageWidth,inlinedImageHeight: 图片在页面中显示的最大宽度和高度
  • maxLengthPerReply: 论坛回复最大字数限制
  • maxAttachmentsPerPost: 每个主题最多上传附件数
  • AttachmentSettings: 中有些属性需要注意:
  • fileSystemStorageLocation: 活动中的附件(活动图片)存放的物理路径
  • EnableWatermark: 是否启用水印
  • maxAttachmentSize: 单个图片附件的大小
  • extensions: 允许上传的附件的后缀

2. 更新统计和设置论坛是否启用:[后台管理] ->[设置]->应用管理 中的论坛

3. 站点后台管理:[后台管理] – 论坛

4. 权限的控制: [后台管理] ->[管理]->[权限设置]-> [论坛]

5. 审核的控制: [后台管理] ->[管理]->[审核设置]->[论坛]

6. 积分设置: [后台管理] ->[管理]->[积分设置]->[论坛相关]

7. 动态设置: [后台管理] ->[管理]->[动态设置]

8. 通知设置: [后台管理] ->[管理]->[通知设置]

9. 重建索引: [后台管理] ->[管理]->[站点管理]-> [重建索引]-> [博客、相册、文件、网摘、论坛、资讯索引]

10. 清空缓存: [后台管理] ->[管理]->[站点管理]->[清空缓存]->[论坛]【清除缓存】

11. 管理员推荐: [后台管理] ->[推荐]


参考资料[ ]