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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[素材] 山寨中国-图片贴美化 教程

[复制链接]
117384790 发表于 2011-6-25 12:16:52 | 显示全部楼层 |阅读模式
本帖最后由 117384790 于 2011-6-25 12:18 编辑

适用于DZ2.0

演示地址 :http://www.52shanzhai.com/forum-41-1.html

修改方法:
template\default\forum\forumdisplay_list.htm
查找:

  1. <h3 class="ptn" style="width: {$_G[setting][forumpicstyle][thumbwidth]}px;"><a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_G['gp_archiveid']}archiveid={$_G['gp_archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} title="$thread[subject]"><!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->[{lang thread_stick}] <!--{/if}-->$thread[subject]</a></h3>
  2.        <div class="cl">
  3.         <!--{if $thread['cover']}--><em class="sum y xs0 xi1 xw1" title="$thread[cover] {lang pics}">$thread[cover]</em><!--{/if}-->
  4.         <!--{if $thread['authorid'] && $thread['author']}-->
  5.          <a href="home.php?mod=space&uid=$thread[authorid]">$thread[author]</a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]]<!--{/if}-->
  6.         <!--{else}-->
  7.          $_G[setting][anonymoustext]
  8.         <!--{/if}-->
  9.        </div>
  10.        <div class="cl">
  11.         <em class="y xs0"><a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" class="xi2" title="$thread[replies] {lang reply}">$thread[replies]</a> / <em title="{if $thread['isgroup'] != 1}$thread[views]{else}{$groupnames[$thread[tid]][views]}{/if} {lang show}"><!--{if $thread['isgroup'] != 1}-->$thread[views]<!--{else}-->{$groupnames[$thread[tid]][views]}<!--{/if}--></em></em>
  12.         <em class="xs0{if $thread['istoday']} xi1{/if}">$thread[dateline]</em>
  13.        </div>
复制代码
替换:
  1. <div class="nam" >


  2. <!--{if $thread['authorid'] && $thread['author']}-->
  3. <div class="avt"><a href="home.php?mod=space&uid=$_G[uid]"><!--{avatar($_G[uid],small)}--></a></div>
  4. <!--{else}-->
  5. $_G[setting][anonymoustext]
  6. <!--{/if}-->
  7. </div>
  8. <div style="float:right">

  9. <!--图片贴标题--> <h3 class="ptn " style="width:{$nam}px;"><a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_G['gp_archiveid']}archiveid={$_G['gp_archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} title="$thread[subject]"><!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->[{lang thread_stick}] <!--{/if}-->$thread[subject]</a></h3>



  10. <div class="cl">
  11. 用户:<a href="home.php?mod=space&uid=$thread[authorid]">$thread[author]</a>
  12. <!--认证图标--> <!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]] <!--{/if}-->
  13. <!--{if $thread['cover']}--><em class="sum y xs0 xi1 xw1" title="$thread[cover] {lang pics}">$thread[cover]</em><!--{/if}-->
  14. </div>




  15. <!--图片贴时间--><div class="cl" style="width:100%">
  16. <em class="y xs0"><a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" class="xi2" title="$thread[replies] {lang reply}">$thread[replies]</a> / <em title="{if $thread['isgroup'] != 1}$thread[views]{else}{$groupnames[$thread[tid]][views]}{/if} {lang show}"><!--{if $thread['isgroup'] != 1}-->$thread[views]<!--{else}-->{$groupnames[$thread[tid]][views]}<!--{/if}--></em></em>
  17. <em class="xs0{if $thread['istoday']} xi1{/if}">$thread[dateline]</em>
  18. </div>
  19. </div>
复制代码

template\default\common\  下 common.css 或者 extend_common.css 文件
最下面添加:
  1. .shanzhai li .nam{float:left; padding:10px 5px 5px 5px;}
  2. .shanzhai li .avt a img{position:relative;z-index:1px;padding:5px;width:50px;height:50px;background:url({STYLEIMGDIR}/comiis_bkicobg.gif) no-repeat 0 0;border:0px solid;border-color:#F2F2F2 #CDCDCD #CDCDCD #F2F2F2;}
复制代码

comiis_bkicobg.gif 图片放入 static\image\common 中




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
柏拉图娃娃 发表于 2011-6-25 12:57:34 来自手机 | 显示全部楼层
啥情况?呵呵…
回复

使用道具 举报

twhll1 发表于 2011-6-25 13:23:55 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

石头岛 发表于 2011-6-25 13:26:20 | 显示全部楼层
{:soso__6998595970724683570_2:}为毛楼主的站打不开
回复

使用道具 举报

凌云棍道 发表于 2012-2-15 11:54:28 | 显示全部楼层
本帖最后由 凌云棍道 于 2012-2-15 11:57 编辑
石头岛 发表于 2011-6-25 13:26
为毛楼主的站打不开


那  是 假的 山寨 中国  
真正的山寨中国  网址是 www.shanzhaicn.net                                                                            www.山寨中国.com
                                      bbs.shanzhaicn.net


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

cbhfgh 发表于 2012-2-15 11:58:07 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

凌云棍道 发表于 2012-2-15 11:58:42 | 显示全部楼层
石头岛 发表于 2011-6-25 13:26
为毛楼主的站打不开

楼主  网址  是  套用  7drc  网站的  
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 13:26 , Processed in 0.024660 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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