The title pretty much explains itself. I want to display some modules on the article, but not the content of the article, so the page consists only of the modules. It doesn't work if I leave it blank as it still remains a blank paragraph. I just want to display the modules. I've seen some workarounds but I think they were for a lower version of Joomla!. Mine is 3.3.3 Thanks!
相关问题
- How can I change the Joomla administrator URL By P
- installing packages for python 3
- separate styles for separate module in Angular 5
- Drupal 8: How do I customize a form widget to show
- ConcatRelated() Function to provide Unique Values
相关文章
- Fatal error: Call to a member function getKeyName(
-
HTML5,
inside unordered list - How to arrange a Makefile to compile a kernel modu
- php module does not compile. Does not recognize “s
- Sharing an Android library between multiple Androi
- nodejs modules and duplication? If an app uses two
- Component without template
- Haskell — how to use multiple modules in the same
You have to set your menu item type:
Menu Item Type: Articles -> Featured Articles
.In the
Layout
tab you have to set:Good Luck!
One option is to use a Featured Articles menu item for this page, and set it to display 0 Leading and Intro Articles and Links. The component will output no content from com_content and you can only display the modules you want into any position.
Alternatively, you could create an article which would load modules in its body, with the "Load Module" content plugin, and have it display these modules without other content.
For this to work you need to have the "Load Module" plugin enabled. The syntax to load modules is either {loadposition myposition}, that loads any modules assigned to that position for the current menu-item, or {loadmodule modulename} that loads one single module by module name.
Load Module documentation