Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-31-2003, 09:19 PM
Javazoid Javazoid is offline
 
Join Date: Dec 2002
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Little Peoples by names

If there a hack that gives you little people by your names like http://war3pub.net/forums/index.php at the bottom? i LOVE that soo much but i cannot find it. can someone make one or point me to where it is? i believe i saw it on a vbulletin a while ago
Reply With Quote
  #2  
Old 01-31-2003, 09:41 PM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't remember seing a hack like that, but what you could do is to install Afterburners Colored Online User Hack, and just tweaking it a wee bit. That should do wonders.

https://vborg.vbsupport.ru/showthrea...threadid=32149

If you can't figure out how to do it, report back and I'll help you.
Reply With Quote
  #3  
Old 01-31-2003, 10:01 PM
Javazoid Javazoid is offline
 
Join Date: Dec 2002
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't know much about php so help would be appreciated. I think this would be a very good hack.

Could you tell me what to edit in Afterburners Colored Online User Hack?

Administrator: "green person"
Supermoderator: "red person"
Moderator: "yellow person"
Member: "grey person"

i just think that this would be very popular and a lot of people would use it. could you help me out?
Reply With Quote
  #4  
Old 01-31-2003, 10:53 PM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Changes to the hack instructions:

FIND:

$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greenperson.gif> <b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

FIND:

$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/redperson.gif> <b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

FIND:

$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/yellowperson.gif> <b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

FIND:

$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greyperson.gif> <font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

FIND:

$username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greenperson.gif> <b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin

FIND:

$username = "<b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/redperson.gif> <b><font color=darkred>$loggedin[username]</font></b>"; // Color for Supermod

FIND:

$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/yellowperson.gif> <b><font color=green>$loggedin[username]</font></b>"; // Color for Mod

FIND:

$username = "<font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

REPLACE WITH:

$username = "<img src=http://www.yoursite.com/forums/images/greyperson.gif> <font color=blue>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of

I hope that helps
Reply With Quote
  #5  
Old 02-01-2003, 01:59 PM
Javazoid Javazoid is offline
 
Join Date: Dec 2002
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow thank you soo much, you can see it in action at http://www.wcgateway.com/forums , i love it!

but how do you get rid of that black square around the little people?
Reply With Quote
  #6  
Old 02-01-2003, 03:01 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Javazoid
wow thank you soo much, you can see it in action at http://www.wcgateway.com/forums , i love it!

but how do you get rid of that black square around the little people?
To the "<img src="blah blah.jpg" border="0">" ((Add the 'border' bit.))
Reply With Quote
  #7  
Old 02-01-2003, 08:25 PM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah yes, forgot about the border.

You're welcome.
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:01 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.05611 seconds
  • Memory Usage 2,224KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete