PDA

View Full Version : Removing a collapse from sidebar


Alexey?
05-07-2010, 05:54 PM
How can i remove to following thing from the side bar?


this is the problem

http://img687.imageshack.us/i/abciz.jpg/


https://vborg.vbsupport.ru/

borbole
05-07-2010, 07:47 PM
How can i remove to following thing from the side bar?


this is the problem

http://img687.imageshack.us/i/abciz.jpg/


http://img687.imageshack.us/i/abciz.jpg/

At the FORUMEHOME template find and remove the following code or comment it out.

<a id="sidebar_button_link" href="#">
<vb:if condition="$show['sidebarposition'] == 'left'">
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" />
<vb:else />
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" />
</vb:if>
</a>

your24hourstore
05-07-2010, 10:27 PM
better have it default open or they wont be able to use sidebar at all

Videx
05-08-2010, 01:33 AM
this is the problemThat looks normal to me, not a problem. It's there so that people with smaller screens and slower connections can close the sidebar. Don't remove it.

Alexey?
05-08-2010, 05:53 AM
At the FORUMEHOME template find and remove the following code or comment it out.

<a id="sidebar_button_link" href="#">
<vb:if condition="$show['sidebarposition'] == 'left'">
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" />
<vb:else />
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" />
</vb:if>
</a>



Thank you, and don't worry about the screen width my forum is optimized for that.

borbole
05-08-2010, 08:27 AM
You are welcome.