Difference between revisions of "Module/es"

From Joomla! Documentation

(Created page with "{{Chunk:Module/es}}")
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
{{Chunk:Module/en}}
+
{{Chunk:Module/es}}
  
 
==Learning More==
 
==Learning More==

Revision as of 14:24, 4 March 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎português • ‎português do Brasil • ‎български • ‎中文(台灣)‎ • ‎日本語

Los módulos son extensiones ligeras y flexibles usadas para la visualización de las páginas. Estos módulos son a menudo “cajas”, dispuestas en torno a un Componente en una página típica. Un ejemplo bien conocido es el módulo de inicio de sesión. Los módulos asignados por cada elemento de menú, así que (por ejemplo) puede decidir mostrar u ocultar el módulo de inicio de sesión dependiendo de la página (elemento de menú) que el usuario se encuentre actualmente. Algunos módulos están vinculados a componentes: el módulo “últimas novedades”, por ejemplo, vinculado con el componente de contenido (com_content), muestra los enlaces a los elementos de contenido más recientes. Sin embargo, los módulos no necesitan estar vinculados a los componentes; ni siquiera tienen que vincularse a nada y pueden ser sólo HTML estático o texto.

Los módulos se gestionan en la parte administrativa de Joomla desde el gestor de módulos. Puede encontrar más información acerca de la gestión de módulos en las pantallas de ayuda de la versión que se esté utilizando.

Ver también: Componente, Plugin, Plantilla

Learning More

Module Positions

A module position is a placeholder in a template. Placeholders identify one or several positions within the template and tell the Joomla! application where to place output from modules assigned to a particular position. The template designer has complete control over module positions, creating variations between templates and the respective Joomla! default positions assigned to modules in the installation sample data.

For example, the module position Left could be defined to be on the left side of the template to display a site navigation menu. So if a module is assigned the Left position, it will be displayed wherever the designer puts that Left module position - not necessarily the left side of the page.


Recommended Reading

Modules are one of the simplest parts of Joomla and a great entry point for people learning to use the system (the equivalent of widgets in wordpress). They can be displayed just about anywhere on a page (in all the positions a template allows as well as in the main content area using the loadmodule plugin for the com_content component).

Beginner

To understand how to install and use a module in Joomla it is recommended to read Administration of a Module in 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.

Módulos Por Defecto Joomla!

Joomla! se empaqueta con varios módulos, hay más disponibles en el JED (Directorio De Extensiones de Joomla!). Estos son los módulos estándar disponibles en una nueva instalación de Joomla!

  • Artículos Archivados    Este módulo muestra una lista de los meses naturales que contienen los artículos archivados.
  • 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.