Like..." in the template file; and then delete the Just a code snippet."/> Like..." in the template file; and then delete the Just a code snippet.">

Home  >  Article  >  CMS Tutorial  >  How to remove the partial module code display in DreamWeaver

How to remove the partial module code display in DreamWeaver

藏色散人
藏色散人Original
2019-11-19 10:36:591842browse

How to remove the partial module code display in DreamWeaver

How to remove the partial module code display of Dreamweaver?

Dreamweaver DEDECMS removes the modification method of the module code display of the top and bottom parts

Recommended learning: dedecms tutorial

Remove the top and bottom part of the module How to modify the code display:

Find the template directory:

Find the following code comment in the template file or delete it:

<div > 
    <div class="diggbox digg_good" onmousemove="this.style.backgroundPosition=&#39;left bottom&#39;;" 
onmou优化ut="this.style.backgroundPosition=&#39;left top&#39;;" onclick="javascript:postDigg(&#39;good&#39;,{dede:field.id/})"> 
     <div class="digg_act">顶一下</div> 
     <div class="digg_num">({dede:field.goodpost/})</div> 
     <div class="digg_percent"> 
      <div class="digg_percent_bar"><span style="width:{dede:field.goodper/}%"></span></div> 
      <div class="digg_percent_num">{dede:field.goodper/}%</div> 
     </div> 
    </div> 
    <div class="diggbox digg_bad" onmousemove="this.style.backgroundPosition=&#39;right bottom&#39;;" 
onmou优化ut="this.style.backgroundPosition=&#39;right top&#39;;" onclick="javascript:postDigg(&#39;bad&#39;,{dede:field.id/})"> 
     <div class="digg_act">踩一下</div> 
     <div class="digg_num">({dede:field.badpost/})</div> 
     <div class="digg_percent"> 
      <div class="digg_percent_bar"><span style="width:{dede:field.badper/}%"></span></div> 
      <div class="digg_percent_num">{dede:field.badper/}%</div> 
     </div> 
    </div> 
   </div> 
<script language="javascript" type="text/javascript">getDigg({dede:field.id/});</script>

The above is the detailed content of How to remove the partial module code display in DreamWeaver. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn