vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Users on 4images pages and other pages in who's online? (https://vborg.vbsupport.ru/showthread.php?t=70196)

Wordplay 10-04-2004 09:26 PM

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?

Borgs8472 10-04-2004 09:40 PM

On other pages? You mean on other websites?

Wordplay 10-04-2004 09:45 PM

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?

James T Brock 10-06-2004 01:05 AM

This is a good question, i'd like to know as well!

peterska2 10-06-2004 01:10 AM

You will need to edit your includes/functions_online.php file

Wordplay 10-06-2004 06:55 AM

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.

peterska2 10-06-2004 10:02 AM

Leave it with me and I'll write the mod for you.

nexialys 10-06-2004 11:15 AM

<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

peterska2 10-06-2004 10:37 PM

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;

Below this add

Code:

                case 'WHATEVER YOU WILL BE DOING':
                        $userinfo['action'] = THE TEXT YOU WANT TO BE DISPLAYED IN WHO'S ONLINE;
                        break;

OR if you want it to include a link put

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;


Wordplay 10-07-2004 09:53 AM

wow, you 2 really are the greatests!

thank you both very much!


All times are GMT. The time now is 10:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01045 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete