Questions tagged [joomla-module]

A Joomla module is an extension that offers certain functionality to a site, that is not supposed to serve as main content, and is usually placed around component code.

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.

157 questions
0
votes
1 answer

Joomla Module rendering Clarification

I am rendering many instances of the same module type ,each time giving it a different id and parameters through code(through get module and render module). This rendering happens whenever a person visits a page. It means the modules are created…
user1877095
  • 75
  • 1
  • 2
  • 9
0
votes
1 answer

Display only first module of a position

Is there a way to limit to display only the first published module of this position? It should respect the ordering present in Module Manager, the purpose of this is to show a certain module…
Anriëtte Myburgh
  • 13,347
  • 11
  • 51
  • 72
0
votes
1 answer

joomla 2.5 module translation issue

I am working on joomla 2.5.4. I am unable to install language for my module please see following my mod_staker.xml
user1645055
0
votes
1 answer

Joomla | Article Manager is not displaying Articles

I am using Joomla 1.5.21 for my website. When I logged in via my Super Administrator account and goes to Article Manager then it does not display any article. Please help me how to fix this problem. I will be very thankful to all of you.
0
votes
2 answers

How to override a style of a specific Joomla module?

I have so many modules and I am showing border to each module. Below is what I have div.ja-moduletable-inner, div.moduletable-inner { background: none; padding: 1.5em; box-shadow: 0px 0px 3px 3px rgba(0,0,0,.25); }
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
0
votes
1 answer

how display module in popup modal window in joomla 2.5

I have a newsletter subscription module.I want display it in popup window automatically(when user view a page,without any click).
MJH
  • 653
  • 2
  • 14
  • 36
0
votes
2 answers

Joomla To do list Extension

Is there any Joomla Extension that allows any registered user to keep a list of their To-do items with the following attributes; 1. Title 2. Date due 3. Description. In the entry form, the Title should be a Text field, the Date due should be the…
0
votes
2 answers

Joomla module positions not working

I'm using Joomla, and as far as I can tell I have done everything right for my template, but can't get Module positions to work I have the correct XML file setup I think and this is my HTML tag: The…
tim.baker
  • 3,109
  • 6
  • 27
  • 51
0
votes
2 answers

get second last article joomla

I need to use two article latest news module in my joomla 2.5 website. In one module I want to show the last article, while in the second module I want to show the second last article. How can i set this param? I try to edit the helper.php of…
pindol
  • 2,110
  • 6
  • 35
  • 52
0
votes
2 answers

RedSHOP - mod_products info needed

I'm terribly sorry to post this question here, but RedCOMPONENT just does not bother to answer my forum post or anyone else for that matter. All I want to know, can this mod_products from RedCOMPONENT display featured products as well as products…
Anriëtte Myburgh
  • 13,347
  • 11
  • 51
  • 72
0
votes
1 answer

Cookie Control Joomla Module - "no XML file"

I've been trying to install the Cookie Control Joomla module, I've tried all three methods of installing (Upload, Directory, URL). Each time I try it comes back with the error "Error! Could not find a Joomla! XML setup file in the package." There…
tim.baker
  • 3,109
  • 6
  • 27
  • 51
0
votes
2 answers

How to change module name in joomla Module Manager

How can I change the name of the joomla module in joomla module manager, when showing module properties. How to change the name with red underline in picture
ArmeniaH
  • 733
  • 1
  • 8
  • 18
0
votes
3 answers

Joomla 2.5. prevent module from showing on article page

I have a problem with the module that I use to show the content of a category. The module is set to show on this category, but it also shows when I open an article which is also under this same category... What I would like is to show only article…
marko
  • 87
  • 1
  • 11
0
votes
1 answer

Can't unpublish joomla 2.5 module

I have joomla 2.5.6 package installed on my website. The problem is, in extension manager I can't unpublish any module, nor works the other way. What's that might be? Appreciate any help
kido25
  • 29
  • 1
  • 5
0
votes
1 answer

Fetching data from a component to module in joomla

I'm creating a module in joomla 2.5, I would like to fetch data from a component to a module configuration like what would happen to this one:
1 2 3
10
11