- 積分
- 5068
- 威望
- 5068
- 金錢
- 2878
- 最後登錄
- 2024-10-30
|
1、移除话题图标,post模版找到下边代码后删除- <em id="icon" class="dropmenu" onclick="showMenu({'ctrlid':this.id})"><img id="icon_img" src="images/icons/{if $action == 'edit' && $thread[iconid]}{$_DCACHE['icons'][$thread[iconid]]}{else}icon1.gif{/if}" /></em>
複製代碼 2、分类移到标题前边,post模版找到下边代码- <!--{if $isfirstpost && $forum[threadtypes][types]}-->
- <div class="float_typeid">
- <select name="typeid" id="typeid">
- <option value="0">{lang types}</option>
- <!--{loop $forum[threadtypes][types] $typeid $name}-->
- <option value="$typeid"{if $thread['typeid'] == $typeid} selected="selected"{/if}>{echo strip_tags($name);}</option>
- <!--{/loop}-->
- </select>
- </div>
- <!--{/if}-->
複製代碼 移动到- <!--{if $action == 'reply' && !empty($addtrade) || $action == 'edit' && $thread['special'] == 2 && !$postinfo['first']}-->
複製代碼 代码的上边。 |
-
1
評分人數
-
|