返回列表 發帖

Discuz 5.0的美化論壇簡介

discuz.htm 找
代碼 :     
  1. <!--{if $forum[todayposts]}--><span class="todayposts">($forum[todayposts])</span><!--{/if}-->
  2.                                 <br><span class="smalltxt">$forum['description']
複製代碼

改成
代碼 :
  1. <fieldset><legend align="left"><FONT color=#ffab00>論</FONT><FONT color=#ff7200>壇</FONT><FONT color=#ff3900>簡</FONT><FONT color=#ff0000>介</FONT></legend><!--{if $forum['description']}-->$forum[description]<!--{else}-->暫未提供簡介 <!--{/if}--></fieldset>
複製代碼


如需在無簡介之版塊不顯示任何文字,則取代為
代碼 :  
  1. <!--{if $forum['description']}--><fieldset><legend align="left"><FONT color=#ffab00>論</FONT><FONT color=#ff7200>壇</FONT><FONT color=#ff3900>簡</FONT><FONT color=#ff0000>介</FONT></legend>$forum[description]< /fieldset><!--{/if}-->
複製代碼

返回列表