Log in

View Full Version : Remove bars at subscribed threads


psychonikeo
05-23-2014, 06:45 PM
Hi guys,

How can i remove the sidebars when checking out the subscribed threads. I want it to have the same, naturel, look as active topics. See the two pictures i added. I circled the part i want to remove.

https://vborg.vbsupport.ru/external/2014/05/13.jpg

https://vborg.vbsupport.ru/external/2014/05/14.jpg

Lynne
05-23-2014, 07:00 PM
I think you will need to edit the USERCP_SHELL template and put a condition around the stuff you don't want to show. Like:

<vb:if condition="THIS_SCRIPT != 'subscription'">
<div id="usercp_nav">
...
</div>
</vb:if>

{vb:raw footer}

See if that does what you want.