목차
网友评论
[!--title--]" >评论:[!--title--]
[!--bname--]
文章评论
CMS 튜토리얼 엠파이어 CMS Empire cms에 댓글을 달는 방법

Empire cms에 댓글을 달는 방법

Jul 27, 2019 pm 05:55 PM
제국 cms

Empire cms에 댓글을 달는 방법

Empire CMS에 포함된 댓글 및 메시지 시스템 기능은 간단하게 스타일을 수정할 수 있습니다.

콘텐츠 페이지 댓글 수정:

1. 공개 템플릿-댓글 js 호출 템플릿

[!--empirenews.listtemp--] 
<div class="fb">
<ul>
<p class="fbtime"><span>[!--pltime--]</span> [!--username--]</p>
<p class="fbinfo">[!--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>
<form action="[!--news.url--]e/pl/doaction.php" method="post" name="saypl" id="saypl" onsubmit="return CheckPl(document.saypl)">
  <div id="plpost">
    <p class="saying"><span><a href="[!--news.url--]e/pl/?classid=[!--classid--]&id=[!--id--]">共有<script type="text/javascript" src="[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=2"></script>条评论</a></span>来说两句吧...</p>
    <p class="yname"><span>用户名:</span>
      <input name="username" type="text" class="inputText" id="username" value="" size="16" />
    </p>
    <p class="yzm"><span>验证码:</span>
      <input name="key" type="text" class="inputText" size="16" />
      <img  src="/static/imghw/default1.png"  data-src="[!--news.url--]e/ShowKey/?v=pl"  class="lazy"   align="absmiddle" name="plKeyImg" id="plKeyImg" onclick="plKeyImg.src=&#39;[!--news.url--]e/ShowKey/?v=pl&t=&#39;+Math.random()" title="看不清楚,点击刷新" / alt="Empire cms에 댓글을 달는 방법" > </p>
    <input name="nomember"  type="hidden" id="nomember" value="1" checked="checked" />
    <textarea name="saytext" rows="6" id="saytext"></textarea>
    <input name="imageField" type="submit" value="提交"/>
    <input name="id" type="hidden" id="id" value="[!--id--]" />
    <input name="classid" type="hidden" id="classid" value="[!--classid--]" />
    <input name="enews" type="hidden" id="enews" value="AddPl" />
    <input name="repid" type="hidden" id="repid" value="0" />
    <input type="hidden" name="ecmsfrom" value="[!--titleurl--]">
    </td>
  </div>
</form>
로그인 후 복사
.

3. 댓글 목록 템플릿 - 관리 댓글 템플릿

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[!--pagetitle--]</title>
<meta name="keywords" content="[!--pagekey--]" />
<meta name="description" content="[!--pagedes--]" />
<style type="text/css">
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 src="[!--news.url--]e/data/js/ajax.js"></script>
</head>
 
<body topmargin="0">
<article>
  <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
    <tr>
      <td><h1 id="网友评论">网友评论</h1></td>
      <td><div align="right"><a href="#tosaypl"><strong><font color="#FF0000">我也评两句</font></strong></a></div></td>
    </tr>
  </table>
  <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#222">
    <tr>
      <td height="2"></td>
    </tr>
  </table>
  <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
    <tr>
      <td height="42"><h2 id="评论-a-nbsp-href-titleurl-nbsp-target-blank-font-nbsp-color-e-a-e-title-font-a">评论:<a href="[!--titleurl--]" target="_blank"><font color="#1e3a9e">[!--title--]</font></a></h2></td>
      <td><div align="right"><a href="[!--titleurl--]" target="_blank">查看原文</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 width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
    <tr>
      <td height="30" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
          <tr>
            <td width="37%">   网友评论</td>
            <td width="63%"><div align="right">[!--listpage--]   </div></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td bgcolor="#f8fcff"> [!--empirenews.listtemp--]
        <table width="96%" border="0" align="center" cellpadding="3" cellspacing="1" style="word-break:break-all; word-wrap:break-all;">
          <tr>
            <td height="30"><span class="name">[!--username--]</span></td>
            <td><div align="right"><font color="#666666">[!--pltime--]</font></div></td>
          </tr>
          <tr valign="top">
            <td height="50" colspan="2" class="text">[!--pltext--]</td>
          </tr>
          <tr>
            <td height="30"> </td>
            <td><div align="right" class="re"><a href="#tosaypl"[!--includelink--]>回复</a>  <ahref="JavaScript:makeRequest(&#39;../pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=1&doajax=1&ajaxarea=zcpldiv[!--plid--]&#39;,&#39;EchoReturnedText&#39;,&#39;GET&#39;,&#39;&#39;);">支持</a>[<span id="zcpldiv[!--plid--]">[!--zcnum--]</span>]  <a href="JavaScript:makeRequest(&#39;../pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=0&doajax=1&ajaxarea=fdpldiv[!--plid--]&#39;,&#39;EchoReturnedText&#39;,&#39;GET&#39;,&#39;&#39;);">反对</a>[<span id="fdpldiv[!--plid--]">[!--fdnum--]</span>] </div></td>
          </tr>
        </table>
        <table width="100%" border="0" cellspacing="1" cellpadding="3">
          <tr>
            <td background="[!--news.url--]skin/default/images/plhrbg.gif"></td>
          </tr>
        </table>
        [!--empirenews.listtemp--]
        <div align="right"><br />
          [!--listpage--]   <br />
          <br />
          <font color="#FF0000">网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述   </font><br>
          <br>
        </div></td>
    </tr>
    <script>
  function CheckPl(obj)
  {
      if(obj.saytext.value=="")
      {
          alert("错误,评论不能为空");
          obj.saytext.focus();
          return false;
      }
      return true;
  }
  </script>
    <form action="../pl/doaction.php" method="post" name="saypl" id="saypl" onsubmit="return CheckPl(document.saypl)">
      <tr id="tosaypl">
        <td bgcolor="#f8fcff"><table width="100%" border="0" cellspacing="1" cellpadding="3">
            <tr>
              <td valign="middle">用户名:
                <input name="username" type="text" id="username" size="12" value="[!--lusername--]"/>
                 
                <!--密码: 
            <input name="password" type="password" id="password" size="12" value="[!--lpassword--]" />--></td>
            </tr>
            <tr>
              <td> 验证码:
                <input name="key" type="text" id="key" size="6" />
                <img  src="/static/imghw/default1.png"  data-src="[!--key.url--]"  class="lazy"   align="middle" name="plKeyImg" id="plKeyImg" onclick="plKeyImg.src=&#39;[!--news.url--]e/ShowKey/?v=pl&t=&#39;+Math.random()" title="看不清楚,点击刷新" / alt="Empire cms에 댓글을 달는 방법" >          </td>
            </tr>
          </table></td>
      </tr>
      <tr>
        <td bgcolor="#f8fcff"><table width="100%" border="0" cellspacing="1" cellpadding="3" class="retext">
            <tr>
              <td width="78%"><div align="center">
                  <textarea name="saytext" cols="58" rows="6" id="saytext"></textarea>
                </div></td>
              <td width="22%" rowspan="2"><div align="center">
                  <input name="nomember" type="checkbox" id="nomember" value="1" checked="checked" />
                  匿名发表<br>
                  <br />
                  <input name="imageField" type="submit" id="imageField" value=" 提 交 " />
                </div></td>
            </tr>
            <tr>
              <td><div align="center"> 
                  <script src="[!--news.url--]d/js/js/plface.js"></script> 
                </div></td>
            </tr>
          </table></td>
      </tr>
      <input name="id" type="hidden" id="id" value="[!--id--]" />
      <input name="classid" type="hidden" id="classid" value="[!--classid--]" />
      <input name="enews" type="hidden" id="enews" value="AddPl" />
      <input name="repid" type="hidden" id="repid" value="0" />
    </form>
  </table>
</article>
</body>
</html>
로그인 후 복사

4. 게시판 위치 : 공개 템플릿 - 게시판

아바타 이미지는 /e/tool/images/

<!doctype html>
<html>
<head>
<meta charset="gbk">
<title>[!--bname--]</title>
<meta name="keywords" content="[!--pagekey--]" />
<meta name="description" content="    [!--pagedes--]" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="[!--news.url--]skin/jxhx/css/base.css" rel="stylesheet">
<link href="[!--news.url--]skin/jxhx/css/m.css" rel="stylesheet">
<script src="[!--news.url--]skin/jxhx/js/jquery-1.8.3.min.js" ></script>
<script src="[!--news.url--]skin/jxhx/js/comm.js"></script>
<!--[if lt IE 9]>
<script src="[!--news.url--]skin/jxhx/js/modernizr.js"></script>
<![endif]-->
</head>
<body>
[!--temp.header--]
<article>
  <div class="whitebg">
    <h2 id="bname">[!--bname--]</h2>
    <div class="news_infos m20">
      <div class="gbox">
        <form action="../../enews/index.php" method="post" name="form1" id="form1">
          <p> <strong>来说点儿什么吧...</strong></p>
          <p><span> 您的姓名:</span>
            <input name="name" type="text" id="name" />
            *</p>
          <input name="email" type="hidden" id="email" value="admin@qq.com"  />
          <p><span>选择头像:</span> *</p>
          <p> <i>
            <input type="radio" value= "../images/txEmpire cms에 댓글을 달는 방법" id= "1" name="mycall" style="display:none" selected>
            <img  src="/static/imghw/default1.png"  data-src="../images/tx2.jpg"  class="lazy"  id="a"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx2.jpg" id= "2" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx2.jpg"  class="lazy"  id="b"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx3.jpg" id= "3" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx3.jpg"  class="lazy"  id="c"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx4.jpg" id= "4" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx4.jpg "  class="lazy"  id="d"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx5.jpg" id= "5" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx5.jpg"  class="lazy"  id="e"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx6.jpg" id= "6" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx6.jpg"  class="lazy"  id="f"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx7.jpg" id= "7" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx7.jpg"  class="lazy"  id="g"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> <i>
            <input type="radio" value= "../images/tx8.jpg" id= "8" name="mycall" style="display:none">
            <img  src="/static/imghw/default1.png"  data-src="../images/tx8.jpg"  class="lazy"  id="h"  onclick="myFun(this.id)" alt="Empire cms에 댓글을 달는 방법" ></i> </p>
          <p><span class="tnr">留言内容:</span>
            <textarea name="lytext" cols="60" rows="12" id="lytext"></textarea>
          </p>
          <p>
            <input type="submit" name="Submit3" value="提交" />
            <input name="enews" type="hidden" id="enews" value="AddGbook" />
                  <input name="bid" type="hidden" value="1" />
          </p>
        </form>
      </div>
      [!--empirenews.listtemp--]
      <div class="fb">
        <ul>
          <span class="tximg"><img  src="/static/imghw/default1.png"  data-src="[!--mycall--]"  class="lazy"   alt="Empire cms에 댓글을 달는 방법" ></span>
          <p class="fbtime"><span>
            <?=format_datetime($r[lytime],&#39;Y-m-d&#39;)?>
            </span> [!--name--]</p>
          <p class="fbinfo">[!--lytext--]</p>
        </ul>
      </div>
      [!--start.regbook--]
      <div class="hf">
        <ul>
          <p class="zzhf"><font color="#FF0000">站长回复:</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 class="clear"></div>
[!--temp.footer--]
</body>
</html>
로그인 후 복사

에 저장됩니다. 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/txEmpire cms에 댓글을 달는 방법) no-repeat top 20px left 10px; }
로그인 후 복사

Empire cms에 댓글을 달는 방법

6에 저장되어 있습니다. 압축된 패키지를 다운로드하여 /e로 전송합니다. /tool/images/ (디렉토리가 없으면 디렉토리 생성)

7. 콘텐츠 템플릿 수정

<div class="whitebg gbook">
  <h2 id="文章评论">文章评论</h2>
  <ul>
<script src="[!--news.url--]e/pl/more/?classid=[!--classid--]&id=[!--id--]&num=20"></script>
[!--temp.pl--]
  </ul>
</div>
로그인 후 복사

8. 수정 후 콘텐츠 페이지와 동적 페이지를 새로 고칩니다.

추천: Empire cms 웹사이트 구축 튜토리얼

위 내용은 Empire cms에 댓글을 달는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

메모장++7.3.1

메모장++7.3.1

사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

Empire CMS 모바일 버전의 설정은 어디에 있나요? Empire CMS 모바일 버전의 설정은 어디에 있나요? Apr 17, 2024 pm 12:12 PM

Empire CMS의 모바일 설정은 "템플릿 관리" 모듈의 "모바일 템플릿"에 있습니다. 구체적인 단계에는 템플릿 활성화, 애플리케이션 채널 선택, 템플릿 콘텐츠 편집 및 설정 저장이 포함됩니다.

Imperial cms 웹사이트 지도는 어디에 있나요? Imperial cms 웹사이트 지도는 어디에 있나요? Apr 17, 2024 am 10:48 AM

Empire CMS 사이트맵은 config.inc.php 파일에 접속하여 dositemap 설정을 확인하면 찾을 수 있습니다. "on"으로 설정하면 사이트맵이 활성화됩니다. 사이트맵 경로는 sitemapurl 설정에 있으며 브라우저를 통해 액세스하거나 FTP를 통해 다운로드할 수 있습니다.

쉽게 사용할 수 있도록 Empire cms 템플릿 파일을 어디에 배치할 수 있나요? 쉽게 사용할 수 있도록 Empire cms 템플릿 파일을 어디에 배치할 수 있나요? Apr 17, 2024 am 07:22 AM

Empire CMS 템플릿 파일의 이상적인 위치는 /e/template/default/skin/default/입니다. 둘째, /e/data/skins/ 및 /e/skin/에도 배치할 수 있습니다. 폴더 구조를 유지하고 파일 권한을 설정합니다.

Empire cms 데이터베이스 구성 파일을 찾을 수 있는 위치 Empire cms 데이터베이스 구성 파일을 찾을 수 있는 위치 Apr 17, 2024 am 06:42 AM

Imperial CMS 데이터베이스 구성 파일은 웹사이트 루트 디렉터리 e/config/db.inc.php에 있습니다. 여기에는 다음 구성 정보가 포함되어 있습니다: $dbhost: 데이터베이스 서버 주소 $dbuser: 데이터베이스 사용자 이름 $dbpass: 데이터베이스 비밀번호 $dbname: 데이터베이스 이름 $dbport :데이터베이스 포트 $dbcharset: 데이터베이스 문자 집합

Empire CMS의 자동 게시 인터페이스는 어디에 있나요? Empire CMS의 자동 게시 인터페이스는 어디에 있나요? Apr 17, 2024 am 09:03 AM

Empire CMS의 자동 게시 인터페이스는 /e/api/web/postinfo.php에 있습니다. 사용 단계는 다음과 같습니다. /e/api/web/postinfo.php 주소를 방문하고 HTTP POST를 사용하여 기사 제목을 제출합니다. 열 ID, 카테고리 ID, 작성자 및 기사 콘텐츠 및 기타 데이터 인터페이스는 게시 결과와 기사 ID가 포함된 JSON 형식의 응답을 반환합니다.

Imperial cms 리소스 네트워크 템플릿은 어디에 있습니까? Imperial cms 리소스 네트워크 템플릿은 어디에 있습니까? Apr 17, 2024 am 10:00 AM

Empire CMS 템플릿 다운로드 위치: 공식 템플릿 다운로드: https://www.phome.net/template/ 타사 템플릿 웹사이트: https://www.dedecms.com/diy/https://www.0978.com. cn /https://www.jiaocheng.com/설치 방법: 템플릿 다운로드 템플릿 압축 풀기 템플릿 업로드 템플릿 선택

Imperial CMS용 Baidu 활성 푸시 플러그인은 어디에 있습니까? Imperial CMS용 Baidu 활성 푸시 플러그인은 어디에 있습니까? Apr 17, 2024 am 11:00 AM

Imperial cms Baidu 활성 푸시 플러그인은 루트 디렉터리 /e/api/baidu/push.php에 있습니다. 구체적인 구성 단계는 다음과 같습니다. 1. 플러그인 파일을 지정된 경로에 업로드합니다. 2. 푸시 주소, API 키 및 푸시 간격을 포함하여 Imperial CMS 백그라운드에서 "Baidu Active Push" 옵션을 구성합니다. 3. Baidu 푸시 정보 획득: 푸시 주소: https://data.zz.baidu.com/urls?site=YOUR_SITE&token=YOUR_API_KEY, API 키: Baidu 검색 리소스 플랫폼에 로그인하여 획득합니다. 4. API 키를 정기적으로 업데이트하고 적절한 푸시 간격을 설정하세요.

Empire cms는 무료인가요? Empire cms는 무료인가요? Apr 17, 2024 am 11:24 AM

예, Empire CMS는 무료 오픈 소스 콘텐츠 관리 시스템(CMS)입니다. 기능이 풍부하고 사용하기 쉬운 경량 CMS입니다. Empire CMS는 GNU General Public License(GPL)에 따라 라이센스가 부여되었습니다. 즉, 무료로 다운로드, 설치 및 사용할 수 있습니다. 상업적 용도의 경우 광고 관리, 온라인 결제, 프리미엄 기술 지원과 같은 추가 기능과 지원을 제공하는 유료 버전을 제공합니다.

See all articles