vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

AprilReign 04-20-2010 01:18 PM

The ones that want it everywhere are using it for the Today's Active Topics area, we used to have a mod on a different board that showed the last post excerpt, forum it was in, poster and clicking lead to the last page in thread. I haven't been able to figure how to mimic that with vbulletin

Videx 04-20-2010 01:35 PM

Isn't that what "What's New" and "New Posts" do? Besides, that wouldn't explain needing it everywhere.

AprilReign 04-20-2010 01:38 PM

No what's new doesn't show the first bit of the last post, it only shows the first bit of the first post and only on hover - no good for those on mobile devices,

almannai 04-20-2010 02:55 PM

Quote:

Originally Posted by AprilReign (Post 2024304)
I suppose it would be folly to ask if it could be enable on a per user basis. I ask because some of my members want it and others don't . And I'm tapdancing to please both. :rolleyes:

I suggest to keep it as it is and users may collapse it anytime it wont show up for that specific user; loading it is another story. Pleasing everybody will not happen and you -as an admin- must have the last word. You could also control on which pages or on which forums it will be shown that may help you a bit.

happy admining:)

Peter Ostry 04-22-2010 05:03 PM

Can I hide the "collapse" arrow and have the sidebar always open? Unfortunately some users seem to overlook the arrow and once the sidebar is collapsed, it remains in this state forever. Even if a user logs out and in again. In this cases we get mails asking where the content vanished that was in the sidebar ...

Any other suggestion?
NOT remembering the open/close state across sessions would be helpful, always open on the start page would be helpful, deactivating the open/close function would be helpful, even if the arrow remains visible. Best for us would be to remove the arrow and let the sidebar permanently open.

chiptz 04-22-2010 05:37 PM

Quote:

Originally Posted by Peter Ostry (Post 2025485)
Can I hide the "collapse" arrow and have the sidebar always open? Unfortunately some users seem to overlook the arrow and once the sidebar is collapsed, it remains in this state forever. Even if a user logs out and in again. In this cases we get mails asking where the content vanished that was in the sidebar ...

Any other suggestion?
NOT remembering the open/close state across sessions would be helpful, always open on the start page would be helpful, deactivating the open/close function would be helpful, even if the arrow remains visible. Best for us would be to remove the arrow and let the sidebar permanently open.

find template: sidebarext_temp

remove this part:

Code:

                <a id="sidebar_button_link" href="#">
                        <vb:if condition="$vboptions['sidebarposition'] == 0">
                        <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>


almannai 04-22-2010 05:49 PM

Quote:

Originally Posted by Peter Ostry (Post 2025485)
Can I hide the "collapse" arrow and have the sidebar always open? Unfortunately some users seem to overlook the arrow and once the sidebar is collapsed, it remains in this state forever. Even if a user logs out and in again. In this cases we get mails asking where the content vanished that was in the sidebar ...

Any other suggestion?
NOT remembering the open/close state across sessions would be helpful, always open on the start page would be helpful, deactivating the open/close function would be helpful, even if the arrow remains visible. Best for us would be to remove the arrow and let the sidebar permanently open.

Quote:

Originally Posted by chiptz (Post 2025499)
find template: sidebarext_temp

remove this part:

Code:

                <a id="sidebar_button_link" href="#">
                        <vb:if condition="$vboptions['sidebarposition'] == 0">
                        <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>


I don't recommend this way.

Maybe in the next update we could add this feature although I don't recommend forcing sidebar open againest users well.

Regards,

chiptz 04-22-2010 07:53 PM

Correct, this will disable it for all users.

Peter Ostry 04-23-2010 12:45 PM

Quote:

Originally Posted by Peter Ostry
Can I hide the "collapse" arrow and have the sidebar always open?

Quote:

Originally Posted by chiptz (Post 2025499)
find template: sidebarext_temp
remove this part: ...

Quote:

Originally Posted by almannai (Post 2025506)
I don't recommend this way.

Maybe in the next update we could add this feature although I don't recommend forcing sidebar open againest users well.

I get the point of the developer but in this case the will of users and designers is definitely to see the sidebar always on all pages. Nobody in the forum actually wants or needs to close the sidebar. But users do it because they can do it, afterwards they forget the meaning of the arrow button and don't find the content they are looking for. They may interpret the button as some graphical ornament or whatever.

---

The suggestion made by chiptz does almost work but unfortunately has a side effect:
Removing the link of the open/close button in 'sidebarext_temp' does not remove it from the start page, where it remains operable. And if you close the sidebar on the start page, it isn't displayed on the subpages. There is just an empty space where the sidebar should be.

Is there something in the FORUMHOME template I could modify to force an open sidebar? Maybe I can set the variable $vboptions['sidebarposition'] permanently to 1 somehow, or is this a matter of the mod itself?

If I just manage to remove the arrow button, I may run into an unsolvable problem, because users whose sidebar is currently collapsed won't have the chance to get it open again. So one of the following methods would be best at the moment:

1) Keeping the sidebar always open, with or without the arrow button. Important is, that the sidebar stays open.

or

2) Forgetting the users sidebar status between sessions. If they really "lose" their sidebar, it should be here again after a new login.

Any hints?

My last option would be to replace the default 'ornamental' arrow button by a text button that tells the user what to do.

your24hourstore 04-23-2010 01:11 PM

Quote:

Originally Posted by Peter Ostry (Post 2025931)
I get the point of the developer but in this case the will of users and designers is definitely to see the sidebar always on all pages. Nobody in the forum actually wants or needs to close the sidebar. But users do it because they can do it, afterwards they forget the meaning of the arrow button and don't find the content they are looking for. They may interpret the button as some graphical ornament or whatever.

---

The suggestion made by chiptz does almost work but unfortunately has a side effect:
Removing the link of the open/close button in 'sidebarext_temp' does not remove it from the start page, where it remains operable. And if you close the sidebar on the start page, it isn't displayed on the subpages. There is just an empty space where the sidebar should be.

Is there something in the FORUMHOME template I could modify to force an open sidebar? Maybe I can set the variable $vboptions['sidebarposition'] permanently to 1 somehow, or is this a matter of the mod itself?

If I just manage to remove the arrow button, I may run into an unsolvable problem, because users whose sidebar is currently collapsed won't have the chance to get it open again. So one of the following methods would be best at the moment:

1) Keeping the sidebar always open, with or without the arrow button. Important is, that the sidebar stays open.

or

2) Forgetting the users sidebar status between sessions. If they really "lose" their sidebar, it should be here again after a new login.

Any hints?

My last option would be to replace the default 'ornamental' arrow button by a text button that tells the user what to do.

sounds right, make it larger too that button sucks


All times are GMT. The time now is 02:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02511 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete