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)
-   -   Online/Offline Status with Avatar Opacity (https://vborg.vbsupport.ru/showthread.php?t=46987)

Brad 12-26-2002 07:59 PM

I know that :-p. im talking about the default avatar if none selected.

Sebastian 12-26-2002 09:18 PM

very interesting hack :)

Grendel602 12-26-2002 10:40 PM

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.

:o

mli 12-27-2002 04:49 PM

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?

ladyfyre 12-27-2002 05:08 PM

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.

partang2 12-28-2002 04:12 PM

Great hack! Works great on 2.2.9

*Clicks install*

Grendel602 12-29-2002 04:19 AM

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

:)

DFX 12-30-2002 12:50 AM

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?

Nomb 12-30-2002 03:04 PM

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 ( :

nymyth 12-30-2002 03:16 PM

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


All times are GMT. The time now is 12:50 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.01306 seconds
  • Memory Usage 1,734KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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