vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - GTOnline - Online Status on Member List (https://vborg.vbsupport.ru/showthread.php?t=129307)

jasbell 03-01-2007 08:43 PM

Forget it...I am on crack. Works fine

Princeton 03-02-2007 01:43 AM

jasbell,

LOL ... thanks for the update :D

jketron 03-02-2007 01:49 AM

Very cool, installed

leducq 03-02-2007 10:57 AM

Never mind, I figured it out. Thanks Installed!

rjmjr69 03-14-2007 04:09 AM

Ok I only get TEXT for online and offline status I do not see any dots? And its on the right side of the name? I see the edit for that but why no buttons?

Princeton 03-14-2007 11:09 AM

rjmjr69,
most likely image cannot be found ...

URL?

rjmjr69 03-14-2007 06:40 PM

There were no images included to link to that I see....

But here is the url www.binarytechzone.com

Doctor Death 03-16-2007 12:55 AM

Any chance of an update? If so, a user-set option of left or right of username would be awesome. In the meantime, I will edit :)

Thanks, good mod.

Doctor Death 04-01-2007 04:27 PM

Quote:

Originally Posted by stomph (Post 1164996)
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']
);


Right on! Works great!!!

Recommend for any future versions the ability to swap out left and right via options as well as a different icon for on and offline.

I would also like to see version checking added to this to make it really perfect.

This is a great mod. Thanks again.:up:

sp?x 04-16-2007 06:30 PM

Mhhh I#am using 3.6.5. There are no Users displayed in memberlist after install.


All times are GMT. The time now is 05:02 AM.

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.01273 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete