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)
-   -   Highlighted usernames in threads per user (https://vborg.vbsupport.ru/showthread.php?t=35792)

okrogius 03-05-2002 10:00 PM

Highlighted usernames in threads per user
 
NO SUPPORT IS PROVIDED!

Subject line pretty much sums it up. It will have different user's usernames highlighted in threads based on their user id. Currently updating requires a little file modification, maybe I will do a simpler to update version later on.

Idea was partially based of boards.ign.com. Demo can be found at forums.gaminguru.com.

I took a small portion of it out of colored users online based on usergroups. Got to give credit there.

Was requested to be made availble to public here.

okrogius 03-06-2002 08:38 PM

How stupid of me...

HTP 03-06-2002 09:49 PM

Wow thanks Codename.. :|

~HTP

Kinght 03-06-2002 11:33 PM

screenshot or demo would be nice!

okrogius 03-07-2002 12:10 AM

Quote:

Originally posted by Kinght
screenshot or demo would be nice!
Try reading the post better. I even made it red for you.

maverick1236 03-07-2002 01:40 AM

great-could you make it so i can put an image there instead of some text styles?
sort of like a mini-sig for special users

Kinght 03-07-2002 02:53 AM

Quote:

Originally posted by Codename49


Try reading the post better. I even made it red for you.

hehe I see it now... didnt read the full post... silly me...

okrogius 03-07-2002 10:52 AM

Quote:

Originally posted by maverick1236
great-could you make it so i can put an image there instead of some text styles?
sort of like a mini-sig for special users

Ignore this hack completely and us the one at https://vborg.vbsupport.ru/showthrea...726#post226726

Xeriak 04-11-2002 03:11 PM

Thats a pretty nice hack and I don't mind editing users individually, but is there a way to also display the color user names in the forums display??? Not the main forums home but inside the forums before you click on a thread.

Broekie 04-17-2002 10:18 AM

To make this work with usergoups,
instead of
PHP Code:

    $userid=$post[userid]; 

use
PHP Code:

    $usergroupid=$post[usergroupid]; 

And ofcourse also change the variable $userid into $usergroupid at the if-statement ;)

Lucrecia 05-31-2002 09:27 PM

Is there anyway to make it so that members could choose their own color for their username in their profile?


All times are GMT. The time now is 07:52 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.01963 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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