Author Topic: Where can i find the groups associated to members?  (Read 5005 times)

0 Members and 1 Guest are viewing this topic.

Offline ACmonKey

  • Newbie
  • *
  • Posts: 25
    • View Profile
Where can i find the groups associated to members?
« on: April 08, 2003, 11:36:55 PM »
I'll try to explain myself the best i can.  :oops:

I've messed up something in the group id's or member id's and now in my "whos_online" stats at the bottom of the index page shows this:

There are currently 2 registered user(s) (0 among them invisible) and 0 guest(s) online.

> USER, Guest

Why are both guest and USER in the same group? The guest is not recognised as guest anymore so i always have 0 guests.
Can somebody shed some light on this and maybe tell me where to look for fixing this. I would also like to remove the invisible stuff.

Thanks in advance.
:(
Here is the list of my unanswered topics:

http://4homepages.de/forum/viewtopic.php?t=4001
http://4homepages.de/forum/viewtopic.php?t=5305

btw. V@no is a gr8 guy. He's answered almost all my questions. Thanks V@no ;)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Where can i find the groups associated to members?
« Reply #1 on: April 09, 2003, 12:14:21 AM »
hard to say...
try check /includes/constants.php
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline ACmonKey

  • Newbie
  • *
  • Posts: 25
    • View Profile
Where can i find the groups associated to members?
« Reply #2 on: April 09, 2003, 12:27:46 PM »
thx V@no for your reply but it's a bit more complicated.

I've edited the constants.php file to suit invisionboard forum (v1.1.1.) and it works fine. The only problem is the 4images script displaying the wrong number for each group.

In other words:
When a guest visits my website it shows him as a registered user (although he'sand the number of guests is always 0 (Zero).

Did i explain myself correctly :?
What i'm looking for is the script itself that manages which user types are displayed in each group when showing the stats.

Hope you can point me in the right direction. Maybe sessions.php? or one of the templates?
It's only a cosmetic issue cause the authentification works fine.

btw. i'm sending you a pm to ask a different question about your C8O 8OL website.
:(
Here is the list of my unanswered topics:

http://4homepages.de/forum/viewtopic.php?t=4001
http://4homepages.de/forum/viewtopic.php?t=5305

btw. V@no is a gr8 guy. He's answered almost all my questions. Thanks V@no ;)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Where can i find the groups associated to members?
« Reply #3 on: April 09, 2003, 03:21:13 PM »
hmm...interesting...
since I didnt do integration, I cant check it myself, but u should look in sessions.php.
code starts with:
Code: [Select]
if (defined("GET_USER_ONLINE") && ($config['display_whosonline'] == 1 || $user_info['user_level'] == ADMIN)) {
good luck ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)