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)
-   -   User Icons (https://vborg.vbsupport.ru/showthread.php?t=48264)

sabret00the 03-25-2003 05:07 PM

okies this is working just liek i wanted but the thing now is, can i enlarge the icon size at all?

Dark Jim 03-25-2003 06:44 PM

Yes, you can set the maximum size under vBulletin Options -> User Icons. :)

See here

Dan 03-25-2003 07:01 PM

Works nice.....

/me licks an orange flavored install button

Dan 03-25-2003 08:38 PM

i did everything it told me in the install file and now i get this

-points to ss-

Dark Jim 03-25-2003 09:27 PM

Huh? What is the url of that broken image and what is the url to the image that should have showed up?

Dan 03-25-2003 09:31 PM

its pointing to /forums//images/ as the image and its /forums/images/announce.gif

Dark Jim 03-25-2003 09:33 PM

This step:
Quote:

3.2. Find:
-----------------------------------------------------------------
if ($announcement[startdate]>$bbuserinfo[lastvisit]) {
$announcement[icon]='newannounce.gif';
} else {
$announcement[icon]='announce.gif';
}
-----------------------------------------------------------------

3.2. Below that add:
-----------------------------------------------------------------
if ($announcement[iconavatarpath]!="") {
$iconavatarurl=$announcement[iconavatarpath];
} else if ($announcement['hascustomiconavatar']) {
$iconavatarurl="iconavatar.php?userid=$announcemen t[userid]&dateline=$iconavatarinfo[dateline]";
} else {
$iconavatarurl='';
}

if ($iconavatarurl!="") {
$iconavatar = "<img src=\"$iconavatarurl\" border=\"0\" alt=\"\">";
} else {
$iconavatar = "";
}
if ($bbuserinfo[userid]>0 and !($bbuserinfo[showiconavatars])) {
$iconavatar = "";
}
-----------------------------------------------------------------
Are you sure you added the code below the part you needed to find and not replaced it?

Dan 03-25-2003 09:39 PM

ah thats it I must have replaced it by accident thank you

DigitalDesktops 03-27-2003 11:47 PM

I having problems with this hack. The User Icons only appear in member.php. It doesn't appear anywhere else. I've tried to install it twice but it still won't show up. I edited all the templates, and i followed the instructions, but its still not working. I'm using 2.3.0
Does any anyone know how i can fix this? Thanks in Advance.

Here's all the files I edited.

Dark Jim 03-28-2003 08:51 AM

I noticed you forgot to do step 19.4a. Under edit options in your user cp I didn't notice the option to show or not show icons. Do that step, set the option to "yes" and then see if the icons show up.


All times are GMT. The time now is 09:44 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.01065 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)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