Jump to content


(FSY22) Members Online Today v3.2


  • You cannot reply to this topic
4 replies to this topic

#1 JusticeItself

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 16 June 2009 - 07:09 AM

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

#2 dheyrman

    Advanced Member

  • Members
  • PipPipPip
  • 49 posts

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:
	
		//-----------------------------------------
		// 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();
		}


#3 JusticeItself

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 18 June 2009 - 07:44 AM

Yeah! It works, thanks very much man :)
There's just something different about styles around it on portal, but I'll take care of it.
It's Invision Undertones skin.
Thanks again!

JI

#4 dheyrman

    Advanced Member

  • Members
  • PipPipPip
  • 49 posts

Posted 18 June 2009 - 07:50 AM

glad that i can help. ;)

#5 J-Syxx

    Newbie

  • Members
  • Pip
  • 8 posts

Posted 11 October 2009 - 02:55 PM

Is there anyway to have the Memebers Online Today appear on the portal without the "most members ever online in one day" bit?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users