The Arcive of vBulletin Modifications Site. |
|
RoG's Xbox Live Avatar in Posts Details »»
|
|||||||||||||||||||||||||||
Okay this is my first release. for postbit legacy
Screenshot at the bottom..... Create a new profile field or use an existing one for xbox live gamertag. First step, you may have already done this. In Postbit.css find Code:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:both;
}
Code:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:none;
}
In postbit.css find Code:
.postbitlegacy .signature, .postbitlegacy .lastedited {
Code:
margin-top: ?em; Code:
margin-top: 17em; Now go to the postbit_legacy and find Code:
{vb:raw template_hook.postbit_messagearea_start}
Code:
<vb:if condition="$post['fieldx']"><img src="http://avatar.xboxlive.com/avatar/{vb:raw post.fieldx}/avatar-body.png" align="right" width="150" height="300"/></vb:if>
Thats it Hope you all enjoy it Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I will help people out who are struggling with this.
Found a problem when a quote is being used, it goes over the avatar. Fix for it is here. Find the template called bbcode.css Find Code:
.bbcode_container div.bbcode_quote Code:
width:80%; |
|
#3
|
|||
|
|||
|
tagged, will see how others like it and then give it a whirl, good idea!
|
|
#4
|
||||
|
||||
|
Having a problem with the members sigs
A line abopve the sigs runs in to the avatars |
|
#5
|
||||
|
||||
|
Okay, i'll check your site out.....
|
|
#6
|
||||
|
||||
|
You need to find this in postbit.css
Code:
.postbitlegacy .signature, .postbitlegacy .lastedited {
Code:
margin-top: ?em; it will look like this... Code:
margin-top: 17em; |
|
#7
|
||||
|
||||
|
I know it was stated mate and i tried to follow that, BUT
Code:
margin-top: ?em; The code i have is Code:
.postbitlegacy .signature, .postbitlegacy .lastedited {
margin-top: 17em;
padding: 0 {vb:stylevar padding};
|
|
#8
|
||||
|
||||
|
then that should work then, 17 makes the signature line underneath the avatar.....
If you like you could contact me on aim so i can take a closer look at your template... |
|
#9
|
||||
|
||||
|
I am currently on my old pc as my newer 1 is getting fixed, This pc is really XXXXXX
So it willnot install aim, i have msn at betts02@tiscali.co.uk or if you view the thread at>>>http://www.nextgenerationgamers.co.u...0557#post10557 And scroll to post number 11 you will see the lads sig with the line above it, Please forget the gamer card image rolling over as i am trying to fix that now, but you will see the line i mean What i have is Code:
.postbitlegacy .signature, .postbitlegacy .lastedited {
margin-top: 17em;
padding: 0 {vb:stylevar padding};
Code:
.postbitlegacy .signature, .postbitlegacy .lastedited {
margin-top: 0;
padding: 0 {vb:stylevar padding};
|
|
#10
|
||||
|
||||
|
thats strange it didnt have em after it, try replacing the 17em with just "17" there, if that does not work, try "17px"
|
![]() |
|
|