开始下载
- 软件大小: 89.0 KB
- 软件语言: 简体中文
- 软件类别: 免费源码
- 运行环境: 网站模版
- 授权方式: 免费源码
- 软件等级:

- 更新时间: 2007-11-20 20:04:07
- 开 发 商: 暂无联系方式 Home Page
- 下载统计:
- 解压密码: www.cckee.com
软件介绍
http://TECHQ.COM.CN
就是用 DedeCMS做的,很不错的风格,这两天有时间就仿制了一下,就当是为2007的发布练习一下。
主要是:首页 列表页 文章页
其他用户,登陆等等那些页面,其他没难度,我也懒的去弄!呵呵~
安装了 仿Digg的插件
使用了 admin5的评论效果
此风格安装步骤:
先正常安装dedecms,弄几个分类,不然页面空的不好调试
接下来用附件里的文件直接覆盖到安装目录,模版是在\templets\techq这个文件夹对应的,自己调整对应好
数据库的操作,是为Digg的插件,论坛里有发布过,在后台运行mysql命令就成
1.archives 数据表新增 vote (投票统计,与原来投票系统分开),并创建投票统计表
新增vote字段
ALTER TABLE `dede_archives` ADD `vote` INT DEFAULT '0' NOT NULL ;
创建统计表
CREATE TABLE `dede_review` (
`id` int(11) NOT NULL auto_increment,
`str_ip` varchar(32) NOT NULL,
`num_arc` int(11) NOT NULL,
`date_review` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `str_ip` (`str_ip`,`num_arc`)
) ENGINE=MyISAM DEFAULT CHARSET=gb2312 AUTO_INCREMENT=66 ;
这样就装好了,页面都是自动调用,顶部的做成了广告,其他的广告位置自己加就可以了!
首页有这么个调用的循环,把 typeid=3改成你想调的分类id就成了,首页不要生成html,不然顶这个功能在首页不生效
{dede:arclist row=10 titlelen=24 orderby=pubdate typeid=3}
<div class="articlebox">
<div class="articleleft">
<div class="dig">[field:vote/]</div>
<div class="digaction digcolor"><a href="javascript:wo_ding([field:ID/]);" title="我顶!">顶一下</a></div>
</div>
<div class="articleright">
<div class="title"><a href="[field:filename/]">[field:title/]</a></div>
<div class="article">[field:info/]<span class="read"><a href="[field:filename/]" target="_blank">(详细报道)</a></span></div>
<div class="about"><img src="[field:templeturl/]/image/time.gif" width="14" height="14" align="absmiddle"/> [field:pubdate function="GetDateTimeMK(@me)"/] | <img src="[field:templeturl/]/image/click.gif" width="14" height="14" align="absmiddle"/> 点击[field:click/]次 | <img src="[field:templeturl/]/image/comment.gif" width="14" height="14" align="absmiddle" /> 评论[field:postnum/]</font>条</div>
</div>
</div>
{/dede:arclist}
应该就这些了
不懂的QQ:5616401 我帮你搞定,有仿风格也可以联系我!
相关说明
- 本站Admin5推出域名注册服务 国内cn域名1元 国际域名60
- 站长网程序源码买卖区 发布你的程序源码信息 QQ:316290906
- 为了保证您快速的下载,推荐使用[网际快车]或[迅雷]等专业工具下载.
- 为确保所下软件能正常使用,请使用[WinRAR v3.5]或以上版本解压本站软件.
- 站内软件包含破解及注册码均由网上搜集,若无意中侵犯到您的权利,敬请来信联系我们.