vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How to add one image beside all avatar? (https://vborg.vbsupport.ru/showthread.php?t=297099)

Lynne 04-14-2013 02:40 PM

Wy don't you post an image of the result and the exact code you used (with five lines of the unaltered template above and below the code you added).

thang28101993 04-14-2013 04:21 PM

Quote:

Originally Posted by Lynne (Post 2416321)
Wy don't you post an image of the result and the exact code you used (with five lines of the unaltered template above and below the code you added).

Thanks so much for your help!
As, I said, I only add some code, example:

Code:

<a href=" http://www.domain.com" target="_blank"><img title="AD text " alt="  " src="http://imagelink.jpg" height=xxx width=xxx ></a>
to begin of postbit.css or postbit_lagacy's code

and it was not appear any thing.

I think you know how to do, so please show for me the way to add code and add to where?

Thanks again!

Lynne 04-14-2013 04:29 PM

If you want the code near the avatar, then you need to put it in your postbit template right before or after the avatar code (shown below):

HTML Code:

                                <vb:if condition="$show['avatar']">
                                        <a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                                <vb:if condition="$post.avatarurl">
                                                        <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                                                <vb:else />
                                                        <img src="{vb:stylevar imgdir_misc}/unknown.gif" />
                                                </vb:if>
                                        </a>
                                </vb:if>


thang28101993 04-14-2013 05:00 PM

Quote:

Originally Posted by Lynne (Post 2416347)
If you want the code near the avatar, then you need to put it in your postbit template right before or after the avatar code (shown below):

HTML Code:

                                <vb:if condition="$show['avatar']">
                                        <a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                                <vb:if condition="$post.avatarurl">
                                                        <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                                                <vb:else />
                                                        <img src="{vb:stylevar imgdir_misc}/unknown.gif" />
                                                </vb:if>
                                        </a>
                                </vb:if>



Excuse me, I did as you guided: add code to before or after Postbit template > postbit_lagacy, but no thing appear for me!

Would you mind if you connect to my computer and help me check why?

Thanks!

P.s:
ID TeamViwer: 586 262 311
Pass: tjx189


All times are GMT. The time now is 08:37 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.01075 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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