Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTOnline - Online Status on Member List Details »»
GTOnline - Online Status on Member List
Version: 1.00, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.0 Rating:
Released: 10-16-2006 Last Update: Never Installs: 93
Uses Plugins Template Edits
 
No support by the author.

This version is no longer supported.
Download newest version https://vborg.vbsupport.ru/showthread.php?t=149801 instead.

Simple plugin that will add the online status of members on memberlist.

INSTRUCTIONS:
  1. Download product-gtonline10162006.xml.
  2. Click BROWSE button in ADMINCP / PLUGIN & PRODUCTS / MANAGE PRODUCTS / ADD/IMPORT PRODUCT (link found at the bottom of the page) and find the product-gtonline10162006.xml file.
  3. Click IMPORT button to upload the product-gtonline10162006.xml file.
  4. Finished.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-22-2007, 01:38 PM
stomph stomph is offline
 
Join Date: Dec 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Distance View Post
Hey this adds to the right hand side of the username, any way to have it on the left?
To get the status on the left of the username, I changed the plugin 'GTOline: Template Changes On Member List' to this:

Code:
/*
// status right of username
$vbulletin->templatecache['memberlist_resultsbit'] = str_replace(
	'$userinfo[musername]</a>',
	'$userinfo[musername]</a> $userinfo[onlinestatus]',
	$vbulletin->templatecache['memberlist_resultsbit']
);
*/
// status left of username
$vbulletin->templatecache['memberlist_resultsbit'] = str_replace(
	'<a href=\"member.php',
	'$userinfo[onlinestatus] <a href=\"member.php',
	$vbulletin->templatecache['memberlist_resultsbit']
);
Reply With Quote
  #23  
Old 01-22-2007, 08:31 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you stomph :up:
Reply With Quote
  #24  
Old 02-28-2007, 02:01 PM
jasbell jasbell is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this show up next to the user names on the forum posts as well? Or is that a different hack? VBGeek has this on forum posts.
Reply With Quote
  #25  
Old 02-28-2007, 02:08 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

??

the online status is already displayed in forum posts
Reply With Quote
  #26  
Old 02-28-2007, 02:40 PM
jasbell jasbell is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I meant next to the name in a forum post. EX:

The Geek (Offline)
Princeton (Online)

See Example page @ The VB Geek. Click here
Reply With Quote
  #27  
Old 02-28-2007, 02:50 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the online status is already displayed in forum posts - vb default

online
offline

he just doesn't show the image (edit postbit_onlinestatus)
Reply With Quote
  #28  
Old 02-28-2007, 02:55 PM
jasbell jasbell is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok. Sorry. (Newbie)

Also, I have a custom style and followed your instructions above:
custom style maybe??

manually add $userinfo[onlinestatus] to memberlist_resultsbit

FIND:
$userinfo[musername]</a>

REPLACE WITH:
$userinfo[musername]</a> $userinfo[onlinestatus]


I placed "$GARS_addon_member_top" above the $footer as suggested (just to see if it worked). When I go to /forums/memberlist.php I dont see this status.
Reply With Quote
  #29  
Old 02-28-2007, 05:37 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this modification has nothing to do with $GARS_addon_member_top

try a manual template edit

FIND IN memberlist_resultsbit;

Code:
$userinfo[musername]</a>
REPLACE WITH:

Code:
$userinfo[musername]</a> $userinfo[onlinestatus]
Reply With Quote
  #30  
Old 03-01-2007, 02:53 PM
leducq leducq is offline
 
Join Date: Jan 2007
Location: Texas
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am no programmer by any means, so forgive my ignorance, but can someone tell me in detail how I can get the status over the user name? I think it stretches the cell too wide for long user names because of the status image I use.
Thanks in advance.
Reply With Quote
  #31  
Old 03-01-2007, 04:05 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/installed

Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04652 seconds
  • Memory Usage 2,296KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete