Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 08-29-2008, 06:22 PM   #1
vBulletin Owner
 
Garala's Avatar
 
Join Date: Sep 2007
Location: Connecticut, USA
Posts: 349
Blog Entries: 1
Garala is a jewel in the rough
Send a message via AIM to Garala Send a message via MSN to Garala Send a message via Yahoo to Garala
How to change the background behind the postbit legacy info?



How would I change the <div class='example'? I'm talking about the blue border in pic u see above, how would I change it?

Thanks.
__________________
rapidshare downloads
Garala is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 08-29-2008, 06:43 PM   #2
Supporters
vBulletin Owner
 
glennybee's Avatar
 
Join Date: Mar 2008
Location: Scotland
Posts: 1,058
glennybee is just really niceglennybee is just really nice
Re: How to change the background behind the postbit legacy info?

It might be in the Additional CSS Definitions.

This is code from my postbit_legacy template...

<if condition="$post['joindate']"><div class="pbbox"><span class="pbh">$vbphrase[join_date]:</span> $post[joindate]</div></if>
<if condition="$post['field2']"><div class="pbbox"><span class="pbh">$vbphrase[location_perm]:</span> $post[field2]</div></if>
<if condition="$post['age']"><div class="pbbox"><span class="pbh">$vbphrase[age]:</span> $post[age]</div></if>

And this is in the Additional CSS Definitions in the Main CSS section of my template...

.pbbox {
width: 172px;
padding-top: 6px;
margin-bottom: 3px;
padding-bottom: 5px;
background: #ffffff;
padding-left: 10px;
text-align: left;
padding-right: 5px;
border: #89a9c1 1px solid;
font-family: Tahoma;
font-weight: normal;
font-size: 11px;
color: #0a335c;
}


If it's the same for your template then you could just alter the option you want to change.
glennybee is offline   Reply With Quote
Old 11-27-2008, 07:53 AM   #3
vBulletin Owner
 
ArnyVee's Avatar
 
Join Date: Apr 2008
Location: South Florida
Posts: 2,884
Blog Entries: 1
ArnyVee is just really niceArnyVee is just really niceArnyVee is just really nice
Send a message via AIM to ArnyVee Send a message via Yahoo to ArnyVee Send a message via Skype™ to ArnyVee
Re: How to change the background behind the postbit legacy info?

So, how could we have an image set as the 'background image' for the postbit?

I'd like to add this in the future to one of my sites and I'm just trying to understand how it works now since I remembered just now
ArnyVee is offline   Reply With Quote
Old 11-28-2008, 01:39 PM   #4
Supporters
vBulletin Owner
 
glennybee's Avatar
 
Join Date: Mar 2008
Location: Scotland
Posts: 1,058
glennybee is just really niceglennybee is just really nice
Re: How to change the background behind the postbit legacy info?

Add this to the css entry.

Code:
background-image: url('bgdesert.jpg');
glennybee is offline   Reply With Quote
Old 11-29-2008, 06:44 AM   #5
vBulletin Owner
 
ArnyVee's Avatar
 
Join Date: Apr 2008
Location: South Florida
Posts: 2,884
Blog Entries: 1
ArnyVee is just really niceArnyVee is just really niceArnyVee is just really nice
Send a message via AIM to ArnyVee Send a message via Yahoo to ArnyVee Send a message via Skype™ to ArnyVee
Re: How to change the background behind the postbit legacy info?

Thanks Glennybee!

I'll give it a shot and see what it looks like.
ArnyVee is offline   Reply With Quote
Old 11-29-2008, 01:05 PM   #6
Supporters
vBulletin Owner
 
Rocket 442's Avatar
 
Join Date: Nov 2007
Location: Buffalo, NY
Posts: 997
Blog Entries: 1
Rocket 442 is just really niceRocket 442 is just really niceRocket 442 is just really nice
Send a message via AIM to Rocket 442
Re: How to change the background behind the postbit legacy info?

I've got a background image on my postbit legacy and I really like it. If you can't get it working arny, let me know and I can try to help out.
__________________
Need a Custom Wordpress or vBulletin 4.0 Design? Staple Web Design
Camaro Forums & Firebird Forums
Rocket 442 is offline   Reply With Quote
Old 11-29-2008, 06:33 PM   #7
vBulletin Owner
 
ArnyVee's Avatar
 
Join Date: Apr 2008
Location: South Florida
Posts: 2,884
Blog Entries: 1
ArnyVee is just really niceArnyVee is just really niceArnyVee is just really nice
Send a message via AIM to ArnyVee Send a message via Yahoo to ArnyVee Send a message via Skype™ to ArnyVee
Re: How to change the background behind the postbit legacy info?

Thanks Andy. My problem is finding a good image and making it sort of like 'in the background' rather than being way too 'out there', if you know what I mean!

I'm not a graphics person, so I'm trying to get one particular image to have like a haze over it or something to tone it down and make it look like it belongs in the background and not as a full image.

The image is at http://farm3.static.flickr.com/2350/...1c7431.jpg?v=0

...oh, and then there's the issue with sizing. Is there anything special as far as the sizing goes?
ArnyVee is offline   Reply With Quote
Old 12-03-2008, 04:13 PM   #8
Supporters
vBulletin Owner
 
Rocket 442's Avatar
 
Join Date: Nov 2007
Location: Buffalo, NY
Posts: 997
Blog Entries: 1
Rocket 442 is just really niceRocket 442 is just really niceRocket 442 is just really nice
Send a message via AIM to Rocket 442
Re: How to change the background behind the postbit legacy info?

sizing wont really matter, just get it to a height that you think is good, and the width will change depending on your theme/peoples avatar size or username size. So because of that I make the width pretty wide, then let it cut off some of the picture if its not fully shown.
__________________
Need a Custom Wordpress or vBulletin 4.0 Design? Staple Web Design
Camaro Forums & Firebird Forums
Rocket 442 is offline   Reply With Quote
Old 12-03-2008, 05:36 PM   #9
vBulletin Owner
 
ArnyVee's Avatar
 
Join Date: Apr 2008
Location: South Florida
Posts: 2,884
Blog Entries: 1
ArnyVee is just really niceArnyVee is just really niceArnyVee is just really nice
Send a message via AIM to ArnyVee Send a message via Yahoo to ArnyVee Send a message via Skype™ to ArnyVee
Re: How to change the background behind the postbit legacy info?

Cool...thank you Andy!

What's the best way to get that 'faded' or 'in the background' look on a pic?
ArnyVee is offline   Reply With Quote
Old 12-04-2008, 12:28 PM   #10
Supporters
vBulletin Owner
 
Rocket 442's Avatar
 
Join Date: Nov 2007
Location: Buffalo, NY
Posts: 997
Blog Entries: 1
Rocket 442 is just really niceRocket 442 is just really niceRocket 442 is just really nice
Send a message via AIM to Rocket 442
Re: How to change the background behind the postbit legacy info?

Depends what you mean.

The biggest thing to make it look right is to make sure in your CSS to use the same color as your background, as the background of the image you put there. This will make it look seamless.
As for making the actual picture look faded/ghosted, all you gotta do is use the opacity in photoshop (basically how see-through the image is). 0 is fully see-through, 100 is fully solid.
__________________
Need a Custom Wordpress or vBulletin 4.0 Design? Staple Web Design
Camaro Forums & Firebird Forums
Rocket 442 is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
background, change, info, legacy, postbit

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hover over Background & change color? bb911s Troubleshooting vBulletin Problems 10 05-28-2008 03:16 PM
change usergroup from postbit otis Make Money with vBulletin 3 05-21-2008 01:45 PM
How to change Welcome Header background? Garala Troubleshooting vBulletin Problems 1 04-08-2008 10:48 AM
Your Orkut Profile link in your postbit legacy radarhunter Troubleshooting vBulletin Problems 0 06-23-2007 03:21 AM
Money Mod in ur postbit legacy (Vbplaza needed) radarhunter Troubleshooting vBulletin Problems 7 06-23-2007 03:03 AM


All times are GMT -8. The time now is 11:13 PM.