vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   "Default" Avatar -Sort of thing - Need help! (https://vborg.vbsupport.ru/showthread.php?t=95472)

sgtryan 09-01-2005 11:39 PM

"Default" Avatar -Sort of thing - Need help!
 
Hello,

I am trying to create a script that will draw the user's avatar, using:
Code:

if( a certain user has NO avatar)
{
 echo "<img src='forum/images/avatars/default_avatar.gif";
}
else
{
echo "<img src='http://www.^^^^^^^^^^.com/forum/image.php?u=$userid[userid]'>";
}

I am sorta trying to make a script like that, so each user who posts will have their avatar next to that post. (this is a remote script hack to VB)

Any clue how I would go about doing this?

Nutz 09-02-2005 12:12 AM

Do you mean like this?
https://vborg.vbsupport.ru/showthrea...default+avatar

Many Thanks
Mat

sgtryan 09-02-2005 01:23 AM

No because $avatarurl isn't a global variable..

darnoldy 09-02-2005 04:12 AM

Quote:

Originally Posted by sgtryan
each user who posts will have their avatar next to that post.

Here's the code I put into the postbit template to do that:

Code:

                        <if condition="$show['avatar']">
                                <img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />
                        <else />
                                <img src="images/avatars/baghead.gif" alt="No Avatar" border="0" />
                        </if>

Hope that's what you were looking for

sgtryan 09-09-2005 10:45 PM

Where is $avatarurl stored in mySQL? and how can I call the user's avatar of a certain user id?


All times are GMT. The time now is 11:26 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.01191 seconds
  • Memory Usage 1,719KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete