The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
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).
|
#12
|
|||
|
|||
![]() Quote:
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> 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! |
#13
|
||||
|
||||
![]()
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> |
#14
|
|||
|
|||
![]() Quote:
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 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|