Modul
From Joomla! Documentation
Modul adalah ekstensi yang ringan dan fleksibel yang digunakan untuk menghasilkan halaman. Modul ini sering terlihat sebagai "kotak" yang tersusun mengelilingi sebuah komponen di halaman. Sebuah contoh yang sangat terkenal adalah modul login/masuk. Modul-modul ditetapkan per butir menu, sehingga Anda bisa putuskan apakah ingin menampilkan atau menyembunyikan (misalnya) modul login tergantung di halaman mana (butir menu) pengguna sedang berada. Beberapa modul ditautkan ke komponen: modul "berita terkini", sebagai contohnya, memiliki tautan ke komponen konten (com_content) dan menampilkan tautan-tautan ke konten-konten terbaru. Namun, modul-modul tidak harus ditautkan ke komponen; bahkan tidak perlu ditautkan ke apa pun dan dapat berupa HTML statis saja atau teks.
Modul dikelola di Joomla! Administrator di Pengelolaan Modul. Informasi selengkapnya mengenai pengelolaan modul dapat ditemukan di versi layar bantuan terkait.
Lihat juga: Komponen, Plugin, Templat
==Lebih Lanjut
Posisi Modul
Posisi modul adalah sebuah placeholder di dalam suatu templat. Placeholder mengenali satu atau beberapa posisi di dalam templat yang memberitahukan Joomla! di mana output modul harus ditempatkan sesuai posisi yang telah ditetapkan. Para desainer templat memiliki kendali penuh terhadap posisi-posisi modul, membuat variasi antara satu dan templat lainnya dan memperhatikan posisi modul standar Joomla! dalam instalasi contoh data.
Sebagai contoh, posisi modul Left dapat didefinisikan sebagai sisi sebelah kiri dari templat guna menampilkan menu navigasi situs. Apabila sebuah modul ditetapkan ke posisi Left, maka ia akan ditampilkan di mana pun desainer menempatkan posisi modul Left itu - tidak harus selalu ada di sebelah kiri halaman.
Rekomendasi Bacaan
Modul adalah salah satu bagian yang paling sederhana dari Joomla dan merupakan titik awal yang bagus bagi orang untuk belajar menggunakan Joomla (setara dengan widget di wordpress).Mereka dapat ditampilkan dibagian manapun pada halaman (di semua posisi yang diizinkan templat serta dalam area konten utama dengan menggunakan plugin loadmodule untuk komponen com_content).
Pemula
Untuk memahami cara menginstal dan menggunakan modul pada Joomla silakan baca Pengelolaan Modul pada Joomla
Beginner/Intermediate
Creating a simple module for Joomla is one of the simplest development steps you can do - and the creating a simple module tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.
Advanced
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about using the AJAX component to help you create even better modules.
Joomla! Default Modules
Joomla! is packaged with many modules, more are available on the JED(Joomla! Extension Directory). Here are the standard modules available in a new Joomla! installation.
- Archived Articles → This Module shows a list of the calendar months containing Archived Articles.
- Articles - Newsflash → The Newsflash Module will display a fixed number of articles from a specific category.
- Articles - Related Articles → This Module displays other Articles that are related to the one currently being viewed....
- Articles Categories → This module displays a list of categories from one parent category.
- Articles Category → This module displays a list of articles from one or more categories.
- Banners → The Banner Module displays the active Banners from the Component.
- Breadcrumbs → This Module displays the Breadcrumbs
- Custom HTML → This Module allows you to create your own HTML Module using a WYSIWYG editor.
- Feed Display → This module allows the displaying of a syndicated feed
- Footer → This module shows the Joomla! copyright information.
- Language Switcher → This module displays a list of available Content Languages (as defined and published in...)
- Latest News → This Module shows a list of the most recently published and current Articles. Some that...
- Latest Users → This module displays the latest registered users
- Login → This module displays a username and password login form. It also displays a link to...
- Menu → This module displays a menu on the frontend.
- Most Read Content → This Module shows a list of the currently published Articles which have the highest...
- Popular Tags → The Popular Tags Module displays the most commonly used tags, optionally within specific...
- Random Image → This Module displays a random image from your chosen directory.
- Search → This module will display a search box.
- Similar Tags → The Similar Tags Module displays links to other items with similar tags. The closeness...
- Smart Search Module → This is a search module for the Smart Search system.
- Statistics → The Statistics Module shows information about your server installation together with...
- Syndication Feeds → Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...
- Weblinks → This modules displays Web Links from a category defined in the Weblinks component.
- Who's Online → The Who's Online Module displays the number of Anonymous Users (e.g. Guests) and...
- Wrapper → This Module shows an iframe window to specified location.