笔记*dz开发常用的代码

简介: |´・ω・)ノ不想百度了 帖子列表页精华图标代码

|´・ω・)ノ不想百度了

帖子列表页

精华图标代码

<!--{if $thread['digest'] &gt; 0 &amp;&amp; $filter != 'digest'}-->
<img src="{IMGDIR}/digest_$thread[digest].gif" align="absmiddle" alt="digest" title="{lang thread_digest} $thread[digest]">
<!--{/if}-->

图片附件代码

<!--{if $thread['attachment'] == 2}-->
<img src="{STATICURL}image/filetype/image_s.gif" alt="attach_img" title="{lang attach_img}" align="absmiddle">
<!--{elseif $thread['attachment'] == 1}-->
<img src="{STATICURL}image/filetype/common.gif" alt="attachment" title="{lang attachment}" align="absmiddle">
<!--{/if}-->

回帖奖励

<!--{if $thread['replycredit'] > 0}-->
<span class="xi1">[{lang replycredit} <strong> $thread['replycredit']</strong> ]</span>
<!--{/if}-->

主题图标(推荐、美图等红色圆框的那种)

<!--{if $thread[icon] >= 0}-->
<img src="{STATICURL}image/stamp/{$_G[cache][stamps][$thread[icon]][url]}" alt="{$_G[cache][stamps][$thread[icon]][text]}" align="absmiddle">
<!--{/if}-->

主题售价、悬赏价

<!--{if $thread['price'] > 0}-->
<!--{if $thread['special'] == '3'}-->
<a href="forum.php?mod=forumdisplay&fid=$_G[fid]&amp;filter=specialtype&amp;specialtype=reward$forumdisplayadd[specialtype]{if $_GET['archiveid']}&amp;archiveid={$_GET['archiveid']}{/if}&rewardtype=1" title="{lang show_rewarding_only}"><span class="xi1">{lang thread_reward} <span class="xw1">$thread[price]&lt;/span&gt; {$_G[setting$_G['setting']['creditstransextra'][2]][unit]}{$_G[setting$_G['setting'[2]][title]}]</span></a>
<!--{else}-->
{lang price} <span class="xw1">$thread[price]&lt;/span&gt; {$_G[setting$_G['setting']['creditstransextra'][1]][unit]}{$_G[setting$_G['setting'[1]][title]}]
<!--{/if}-->
<!--{elseif $thread['special'] == '3' &amp;&amp; $thread['price'] < 0}-->
<a href="forum.php?mod=forumdisplay&fid=$_G[fid]&amp;filter=specialtype&amp;specialtype=reward$forumdisplayadd[specialtype]{if $_GET['archiveid']}&amp;archiveid={$_GET['archiveid']}{/if}&rewardtype=2" title="{lang show_rewarded_only}">[{lang reward_solved}]</a>

是否为手机发帖

<!--{if $thread['mobile']}-->
<img src="{IMGDIR}/mobile-attach-$thread['mobile'].png" alt="{lang post_mobile}" align="absmiddle">
<!--{/if}-->

评价指数

<!--{if $thread[recommendicon] &amp;&amp; $filter != 'recommend'}-->
<img src="{IMGDIR}/recommend_$thread[recommendicon].gif" align="absmiddle" alt="recommend" title="{lang thread_recommend} $thread[recommends]">
<!--{/if}-->

帖子热度

<!--{if $thread[heatlevel]}-->
<img src="{IMGDIR}/hot_$thread[heatlevel].gif" align="absmiddle" alt="heatlevel" title="{lang heats}: {$thread[heats]}">
<!--{/if}-->

帖子被加分减分

<!--{if $thread['rate'] > 0}-->
<img src="{IMGDIR}/agree.gif" align="absmiddle" alt="agree" title="{lang rate_credit_add}">
<!--{elseif $thread['rate'] < 0}-->
<img src="{IMGDIR}/disagree.gif" align="absmiddle" alt="disagree" title="{lang posts_deducted}">
<!--{/if}-->

主题分类文字、图标、分类帖子数。

<!--{if $_G'forum'}-->
<!--{loop $_G['forum']['threadtypes']['types'] $id $name}-->
<!--{if $_GET['typeid'] == $id}-->
<li class="xw1 a"><a href="forum.php?mod=forumdisplay&fid=$_G[fid]{if $_GET['sortid']}&filter=sortid&sortid=$_GET['sortid']{/if}{if $_GET['archiveid']}&archiveid={$_GET['archiveid']}{/if}"&gt;&lt;!--{if $_Gforumicons'threadtypes' == 2}--><img class="vm" src="$_G[forum][threadtypes][icons][$id]" alt=""> <!--{/if}-->$name&lt;!--{if $showthreadclasscounttypeid[$id]</span><!--{/if}--></a></li>
<!--{else}-->
<li><a href="forum.php?mod=forumdisplay&fid=$_G[fid]&amp;filter=typeid&amp;typeid=$id$forumdisplayadd[typeid]{if $_GET['archiveid']}&archiveid={$_GET['archiveid']}{/if}"&gt;&lt;!--{if $_Gforumicons'threadtypes' == 2}--><img class="vm" src="$_G[forum][threadtypes][icons][$id]" alt=""> <!--{/if}-->$name&lt;!--{if $showthreadclasscounttypeid[$id]</span><!--{/if}--></a></li>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->

完美解决了帖子摘要,其中:120为摘要的字数@(狂汗)

<!--{eval require_once(DISCUZ_ROOT."./source/function/function_post.php");}--> <!--{echo messagecutstr(DB::result_first('SELECT message FROM '.DB::table('forum_post').' WHERE tid ='.$thread[tid].' AND first =1'),120);}-->

css代码巧妙鼠标经过图片变换

<img src="#" name="picture" width="330" height="210" border="0" align="middle" onMouseOver="this.src='#" onMouseOut="this.src='#">

首先你需要了解js事件名称(百科不谢)

算了,我还是写出来吧 onMouseOver就是鼠标移动到这边时的,onMouseOut鼠标又移动出来后

目录
相关文章
|
数据安全/隐私保护 iOS开发 开发者
iOS 逆向编程(十八)Reveal 详细安装(以及安装问题解决)(上)
iOS 逆向编程(十八)Reveal 详细安装(以及安装问题解决)
620 0
|
监控 iOS开发
iOS 逆向编程(十八)Reveal 详细安装(以及安装问题解决)(下)
iOS 逆向编程(十八)Reveal 详细安装(以及安装问题解决)(下)
310 0
|
6月前
|
JavaScript Java 测试技术
基于微信小程序的刷题系统的设计与实现(源码+lw+部署文档+讲解等)
基于微信小程序的刷题系统的设计与实现(源码+lw+部署文档+讲解等)
|
6月前
|
API Kotlin Python
Jetpack Compose for Desktop实现复杂的自动布局网格,熬夜整理蚂蚁金服Python高级笔试题
Jetpack Compose for Desktop实现复杂的自动布局网格,熬夜整理蚂蚁金服Python高级笔试题
|
缓存 JavaScript iOS开发
iOS 逆向编程(十四)Cycript 语法入门
iOS 逆向编程(十四)Cycript 语法入门
193 0
|
iOS开发
实战编程·使用SwiftUI从0到1完成一款iOS笔记App(二)(1)
实战编程·使用SwiftUI从0到1完成一款iOS笔记App(二)
132 0
|
iOS开发 Kotlin 容器
实战编程·使用SwiftUI从0到1完成一款iOS笔记App(五)(1)
实战编程·使用SwiftUI从0到1完成一款iOS笔记App(五)
121 0
vc入门宝典十二(调用其它程序)
vc入门宝典十二(调用其它程序)
[学习][笔记] qt5 从入门到入坟:《零》vs开发qt项目
[学习][笔记] qt5 从入门到入坟:《零》vs开发qt项目
|
缓存 JavaScript iOS开发
iOS 逆向编程(十五)Cycript 语法进阶(封装 .cy 脚本文件)
iOS 逆向编程(十五)Cycript 语法进阶(封装 .cy 脚本文件)
186 0