恋雾迷尘论坛's Archiver

爱雨冷雪 发表于 2006-3-23 10:54

在论坛贴子处显示QQ秀效果优化

演示: http://www.diy96.com/bbs

操作方法:

打开模板viewthread.htm
查找:

[code]<!--{/if}-->
        <!--{if $post['alipay']}--><br><a href="https://www.alipay.com/payto:$post[alipay]?partner=20880020258585430156" target="_blank"><img src="{IMGDIR}/payto.gif" border="0" alt="{lang payto_author}"></a><!--{/if}-->
        <!--{else}-->
[/code]

在其上边加上

[code]<!-- 用户信息栏QQ秀 -->
<!--{if $post['qq']}-->               
<table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="images/pic/kuan03.gif">
      <table cellSpacing=0 cellPadding=0 border=0>
              <tr>
                      <td width=8></td>
          <td background="images/pic/kuan04.gif" height=15>
            <span class="smalltxt"><IMG src="images/pic/rb01.gif" width="1" border="0">
              <!--{if $post['groupid'] == 1}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">QQ秀</font></span>
<!--{elseif $post['groupid'] == 2}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">QQ秀</font></span>
<!--{elseif $post['groupid'] == 3}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">QQ秀</font></span>
<!--{else}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">QQ秀</font></span>
<!--{/if}-->
            </span>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
          <td background="images/pic/kuan02.gif" bgColor=#ffffff align=middle >
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr>
                <td class="row1" align="center">
              <img src="http://qqshow-user.tencent.com/$post[qq]/10/00" border="0" alt="$post[qq]">
          </td>
        </tr>
      </table>
    </td>
  </tr>
  
  <TR>
          <TD height=10>
    </TD>
  </TR>
</table>
<!--{/if}-->
<!-- 用户信息栏QQ秀完 -->
[/code]

完工!!!

百合岛 发表于 2006-3-23 17:11

这个插件影响速度吗?

万年的雪 发表于 2006-3-26 12:48

小雪论坛的QQ绣显示方法。

找到
[code]
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed; word-wrap: break-word">
<tr><td valign="top">
[/code]

在下面插入:

[code]
<!-- 用户信息栏QQ秀 -->
<!--{if $post['qq']}-->               
<table width="155" border="0" align="right" cellpadding="0" cellspacing="0">
  <tr>
    <td background="images/pic/kuan03.gif">
      <table cellSpacing=0 cellPadding=0 border=0>
              <tr>
                      <td width=8></td>
          <td background="images/pic/kuan04.gif" height=15>
            <span class="smalltxt"><IMG src="images/pic/rb01.gif" width="1" border="0">
              <!--{if $post['groupid'] == 1}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">$post[author]的QQ秀</font></span>
<!--{elseif $post['groupid'] == 2}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">$post[author]的QQ秀</font></span>
<!--{elseif $post['groupid'] == 3}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">$post[author]的QQ秀</font></span>
<!--{else}-->
<span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">$post[author]的QQ秀</font></span>
<!--{/if}-->
            </span>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
          <td background="images/pic/kuan02.gif" bgColor=#ffffff align=middle >
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr>
                <td class="row1" align="center">
              <img src="http://qqshow-user.tencent.com/$post[qq]/10/00" border="0" alt="$post[qq]">
          </td>
        </tr>
      </table>
    </td>
  </tr>
  
  <TR>
          <TD height=10>
    </TD>
  </TR>
</table>
<!--{/if}-->
<!-- 用户信息栏QQ秀完 -->
[/code]

万年的雪 发表于 2006-3-26 12:48

小雪论坛的QQ绣显示方法。

######################

[[i] 本帖最后由 万年的雪 于 2006-3-27 13:59 编辑 [/i]]

欧科网站 发表于 2006-3-31 07:16

:handshake:kiss::z003:

ajmmy 发表于 2006-4-17 00:57

不错,不错~`好喜欢~~

收下了,去试试再说..

ajmmy 发表于 2006-4-17 01:03

晕,不行~~

Parse error: parse error, unexpected T_ELSE in F:\wwwroot\bbs\web\forumdata\templates\1_viewthread.tpl.php on line 217
PHP Parse error: parse error, unexpected T_ELSE in F:\wwwroot\bbs\web\forumdata\templates\1_viewthread.tpl.php on line 217

出现这个错误了..
我的是DZ4.1的~~~

ysy3719 发表于 2006-4-20 16:32

这个不错哦

有意思

ysy3719 发表于 2006-4-21 13:02

3楼的是什么意思?

万年的雪 发表于 2006-4-21 23:11

仔细点,一个符号错误都可能引起这的错误。

xx1234 发表于 2006-4-24 09:37

不错哦:z020::z020::z020:

uforce 发表于 2006-4-24 17:56

我测试一下下效果哦~

有心人 发表于 2006-4-27 11:39

为何我安装了,没反应.

有心人 发表于 2006-4-27 11:47

我显示不出来,能否象本站一样显示在贴子右边?

妹妹甜心 发表于 2006-6-5 22:47

4.0.0的可以用吗?

行云流水 发表于 2006-7-4 12:46

HAO YE
!!!!!!

benkuang 发表于 2006-7-7 10:48

好东东~~~~~~~~~~~~``

solai 发表于 2006-7-9 15:02

:z007::em05:

laoyu007 发表于 2006-7-29 17:06

很有特色,非常有特色,收下了:handshake

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.