Discuz! 代码(编辑器网盘开发)
[HTML] ı鿴 ƴ <div style="position: relative; width: 760px; height: 130px;">
<img src="/static/image/common/xztubiao.png" alt="点此下载" width="760" height="130" border="0" />
<a href="{1}" target="_blank"><span style="color:#FF0000; position: absolute; top: 30%; left: 72%;">网盘下载</a></span>
<span style="color:#eee; position: absolute; top: 50%; left: 70%;"><font size="2">解压密码:{2}</font></span>
</div>
<div style="float:right;">
<a href="/forum.php?mod=viewthread&tid=17&page=&extra=#pid147217" target="_blank"><font size="2" color=#FF0000>失效报错</font></a> |
<a href="/forum.php?mod=viewthread&tid=1789" target="_blank"><font size="2" color=#FF0000>协同创作</font></a> |
<a href="#" target="_blank"><font size="2" color=#FF0000>开通会员</font></a>
</div>
子版块 这几个文字怎么改
1、直接后台forumdisplay_subforum中改掉代码,但是这种不会变化是死的;2、调用上级版块的名称代码 <!--{$_G['forum']['name']}-->即可。
修改列表页发表时间/作者字眼等
template/XXXX/forum/forumdisplay_list.htm/41行
[HTML] ı鿴 ƴ <td class="by"><!--隐藏作者{lang author}--></td>
<td class="num"><!--隐藏回复查看{lang replies}--></td>
<td class="by">{lang author}/<a href="/forum.php?mod=viewthread&tid=1789" target="_blank">申请权限</a></td><!--隐藏最后发表修改为作者{lang lastpost}-->
修改列表页发表时间/作者调用等/222行
[HTML] ı鿴 ƴ <em><span{if $thread['istoday']} class="xi1"{/if}><!--隐藏作者发表日期$thread[dateline]--></span></em>
</td>
<td class="num"><a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" class="xi2"><!--隐藏回复量$thread[allreplies]--></a><em><!--{if $thread['isgroup'] != 1}--><!--隐藏浏览量$thread[views]--><!--{else}-->{$groupnames[$thread[tid]][views]}<!--{/if}--></em></td>
<td class="by">
<cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}home.php?mod=space&username=$thread[lastposterenc]{else}forum.php?mod=viewthread&tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}" c="1">$thread[lastposter]</a><!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
<em><a href="{if $thread[digest] != -2 && !$thread[ordertype]}forum.php?mod=redirect&tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}forum.php?mod=viewthread&tid=$thread[tid]{if !$thread[ordertype]}&page={echo max(1, $thread[pages]);}{/if}{/if}"><!--隐藏最后发表时间$thread[lastpost]--></a></em>
</td>
</tr>
第217行
[AppleScript] ı鿴 ƴ <!--{if $thread['authorid'] && $thread['author']}-->
<a href="home.php?mod=space&uid=$thread[authorid]" c="1"{if $groupcolor[$thread[authorid]]} style="color: $groupcolor[$thread[authorid]];"{/if}><!--$thread[author]--></a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]]<!--{/if}-->
<!--{else}-->
其他
|