帝國cms評論怎么做

帝國cms評論怎么做

帝國cms自帶的評論和留言系統(tǒng)的功能上,簡單修改一下它的樣式就可以了。

修改內(nèi)容頁評論:

1、公共模板-評論JS調(diào)用模板

[!--empirenews.listtemp--]? <div> <ul> <p><span>[!--pltime--]</span>?[!--username--]</p> <p>[!--pltext--]</p> </ul> </div> [!--empirenews.listtemp--]

2、公共模板變量-管理公共模板-[!–temp.pl–]?找到評論表單

<script>           function CheckPl(obj)           {           if(obj.saytext.value=="")           {           alert("您沒什么話要說嗎?");           obj.saytext.focus();           return false;           }           return true;           }           </script>
??

????

共有<script></script>條評論來說兩句吧…

????

用戶名: ?????? ????

????

驗(yàn)證碼: ?????? ??????@@##@@?

???? ???? ???? ???? ???? ???? ???? ???? ???? ??

3、評論列表模板 -管理評論模板

nbsp;html?PUBLIC?"-//W3C//DTD?HTML?4.01?Transitional//EN"&gt;   <meta><meta><title>[!--pagetitle--]</title><meta><meta><style> article { width: 800px; margin: auto } <!-- body, Table { color: #222; font-size: 12px; } a { color: #222; text-decoration: none; } a:hover { color: #f00; text-decoration: underline; } h1 { font-size: 32px; font-weight: bold; } h2 { color: #1e3a9e; font-size: 25px; font-weight: bold; } .you { color: #1f3a87; font-size: 14px; } .text { font-size: 14px; padding-left: 5px; padding-right: 5px; line-height: 20px } .re a { color: #1f3a87; } .name { color: #1f3a87; } .name a { color: #1f3a87; text-decoration: underline; } .retext { background-color: #f3f3f3; width: 100%; float: left; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid #ccc; } .retext textarea { width: 90%; height: 130px; float: left; margin-left: 10px; border-top-style: inset; border-top-width: 2px; border-left-style: inset; border-left-width: 2px; } .hrLine { BORDER-BOTTOM: #807d76 1px dotted; } .ecomment { margin: 0; padding: 0; } .ecomment { margin-bottom: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; background: #FFFFEE; padding: 3px; border: solid 1px #999; } .ecommentauthor { float: left; color: #F96; font-weight: bold; } .ecommenttext { clear: left; margin: 0; padding: 0; } --> @media only screen and (max-width: 800px) { article { width: 100% } } </style><script></script> ?  <article> ??<table> ????<tr> ??????<td><h1>網(wǎng)友評論</h1></td> ??????<td><div><a><strong><font>我也評兩句</font></strong></a></div></td> ????</tr> ??</table> ??<table> ????<tr> ??????<td></td> ????</tr> ??</table> ??<table> ????<tr> ??????<td><h2>評論:<a><font>[!--title--]</font></a> </h2></td> ??????<td><div><a>查看原文</a></div></td> ????</tr> ??</table> ??<!-- <hr align="center" width="100%" size=1 class=hrline> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#384EA3">   <form action="../enews/index.php" method="post" name="infopfenform">     <input type="hidden" name="enews" value="AddInfoPfen" />     <input type="hidden" name="classid" value="[!--classid--]" />     <input type="hidden" name="id" value="[!--id--]" />     <tr>        <td width="50%" height="27" valign="middle"><font color="#FFFFFF"> 評分:          <input type="radio" name="fen" value="1">         1分          <input type="radio" name="fen" value="2">         2分          <input name="fen" type="radio" value="3" checked>         3分          <input type="radio" name="fen" value="4">         4分          <input type="radio" name="fen" value="5">         5分          <input type="submit" name="Submit" value="提交">         </font></td>       <td width="50%" valign="middle"><div align="center"><font color="#FFFFFF">平均得分:            <strong><span id="pfendiv">[!--pinfopfen--]</span></strong> 分,共有 <strong>[!--infopfennum--]</strong>            人參與評分</font></div></td>     </tr>   </form> </table> --> ??<table> ????<tr> ??????<td><table> ??????????<tr> ????????????<td>???網(wǎng)友評論</td> ????????????<td><div>[!--listpage--]???</div></td> ??????????</tr> ????????</table></td> ????</tr> ????<tr> ??????<td>?[!--empirenews.listtemp--] ????????<table> ??????????<tr> ????????????<td><span>[!--username--]</span></td> ????????????<td><div><font>[!--pltime--]</font></div></td> ??????????</tr> ??????????<tr> ????????????<td>[!--pltext--]</td> ??????????</tr> ??????????<tr> ????????????<td>?</td> ????????????<td><div> <a>回復(fù)</a>??<ahref>支持[<span>[!--zcnum--]</span>]??<a>反對</a>[<span>[!--fdnum--]</span>]?</ahref> </div></td> ??????????</tr> ????????</table> ????????<table> ??????????<tr> ????????????<td></td> ??????????</tr> ????????</table> ????????[!--empirenews.listtemp--] ????????<div> <br> ??????????[!--listpage--]???<br> ??????????<br> ??????????<font>網(wǎng)友評論僅供網(wǎng)友表達(dá)個(gè)人看法,并不表明本站同意其觀點(diǎn)或證實(shí)其描述???</font><br> ??????????<br> ????????</div> </td> ????</tr> ????<script>   function CheckPl(obj)   {       if(obj.saytext.value=="")       {           alert("錯(cuò)誤,評論不能為空");           obj.saytext.focus();           return false;       }       return true;   }   </script> ????<form> ??????<tr> ????????<td><table> ????????????<tr> ??????????????<td>用戶名: ????????????????<input> ????????????????? ????????????????<!--密碼:              <input name="password" type="password" id="password" size="12" value="[!--lpassword--]" />--> </td> ????????????</tr> ????????????<tr> ??????????????<td>?驗(yàn)證碼: ????????????????<input> ????????????????@@##@@??????????</td> ????????????</tr> ??????????</table></td> ??????</tr> ??????<tr> ????????<td><table> ????????????<tr> ??????????????<td><div> ??????????????????<textarea></textarea> ????????????????</div></td> ??????????????<td><div> ??????????????????<input> ??????????????????匿名發(fā)表<br> ??????????????????<br> ??????????????????<input> ????????????????</div></td> ????????????</tr> ????????????<tr> ??????????????<td><div>? ??????????????????<script></script>? ????????????????</div></td> ????????????</tr> ??????????</table></td> ??????</tr> ??????<input> ??????<input> ??????<input> ??????<input> ????</form> ??</table></article>

4、留言板? 位置在:公共模板-留言板

? ? ??頭像圖片存放在/e/tool/images/

nbsp;html&gt;   <meta><title>[!--bname--]</title><meta><meta><meta><link><link><script></script><script></script><!--[if lt IE 9]> <script src="[!--news.url--]skin/jxhx/js/modernizr.js"></script> <![endif]--> [!--temp.header--] <article> ??<div> ????<h2>[!--bname--]</h2> ????<div> ??????<div> ????????<form> ??????????<p>?<strong>來說點(diǎn)兒什么吧...</strong></p> ??????????<p><span>?您的姓名:</span> ????????????<input> ????????????*</p> ??????????<input> ??????????<p><span>選擇頭像:</span>?*</p> ??????????<p>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?<i> ????????????<input> ????????????@@##@@</i>?</p> ??????????<p><span>留言內(nèi)容:</span> ????????????<textarea></textarea> ??????????</p> ??????????<p> ????????????<input> ????????????<input> ??????????????????<input> ??????????</p> ????????</form> ??????</div> ??????[!--empirenews.listtemp--] ??????<div> ????????<ul> ??????????<span>@@##@@</span> ??????????<p><span> ????????????=format_datetime($r[lytime],'Y-m-d')?&gt; ????????????</span>?[!--name--]</p> ??????????<p>[!--lytext--]</p> ????????</ul> ??????</div> ??????[!--start.regbook--] ??????<div> ????????<ul> ??????????<p><font>站長回復(fù):</font>[!--retext--]</p> ????????</ul> ??????</div> ??????[!--end.regbook--]? ??????? ??????[!--empirenews.listtemp--]? ??????<script>   function myFun(sId) {       var oImg = document.getElementsByTagName(&#39;img&#39;);       for (var i = 0; i < oImg.length; i++) {       if (oImg[i].id == sId) {         oImg[i].previousSibling.previousSibling.checked = true;         oImg[i].style.opacity = &#39;1&#39;;       } else {         oImg[i].style.opacity = &#39;.8&#39;;         }     }   } </script>? ????</div> ????<!--newsinfo end-->? ????? ??</div> </article><div></div> [!--temp.footer--]  

5、css 增加以下css,jxhx的路徑在 /skin/jxhx/css/base.css

/* 以下圖片存放在skin/html/images??*/

.saying?{?line-height:?30px;?color:?#a9a6a6;?} .saying?span?{?float:?right?} .saying?span?a?{?color:?#de1513;?} img#plKeyImg?{?display:?inline-block;?} .yname?{?margin:?10px?10px?10px?0?} .yname?span,?.yzm?span?{?padding-right:?10px;?} .yzm?{?margin:?0?10px?10px?0?} .gbox?input[type="submit"]?{?display:?block;?background:?#303030;?color:?#fff;?border:?0;?line-height:?30px;?padding:?0?20px;?border-radius:?5px;?float:?right;?} #plpost?textarea#saytext?{?width:?100%;?} #plpost?input[type="submit"]?{?display:?block;?background:?#040404;?color:?#fff;?border:?0;?line-height:?30px;?padding:?0?20px;?border-radius:?5px;?float:?right;?} .gbox?{?padding:?0;?overflow:?hidden;?} .gbox?p?{?margin-bottom:?10px;?overflow:?hidden;?} p.fbtime?{?color:?#000;?} .fbtime?span?{?float:?right;?color:?#999;?font-size:?12px;?overflow:?hidden;?white-space:?nowrap;?} p.fbinfo?{?margin:?10px?0;?} .fb?ul?{?margin:?10px?0;?padding:?20px?10px;?border-bottom:?#ececec?1px?solid;?} span.tximg?{?display:?block;?float:?left;?margin-right:?10px;?} .gbox?i?{?display:?block;?float:?left;?margin-right:?10px;?} .gbox?i?input?{?margin:?10px?auto;?display:?block;?} .hf?ul?{?padding:?10px?10px;?background:?#f9f9f9;?} .hf?{?padding-bottom:?20px;?border-bottom:?#dedddd?1px?dashed;?} textarea#lytext?{?width:?99%;?} .gbox?input[type="submit"]?{?display:?block;?background:?#040404;?color:?#fff;?border:?0;?line-height:?30px;?padding:?0?20px;?border-radius:?5px;?float:?right;?} .ecomment?{?border:?#dedcdc?1px?solid;?padding:?10px;?margin-bottom:?10px;?} span.ecommentauthor?{?color:?#b5b5b5;?font-size:?14px;?margin-bottom:?5px;?display:?block;?} .gbook?.fb?ul?{?margin:?10px?10px;?padding:?10px?10px?10px?70px;?border-bottom:?#ececec?1px?solid;?} .gbook?.fb:nth-child(8n-7)?ul?{?background:?url(../../../e/tool/images/tx10.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-6)?ul?{?background:?url(../../../e/tool/images/tx9.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-5)?ul?{?background:?url(../../../e/tool/images/tx8.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-4)?ul?{?background:?url(../../../e/tool/images/tx7.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-3)?ul?{?background:?url(../../../e/tool/images/tx6.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-2)?ul?{?background:?url(../../../e/tool/images/tx5.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n-1)?ul?{?background:?url(../../../e/tool/images/tx4.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:nth-child(8n)?ul?{?background:?url(../../../e/tool/mages/tx3.jpg)?no-repeat?top?20px?left10px;?} .gbook?.fb:first-child?ul?{?background:?url(../../../e/tool/images/tx2.jpg)?no-repeat?top?20px?left?10px;?} .gbook?.fb:last-child?ul?{?background:?url(../../../e/tool/images/tx1.jpg)?no-repeat?top?20px?left?10px;?}

帝國cms評論怎么做

6、將壓縮包下載,分別傳到/e/tool/images/? ?(沒有目錄就創(chuàng)建目錄)

7、修改內(nèi)容模板

<div> ??<h2>文章評論</h2> ??<ul> <script></script> [!--temp.pl--] ??</ul> </div>

8、修改完以后,刷新內(nèi)容頁,動(dòng)態(tài)頁面。

推薦:帝國cms建站教程

帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做帝國cms評論怎么做

以上就是

? 版權(quán)聲明
THE END
喜歡就支持一下吧
點(diǎn)贊11 分享