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)
-   -   Show "No Avatar" Image If No Avatar is Selected (https://vborg.vbsupport.ru/showthread.php?t=36363)

MW[MWGN] 03-25-2002 12:05 PM

version you running? Can you explain more HOW it doesnt work?

69-FLy-gUy 03-25-2002 04:30 PM

easy. in the thread it doesn't show the No avatar selected image... want to see my funtions.php?

running 2.2.4

MW[MWGN] 03-26-2002 11:02 PM

]I think if the user dont have the ability to use a custom avatar, then the hack doesnt work...I'm working on a fix.

Edit: OK, at the moment I cant test the fix because my board's domain is switching DNS to point to the new server, so please give me a day or two and I'll post the update here :)

MW[MWGN] 03-27-2002 09:30 PM

]OK, try this for those who cant get the hack working.
Find in /admin/functions.php:
PHP Code:

if ($avatarurl=="" or ($bbuserinfo[userid]>and !($bbuserinfo[showavatars]))) {
            
$post[avatar]=""

Replace with:
PHP Code:

if ($avatarurl=="" or ($bbuserinfo[userid]>and !($bbuserinfo[showavatars]))) {
            
$post[avatar]="<img src=images/avatars/noavatar.gif border=0>"

I dont see why I can get it working with the code in the readme file but some can't... but try the above as well as the one in the readme and report if it works...thanks

ZiRu$ 03-27-2002 10:01 PM

The original hack worked perfectly on 2.2.4

i didnt need to use your code MW[MWGN]!

Can someone please give me an update so the noavatar image under our name will be linked to the editavatar url?

please?

MW[MWGN] 03-27-2002 11:26 PM

yea but for some strange reasons some it doesnt work for some...

69-FLy-gUy 03-28-2002 06:52 AM

Weird. still won't work for me. i will see if it still isn't working in a dayt and let you know. thakns for trying though=)

Recluse 03-28-2002 07:22 AM

Quote:

Originally posted by MW[MWGN]
Yes, the welcome panel hack has the changed line in INDEX.PHP, while mine changes in functions.php to apply to posts and threads.

Recluse, what version are you running? And how does it not work..i.e. any errors?

2.2.2 heavly hacked, but all the code was there as in the txt file. no errors. just dont show

MW[MWGN] 03-28-2002 03:19 PM

]have you got avatar enabled? :) and do you allow custom avatars?

Recluse 03-28-2002 03:37 PM

yes and yes :) i tired you fix to functions.php and it dont do anything either :(


All times are GMT. The time now is 01:40 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.01250 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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