Spaces Enhancement Request
I don't know if there is a built-in method for doing what I am about to ask, but if there is, I have not found it. Each 'View Space' page will display a 'Child Spaces' block if the Space does indeed have child Spaces. The 'Child Spaces' block in my opinion, is too simplistic, I believe that in most applications, 'Child Spaces' will have enough importance to warrant displaying them on their own page, instead of just listing them in a small block on the View Space page. Child spaces should be displayed on this page just as New or Top Spaces are displayed on the main Spaces pages. The cards on the Child Spaces page should have the usual cover photo and Meta info, plus additional info as made possible by AQBsoft's excellent 'Advanced Menu' module.
I don't have enough experience with Una to be sure, but it seems to me that this could be done with the addition of a single PHP block that could be used on a page added to each space's nav menu.
-
-
·
Alex T⚜️
- ·
We can add parameter for template name in these blocks - https://github.com/unaio/una/issues/3327
-
·
Alex T⚜️
-
Can you explain what "parameter for template name" means. I'm not yet as familiar with una terminology as I'd like to be.
-
Can you explain what "parameter for template name" means. I'm not yet as familiar with una terminology as I'd like to be.
Page blocks are actually service calls to the functions, if function accepts some parameter then it can be passed in page block. Page blocks' service call can be edited in Developer's Page Builder section.
-
Got it... Thank you
-
-
-
·
Alex T⚜️
-
·
In reply to unknown
- ·
I think same block should be applied if space also has a parent space, so that both the parent space and child spaces are displayed as Cards just as New or Top Spaces are displayed on the main Spaces pages and perhaps with more info. Alex T⚜️
We added parameter for parent space as well.
-
·
Alex T⚜️
-
- · Houstonlively
- ·
Alex T⚜️ How about a few tips on how to implement this new feature.
-
Alex T⚜️ How about a few tips on how to implement this new feature.
Sorry, this ticket was implemented incorrectly, I've reopened the ticket to fix this issue;
https://github.com/unaio/una/issues/3327 -
Do you anticipate the fix to involve any database changes? ...or will it just be file changes?