Yeah my version is v.2.0.0 too.In viewtopic_vody.tpl is my little change.Now i my result is
http://img162.[censor].us/img162/3959/95640752fe8.png and
http://img528.[censor].us/img528/3971/74436012ot5.png
After i removed
width="100%"
Код: Выделить всё
<tr>
<td valign="middle" nowrap="nowrap"><span class="nav">
<a href="#top" class="nav"><img src="{I_GO_TOP}" border="0" alt="{L_BACK_TO_TOP}" title="{L_BACK_TO_TOP}" /></a>{postrow.BUTTONS_PANEL}</tr></span>
</table>
</td>
</tr>
<tr>
But how remove space from icons and make it both?I think is trouble at profilcp/def/def_usermaps.php
these lines:
Код: Выделить всё
'PHPBB.viewtopic.buttons' => array(
'title' => '',
'fields' => array(
'username' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_birthday' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_my_friend' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_my_ignore' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_pm' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_email' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_website' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_aim' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_yim' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_msnm' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),
'user_icq' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s</span></td>',
),
),
),
How fix that?