- 積分
- 433
- 威望
- 433
- 金錢
- 50
- 最後登錄
- 2021-6-10
|
本帖最後由 panjinsi1 於 2017-4-23 22:06 編輯
效果图:
在线时图标为彩色,离线为灰色
进入viewthread_node模版找到- <a target="_blank" href="space.php?uid=$post['authorid']" style="margin-left: 20px; font-weight: 800">$post[author]</a>
複製代碼 后面加上- <!--{if $vtonlinestatus && $post['authorid']}-->
- <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post['lastactivity'] <= 10800) && !$post['invisible'])}-->
- <em><img src=images/default/online_buddy.gif title="当前在线" />
- <!--{else}-->
- <em><img src=http://www.sclub.com.tw/discuz/attachments/month_1704/1704232203fde0fd1588feb2ab.gif title="当前离线" />
- <!--{/if}-->
- </em>
- <!--{/if}-->
複製代碼 |
-
-
1.gif
(486 Bytes)
-
2
評分人數
-
|