![]() |
Postbit legacy design
Hi All,
I'm struggling with this design here (and really new, so please bare with me). I'm trying to put a custom graphic to be displayed in the postbit legacy user area (left side) but I can't. I'm trying to achieve something like http://www.epiguide.com/forums/showt...3785#post43785 where the left side is stripe. Help me pls! |
In postbit_legacy find this:
Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> |
Thanks!!! You de man!
|
1 Attachment(s)
I can find the code you showed but clueless what code to add, trying to add a background image of 196 pixels wide. Also i want to center the username, user title and avatar.
as to positioning these items ? can anyone help? |
Replace this: style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"
with this: style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: url(path_to_bg_image.gif);" To center username, avatar, etc... add style="text-align:center;" or align="center" to divs if those items. They are just below that code for background. |
1 Attachment(s)
I doesnt show exactly how i want it.
Background repeats and consistancy of postbit area. what am I doing wrong? |
To avoid repeating use css like this: background: url(url_to_image) top center no-repeat;
|
1 Attachment(s)
I appreciate the help. and sure find this annoying to most, but cant seem to find where I can set the postbit area so that is is fixed width regardless of the content of each ones thread reply.
|
attach your postbit_legacy
|
Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> |
Replace this:
Code:
<if condition="$show['moderated']"> Code:
<if condition="$show['moderated']"> To center username replace this: Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]<center></a> Code:
<center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center> with this: <center>$post[musername]</center> |
Thanks Much for all help, I'll give it a try after work. All you have given me has help, as I am sure this will.
Cheers mate. |
1 Attachment(s)
Try this and worked vB 3.6.4 and i got it on other forum.
|
Isapi - I love how you have posts displayed, and the activity levels thing there is hot. Can you guide me? :D
|
thank you so much for this mod.
|
1 Attachment(s)
CyberAlien, did what you asked and all worked just fine except for some reason it shrinks the background
image is 192 px as i have in template, but does not appear that way on site? |
Its not possible to shrink background. If size is incorrect then image is incorrect. Adjust it in Photoshop or whatever you use to edit it.
|
1 Attachment(s)
dont know why but does shrink it, you can see the difference, maybe putting the px?
|
As you can see the differences in reply 16 and reply 18 images
|
I got this working thanks, but is there away any user can use there own background postbit image?
|
All times are GMT. The time now is 11:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|