Skip to content

как отключить правый блок?

Я удалил все модификации.Точнее отключил.Теперь у меня просто пустое пространство,как убрать это?(Кроме нажать на крестик).чтобы вообще этого не было.

Featured Replies

Странно, что не убирается само.

Board Index > boardIndexTemplate

Попробуйте снести код

<if test="sideBarEnabled:|:$this->templateVars['sidebar_enabled']">
<a href='{parse url="app=forums&module=extras&section=toggle&secure_key={$this->member->form_hash}" base="public"}' id='close_sidebar'  class='sidebar_toggle rounded' <if test="sidebaropen:|:IPSCookie::get('hide_sidebar') != '1'">style='display: none'</if>><img src='{$this->settings['img_url']}/sidebar_close.png' alt='{$this->lang->words['sidebar_close']}' /></a>
<a href='{parse url="app=forums&module=extras&section=toggle&secure_key={$this->member->form_hash}" base="public"}' id='open_sidebar' class='sidebar_toggle rounded' <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>><img src='{$this->settings['img_url']}/sidebar_open.png' alt='{$this->lang->words['sidebar_open']}' /></a>
</if>

  • Author

снес теперь получилось : e181a40f1da4.jpg

Найдите в самом начале

{parse variable="sidebar_enabled" default="$show_side_blocks"}

замените на

{parse variable="sidebar_enabled" default="0"}

  • Author

Спасибо помогло!!!

 

тема не актуальна.

desti

ОГРОМНОЕ ТЕБЕ СПАСИБО!

Edited by ROCKIN.STUDIO

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.