Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Online/Offline Status with Avatar Opacity Details »»
Online/Offline Status with Avatar Opacity
Version: 1.00, by Grendel602 Grendel602 is offline
Developer Last Online: Jan 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-24-2002 Last Update: Never Installs: 45
 
No support by the author.

This is our first hack, but it works very nicely.

This hack changes the way a user is displayed as online or offline when viewing a thread. It serves three purposes. One, it cuts down on a cluttered postbit. Two, it makes it very easy to distinguish who?s online and who?s not when viewing a thread. Three, it?s kinda cool.

If a user is offline his/her avatar?s opacity will be set to 20 (This is the setting we are using, you can change this number by editing the ?postbit_avataroffline? template, which is included in the attached zip file). A low image opacity gives an image a washed out sort of look. If a user is Online his/her avatar?s opacity is 100 of course.

See a live demo at our forums:

http://forums.otllive.com

This hack is fairly easy to install. You?ll have to edit three php files, add a new template, edit your ?Head Insert? under Styles, upload a small Javascript file, and make a small change to your postbit, announcement, and privmsg templates.

Included in the zip file is an install.txt document and one javascript file.

Creativity by Grendel
Coding by Nomb

BTW, This is the Official Merry Christmas Hack!

Don't forget to click install if you use this hack.

Merry Christmas.

**EDIT** (12/25/02 6:00 pm EST)

I've updated the install file. Users that don't have avatars will stay that way. Also, the coding is integrated into whether or not users select the option to "show" avatars or not.

Final release!

I will be adding something else to this hack in the future. For now, it works with no weird stuff.

Show Your Support

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

Comments
  #22  
Old 12-26-2002, 07:59 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know that :-p. im talking about the default avatar if none selected.
Reply With Quote
  #23  
Old 12-26-2002, 09:18 PM
Sebastian's Avatar
Sebastian Sebastian is offline
 
Join Date: Oct 2002
Location: America
Posts: 488
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very interesting hack
Reply With Quote
  #24  
Old 12-26-2002, 10:40 PM
Grendel602 Grendel602 is offline
 
Join Date: Sep 2002
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Sebastian
very interesting hack
You guys are making us blush.

:banana:

We are working on another hack for gaming oriented clan sites.


Don't forget to click the install button if you use our hack.

Reply With Quote
  #25  
Old 12-27-2002, 04:49 PM
mli mli is offline
 
Join Date: Nov 2001
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Courage
Nice !!!

See exemple here:

http://www.softnews.ro/forum/showthr...1968#post61968

No registration needed !

BUG found

if the user has no avatar selected.. it apears like the avatar is missing .. 404 eror !
This is way off topic, but you've got a ROMANIAN FORUM!!! Crazy. I was born in Romania and lived there for 10 years. Where do you live?
Reply With Quote
  #26  
Old 12-27-2002, 05:08 PM
ladyfyre's Avatar
ladyfyre ladyfyre is offline
 
Join Date: Nov 2001
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't really want our avatars to go transparent if people are not online....but i think there is still a pretty cool way to use this.....

what if instead of setting the avatar to opaque if the user is OFFLINE, you put a border around the image using the { categorybackcolor } replacement?

That would highlight those who are ONLINE, while leaving offline members as is.
Reply With Quote
  #27  
Old 12-28-2002, 04:12 PM
partang2 partang2 is offline
 
Join Date: Jun 2002
Location: Norway
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! Works great on 2.2.9

*Clicks install*
Reply With Quote
  #28  
Old 12-29-2002, 04:19 AM
Grendel602 Grendel602 is offline
 
Join Date: Sep 2002
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you all like it. Leave some links of how you all are using the hack.

Reply With Quote
  #29  
Old 12-30-2002, 12:50 AM
DFX DFX is offline
 
Join Date: Feb 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ran into a little problem. I had to edit some of the lines for a different hack.

Quote:
if ($avatarurl=="" or ($bbuserinfo[userid]>0 and !($bbuserinfo[showavatars]))) {
$post[avatar]="";
} else {
eval("\$post[avatar] = \"".gettemplate("postbit_avatar")."\";");
}
Is instead

Quote:
if ($avatarurl=="" or ($bbuserinfo[userid]>0 and !($bbuserinfo[showavatars]))) {
$post[avatar]="";
} elseif ($post[usergroupid]== 103) {
eval("\$post[avatar] = \"".gettemplate("postbit_blur_avatar")."\";");
} else {
eval("\$post[avatar] = \"".gettemplate("postbit_avatar")."\";");
}
Is there anyway for me to use this hack?
Reply With Quote
  #30  
Old 12-30-2002, 03:04 PM
Nomb's Avatar
Nomb Nomb is offline
 
Join Date: Nov 2002
Location: Phoenix, AZ
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you want to discontinue using the hack you have in place now? Can you post the contents of the "postbit_blur_avatar" template.

Thanks ( :
Reply With Quote
  #31  
Old 12-30-2002, 03:16 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sup...this is kinda unrelated....but on your website u have this thing where under 'NOMB' u have text taht reads invisible flag man.....i was wondering how u put this there.....(and im talking a bout under thread starter, not the custom name).....thanx

Peace
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 07:07 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.07891 seconds
  • Memory Usage 2,305KB
  • 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
  • (4)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