Hi.
I've found topic about MOT v3.1, but as far as I know there were some changes in v3.2.
Has anyone made Unreal Portal work with (FSY22) Members Online Today v3.2?
If so, please let me know how to integrate them.
JI
(FSY22) Members Online Today v3.2
Started by JusticeItself, Jun 16 2009 07:09 AM
4 replies to this topic
#2
Posted 18 June 2009 - 05:20 AM
Try this one, Tested and working on 2.3.6 and portal Unreal Portal 2.3b, Mod: (FSY22) Members Online Today v3.2
open sources / action_public / uportal.php
Find:
Place bellow:
open sources / action_public / uportal.php
Find:
//----------------------------------------- // Add in show online users //----------------------------------------- if($GLOBALS['setting']['activemembers'] != 0) $stats_html .= $this->statfunc->active_users();
Place bellow:
if ( $this->ipsclass->vars['show_mot'] && in_array( $this->ipsclass->member['mgroup'], explode( ',', $this->ipsclass->vars['g_view_mot'] ) ) )
{
require_once( ROOT_PATH.'sources/lib/func_mot.php' );
$mot = new func_mot;
$mot->ipsclass =& $this->ipsclass;
$stats_html .= $mot->most_online();
}
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











