訪客禁用特殊功能 登入

登入  •  註冊

[外掛] 論壇活動情形 Activity Stats MOD  

版主: tomy

版面規則
若您的問題與網站錯誤有關建議您留下連結以供查核。
phpBB風格機器 (由ForumD5B提供)
MODX Install File Creator MOD安裝檔製造器

[外掛] 論壇活動情形 Activity Stats MOD

GP:0

#1  文章tomy » 2010年 3月 13日, 10:28

 

######################################################################
## MOD Title: Activity Stats MOD (論壇活動情形)
## MOD Author: David Lewis
## MOD Description: 於論壇首頁, (列表) 統計在過去 24 小時內訪問過討論區的
##          註冊會員 (名稱) 數, 新主題數, 新文章數以及新的會員數.
## MOD Version: 1.0.0
## PHPBB versions: phpbb3 ( 3.0.0 -> 3.0.6 ->3.0.7 )
## Installation Level: (Easy)
## Installation Time: 1 Minute
## Files To Edit:
##   index.php
##   styles/prosilver/template/index_body.html
## Included Files: functions_activity_stats.php
##  file copy to includes/
## DEMO web: http://d5b.web4chinese.com 首頁下方處
######################################################################

Activity Stats MOD 外掛載點

activity_stats.zip
中文化檔案複製到: language/zh_cmn_hant/mods/activity_stats.php



開啟 index.php
找到
代碼: 選擇全部
// Output page
page_header($user->lang['INDEX']);

於之前加入
代碼: 選擇全部
include($phpbb_root_path . 'includes/functions_activity_stats.' . $phpEx);
activity_mod();


開啟 styles/prosilver/template/index_body.html
找到
代碼: 選擇全部
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>

於之前加入
代碼: 選擇全部
   <!-- IF not S_IS_BOT --><br /><br />
   {USERS_24HOUR_TOTAL}: <!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit -->
   <!-- ENDIF -->

找到
代碼: 選擇全部
<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>

於之後加入
代碼: 選擇全部
   <!-- IF not S_IS_BOT -->
   <h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
   <p>{24HOUR_POSTS} &bull; {24HOUR_TOPICS} &bull; {24HOUR_USERS}</p>
   <!-- ENDIF -->

重刷template快取
完畢!

 
   您所在的用戶組無法下載或查看附件。
i love phpBB
Let's make it better !!
頭像
tomy
一般會員
一般會員
 
文章: 189
註冊時間: 2010年 2月 11日, 12:19
持有金幣: 28.00
送出感謝: 3
擁有感謝: 25
擁有勳章數量: 2
電腦駭客 (1) 版主榮耀 (1)

請支持廣告
Sponsor

Re: 論壇活動情形 Activity Stats MOD

GP:0

#2  文章poterlin » 2012年 6月 22日, 22:04

 

thanks you verymuch......
頭像
poterlin
一般會員
一般會員
 
文章: 17
註冊時間: 2012年 4月 18日, 17:27
持有金幣: 0.00
送出感謝: 0
擁有感謝: 0


回到 phpBB套件

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron