![]() |
thanks I've been needing this! :D
|
thanks! *clicks install*
|
i'll try to install it! I'll let you know...in any case this is a nice mod!
Marco |
Looks like a great mod if it works. Do you know if it'll work with 3.6.4 ?
|
Quote:
|
Quote:
Happy New year!! |
I have been wanting this for a long time. I've always thought sigs look too close to the messages. Having them down at the bottom looks a lot better I think.
But I am having a problem with this hack...and it's not the authors fault....it's the skin I'm using. The following line is missing, so I can't even try some of the posts in this thread to fix this: HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> There was a post in this thread about this problem who's attached image was what I am looking for but without the above code in my skin I can't figure out how to accomplish that. I've been tinkering with this for hours but I just can't seem to be able to get the border from appearing above the sig. The code looks like this: HTML Code:
<td class="alt2" BGCOLOR="white" BORDER="0" BORDERCOLOR=WHITE valign="bottom"> Another problem is that if someone does not have a sig the cell background is black. If anyone would please go to one of the posts at my site and look at the source I would greatly appreciate it. Here's one thread that has a few posts in it where you can see the line and an empty sig with the black background: http://www.politicalforums.net/forum...ead.php?t=2552 I know this thread probably shouldn't be an HTML tutorial, but I am really stuck with this. |
Thank you very much - works perfectly and should be part of the default vB style.
Click Install. |
I ended up having a really wired screen. Turned out I ended up with a extra <tr> above the last data add. I don't know where it came from or if it was related to this... But, removing that fixed it. it looks great! thanks
|
couldnt get this to work
the last edit throws off my entire theme (black n blue) dunn why but good mod all the same |
any solutions for the problem of the skins that dont have the
Quote:
|
great mod thx. *installed*
|
Any way to get it to work for this?
Code:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)"> |
this was REALLY helpful, thank you SO much, i was looking everywhere and found my solution here. thank you
|
nice man
|
[bump] any fix for my problem posted above?
|
Quote:
|
OMG THANK YOU!!! been wanting this for this forever!!
(very happy now :)) << installed!! :D :D |
Very nice Mod, thank you and clicked install. ;)
|
The line
HTML Code:
<hr size="1" style="color:$stylevar[tborder_bgcolor]" /> Here's my alternative to this hack, with needed fixes: In postbit_legacy, find: HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> HTML Code:
<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> HTML Code:
$template_hook[postbit_signature_start] Replace With: HTML Code:
</td> Sledgstone, could you please update your first post? :rolleyes: |
Perfect on 3.6.7 Two thumbs up, this is even better now... Thanks for this SecTa.
|
Quote:
|
Quote:
|
For those who are using postbit_legacy templates that do not include this line:
PHP Code:
You need to find this: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
This is working on 3.6.7 To see it working on my site here is a link to a post http://www.anticheatinc.com/forums/s...02&postcount=1 |
[edit: fixed, sorry]
|
still haven't found a way to fix this line
i've already read the thread thx for the mod.. |
Thanks, it's a great look
|
remove this line
Code:
<hr size="1" style="color:$stylevar[tborder_bgcolor]" /> |
Quote:
That will remove the line that is directly above the signature which you can barely see in the image. The line he is referring to is due to the rowspan="2" addition and the skin that he is running. Tmod |
Anyone that has a aftermarket skin may have the problem with that line that is directly under the post and then a big space and then the signature.
Well I hated the line there and played with some code until I got it looking the way I wanted it to. So here is my edition of this mod. Go to the postbit_legacy template for the skin you are working with. Find This: Code:
<td class="alt2" width="175"> Code:
<if condition="$post['signature']"> Code:
$template_hook[postbit_signature_start] Code:
$template_hook[postbit_signature_start] Tmod |
The original code worked spot on on 3.6.8
|
... However I have not worked out how to apply this to the postbit template
|
Quote:
This almost solved it for me - only there's a sort of ugly white long above the black line now. |
I've had a problem with this hack dividing the message side of my postbit_legacy. See my screenshot. It's the same problem that EvilKitty seems to be having.
There are 2 or 3 fixes on this thread in addition to the original post. Do any of them actually work now? |
I'm by no means good at this, so just a suggestion here.
Would that line maybe be a function of the css? |
ok, so I investigated my own advice and think I came up with a fix.
This is what I did to get rid of the line. AdminCP>Styles & Templates>Style Manager>Main CSS> Now scroll down to "First Alternating Color". You'll see something like this: Code:
border-left: 1px solid #212121; |
Thanks.....SecTa , works great!
|
I ran into the same thing awhile back with this mod - yes it is the borders defined in alt1/2 tags.
Instead of losing your alt borders throughout your forums just for this mod (unless it's of no consequence), create two 'Additional CSS Definitions' that are duplicates of your alt's minus the borders, which more than likely only leaves the background color. Then, in your postbit_legacy template replace all instances of alt1 and alt2 with the newly created definitions. Code:
.alt1a {background-color: #F5F5FF;} |
Thank you for this! It works well on my forum. Exactly what I wanted :D
|
For some reason, the original code started making all the posts double up, but this code below seems to work fine. Thank you :D
Quote:
|
All times are GMT. The time now is 01:05 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:
|