The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Box in users info?
I'm looking for something that will allow me to "box" in my users information.
Kind of like this: http://www.vbulletintemplates.com/mo...ead.php?t=7157 I would really like to make it one box that is seperated inside. And maybe even make a thick colored block around their user title. Thanks in advance for your help. |
#2
|
||||
|
||||
It's only html code:
HTML Code:
<div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">....</div> |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Open the template postbit, I give an example for the posts:
Search: HTML Code:
<div>$vbphrase[posts]: $post[posts]</div> HTML Code:
<div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">$vbphrase[posts]: $post[posts]</div> |
#5
|
|||
|
|||
Thank you very much!
It's members like you that make this site so great... |
#6
|
||||
|
||||
Thanks for the compliment
|
#7
|
|||
|
|||
I figured out most of them but this one seems to be giving me problems :ermm:
|
#8
|
||||
|
||||
HTML Code:
<if condition="$post['field2']"><div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">$vbphrase[location_perm]: $post[field2]</div></if> with #XXXXXX for the border color and #YYYYYY for the background color. |
#9
|
|||
|
|||
I really appreciate the help, thanks again.
I got it, the only other thing that I was wondering is how I could get them to not show up as anything if they don't have that "field" filled out in their profile? It shows up as a black bar if its blank... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|