module

module

选单连结module

J2X刘备曹操 回复了问题 • 4 人关注 • 3 个回复 • 549 次浏览 • 2017-07-18 00:59 • 来自相关话题

有没有什么好的开发工具来开发module

J3X妥协 回复了问题 • 3 人关注 • 4 个回复 • 797 次浏览 • 2017-07-18 00:08 • 来自相关话题

不能把mosCountModules()函数call出来

J3X跑堂小2 回复了问题 • 2 人关注 • 1 个回复 • 472 次浏览 • 2017-07-18 00:04 • 来自相关话题

新增一个module,为何不能编辑module的样式?

回复

J3X~~~~~~~~~ 发起了问题 • 1 人关注 • 0 个回复 • 783 次浏览 • 2017-07-17 23:58 • 来自相关话题

JoomlArt Advanced Custom Module是否可以汉化为中文

J3X追梦人 回复了问题 • 3 人关注 • 3 个回复 • 756 次浏览 • 2017-07-17 23:36 • 来自相关话题

关于“module chrome”

回复

J2X不是本人 回复了问题 • 1 人关注 • 1 个回复 • 508 次浏览 • 2017-07-14 06:55 • 来自相关话题

请教:关于module的position

J2X孤独者 回复了问题 • 4 人关注 • 3 个回复 • 528 次浏览 • 2017-07-14 06:55 • 来自相关话题

修改admin menu module访问权限

J2X妥协 回复了问题 • 2 人关注 • 1 个回复 • 858 次浏览 • 2017-07-14 06:39 • 来自相关话题

[求解]JA模板中div.moduletable和div.ja-moduletable的区别

回复

J2X追梦人 发起了问题 • 1 人关注 • 0 个回复 • 517 次浏览 • 2017-07-14 06:10 • 来自相关话题

帮助,如何更改 Core Design Login module 的样式

回复

J2X赤木@晴子 发起了问题 • 1 人关注 • 0 个回复 • 671 次浏览 • 2017-07-14 06:02 • 来自相关话题

选单连结module

回复

J2X刘备曹操 回复了问题 • 4 人关注 • 3 个回复 • 549 次浏览 • 2017-07-18 00:59 • 来自相关话题

有没有什么好的开发工具来开发module

回复

J3X妥协 回复了问题 • 3 人关注 • 4 个回复 • 797 次浏览 • 2017-07-18 00:08 • 来自相关话题

不能把mosCountModules()函数call出来

回复

J3X跑堂小2 回复了问题 • 2 人关注 • 1 个回复 • 472 次浏览 • 2017-07-18 00:04 • 来自相关话题

新增一个module,为何不能编辑module的样式?

回复

J3X~~~~~~~~~ 发起了问题 • 1 人关注 • 0 个回复 • 783 次浏览 • 2017-07-17 23:58 • 来自相关话题

JoomlArt Advanced Custom Module是否可以汉化为中文

回复

J3X追梦人 回复了问题 • 3 人关注 • 3 个回复 • 756 次浏览 • 2017-07-17 23:36 • 来自相关话题

关于“module chrome”

回复

J2X不是本人 回复了问题 • 1 人关注 • 1 个回复 • 508 次浏览 • 2017-07-14 06:55 • 来自相关话题

请教:关于module的position

回复

J2X孤独者 回复了问题 • 4 人关注 • 3 个回复 • 528 次浏览 • 2017-07-14 06:55 • 来自相关话题

修改admin menu module访问权限

回复

J2X妥协 回复了问题 • 2 人关注 • 1 个回复 • 858 次浏览 • 2017-07-14 06:39 • 来自相关话题

[求解]JA模板中div.moduletable和div.ja-moduletable的区别

回复

J2X追梦人 发起了问题 • 1 人关注 • 0 个回复 • 517 次浏览 • 2017-07-14 06:10 • 来自相关话题

帮助,如何更改 Core Design Login module 的样式

回复

J2X赤木@晴子 发起了问题 • 1 人关注 • 0 个回复 • 671 次浏览 • 2017-07-14 06:02 • 来自相关话题

A Joomla module is an extension that offers certain functionality to a site, usually to present small pieces of information, in specified locations of the site (e.g. latest or popular articles), that is not supposed to serve as the main content, and is placed in the available module positions, around the component content output (e.g. sidebar, footer etc).



Module

The Joomla module tag, would be useful for questions related to Joomla module development. As mentioned by the official Joomla Module documentation, the easiest extension to create is probably a module, which can be as simple as printing the current date and time.

Despite being small and websites can work without modules, Joomla has allowed very important functionalities to be handled by modules, like Menus (mod_mainmenu), Search (mod_search), and even Custom HTML modules (mod_custom) that allow direct HTML input for the unexperienced to write their own HTML in their sites.

To include a module inside an article, Joomla offers a default plugin to do this, but you have to include a full module position. Example code is: {loadposition: module_pos} where module_pos is the module position that you want to include.
Please note that you can add custom module positions, just by writing the desired position name in the position field of the module, instead of selecting from the existing list.

For more information on how to create Joomla modules, please read here.

How do you make a new module?