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

showing module code once when multiple joomla modules in same page

In a joomla menu item page i placed same module instances multiple times(i duplicated in module manager).Now it's a severe requirement that some codes of my module have to be only one time in page.Because my module's each instance injects same code…
developer
  • 78
  • 1
  • 13
0
votes
1 answer

Joomla Menu Item Specific Module Not Working

I made a module in Joomla and tried to assign it for one specific menu link. But it doesn't appear in the page i selected (or anywhere). Only shows when I select Module Assignment as "On all pages". How can i show my module only for specific menu…
ChamingaD
  • 2,908
  • 8
  • 35
  • 58
0
votes
2 answers

Joomla - How can I opt one from various modules to display in a position

I am willing to create a logic in which If I can fetch only desirable module in a particular position. As we know that Joomla displays the module on basis of positions given to modules created, hence there could be several modules for a single…
Padyster
  • 993
  • 3
  • 11
  • 21
0
votes
2 answers

joomla module configuration field type color

in my joomla 2.5 module settings i have many color picker fields as follows.for this i showed only one.
dev-m
  • 440
  • 8
  • 24
0
votes
1 answer

Joomla 3: Why do we need form modules when a CustomHTML article can suffice?

As a Joomla (novice) developer, I'm concerned about why we really need modules to create our own forms. I'm definitely not an authority on the subject when it comes to Joomla but here's my issue. I understand (through hands-on discovery) that we can…
itsols
  • 5,406
  • 7
  • 51
  • 95
0
votes
1 answer

Add a contact form to Module in Joomla

I'm using this Joomla template with Joomla 2.5.x and i want to add a Contact Us form in to a RIGHT module in this template. How can i add a Contact Us form to a module ?
Bishan
  • 15,211
  • 52
  • 164
  • 258
0
votes
1 answer

Add joomla SEF Translate Module or component to php,html web site

I want to add Joomla SEF Translate Module or Component to my php,html Website Page. how can i include this module and how to run this. please tell anyone Thanks advance
0
votes
1 answer

Joomla! Module not showing up after implementing sh404sef

I have placed a module in the position "Below content" on my Joomla!-site. It is supposed to show up below the content (well ...) like shown in the picture attached. Problem is, it only does so when I set it to 'show on all pages', and I only want…
Aztrid
  • 23
  • 7
0
votes
1 answer

Including a specific Joomla module into a template

I am at the copy-paste stadium of PHP coding, so I would like to be pointed in the right direction here. On this page: http://anansi.dk/index.php?option=com_configbox&view=category&prod_id=2&cat_id=27&Itemid=227&lang=da I am trying to load a module…
Aztrid
  • 23
  • 7
0
votes
3 answers

more than one text separator style per template in joomla 3.0

Let me first explain what I am trying to do. In joomla 3.0 I have created a Menu_Item_Text_Separator override for my template http://docs.joomla.org/Help30:Menus_Menu_Item_Text_Separator. It seems as though joomla will only recognize one default…
W9914420
  • 695
  • 2
  • 11
  • 25
0
votes
2 answers

Joomla 2.5 Module issues, PHP Fatal Error Call to a member function get() on a non-object

I'm having an issue using the parameters of my module to do anything specific. I keep getting the following error from my code: PHP Fatal error: Call to a member function get() on a non-object This error occurs in the following file, on line…
Xenology
  • 2,357
  • 2
  • 21
  • 39
0
votes
1 answer

Joomla - mod_articles_latest not showing latest

I've tried searching around on the site and google with no luck so here goes; In joomla, using the module mod_articles_latest, what could be the reason for it not showing the latest news? I get 4 news as i requested and i told it to choose by dated…
Rasmus Bech
  • 84
  • 2
  • 8
0
votes
1 answer

Joomla construction online but private

Anyone know how this is possible. To develop your website (modules and everything but only for me (admin) to be viewable and not to the public yet. I don't want to make it in XAMPP and then re-upload it on the live server. (it has caused some…
Stan Marsh
  • 63
  • 1
  • 6
0
votes
1 answer

Show Category images in an over-ridden module template

I'm trying to over-ride the default layout template of Categories list within the Module mod_articles_categories The reason for that is to be able to display the images associated with each category which is set in the params of each…
aldoyh
  • 43
  • 4
0
votes
1 answer

Joomla: How to control module display on pages not in menus, such as the default login page

I am trying to control what modules are displayed on pages that are generated by components, such as when a user logs in or tries to log in. The pages are not in a menu structure so I can't unpublish modules the usual way. Continuing with the login…
Faldinio
  • 161
  • 1
  • 2
  • 12