為了適應不同欄目不同需求的評論,帝國CMS引入了多評論列表模板后,還引入了評論自定義字段,支持不同欄目不同評論樣式與選項。
自定義評論字段基本步驟:
1、增加評論表單所需字段。
2、修改評論模板加上字段表單元素及字段顯示變量。
3、完成。
·舉例說明:制作“簡單的餐館評分”
1、增加評論表單所需字段:
經過分析我們需要的字段如下:(字段標識:字段名)
口味評分:kwpf 服務評分:fwpf 環境評分:hjpf 性價評分:xjpf |
<table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td width="11%" height="23"> <div align="center"><strong>口味:</strong> <input type="radio" name="kwpf" value="1">一星 <input type="radio" name="kwpf" value="2">二星 <input type="radio" name="kwpf" value="3" checked>三星 <input type="radio" name="kwpf" value="4">四星 <input type="radio" name="kwpf" value="5">五星 </div></td> </tr> <tr> <td height="23"> <div align="center"><strong>服務:</strong> <input type="radio" name="fwpf" value="1">一星 <input type="radio" name="fwpf" value="2">二星 <input type="radio" name="fwpf" value="3" checked>三星 <input type="radio" name="fwpf" value="4">四星 <input type="radio" name="fwpf" value="5">五星 </div></td> </tr> <tr> <td height="23"> <div align="center"><strong>環境:</strong> <input type="radio" name="hjpf" value="1">一星 <input type="radio" name="hjpf" value="2">二星 <input type="radio" name="hjpf" value="3" checked>三星 <input type="radio" name="hjpf" value="4">四星 <input type="radio" name="hjpf" value="5">五星 </div></td> </tr> <tr> <td height="23"> <div align="center"><strong>性價:</strong> <input type="radio" name="xjpf" value="1">一星 <input type="radio" name="xjpf" value="2">二星 <input type="radio" name="xjpf" value="3" checked>三星 <input type="radio" name="xjpf" value="4">四星 <input type="radio" name="xjpf" value="5">五星 </div></td> </tr> </table> |
<table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td width="50%" height="23"><strong>口味:</strong><img src="[!--news.url--]e/data/images/[!--kwpf--]star.gif" border="0" align="absmiddle"></td> <td height="23"><strong>服務:<img src="[!--news.url--]e/data/images/[!--fwpf--]star.gif" border="0" align="absmiddle"></strong></td> </tr> <tr> <td height="23"><strong>環境:<img src="[!--news.url--]e/data/images/[!--hjpf--]star.gif" border="0" align="absmiddle"></strong></td> <td height="23"><strong>性價:<img src="[!--news.url--]e/data/images/[!--xjpf--]star.gif" border="0" align="absmiddle"></strong></td> </tr> </table> |
新聞熱點
疑難解答