![]() |
Thank you nice hack...
|
Thanks for the nice words everyone. :)
For those of you that have that extra line above your signature, this is because you have cellspacing set to 1 for your main postbit_legacy table. Most people use cellspacing="1" to add that border line inbetween the two main cells of the table and to add the border lines to seperate the online/reputation/etc icons and the edit/quote/etc buttons from their respective cells. As of vb 3.6 there is a border sperating the main cells so you don't need to add any extra code for that one, but for the bottom rows you can still keep those borders by doing the following: (Before doing this, please look at the screenshots to see the before and after to make sure you like the results and that you still want to do this.) In postbit_legacy Find: Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%" align="center"> Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px"> Code:
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> Code:
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 1px"> |
FANTASTIC!!!! Thanks for the great mod!
An attached text file would be good ;) |
Quote:
Also, thank you muchos for the instructions on how to get rid of that stupid line. ;) As for my users: I presented them with the mod and they said they didn't like it! Said they didn't like the "space" in the middle of the posts. Mind you, when we first moved from Proboards, they were complaining about the space at the BOTTOM of the posts, and they asked me specifically if I could make the sigs go to the bottom. Geez. ;) |
Don?t work with the Blue Vision Style from vBDesigns
What must I chance here? My postbit_legacy Template: Code:
<div class="frbg" $post[scrolltothis]> |
I cannot find the first set of code you are saying to look for in vb3.6.2 postbit legacy. I found it in one style but after carefully reading and searchin, the code is not in my other style :(
|
Well, Thanks for the hack first off, nice idea. However because my board is so heavily modded your code had to have lots of changes. I eventually got it all working, but one thing I did notice. If a user doesn't have a signature, it adds a small empty amount of space between the post and the controls beneath the post. It does this because your hack adds a new row whether or not the user has a signature. To overcome this you can do the following:
Find: Code:
<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<if condition="$post['signature']"> Code:
<tr> Code:
<if condition="$post['signature']"> |
Quote:
|
Revert your templates pub.
|
I did and now my vbplaza is gone and I dont know how to put it in for that template :(
|
All times are GMT. The time now is 04:35 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:
|