Large Scale Planes Posted July 10, 2018 Posted July 10, 2018 One of the questions I've been asked regarding the user interface for our newly-upgraded v4 platform is whether users can hide the side bar. Apparently at least one of our users used to do this with v3, but as far as I can tell, it's not possible with v4 (except globally). I thought I'd check here for a definitive answer, however! Kev
Large Scale Planes Posted July 17, 2018 Author Posted July 17, 2018 So this can't be done natively from within the application itself? I have a number of users requesting this feature, and an equal number of users wanting to keep the sidebar visible. A user preference is the obvious answer, and it used to be possible in earlier versions. I'm averse to plugins and extensions, so prefer not to use them unless I'm really desperate. Kev
Rhett Posted July 17, 2018 Posted July 17, 2018 To hide a sidebar all you do is remove all blocks from it, and it won't show.
Adlago Posted July 17, 2018 Posted July 17, 2018 1 hour ago, Large Scale Planes said: So this can't be done natively from within the application itself? I have a number of users requesting this feature, and an equal number of users wanting to keep the sidebar visible. A user preference is the obvious answer, and it used to be possible in earlier versions. I'm averse to plugins and extensions, so prefer not to use them unless I'm really desperate. Kev Create a theme copy of your theme In the copy theme, remove two sidebar loading codes in global template {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} and {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} A user who wants a no-sidebar uses a copy of a theme, he wants with a sidebar uses a basic theme.
Large Scale Planes Posted July 17, 2018 Author Posted July 17, 2018 18 minutes ago, Rhett said: To hide a sidebar all you do is remove all blocks from it, and it won't show. That's fine, but my point is, some members want it, and some don't, so I'm trying to find a way to cater for both - just like we used to be able to do. Kev
Rhett Posted July 17, 2018 Posted July 17, 2018 Just now, Large Scale Planes said: That's fine, but my point is, some members want it, and some don't, so I'm trying to find a way to cater for both - just like we used to be able to do. Kev Ok, I misunderstood, there isn't a user option, this is normally something the admins set as they want it, users adapt etc. We don't have the ability to hide this per user I'm afraid at this time.
Large Scale Planes Posted July 17, 2018 Author Posted July 17, 2018 2 minutes ago, Rhett said: Ok, I misunderstood, there isn't a user option, this is normally something the admins set as they want it, users adapt etc. We don't have the ability to hide this per user I'm afraid at this time. Thanks, Rhett. If you have anywhere that I can formally submit that as a feature request/suggestion, I'll do so when I get a moment. Kev
Faqole Posted July 17, 2018 Posted July 17, 2018 I think you can post your idea/suggestion in this forum: https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
Joel R Posted July 17, 2018 Posted July 17, 2018 You can also hide sidebar on mobile, but there's no per-user setting. It's your community and your theme.
Surendra.S Posted July 18, 2018 Posted July 18, 2018 11 hours ago, Adlago said: Create a theme copy of your theme In the copy theme, remove two sidebar loading codes in global template {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} and {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} A user who wants a no-sidebar uses a copy of a theme, he wants with a sidebar uses a basic theme. Thank You !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.