Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-10-2008, 03:44 PM
Jacob B Jacob B is offline
 
Join Date: Aug 2008
Location: Australia
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vB Phrase for Avatar

Hey guys,

I'm in the process of remodelling some templates for a product. What I'm looking to do is in the reply feature on this product, I want the user's avatar to be displayed next to their name. I thought it was just $customavatar but that doesn't appear to be working.

What code/phrase do I need to be able to pull their avatar into a reply bit on a product?

This is the code I've made so far:

PHP Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%">
<
tr>
    <
td class="thead normal">
        <
span style="float: right;"><phrase 1="$reply[datelogged]2="$reply[replyusername]3="$reply[replyuserid]">$vbphrase[last_update_by]</phrase></span>
<if 
condition="$bbuserinfo[userid] == $reply[replyuserid] AND $show['can_edit_tickets'] OR $show['can_edit_any_tickets']">[<a href="helpcenter.php?$session[sessionurl]do=edit&rid=$reply[replyid]">$vbphrase[edit_reply]</a>]</if>&nbsp;<if condition="$bbuserinfo[userid] == $reply[replyuserid] AND $show['can_delete_tickets'] OR $show['can_delete_any_tickets']">[<a href="helpcenter.php?$session[sessionurl]do=ticketreplydelete&rid=$reply[replyid]">$vbphrase[delete_reply]</a>]</if>
        
        
    </
td></tr>
    <
tr valign="top">
    <
td class="alt2">
    <
table cellpadding="0" cellspacing="$stylevar[cellpadding]border="0" width="100%">
        <
tr>
            <
td class="alt2"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$customavatar</a></td>
            <
td nowrap="nowrap">

                
                    
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$username</a>

                    
                    

        
    </
td>
</
tr>
</
table>
<
tr>
    <
td class="alt1" valign="top">
    
$reply[message]
    </
td>
    
    </
tr>
    </
table>
<
br /> 
Reply With Quote
  #2  
Old 08-10-2008, 04:01 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You might want to do a search in the templates for the word "avatar" and see how it gets called in the various templates. For instance, here it is in MEMBERINFO (3.6.8):

HTML Code:
                 <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
and here it is in postbit (3.6.8):

HTML Code:
 <td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td>
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 09:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04653 seconds
  • Memory Usage 2,195KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete