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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

仿MOP首页UCH模板完美版(附详细安装说明)

[复制链接]
liuji7899223 发表于 2009-10-18 01:07:22 | 显示全部楼层 |阅读模式
UCHome模板
适用版本: UCHome 2.0
语言编码: GBK简体 
风格转换者: 仿制
本帖最后由 liuji7899223 于 2010-2-26 14:29 编辑

几个星期前在DZ官方网站上面看到了一个网友发布的仿mop首页的UCH模板,很是喜欢于是就决定自己也安装一个UCH玩玩下载了他的这个风格之后发现作者好多东西都没有共享出来,导致无论怎么安装都会是失败的,比如首页和作者展示的不一样,数据调用不出来等等,短信PM作者也没看到回复,于是只能自己动手丰衣足食了。
    经过我一个晚上的折腾,终于完美解决了上面的问题了,在论坛发布了演示之后,陆续有很多人加我QQ询问这个模板的问题,因为修改起来比较复杂,而且一个一个人教确实太累人了,于是就在我这个不算坛子的坛子上提供我个人修改过后的完整的MOP首页UCH模板给各位下载吧。
安装方法:
1.上传附件所有内容(MOP文件夹下的index_mop.php,我已经修改成index.php了,所以会要替换掉源程序的首页文件,如果你要改成别的名字就随便你了).
2.把..\mop\template\default  下的两个文件里面的域名替换成你自己UCH的访问域名(自己用记事本打开index_mop.htm 和 index_mop_feed.htm 搜索sunnywo.com然后替换成你自己的吧,一定注意别弄错域名了).
3.此款风格有两个LOGO要制作,位置分别在..\mop\template\mop\image 和..\mop\template\mop\imgpro\logo 两个目录下的 logo.png  一个的右下角是圆的,还有个是方的.
4.登陆UCH后台 系统设置-高级设置-数据调用-添加新模块-(名称任意填写)确定
在接下来的对话框中按下面的填写:
查询SQL语句:
  1. SELECT * from uchome_feed ORDER BY dateline DESC
复制代码
变量名:
  1. block1
复制代码
获取数目:        0-10
数据显示HTML代码:
  1. <!-- 请自行修改下面的网站地址,末尾加 / 反斜杠 -->
  2. <!--{eval $siteurl = 'http://home.sunnywo.com/';}-->

  3. <!--{eval $feed_list = array();}-->

  4. <!-- 请自行修改下面的 block5 ,为您当前的模块“变量名”中的值-->
  5. <!--{loop $_SBLOCK[block1] $value}-->
  6. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if empty($feed_list[$value['hash_data']][$value['uid']])}-->
  7. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval realname_set($value['uid'], $value['username']);}-->
  8. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $feed_list[$value['hash_data']][$value['uid']] = $value;}-->
  9. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  10. <!--{/loop}-->

  11. <!--{eval $list = array();}-->
  12. <!--{loop $feed_list $values}-->
  13. &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $actors = array();}-->
  14. &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $a_value = array();}-->
  15. &nbsp; &nbsp; &nbsp; &nbsp; <!--{loop $values $value}-->
  16. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{if empty($a_value)}-->
  17. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $a_value = $value;}-->
  18. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  19. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $actors[] = "<a href="{$siteurl}space.php?uid=$value[uid]">".$_SN[$value['uid']]."</a>";}-->
  20. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/loop}-->
  21. &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $a_value = mkfeed($a_value, $actors);}-->
  22. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $a_value['dateline']>=$_SGLOBAL['today']}-->
  23. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $list['today'][] = $a_value;}-->
  24. &nbsp; &nbsp; &nbsp; &nbsp; <!--{elseif $a_value['dateline']>=$_SGLOBAL['today']-3600*24}-->
  25. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $list['yesterday'][] = $a_value;}-->
  26. &nbsp; &nbsp; &nbsp; &nbsp; <!--{else}-->
  27. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $theday = sgmdate('Y-m-d', $a_value['dateline']);}-->
  28. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval $list[$theday][] = $a_value;}-->
  29. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  30. <!--{/loop}-->

  31. <style type="text/css">
  32. @import url({$siteurl}template/default/common.css);
  33. </style>
  34. <div id="friendfeed" class="box feed hslice">
  35. <div id="feed_div" class="enter-content" style="text-align:left;">
  36. <!--{loop $list $day $values}-->
  37. <!--{if $day=='yesterday'}--><h4 class="feedtime">昨天</h4><!--{elseif $day!='today'}--><h4 class="feedtime">$day</h4><!--{/if}-->
  38. <ul>
  39. <!--{loop $values $value}-->
  40. <li class="type_$value[icon]" id="feed_$value[feedid]_li">
  41. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $notime}-->
  42. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/{$siteurl}space.php?do=feed&icon=$value[icon]&view=$_GET[view]" class="type"></a>
  43. &nbsp; &nbsp; &nbsp; &nbsp; <!--{else}-->
  44. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/{$siteurl}space.php?uid=$value[uid]&do=feed&appid=$value[appid]&icon=$value[icon]&view=me" class="type"></a>
  45. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  46. &nbsp; &nbsp; &nbsp; &nbsp; <h6>
  47. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{eval echo str_replace('src="attachment', 'src="'.$siteurl.'attachment', str_replace('ref="space', 'ref="'.$siteurl.'space', $value[title_template]));}-->
  48. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!--{if empty($notime)}--> <span class="time"><!--{date('m-d H:i',$value[dateline],1)}--></span><!--{/if}-->
  49. &nbsp; &nbsp; &nbsp; &nbsp; </h6>
  50. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['image_1']}-->
  51. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/$value[image_1_link]"><img src="{$siteurl}$value[image_1]" class="summaryimg" /></a>
  52. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  53. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['image_2']}-->
  54. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/$value[image_2_link]"><img src="{$siteurl}$value[image_2]" class="summaryimg" /></a>
  55. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  56. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['image_3']}-->
  57. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/$value[image_3_link]"><img src="{$siteurl}$value[image_3]" class="summaryimg" /></a>
  58. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  59. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['image_4']}-->
  60. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/$value[image_4_link]"><img src="{$siteurl}$value[image_4]" class="summaryimg" /></a>
  61. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  62. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['body_template']}-->
  63. &nbsp; &nbsp; &nbsp; &nbsp; <div class="detail" <!--{if $value['image_3']}-->style="clear: both;"<!--{/if}-->><!--{eval echo str_replace('ref="space', 'ref="'.$siteurl.'space', $value[body_template]);}--></div>
  64. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  65. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value['body_general']}-->
  66. &nbsp; &nbsp; &nbsp; &nbsp; <div class="quote"><span class="q">$value[body_general]</span></div>
  67. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  68. &nbsp; &nbsp; &nbsp; &nbsp; <!--{if $value[uid]==$_SGLOBAL[supe_uid]}-->
  69. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/{$siteurl}cp.php?ac=feed&op=delete&feedid=$value[feedid]" class="float_del" id="a_feed_$value[feedid]" onclick="ajaxmenu(event, this.id, 99999)" title="删除">删除</a>
  70. &nbsp; &nbsp; &nbsp; &nbsp; <!--{elseif $space[self] && $notime}-->
  71. &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://home.sunnywo.com/{$siteurl}cp.php?ac=feed&op=ignore&icon=$value[icon]&uid=$value[uid]&feedid=$value[feedid]" id="a_feedicon_$value[feedid]" onclick="ajaxmenu(event, this.id, 99999)" class="float_del float_block" title="屏蔽">屏蔽</a>
  72. &nbsp; &nbsp; &nbsp; &nbsp; <!--{/if}-->
  73. </li>
  74. <!--{/loop}-->
  75. </ul>
  76. <!--{/loop}-->
  77. </div>
  78. </div>
复制代码
5.注意以上代码里面要修改的部分


然后提交-更新缓存查看你的首页吧,(下面的游戏显示要开启漫游添加了应用才显示)




演示站点:http://home.sunnywo.com
我的站纯粹就是用来玩的,不运营不添加内容,也不需要大家的IP,谢谢!

本帖子中包含更多资源

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

x
 楼主| liuji7899223 发表于 2009-10-18 01:09:26 | 显示全部楼层
本帖最后由 liuji7899223 于 2009-10-18 01:26 编辑

自己沙发自己占位了,
回复

使用道具 举报

huangzd 发表于 2009-10-18 01:12:18 | 显示全部楼层
帮顶~!~!~!~!~!
回复

使用道具 举报

huangzd 发表于 2009-10-18 01:12:34 | 显示全部楼层
看看先。。。。。。。。。
回复

使用道具 举报

 楼主| liuji7899223 发表于 2009-10-18 01:27:34 | 显示全部楼层
。。。。。。。。。。。。。。。。。。。。。
回复

使用道具 举报

mumutk 发表于 2009-10-18 01:33:14 | 显示全部楼层
没钱~~路过
回复

使用道具 举报

zgl 发表于 2009-10-20 16:28:12 | 显示全部楼层
我下午一直试装你发的MOP模板,但在查询SQL语句那里操作不了,一直显示编辑SQL,点击进去又跑回添加新模块页面,怎么办?
回复

使用道具 举报

jousst 发表于 2009-10-21 05:39:27 | 显示全部楼层
看不懂~SQL部分怎調用~我找不到您說的那欄位
目前數據調用只有以下這些欄位

日誌 相冊 話題 動態 用戶 照片 群組 手寫SQL

這裡面沒有一個符合您提到的欄位哩~~@@
回复

使用道具 举报

jousst 发表于 2009-10-21 06:15:22 | 显示全部楼层
您好~我按照LZ的教學
還是無法顯示首頁哩~~
回复

使用道具 举报

beeco 发表于 2009-10-21 16:21:16 | 显示全部楼层
快别说了,笑死我了。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-19 20:35 , Processed in 0.030234 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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