发新话题
打印

[求解] lightbox,阅读数均无效了?求助!

本主题由 washun 于 2008-6-12 19:04 移动

lightbox,阅读数均无效了?求助!

情况见http://blog.siegid.cn
之前还好好的
忘记修改了DEFAULT那里的代码 日志READ数 还有LIGHTBOX均没有了
求助高手!!

TOP

这个似乎也是主题模板的原因,跟插件编程关系不大

TOP

改出错了?
恢复回去
ZIPPO广州实体店-全场4折起,售后7天包退换。
支持Z-blog,谴责篡改&去除版权标记的可耻行为
------------------------------------------------------------------------------------------
新手请多看应用教程区Z-wiki,或站内搜索寻找答案
1、Z-blog主题修改助手   2、默认模板右侧栏目代码注释       3、默认CSS样式的注释     
4、Z-BLOG使用小贴士收集         5、Z-Blog模板标签库及相关说明   6、加广告请搜索gg/google/广告

TOP

不是主题的关系 昨天还好好的

还有 不知道是改了什么地方 所以不知道改恢复到哪步啊

TOP

有没人,请帮我看下DEFAULT。HTML的代码有没什么问题吧

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<#ZC_BLOG_LANGUAGE#>" lang="<#ZC_BLOG_LANGUAGE#>">
<head>   
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta http-equiv="Content-Language" content="<#ZC_BLOG_LANGUAGE#>" />
        <!-- <link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/style/<#ZC_BLOG_CSS#>.css" type="text/css" media="screen" /> -->
        <link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/source/style.css.asp" type="text/css" media="screen" />
        <link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>css/print.css" type="text/css" media="print" />
        <link rel="alternate" type="application/rss+xml" href="<#ZC_BLOG_HOST#>rss.xml" title="<#ZC_BLOG_TITLE#>" />
        <link rel="alternate" type="application/atom+xml" href="<#ZC_BLOG_HOST#>atom.xml" title="<#ZC_BLOG_TITLE#>" />
        <script language="JavaScript" src="<#ZC_BLOG_HOST#>script/common.js" type="text/javascript"></script>
        <title><#ZC_BLOG_TITLE#><#ZC_MSG044#><#ZC_BLOG_SUBTITLE#></title>
</head>
<body class="multi default">
<script language="JavaScript" type="text/javascript">
        var str00="<#ZC_BLOG_HOST#>";
        var str01="<#ZC_MSG033#>";
        var str02="<#ZC_MSG034#>";
        var str03="<#ZC_MSG035#>";
        var str06="<#ZC_MSG057#>";
        var intMaxLen="<#ZC_CONTENT_MAX#>";
        var strBatchView="";
        var strBatchInculde="";
        var strBatchCount="";
</script>
<div id="divAll">
        <div id="divPage">
        <div id="divMiddle">
                        <div id="divTop">
          <img src="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/style/weiwei/top.jpg" usemap="#Map">
<map name="Map"><area shape="poly" coords="27,82" href="<#ZC_BLOG_HOST#>"><area shape="poly" coords="28,83" href="#"><area shape="poly" coords="41,74" href="#"><area shape="poly" coords="40,86" href="#"><area shape="rect" coords="27,70,55,87" href="<#ZC_BLOG_HOST#>">
<area shape="rect" coords="60,60,92,73" href="<#ZC_BLOG_HOST#>photo.html">
<area shape="rect" coords="102,62,145,92" href="<#ZC_BLOG_HOST#>guestbook.asp"></map>
                </div>
                <div id="divMain">
<#template:article-multi#>
<div class="post pagebar"><#ZC_MSG042#>:<#template:pagebar#></div>
                </div>
                <div id="divSidebar">

<div class="function" id="divpic">
<ul>
<#TEMPLATE_INCLUDE_PIC#>
</ul>
</div>


<div class="function" id="divCatalog">
<h3>CATALOGS</h3>
<ul>
<#CACHE_INCLUDE_CATALOG#>
</ul>
</div>


<div class="function" id="divComments">
<h3>COMMENTS</h3>
<ul>
<#CACHE_INCLUDE_COMMENTS#>
</ul>
</div>

<div class="function" id="divGuestComments">
<h3>GUESTCOMMENTS</h3>
<ul>
<#CACHE_INCLUDE_GUESTCOMMENTS#>
</ul>
</div>
<div class="function" id="divphoto">
<h3>GALLERY</h3>
<ul>
<#TEMPLATE_INCLUDE_PHOTO#>
</ul>
</div>

<div class="function" id="divLinkage">
<h3>LINKS</h3>
<ul>
<#CACHE_INCLUDE_LINK#>
</ul>
</div>

<div class="function" id="divGuestComments">
    <h3>SOUND</h3>
   <ul>
   <#CACHE_INCLUDE_ZEXOBUD#>
   </ul>
   </div>

                </div>
                <div id="divBottom">
                        <h3 id="BlogPowerBy">Powered By <a href="http://www.rainbowsoft.org/zblog/" title="RainbowSoft Studio Z-Blog">Z-Blog <#ZC_BLOG_VERSION#></a></h3>
                        <h2 id="BlogCopyRight"><#ZC_BLOG_COPYRIGHT#></h2>
                </div>
        </div>
        </div>
</div>
<script language="JavaScript" type="text/javascript">
$(document).ready(function(){

try{
        var elScript = document.createElement("script");
        elScript.setAttribute("language", "JavaScript");
        elScript.setAttribute("src", "<#ZC_BLOG_HOST#>function/c_html_js.asp?act=batch"+unescape("%26")+"view=" + escape(strBatchView)+unescape("%26")+"inculde=" + escape(strBatchInculde)+unescape("%26")+"count=" + escape(strBatchCount));
        document.getElementsByTagName("body")[0].appendChild(elScript);
        }
catch(e){};

});
</script>
</body>
</html>

TOP

头晕了
ZIPPO广州实体店-全场4折起,售后7天包退换。
支持Z-blog,谴责篡改&去除版权标记的可耻行为
------------------------------------------------------------------------------------------
新手请多看应用教程区Z-wiki,或站内搜索寻找答案
1、Z-blog主题修改助手   2、默认模板右侧栏目代码注释       3、默认CSS样式的注释     
4、Z-BLOG使用小贴士收集         5、Z-Blog模板标签库及相关说明   6、加广告请搜索gg/google/广告

TOP

求助啊!

TOP

发新话题