danyxxx
09-14-2011, 07:30 AM
Hello ,
I have a big problem , the users with avatars smaller than 200px ( in width ) have the column much little in width px's ....
For those that have bigger the 200px I made a resize modification for avatars to return back to 200px and there I have no problem .
Please nice help ...
Look ->
EDIT:
I solve this , I go with click2 -> page source (after I selected the post with the problem template) and I find:
<td class="alt2" style="border-right: 1px solid rgb(214, 214, 214); border-left: 1px solid rgb(214, 214, 214); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none; border-width: 0px 1px; border-style: none solid; border-color: -moz-use-text-color rgb(214, 214, 214);" width="175">
So , in the line I see this: width="175"
I go in AdminCP -> Style & Templates and I search this: 175
At result I had: postbit_legacy
In this template I change:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
With the modification for my maxim allowed size in width for avatars : 200px but without px definition:
<td class="alt2" width="200" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
I explain for users that will have this 'problem' .
Enjoy and sorry for this thread...
I have a big problem , the users with avatars smaller than 200px ( in width ) have the column much little in width px's ....
For those that have bigger the 200px I made a resize modification for avatars to return back to 200px and there I have no problem .
Please nice help ...
Look ->
EDIT:
I solve this , I go with click2 -> page source (after I selected the post with the problem template) and I find:
<td class="alt2" style="border-right: 1px solid rgb(214, 214, 214); border-left: 1px solid rgb(214, 214, 214); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none; border-width: 0px 1px; border-style: none solid; border-color: -moz-use-text-color rgb(214, 214, 214);" width="175">
So , in the line I see this: width="175"
I go in AdminCP -> Style & Templates and I search this: 175
At result I had: postbit_legacy
In this template I change:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
With the modification for my maxim allowed size in width for avatars : 200px but without px definition:
<td class="alt2" width="200" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
I explain for users that will have this 'problem' .
Enjoy and sorry for this thread...