Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[教程] 甬派设计DIG插件说明 【2/25关于如何在博客中增加这个效果】

[复制链接]
bf500233 发表于 2008-2-23 23:00:25 | 显示全部楼层
作个记号
回复

使用道具 举报

sx1000 发表于 2008-2-24 01:14:57 | 显示全部楼层
news_view.html.php中加入如下CSS,我是copy楼主演示站里的,加了之后就能看到效果了

http://www.sx265.com/?action-viewnews-itemid-18995

<style type="text/css">
<!--
/*踩踏*/
.digbox{
padding-bottom:8px;
/*border-bottom:1px dotted #CCC;*/
width:auto;
margin:10px auto;
height:36px !important;
}
.digbox .diglink{
width:44px;
height:36px;
float:left;
background:url('http://hi.yooge.net/images/dig_leftbg.gif') no-repeat;
text-align:center;
margin-right:8px;
}
.digbox .diglink span{
font-weight:bold;
color:#CC0000;
}
.digbox .diglink .digvisited{
width:40px;
height:18px;
margin:0 auto;
display:block;
background:url('http://hi.yooge.net/images/dig_leftc.gif') left center no-repeat;
}
.digbox .diglink .digvisited:hover{
background:url('http://hi.yooge.net/images/dig_leftc.gif') right center no-repeat;
}
.digbox .diglink .digvisited2{
width:40px;
height:18px;
margin:0 auto;
display:block;
background:url('http://hi.yooge.net/images/dig_leftc2.gif') left center no-repeat;
}
.digbox .diglink .digvisited2:hover{
background:url('http://hi.yooge.net/images/dig_leftc2.gif') right center no-repeat;
}
.digbox .title{
float:left;
}
.digbox .title a{
color:#888;
font-size:14px;
line-height:21px;
}
.digbox .title span{
display:block;
font-size:14px;
color:#888;
font-weight:600;
}       
-->
</style>
回复

使用道具 举报

sx1000 发表于 2008-2-24 01:16:26 | 显示全部楼层
感谢楼主能提供这么实用的功能!单独的channel列表页这块我不大会做,希望能赐教
回复

使用道具 举报

muenen 发表于 2008-2-24 11:35:32 | 显示全部楼层

回复 12# sx1000 的帖子

怎样加入?不好意思,很菜
回复

使用道具 举报

 楼主| yooge.net 发表于 2008-2-25 08:42:20 | 显示全部楼层
列表页随便新建一个就好,不会的直接把我的下载放到模板文件据可以。在加入一个按照好评排行就解决了。
回复

使用道具 举报

sx1000 发表于 2008-2-25 11:11:26 | 显示全部楼层
谢谢!我知道怎么做了!

但还是有个疑问,新闻的“踩踏”能否应用到博客空间列表页呢?

程序上似乎不行,type=news,而且include调用也不晓得该加哪里

[ 本帖最后由 sx1000 于 2008-2-25 11:48 编辑 ]
回复

使用道具 举报

CYNB 发表于 2008-2-25 19:35:04 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| yooge.net 发表于 2008-2-25 21:12:42 | 显示全部楼层
原帖由 sx1000 于 25-2-2008 09:11 AM 发表
谢谢!我知道怎么做了!

但还是有个疑问,新闻的“踩踏”能否应用到博客空间列表页呢?

程序上似乎不行,type=news,而且include调用也不晓得该加哪里

完全可以的。你看我的演示图片,已经说明
回复

使用道具 举报

sx1000 发表于 2008-2-25 22:42:56 | 显示全部楼层
楼主,再次感谢你的热心

我之前发现的问题是,内容页加dig不会有问题(我没试博客内容页),但列表页(包括资讯、博客的)问题就来啦,呵呵

http://www.sx265.com/?action-category-catid-198

这个是我自定义模板的资讯分类页,点里面的 顶,左下角就会报js错误

我的做法是,直接修改该模板文件 ent_category.html.php,因为不知道哪个文件该调用include,所以除了之前改过viewnews.php之外,没动过其他文件,点击网页里的顶就会报错了。在列表页,$value[itemid]可以正常取到当前新闻的itemid。不知道是不是我少改了哪里?

如果我在/category.php中加入include,就会提示“出错了,您请求的页面没有找到”

涉及到的代码如下:

<!--{eval $i=0; $y=0;}-->
    <!--{loop $dg $value}-->
    <!--{if $value['rates']>0}-->
    <!--{eval $i++;}-->   
    <!--{/if}-->
    <!--{/loop}-->
<LI><DIV><H1><SPAN><a href="javascript:;">顶</a></SPAN> <SPAN id=s-189930-a>$i</SPAN></H1>
  <H2><A class=Ablack href="$value[url]" target=_blank title="$value[subjectall]">$value[subject]</A></H2>
  <H3>(#date('Y-n-d H:i', $value["dateline"])#)</H3></DIV>
</LI>

[ 本帖最后由 sx1000 于 2008-2-25 22:56 编辑 ]
回复

使用道具 举报

bf500233 发表于 2008-2-25 23:38:42 | 显示全部楼层
会在评论里留下一个空白的评论唉,能不能不加评论?或者设置自动加评论为“顶一下”?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-12 21:43 , Processed in 0.029032 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表