Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Network user in userdetails (http://www.bvlist.com/showthread.php?t=7599)

shasta 6th February 2012 16:52

Network user in userdetails
 
1 Attachment(s)
attention

Attention

This is not my work !!! See if the user is in the network !



I just try from yuna mod
and it work on tsse too
Open userdetails.php and find:

Code:

PHP Code:

$xonline sprintf ($lang->userdetails['xonline'], $user['username']); 

adding that after:

Code:

PHP Code:

//mod online by Tarix22
$dt gmtime() - 180;
$dt sqlesc(get_date_time($dt));
print(
"<tr><td class=\"rowhead\" width=1%>Network</td><td class=\"row1\" align=\"left\" width=\"99%\">" . ("'".$user['last_access']."'">$dt?"<font color=green>Yes</font> / <font color=gray>No</font>" "<font color=gray>Yes</font> / <font color=red>No</font>" ) . "</td></tr>"); 


PAX 7th February 2012 13:28

:drink:

Metalmania 15th March 2012 15:50

It works fine, Thx:drink::ok:

DarknessTM 15th March 2012 19:43

Network user in userdetails
 
Thx man working good :D


All times are GMT +2. The time now is 20:43.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.