backdrop-ops / contrib

Apply to join the contributed code developer team.
23 stars 16 forks source link

Port request for context #520

Open bacdropnb opened 3 years ago

bacdropnb commented 3 years ago

it must to be slick slider, context and we mega menu this three module very nice for me I hope you will add Thanks

jenlampton commented 3 years ago

I'm working on slick and slick_views as per https://github.com/backdrop-ops/contrib/issues/519

jenlampton commented 3 years ago

It looks like there is already a request for we mega menu also: https://github.com/backdrop-ops/contrib/issues/522

jenlampton commented 3 years ago

Much of what context could provide can be duplicated with the Layout system in Backdrop core (though, differently).

Can you note here what, specifically, you were using context module for? It could be something we already have other contrib modules for, or maybe it's something that might make a good feature request for core :)

bacdropnb commented 3 years ago

Backdrop wins me fast ;)

bacdropnb commented 3 years ago
  1. For example, I want to add the menu for the left block to appear only on the pages I want. I can give an example from the site I made with drupal 9: For example, when you click on the link below, the content for our sub-units is entered, the left menu belongs to this unit and the page is looped.

https://www.tkgm.gov.tr/yabanci-isler-dairesi-baskanligi

Jen Lampton @.***>, 30 May 2021 Paz, 09:41 tarihinde şunu yazdı:

Much of what context could provide can be duplicated with the Layout system in Backdrop core (though, differently).

Can you note here what, specifically, you were using context module for? It could be something we already have other contrib modules for, or maybe it's something that might make a good feature request for core :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/backdrop-ops/contrib/issues/520#issuecomment-850951068, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT67AJ6TIMZEIKNQKBHXIMTTQHM3JANCNFSM44PRBWHA .

jenlampton commented 3 years ago

the content for our sub-units is entered, the left menu belongs to this unit and the page is looped.

I think that the Field Visibiltiy Condition module will do what you need: https://github.com/backdrop-contrib/field_visibility_condition

It will allow you to specify that the left block should only appear when the sub-unit has a specific value.