DBS用户
找到你当前使用主题的tag.html复制全部内容出来,修改复制内容到剪贴板代码: <div class="post"><h2>TagCloud</h2></div> <div class="post"><#CUSTOM_TAGS#></div>为:复制内容到剪贴板代码: <div class="post"><h2>你所希望的标题</h2></div> <div class="post"><script type="text/javascript">var taotao_qq=你的QQ号码; var taotao_num=50;var taotao_type=0;</script><script type="text/javascript" charset="utf-8" src="http://www.taotao.com/js/dkapi.js"></script></div> 保存为taotao.html至你当前使用的模板根目录下。 把如下内容保存为taotao.asp放至blog根目录。复制内容到剪贴板代码:<%@ CODEPAGE=65001 %> <% '/////////////////////////////////////////////////////////////////////////////// '// Z-Blog '// 作 者: 朱煊(zx.asd) '// 版权所有: RainbowSoft Studio '// 技术支持: rainbowsoft@163.com '// 程序名称: '// 程序版本: '// 单元名称: '// 开始时间: '// 最后修改: '// 备 注: '/////////////////////////////////////////////////////////////////////////////// %> <% Option Explicit %> <% On Error Resume Next %> <% Response.Charset="UTF-8" %> <% Response.Buffer=True %> <!-- #include file="c_option.asp" --> <!-- #include file="function/c_function.asp" --> <!-- #include file="function/c_system_lib.asp" --> <!-- #include file="function/c_system_base.asp" --> <!-- #include file="function/c_system_event.asp" --> <!-- #include file="function/c_system_plugin.asp" --> <% Call System_Initialize() LoadGlobeCache Dim ArtList Set ArtList=New TArticleList ArtList.LoadCache ArtList.template="taotao" ArtList.Title="老肥语录" ArtList.Build Response.Write ArtList.html %><!-- <%=RunTime()%> --><% Call System_Terminate() If Err.Number<>0 then Call ShowError(0) End If %>修改好后通过http://你的博客地址/taotao.asp 访问。
<div class="post"><h2>TagCloud</h2></div> <div class="post"><#CUSTOM_TAGS#></div>
<div class="post"><h2>你所希望的标题</h2></div> <div class="post"><script type="text/javascript">var taotao_qq=你的QQ号码; var taotao_num=50;var taotao_type=0;</script><script type="text/javascript" charset="utf-8" src="http://www.taotao.com/js/dkapi.js"></script></div>
<%@ CODEPAGE=65001 %> <% '/////////////////////////////////////////////////////////////////////////////// '// Z-Blog '// 作 者: 朱煊(zx.asd) '// 版权所有: RainbowSoft Studio '// 技术支持: rainbowsoft@163.com '// 程序名称: '// 程序版本: '// 单元名称: '// 开始时间: '// 最后修改: '// 备 注: '/////////////////////////////////////////////////////////////////////////////// %> <% Option Explicit %> <% On Error Resume Next %> <% Response.Charset="UTF-8" %> <% Response.Buffer=True %> <!-- #include file="c_option.asp" --> <!-- #include file="function/c_function.asp" --> <!-- #include file="function/c_system_lib.asp" --> <!-- #include file="function/c_system_base.asp" --> <!-- #include file="function/c_system_event.asp" --> <!-- #include file="function/c_system_plugin.asp" --> <% Call System_Initialize() LoadGlobeCache Dim ArtList Set ArtList=New TArticleList ArtList.LoadCache ArtList.template="taotao" ArtList.Title="老肥语录" ArtList.Build Response.Write ArtList.html %><!-- <%=RunTime()%> --><% Call System_Terminate() If Err.Number<>0 then Call ShowError(0) End If %>
查看详细资料
TOP
中级会员
查看个人网站
原帖由 xyd123 于 2008-4-12 22:17 发表 这是什么
原帖由 xyd123 于 2008-4-12 22:26 发表 我对你的敬仰犹如滔滔江水,连绵不绝
原帖由 xyd123 于 2008-4-12 22:30 发表 对于那些代码犹如黄河泛滥,一发不可收拾!
Washun
管理组
看我的签名
原帖由 washun 于 2008-4-12 23:00 发表 直接用那个类插件好像就可以的
hp
开发组
主题认证员
原帖由 haphic 于 2008-4-13 13:06 发表 用"类插件", 在编辑时用UBB插入那段JS代码就OK了. 写插件至少也要有点专业精神吧. 有些可自动完成, 或是提供设置面版的就不要让用户改代码. 这个贴发到插件编辑交流里去吧.
高级会员