The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile fields framed in - how?
Can anyone point me towards how to put boxes/frames around the profile fields that appear in individual posts (postbit)...the code and locction where to put it?
Thanks |
#2
|
||||
|
||||
In postbit_legacy find this:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> Code:
<if condition="$post['joindate']"><div style="border: solid 1px black; padding: 2px; margin: 2px 10px;">$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div style="border: solid 1px black; padding: 2px; margin: 2px 10px;">$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div> style="border: solid 1px black; padding: 2px; margin: 2px 10px;"$vbphrase[age]: $post[age]</div></if> <div style="border: solid 1px black; padding: 2px; margin: 2px 10px;"> $vbphrase[posts]: $post[posts] </div> |
#3
|
|||
|
|||
Thank you so much.
1) How can I add a background color to what's within the frame? 2) Is there a list of all available color codes I can use within your sample...ie different shades of blue? Thanks for your help. It is much appreciated. |
#4
|
||||
|
||||
In that code after border: solid 1px black; add background-color: #F0F0F0;
|
#5
|
|||
|
|||
Quote:
Thanks. Any other suggestions? |
#6
|
||||
|
||||
It does work. Probably you added it incorrectly, or set background color to same color as you have outside of that border.
|
#7
|
|||
|
|||
I think there is a technical term for the problem I was having. I 'goofed'!
Thanks for your help. I appreciate it very much. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|