The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to only show what vb is aware of in Who's online?
I dont care if a user is in a area that is Unknown and really prefer it not be there. ANY ideas what so ever on this? THANKS! |
#2
|
||||
|
||||
![]()
You do know that it's only shown to Admin's with the approriate permissions: you can change your own admin Permissions to not permit yourself to see it...
|
#3
|
|||
|
|||
![]()
no... I mean (thanks for the fast reply btw) I want everyone to see it. that isnt a issue. I want the UNKNOWN locations not to show up. If a user is in a unknown location just keep where they were last.
See what happens is a user might be in chat. then goto a page I made that is unknown... I rather it simply keep where they were last. and ignore unknown locations. |
#4
|
||||
|
||||
![]()
You could add the location to your WOL, or alter the "Unknown" message.
|
#5
|
|||
|
|||
![]() Quote:
|
#6
|
||||
|
||||
![]() Quote:
|
#7
|
|||
|
|||
![]() Quote:
I need a way for it to work with WHO'S online. That shows users online on anypage. two differnt things. |
#8
|
|||
|
|||
![]()
hmmm... open online.php and search:
Code:
// Let's show the admin the location but put something false up for everyone else.. if ($bbuserinfo[usergroupid] == 6) { $userinfo[location] = htmlspecialchars(stripslashes(replacesession($userinfo[location]))); $userinfo[where] = "<b>Unknown Location:</b> <a href=\"$userinfo[location]\">$userinfo[location]</a>"; } else { // We were unable to parse the location $userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>"; } } Code:
$userinfo[where] = "<b>Unknown Location:</b> <a href=\"$userinfo[location]\">$userinfo[location]</a>"; |
#9
|
|||
|
|||
![]()
ya think its a hack then... darn I was hoping I could template it out some how...
the two unknow locations are the same.... they never change... /forums/pull.php?do=footer this is my footer... its like the bottom menu. would be nice if it said using members menu /forums/vbindex.php? (sometimes the ? sint there) is my main page. would be nice if it could say main page. This code removal... that is the ticket just to remove unknown locations period? I would use that if I have no alternative. |
#10
|
|||
|
|||
![]()
yeah, it would remove the unknown locations for sure.. I've been trying to do this and can't find a solution.. not that I'm such a huge hacker.. but I'm learning.. lol... you should wait for someone capable of doing this... that's the only advice I can give you.. sorry I couldn't be of more help.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|