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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 【for D4.0 + D4.1】首页三格帖子调用(新帖+新回复+热帖/新帖+新回复+精华)+美化+作者

[复制链接]
xinniu 发表于 2006-3-5 23:43:24 | 显示全部楼层
求助!查询怎能样增加?热门话题不以浏览次数为条件,而以精华为条件。
回复

使用道具 举报

海水鱼鱼 发表于 2006-3-6 07:09:03 | 显示全部楼层
4.1打开静态网页,所有的中文的名字点击都出指定用户不存在或被删除,楼主帮忙解决下!~~
详情请看 http://bbs.1001year.net

[ 本帖最后由 海水鱼鱼 于 2006-3-6 07:10 编辑 ]
回复

使用道具 举报

myaoke 发表于 2006-3-7 20:40:56 | 显示全部楼层
兄弟,这个可以用在4.1上,只是那个边框,呵呵,新手啊,调不来同4.1默认的模板一致啊,能否帮忙改下一楼代码适合4.1,谢谢了
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-3-7 23:41:58 | 显示全部楼层
原帖由 myaoke 于 2006-3-7 20:40 发表
兄弟,这个可以用在4.1上,只是那个边框,呵呵,新手啊,调不来同4.1默认的模板一致啊,能否帮忙改下一楼代码适合4.1,谢谢了



for dz4.1的修改



  1. <div class="maintable">
  2. <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
  3.         <tr class="header">
  4.     <td class="header" width=34% align=center><b>≡最新话题≡</b></td>
  5.     <td class="header" width=33% align=center><b>≡最新回复≡</b></td>
  6.     <td class="header" width=33% align=center><b>≡热门话题≡</b></td>
  7.     </tr>
  8.         <tr>
  9.         <td class="altbg1">
  10.         <!--{loop $new_post_threadlist $nthread}-->
  11.         
  12. <table border=0 width='100%' cellspacing=2><tr><td height=12 width='78%'><FONT color=#FFA6D2 face=Wingdings>z</FONT> <!--{if $nthread[replies]}--><a href="redirect.php?tid=$nthread[tid]&goto=newpost" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回覆: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]" target='_blank'>$nthread[view_subject]</a>
  13. <!--{else}-->
  14. <a href="redirect.php?tid=$nthread[tid]&goto=newpost" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间{lang time}: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}{lang replies}: 暂时没有回覆" target='_blank'>$nthread[view_subject]</a><!--{/if}-->
  15. </td><td> <a href="viewpro.php?username=$nthread[author]" target="_blank" class="smalltxt">$nthread[view_author]</a></td></tr></table>
  16. <!--{/loop}-->
  17. </td>      
  18. <td class="altbg1">
  19. <!--{loop $new_reply_threadlist $rthread}-->
  20. <table border=0 width='100%' cellspacing=2><tr><td height=12 width='78%'><FONT color=#FFA6D2 face=Wingdings>z</FONT>
  21. <a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title="最新回复 {LF}所在论坛: $rthread[forumname]{LF}主题标题: $rthread[subject]{LF}主题作者: $rthread[author]{LF}发表时间: $rthread[date]{LF}浏览次数: $rthread[views] 次{LF}回复次数: $rthread[replies] 次{LF}最后回覆: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]" target='_blank'>$rthread[view_subject]</a></td><td> <a href="viewpro.php?username=$rthread[lastposter]"  target="_blank" class="smalltxt">$rthread[view_lastposter]</a></td></tr></table>
  22. <!--{/loop}-->
  23. </td>
  24. <td class="altbg1">
  25. <!--{loop $new_hot_threadlist $mthread}-->
  26. <table border=0 width='100%' cellspacing=2><tr><td height=12 width='78%'><FONT color=#FFA6D2 face=Wingdings>z</FONT>
  27. <a href="viewthread.php?tid=$mthread[tid]" $mthread['highlight'] title="热门话题 {LF}所在论坛: $mthread[forumname]{LF}主题标题: $mthread[subject]{LF}主题作者: $mthread[author]{LF}发表时间: $mthread[date]{LF}浏览次数: $mthread[views] 次{LF}回复次数: $mthread[replies] 次{LF}最后回覆: $mthread[lastreplytime]{LF}{lang lastpost}: $mthread[lastposter]" target='_blank'>$mthread[view_subject]</a></td><td> <a href="viewpro.php?username=$rthread[lastposter]"  target="_blank" class="smalltxt">$mthread[view_lastposter]</a></td></tr></table>
  28. <!--{/loop}-->
  29. </td></tr>
  30. </table><br>
  31. </div>
复制代码
回复

使用道具 举报

myaoke 发表于 2006-3-7 23:43:10 | 显示全部楼层
谢谢老兄
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-3-7 23:45:25 | 显示全部楼层
看能搞定不哈
回复

使用道具 举报

myaoke 发表于 2006-3-7 23:58:30 | 显示全部楼层
搞定了,呵呵,兄弟,我的坛子是专业论坛,到时联谊啊

兄弟,看来是不是在升4.1啊,还是在调整,暂停开放,现在想最紧要的找个4.1的好点的下拉菜单,不知能否推荐指点下

[ 本帖最后由 myaoke 于 2006-3-8 00:02 编辑 ]
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-3-8 00:02:14 | 显示全部楼层
什么地址呢

我论坛学校不让开放了,这两天正忙着在外面买空间,明天就可以放出去了
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-3-8 00:03:43 | 显示全部楼层
原帖由 myaoke 于 2006-3-7 23:58 发表
搞定了,呵呵,兄弟,我的坛子是专业论坛,到时联谊啊

兄弟,看来是不是在升4.1啊,还是在调整,暂停开放,现在想最紧要的找个4.1的好点的下拉菜单,不知能否推荐指点下


4.1已经在本机升级完了

因为学校禁止校内开放论坛,所以暂时关闭,明天外面买到空间了再放出去开放的,怪郁闷的
回复

使用道具 举报

 楼主| whitegerry 发表于 2006-3-8 00:05:16 | 显示全部楼层
下拉菜单我不准备用了,因为插件不准备装多了,几个插件摆在header上面放的下,不然改菜单又得每个header.htm都得改,麻烦
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 04:09 , Processed in 0.023536 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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