Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-11-2013, 11:40 PM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to add one image beside all avatar?

As the topic, I want to add one image with link (link to another site or topic) to all left of avatar in forum. But I don't know how to do!



Demo: http://www.lamchame.com/forum

Please tell me how to do!

Thanks so much!
Reply With Quote
  #2  
Old 04-13-2013, 03:13 AM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any one can help me?
Please! Thanks!
Reply With Quote
  #3  
Old 04-13-2013, 03:45 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just add the image to the template, no?

<img src="image.png" alt="Something" height="xx" width="yy" />
Reply With Quote
  #4  
Old 04-13-2013, 04:52 PM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Just add the image to the template, no?

<img src="image.png" alt="Something" height="xx" width="yy" />
Thanks for your answer!

Yeah, I know that code, but we should add to where?

I tried with postbit.css and postbit_lagacy but it wasn't success!

So, How I should do?

P.s: Excuse me for my Vbb level! I'm a newbie with it! I use Vbb v4.2.0 Pl3
As your signature: "If I post some CSS and don't say where it goes, put it in the additional.css template", but I don't know where should add to? Before or after which line comment?

Please tell me more!

Thank You in Advance!
Reply With Quote
  #5  
Old 04-13-2013, 05:50 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like you are using the postbit template, not the postbit_legacy template (is the userinfo on the top?).
Reply With Quote
Благодарность от:
thang28101993
  #6  
Old 04-13-2013, 06:33 PM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
It looks like you are using the postbit template, not the postbit_legacy template (is the userinfo on the top?).
Yeah, I added to both of that template, but not any thing change!

I have just seen the source code of the demo site http://www.lamchame.com in this thread: http://www.lamchame.com/forum/showth...3#post18959023


and I catched these code, which the webmaster are using to show the image beside the avatar:

Code:
<!--Avatar banner .swf -->
<!--
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0" 
width="150" height="180" 
 id="avantar_banner"> 
<param name="movie"  
value="http://ads.lamchame.com/fix/avatar.swf" /> 
<param name="quality" value="high" /> 
<param name="bgcolor" value="#ffffff" /> 
<embed src="http://ads.lamchame.com/fix/avatar.swf" quality="high" bgcolor="#ffffff"
width="150" height="180" 
name="mymoviename" align="" type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer"> 
</embed> 
</object>
-->
<a href="http://www.vietteltelecom.vn/di-dong/dich-vu-bankplus/gioi-thieu-dich-vu-81.html" target="_blank"><img src="http://ads.lamchame.com/fix/avatar.jpg"></a>
<!--Avatar banner -->
But, as I said, I don't know where to put these code? Please help me check and tell me!

Thanks so much!
Reply With Quote
  #7  
Old 04-13-2013, 08:48 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see an image on your showthread page so I'm guessing you figured out the issue.
Reply With Quote
  #8  
Old 04-14-2013, 12:49 AM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I see an image on your showthread page so I'm guessing you figured out the issue.
Excuse me, I really don't know how to add them to where? Moreover, I'm not an IT technician. I make forum Vbb by myself, If anything don't know or don't know how to do, I use google to search to see how to do.

So, in this issue, I still don't know how should do!

Please help me and tell me the way to do!

Thanks in Advanced!
Reply With Quote
  #9  
Old 04-14-2013, 02:22 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you find the avatar code in the template? Did you try copy/pasting the code just before it? You need to post *exactly* what you have done and give us a link to see what you have done if you want us to help.
Reply With Quote
  #10  
Old 04-14-2013, 03:31 AM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Did you find the avatar code in the template? Did you try copy/pasting the code just before it? You need to post *exactly* what you have done and give us a link to see what you have done if you want us to help.
Yes, I found, but I don't know it was true or false?

My forum is still in my local host. Would you mind if you can connect to my computer by TeamViewer to help me?

My Team Viewer ID: 586 262 311
Pass: d4r9i7

I'm online now!

Thanks in Advanced.
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 01:03 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.08568 seconds
  • Memory Usage 2,262KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete