Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide global subsites dropdown when not applicable in specific CMS section #89

Closed
adrexia opened this issue May 25, 2013 · 3 comments
Closed

Comments

@adrexia
Copy link

adrexia commented May 25, 2013

LeftAndMainSubsites.php Subsites method doesn't work as intended.

Because SilverStripe 3 doesn't rely on page reloads, menus won't change when navigating between sections. Given that menus are intended change, having a universal dropdown is a confusing ui element. Might be a better idea to have specific menus available in the sections of the site they are needed, and remove the global dropdown.

@halkyon
Copy link
Contributor

halkyon commented May 25, 2013

Similar to my issue raised here: #84

@adrexia
Copy link
Author

adrexia commented May 25, 2013

True. Same initial problem. I was thinking that a solution to the confusing UI might be to use the sub menu that the files area used to have to switch between the options within a section.

adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 20, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 20, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 21, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
 - thanks Mateusz!

Delint LeftAndMain_Subsites.js
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 22, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
- thanks Mateusz!

Delint LeftAndMain_Subsites.js
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 22, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
- thanks Mateusz!

Delint LeftAndMain_Subsites.js
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 22, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
- thanks Mateusz!

Delint LeftAndMain_Subsites.js
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 22, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
- thanks Mateusz!

Delint LeftAndMain_Subsites.js
adrexia pushed a commit to adrexia/silverstripe-subsites that referenced this issue Aug 22, 2013
…support) (fixes silverstripe#101 and silverstripe#89 )

* Hide admins without subsite support from subsites menu
* Add subsite support to default site areas
* Enable reloading of subsites switcher dropdown when navigating the
site, and when editing subsite areas

API Fix parallel pjax menu fetching for subsites.
- thanks Mateusz!

Delint LeftAndMain_Subsites.js
mateusz added a commit that referenced this issue Aug 22, 2013
API: Subsite support for menu of cms (hides admins that don't declare support) (fixes #101 and #89 )
@adrexia
Copy link
Author

adrexia commented Aug 22, 2013

Fixed by 37843f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants