vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Show useronline on memberlist (https://vborg.vbsupport.ru/showthread.php?t=32109)

JJR512 11-12-2001 11:12 PM

I believe his twist is that instead of putting the indicator in a separate column in the middle, he puts it next to the person name, all the way on the left (and not in a new column). I like it better Firefly's way, and that's how I did it, too.

LuBi 11-12-2001 11:50 PM

Gotcha, no my question is I did my online offline like this site... how can I get it to show the icon and not the text next to the users name?

Barret 11-15-2001 02:49 AM

I like the way this is done here...on this page.
How can I make this work like this page to the left with
"Online or Offline" showing under the username?
Thanks in advance.
<-----------------------------------------

Admin 11-15-2001 10:13 AM

[QUOTE]Originally posted by LuBi
Gotcha, no my question is I did my online offline like this site... how can I get it to show the icon and not the text next to the users name?

Barret 11-15-2001 01:23 PM

Maybe I should have been more specific....
Firefly, how did you make yours like that on the left?
Great job btw and looks really cool.
What script I need?

JJR512 11-15-2001 02:07 PM

That's a simple matter of editing the postbit template and relocating this: $onlinestatus. Here, it's above this line: Registered: $post[joindate].

Basically... In the postbit template:
Find:
Code:

        $post[avatar]<p>
        <smallfont>Registered: $post[joindate]<br>

Change to:
Code:

        $post[avatar]<p>
        $onlinestatus<br>
        <smallfont>Registered: $post[joindate]<br>

Find:
Code:

<td><smallfont>$onlinestatus
Change to:
Code:

<td><smallfont>

fiona 11-15-2001 05:08 PM

works great for me
cheers :D

Barret 11-15-2001 06:57 PM

Thanks man, I appreciate it!
Now if I could only make it glow online...lol

JJR512 11-15-2001 08:02 PM

I think you need to change the postbit_online template to something like:
<smallfont><table style="filter:glow(color=#C4C400, strength=2)">Online</table></smallfont>

...and the postbit_offline template to something like
<smallfont><table>Offline</table></smallfont>

The glow style was copied from the page source here, but I'm guessing as to the exact formatting of the template. You may need to remove the <br> from after the $onlinestatus that you relocated per my earlier directions.

Barret 11-15-2001 10:13 PM

Man that worked GREAT!!
Thank you ever so much for taking your time to help me.
I really really appreciate it!


All times are GMT. The time now is 12:56 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.01600 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
  • (4)bbcode_code_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