Home > CMS Tutorial > DEDECMS > body text

How to remove the partial module code display in DreamWeaver

藏色散人
Release: 2019-11-19 10:36:59
Original
1851 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!