You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the incredible work you're doing with this framework, which makes Joomla! Development much easier.
@sonvnn@Joomlaplates I’d like to propose an enhancement to add an option allowing us to load specific modules by their ID in Header Block 1 and Header Block 2.
Proposal:
The goal is to introduce functionality similar to Joomla’s existing loadmoduleid method (used in content). While this method simplifies loading modules by ID in content areas, it’s currently unavailable for the Header Blocks.
Challenges:
Modules assigned to positions like left, right, etc., can sometimes display duplicate content when loaded in multiple contexts.
Assigning modules to specific positions isn’t always intuitive for dynamic configurations.
Benefits of This Feature:
Increased Flexibility:
Loading modules directly by their ID would remove the need to assign them to specific positions.
Elimination of Duplicates:
This approach would prevent duplicate displays, especially when modules are assigned to multiple positions.
Consistency with Joomla:
Aligning this feature with Joomla's existing practices would improve integration and familiarity for users.
Where:
moduleid specifies the module’s ID to be loaded.
block indicates the target area (e.g., header1 or header2).
Conclusion:
This enhancement would be a significant improvement for Astroid Framework users, especially for complex projects requiring dynamic modular displays without redundancy.
Thank you for considering this suggestion. If you need additional details, I’d be happy to collaborate further to refine this proposal.
Best regards,
Salah JAAFAR
The text was updated successfully, but these errors were encountered:
Hello Astroid Framework Team,
First of all, thank you for the incredible work you're doing with this framework, which makes Joomla! Development much easier.
@sonvnn @Joomlaplates I’d like to propose an enhancement to add an option allowing us to load specific modules by their ID in Header Block 1 and Header Block 2.
Proposal:
The goal is to introduce functionality similar to Joomla’s existing
loadmoduleid
method (used in content). While this method simplifies loading modules by ID in content areas, it’s currently unavailable for the Header Blocks.Challenges:
left
,right
, etc., can sometimes display duplicate content when loaded in multiple contexts.Benefits of This Feature:
Increased Flexibility:
Loading modules directly by their ID would remove the need to assign them to specific positions.
Elimination of Duplicates:
This approach would prevent duplicate displays, especially when modules are assigned to multiple positions.
Consistency with Joomla:
Aligning this feature with Joomla's existing practices would improve integration and familiarity for users.
Where:
moduleid
specifies the module’s ID to be loaded.block
indicates the target area (e.g.,header1
orheader2
).Conclusion:
This enhancement would be a significant improvement for Astroid Framework users, especially for complex projects requiring dynamic modular displays without redundancy.
Thank you for considering this suggestion. If you need additional details, I’d be happy to collaborate further to refine this proposal.
Best regards,
Salah JAAFAR
The text was updated successfully, but these errors were encountered: