Author Topic: Help, i need to show online members in details.php  (Read 7925 times)

0 Members and 1 Guest are viewing this topic.

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Help, i need to show online members in details.php
« on: January 22, 2007, 09:22:27 AM »
Hello,
As written in the title.

In details.php i add a table able to show the online members. But i dont see nothing!

What i need to do to show the online member in details.php ?

Thanks in advance.


Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Help, i need to show online members in details.php
« Reply #1 on: January 23, 2007, 02:15:08 PM »
ANY help ?  :)

Offline Loda

  • Sr. Member
  • ****
  • Posts: 353
    • View Profile
    • Fotosucht Schweiz
Re: Help, i need to show online members in details.php
« Reply #2 on: January 23, 2007, 05:06:42 PM »
hallo!
insert in your detail.php
above
Code: [Select]
$main_template = 'details';this:
Code: [Select]
$templates_used = 'whos_online';and use this:
Code: [Select]
{whos_online}in your detail.html

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Help, i need to show online members in details.php
« Reply #3 on: January 23, 2007, 06:05:18 PM »
Thanks for the help.

Btw, i didint work, or i'm unable to let it working fine.

Simple nothing appear :)

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: Help, i need to show online members in details.php
« Reply #4 on: January 23, 2007, 08:21:00 PM »
in your details.php

search for
Code: [Select]
define('ROOT_PATH', './');
insert below

Code: [Select]
define('GET_USER_ONLINE', 1);
Maybe it already there and you have to change just the "0" to an "1"

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Help, i need to show online members in details.php
« Reply #5 on: January 24, 2007, 09:16:08 AM »
Thank you ! Works fine !

Another small thing. If i need to add more info in details.php like the "categories" or "latest 3 user images" (i have already done this in member_profile.html using {user_profile_images}) how i can do ?

I try to add "member_profile" in $templates_used = '...' and trying to DEFINE (MEMBER_PROFILE)  and nothing work

There is a way to understand how to do this modify ?

Thanks again :)

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: Help, i need to show online members in details.php
« Reply #6 on: February 02, 2007, 11:22:08 PM »
Sorry, but i dont understand you :)