Log in

View Full Version : Permanent Sidebar (instead of collapsable)


Sal Collaziano
05-20-2010, 05:40 PM
Is there any modification available that'll shut down the capability to close the forum front page sidebar AND allow it to display on every page? I typically like to display ads there (so do many others) and vendors aren't going to be interested if:

1. They only appear on the main forum listing page
2. They're collapsable at that!

Thanks in advance...

borbole
05-20-2010, 05:47 PM
You can remove the image that allowes users to close the blocks and it will be unrevomable then. Give it a try and see if it does what you want, unless I misunderstood you.

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>


You can also make it so it can affect certain usergroups only by using the template conditionals here:

https://vborg.vbsupport.ru/showthread.php?t=231525

Sal Collaziano
05-21-2010, 08:06 PM
Thank you! Yes, that did work nicely! Now there's ONE more button at the top of the sidebar that allows one to kinda "bring up" the sidebar so you can't see anything..

Other than that, I'm just looking for a way to get this sidebar to display on the thread listing page as well as the page with the actual discussion on it - and not just on the forum home page... Thanks again!

borbole
05-21-2010, 08:08 PM
Thank you! Yes, that did work nicely! Now there's ONE more button at the top of the sidebar that allows one to kinda "bring up" the sidebar so you can't see anything..

Other than that, I'm just looking for a way to get this sidebar to display on the thread listing page as well as the page with the actual discussion on it - and not just on the forum home page... Thanks again!

You are welcome.

What button is that? Can you post a screenshot?

Sal Collaziano
05-21-2010, 09:32 PM
You are welcome.

What button is that? Can you post a screenshot?

Yes, here it is... Look at the top right corner...

borbole
05-21-2010, 09:39 PM
Yes, here it is... Look at the top right corner...

Have a look at my post here for that:

https://vborg.vbsupport.ru/showpost.php?p=2039220&postcount=13

There it is for the new post block but the same procedure should be followed for the other block templates as well. All you have to do is find the <a class="collapse" part as in the example above and either remove that block of code or comment it out.

Taurus MFF
06-05-2010, 06:57 PM
You can remove the image that allowes users to close the blocks and it will be unrevomable then. Give it a try and see if it does what you want, unless I misunderstood you.

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>


You can also make it so it can affect certain usergroups only by using the template conditionals here:

https://vborg.vbsupport.ru/showthread.php?t=231525

any users who had the sidebar collapsed before commenting out the code will have a blank space where the sidebar should be located.

how do we force the sidebar to re-open for those who had it closed and can no longer click the collapse/expand button?

borbole
06-06-2010, 11:15 AM
any users who had the sidebar collapsed before commenting out the code will have a blank space where the sidebar should be located.

how do we force the sidebar to re-open for those who had it closed and can no longer click the collapse/expand button?

That is strange. I tried it at my test forum right now and I couldn''t reproduce the issue that you are getting. The sidebar closes fine without any blanc space when disabling the collapse button.

Can you try to undo the edit, disable the forum sidebar/s, then re-enable them again and re-do the edit that hides the collapse button and see if it would help.

Taurus MFF
06-06-2010, 04:05 PM
since we're discussing this on vb.com we might as well keep that in one place.

here's the link if anyone is following this issue

http://www.vbulletin.com/forum/showthread.php?353686-force-sidebar-to-reopen&p=1989988#post1989988