Read the statement by Michael Teeuw here.
Is there a module that conditionally shows/hides one module based on the state of another?
-
I’ve made an information centre for my kitchen, and have used all of the screen space. One of my modules is only visible when it has information to display. When it does, it pushes the module below it partially off-screen.
I’d like to configure this such that when module A is visible, module B is hidden, and when A is hidden, B is visible. Does a module currently exist to do this?
-
@j.e.f.f Not that I’m aware. What about injecting JavaScript with a timer, such that "if
Module 2has anoffsetHeightof greater thanx, hideModule 1; else, showModule 1? Otherwise, I can imagine using the module notification system to adviseModule 2has content and to haveModule 1hide itself, and vice-versa.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login