1.进论坛后台,点需要设置的版块后面的“编辑”,其他》主题分类,启用主题分类:是,点击“添加分类”,输入分类名称点提交。
2.前台发帖的时候就可以选择设置好的主题分类了。
3.分类名称设置颜色可以在分类名称写如下代码(其他颜色自己翻译哦):
1.红色主题分类名称
1.蓝色主题分类名称
1.绿色主题分类名称
有的站长想连括号[]都设置颜色,那么需要对模板进行修改才可以,其实就是去掉了[]。
1.帖子查看页需要修改template/default/forum/viewthread.htm,如果不是模板需要把default换成模板目录名称
第188行
[{$_G['forum']['threadtypes']['types'][$_G['forum_thread']['typeid']]}]
[{$_G['forum']['threadtypes']['types'][$_G['forum_thread']['typeid']]}]
[{$_G['forum']['threadsorts']['types'][$_G['forum_thread']['sortid']]}]
$_G[forum_thread][subject]
修改为
{$_G['forum']['threadtypes']['types']
[$_G['forum_thread']['typeid']]}
{$_G['forum']['threadtypes']['types'][$_G['forum_thread']['typeid']]}
{$_G['forum']['threadsorts']['types'][$_G['fo
rum_thread']['sortid']]}
$_G[forum_thread][subject]
2.主题列表页需要修改source/module/forum/forum_forumdisplay.php,
第636行
$thread['typehtml'] = '['.$_G['forum']['threadtypes']['types'][$thread['typeid']].']';
修改为
1.$thread['typehtml'] = ''.$_G['forum']['threadtypes']['types'][$thread['typeid']].'';
3.主题分类的名称加上括号,这样就完美实现主题分类括号带颜色啦,如:
1.[红色主题分类名称]
此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!: