[外掛]Topic in Who is online

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
吉川拓也
竹貓忠實會員
竹貓忠實會員
文章: 1215
註冊時間: 2003-02-09 18:24
來自: [ G.I.T ]
聯繫:

[外掛]Topic in Who is online

文章 吉川拓也 »

[php]<?php
##############################################################
## MOD Title: Topic in Who is online
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. R鷣) http://mods.db9.dk
## MOD Description: This mod will make it possible to view
## exactly witch topic a user is looking
## at. The information is applyed in the
## Who-is-online list.
## MOD Version: 1.2.9
## MOD Compatibility: 2.0.6
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 7
## viewonline.php
## viewtopic.php
## includes/page_header.php
## includes/sessions.php
## language/lang_english/lang_main.php
## template/subSilver/viewforum_body.tpl
## template/subSilver/viewtopic_body.tpl
##
## Included Files: 1
## topic_in_wio_db_update.php
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## 1. Full MOD description
## -----------
## This mod will make it possible to view exactly witch topic a
## user are looking at the information is applyed to the end of
## the forum information, in the Who-is-online list this mod
## also add a "who is also watching this topic list" like the
## already existing "Who is watching this forum".
##
## 2. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## However, on alpha releases of EM and meanwhile beta or
## final release some actions are NOT performed.
## You'll have to do them manually !
##
## 2.1 SQL commands are not performed
## -----------
## This MOD need a database update.
## Then, in any case if you install this MOD manually or using
## an alpha release of EM, please copying the *_db_update.php
## in your phpBB root directory, run it with your navigator,
## and then delete it from the phpBB root directory.
##
## Please, do it NOW! Before editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
##
## 2.2 Translation are not managed
## -----------
## Moreover, EM can not already manage actions for any other
## language than English (but language intructions are proceed
## to all installed languages in order to prevent errors).
## So the translations provided with this MOD must be installed
## manually if you need them.
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=42
##
##############################################################
## MOD History:
##
## 2003-12-23 - Version 1.2.9
## - phpBB template & EasyMOD compliance enhancement
## - Dutch, French, German, Hungarian, Italian, Lithuanian,
## & Spanish translations now provide
## with the MOD
##
## ????-??-?? - Version 1.2.8
## - now EM ready
##
## ????-??-?? - Version 1.2.7
## - changes made for phpBB2 2.0.5.
##
## ????-??-?? - Version 1.2.6
## - fixed that users inside a topic was not counted rigth
##
## ????-??-?? - Version 1.2.5
## - fixed a typo in the how-to page_header.php
##
## ????-??-?? - Version 1.2.4
## - fixed the count of users when viewing topic,
## called by post id
##
## ????-??-?? - Version 1.2.3
## - removed some "letovers" from the ver 2.0.0. how-to :-)
##
## ????-??-?? - Version 1.2.2
## - fixed a error that causes the link in who-is-online
## was wrong
##
## ????-??-?? - Version 1.2.1
## - fixed a error that causes "error, update sessions table"
##
## ????-??-?? - Version 1.2.0
## - re-write mod to comply with phpBB2 version 2.0.2.
##
## ????-??-?? - Version 1.0.4
## - now also display numbers of guest/hidden users
##
## ????-??-?? - Version 1.0.3
## - now also includes the "users browsing this topic list
##
## ????-??-?? - Version 1.0.2
## - missed to include the how-to for viewtopic.php
## - minor correction to session.php
##
## ????-??-?? - Version 1.0.1
## - improved refresh time
##
## ????-??-?? - Version 1.0.0
## - initial BETA release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
?>[/php]

這個 Mod's 可以在文章頁面跟版面顯示正在這個區域瀏覽的會員 !

檔案下載位置 : http://mods.db9.dk/viewforum.php?f=13

目前檔案版本 : 1.2.9em

中文化 :

代碼: 選擇全部

// Start add - Topic in Who is online MOD
$lang['Browsing_topic'] = '目前瀏覽這個主題的使用者:';
// End add - Topic in Who is online MOD
善用 搜尋 可以解決您 90% 的問題
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
主題已鎖定

回到「非官方認證外掛」