The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Few questions
Hi,
How would i edit the avatar on the postbit? Plus how would i make it so it would pull from a form? E.g it pulls it from field1 etc? Ross |
#2
|
||||
|
||||
Edit the avatar in what way? If you want to pull something from a field (like a URL), then you can probably just use the field as the image source:
<img src="{vb:raw post.field1}" alt="" /> |
#3
|
|||
|
|||
That's brilliant, Now what im wondering is, is it possible to have a a background JUST for postbit?
Different for different usergroups(?) Like my postbit is original (old style) and i want it in the left bit. Thanks Ross |
#4
|
||||
|
||||
Yes, that is possible. I believe a postbit background solution has been posted a few times in these forums.
|
#5
|
|||
|
|||
Can you get a link, i've done some searching but can't find it
Ross |
#6
|
||||
|
||||
I don't have a link - I have the same access to search that you do. You can just add the style directly to the <div> tag in the postbit. That is probably the easiest way.
HTML Code:
<vb:if condition="is_member_of($post, x, y, z)"> <div style="background: xxxxx"> <vb:else /> <div style="background: yyyyy"> </vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|