The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users on 4images pages and other pages in who's online?
how do i get users on other pages to also show up in my forum's who's online?
|
#2
|
|||
|
|||
On other pages? You mean on other websites?
|
#3
|
|||
|
|||
other websites? not really...
well lets say the site is: vbulletin.org and the forum is : vbulletin.org/forum my images gallery is : vbulletin.org/4images and i've got some other miscolanious pages around: vbulletin.org such as the /index.php or the /fuknrnd.php how do i get people on any of those pages to show up in my forum's who's online as well? |
#4
|
|||
|
|||
This is a good question, i'd like to know as well!
|
#5
|
|||
|
|||
You will need to edit your includes/functions_online.php file
|
#6
|
|||
|
|||
did you forget, i'm a complete n00b.
could you specifically say what exactly i would have to add there, and where... what kind of like i can put in there, etc. |
#7
|
|||
|
|||
Leave it with me and I'll write the mod for you.
|
#8
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=66569" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=66569</a> custom Who's Online script by TrigunFlame...
btw, Wordplay thanks for the hommage in your sig.. lol |
#9
|
|||
|
|||
OK to manually edit you need to open your includes/functions_online.php and find
Code:
case 'modcplogin': $userinfo['action'] = $vbphrase['moderator_control_panel_login']; break; Code:
case 'WHATEVER YOU WILL BE DOING': $userinfo['action'] = THE TEXT YOU WANT TO BE DISPLAYED IN WHO'S ONLINE; break; Code:
case 'WHATEVER YOU WILL BE DOING': $userinfo['action'] = <a href="THE LINK THAT YOU WANT TO POINT TO">THE TEXT YOU WANT TO BE DISPLAYED IN WHO'S ONLINE</a>; break; |
#10
|
|||
|
|||
wow, you 2 really are the greatests!
thank you both very much! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|