Jump to content

Featured Replies

на дефолте отображается нормально

стоит скин ND4_2012

 

Поставил приложение дополнительные блоки

 

итог:

 

post-2369-0-75114500-1357411295_thumb.jp

 

как видно блок Наш сервер находится ниже, а не на уровне форумов и к тому же он уже, чем блок последние темы.
как поправить?

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/
Share on other sites

Сам стиль: ND4_2012.rar

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17862
Share on other sites

Необходимо найти шаблон компонента Дополнительные блоки, отвечающий за вывод боковых блоков и удалить из кода подложку, вроде ipsBox называется.

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17864
Share on other sites

Не уверен, но это ли?
шаблон хука

 

 

<if test="$data['csb_use_box']">
<div class='ipsSideBlock clearfix'>
<h3 <if test="$data['csb_no_collapse']">class='csbNoCollapse'</if>><if test="$data['csb_image']"><img src='{$this->settings['img_url']}/{$data['csb_image']}' alt='{$this->lang->words['icon']}' /></if> {$data['csb_title']}</h3>
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</div>
<else />
<div class='_sbcollapsable' style='padding: 10px;'>
{$data['csb_content']}
</div>
</if> 

Edited by GOOD FELLOW

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17866
Share on other sites

Заменить на:

<div class='ipsSideBlock clearfix'>
<h3 <if test="$data['csb_no_collapse']">class='csbNoCollapse'</if>><if test="$data['csb_image']"><img src='{$this->settings['img_url']}/{$data['csb_image']}' alt='{$this->lang->words['icon']}' /></if> {$data['csb_title']}</h3>
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</div>
<else />
<div class='_sbcollapsable' style='padding: 10px;'>
{$data['csb_content']}
</div>
Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17868
Share on other sites

Заменил.
Ширина и размещение тоже, но теперь продублировался блок.

d-blow.ru

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17869
Share on other sites

Тогда попробуй так:

<if test="$data['csb_use_box']">
<div class='ipsSideBlock clearfix'>
<h3 <if test="$data['csb_no_collapse']">class='csbNoCollapse'</if>><if test="$data['csb_image']"><img src='{$this->settings['img_url']}/{$data['csb_image']}' alt='{$this->lang->words['icon']}' /></if> {$data['csb_title']}</h3>
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</div>
<else />
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</if> 
Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17870
Share on other sites

Тогда попробуй так:

<if test="$data['csb_use_box']">
<div class='ipsSideBlock clearfix'>
<h3 <if test="$data['csb_no_collapse']">class='csbNoCollapse'</if>><if test="$data['csb_image']"><img src='{$this->settings['img_url']}/{$data['csb_image']}' alt='{$this->lang->words['icon']}' /></if> {$data['csb_title']}</h3>
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</div>
<else />
<div class='_sbcollapsable'>
{$data['csb_content']}
</div>
</if> 

ширина и размещение тоже

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17871
Share on other sites

Тогда аккаунт админа в ЛС

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17872
Share on other sites

Добавил padding:0 в <div class='ipsSideBlock clearfix'>

Стало должным образом :) 

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17874
Share on other sites

благодарю!)

Link to comment
https://ipbmafia.ru/topic/2655-kak-popravit-blok/?&do=findComment&comment=17876
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.