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
1
vote
2 answers

Module/Component with adjusted content in different articles

I maintain the website of my sports club. I recently switched to joomla and try now to set up the pages. Although I'm pretty new to joomla and the extension development, I have experience in php/MYSQL and already developed some minor modules. What I…
jost21
  • 1,084
  • 3
  • 15
  • 29
0
votes
1 answer

Passing value to Joomla Module from another URL

I'm newbie to Joomla module development, and would like to implement a custom module for Joomla CMS. I need to display the sales history of the logged in user. For example, a user with [username] = "US001" logged in successfully, and go to view what…
PGoldHow
  • 139
  • 4
  • 16
0
votes
1 answer

How to fetch the title of a module in Joomla

I have created a module that lists out the specific list of articles. I could fetch the parameter of the module using $params . . But I couldn't fetch the title of the module. Can anybody help me with this ? ?
kushalbhaktajoshi
  • 4,640
  • 3
  • 22
  • 37
0
votes
1 answer

Module that displays articles under specific section in joomla

Can anybody help me build a module that displays articles under specific section only ? ?
kushalbhaktajoshi
  • 4,640
  • 3
  • 22
  • 37
0
votes
2 answers

How to show a joomla component as a module?

I'm just trying to find a simple way to show a joomla component as a module, do u guys know how to get this done? BTW, I am using Joomla 1.5. Thanks!
0
votes
2 answers

make jQuery load only once in joomla

I'm creating a module for joomla that needs jQuery and some jQuery plugins. My problem is that if other plugins load jQuery too it rewrites mine and disables jQuery plugins! How can I make sure jQuery loads only once (And before my plugins) in…
Ariyan
  • 14,760
  • 31
  • 112
  • 175
0
votes
1 answer

Joomla Custom Parameter Types and Saving Values

I am new to Joomla development and I can't seem to find any decent documentation anywhere about how to solve my problem. Here is my goal: I want to create a Joomla module that allows a user to pull content from a repository and display it in a…
Brendon Dugan
  • 2,138
  • 7
  • 31
  • 65
0
votes
2 answers

How to add a menu to login form module in Joomla 1.7?

I am intrested in changing the joomla default Login module to show a menu as a greeting in the login module, so that menu will contain links for profile management and stuff from that sort. I have tried to add a module position inside the module…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
0
votes
2 answers

Joomla! VirtueMart - Registration form doesn't display USERNAME and PASSWORD fields

I'm using Joomla! 1.5.14 and VirtueMart 1.1.3 I'm using mod_virtuemart's login control in my website. When i run my site and clicked on 'register', it shows a registration form. But i realised that there isn't fields for USERNAME and PASSWORD. I…
Lloydworth
  • 743
  • 6
  • 20
  • 38
0
votes
1 answer

Remove White Space in Virtuemart 'Featured Products' Module

I'm having some trouble figuring out how to get rid of the whitespace. I really don't know what I'm doing wrong and I don't know enough about html to know if that's the problem. Screenshots attached: 1) If I leave the code as is, my images overlap…
0
votes
1 answer

Need help creating dynamic parameter options for Joomla module

I am working on a Joomla module to allow pulling named content snippets from an external website. The best way to do that would be to add either a List parameter to the manifest, or a SQL parameter to the manifest, but both options have some…
Brendon Dugan
  • 2,138
  • 7
  • 31
  • 65
0
votes
0 answers

Joomla doesn't show modules

I use Joomla 3.10.11. I have made a few modules and used the yoo-master2 for positions. I have the exact same settings, template and positions on everything as my classmates but my site doesn't show anything for some reason. Even my teacher is…
0
votes
1 answer

Joomla - two (main)content modules have a max width

I am making a template to a website, and have a final problem that I can't solve. Two of the pages ("Bliv medlem" and "Kontakt DJK") seems to have a max width to the (main)content module. The only thing I've coded is the UI-kit "uk-width-1-1@s…
0
votes
1 answer

How can I load a module by name instead of id in JSE?

I wants to load a module by name like {loadmodule mod_custom, module_name} instead of id like {loadmoduleid 96}. Can you please suggest where I will get these settings in the JCE Editor so that JCE editor can load modules by name?
0
votes
0 answers

How to get and change article in joomla before rendreing

Friends, tell me about the issue. Is it possible to receive content in joomla before it is given to the browser. In article, I want to make a shortcode like this [[1, 2, 3]]. During page rendering I want to get an article, find a shortcode, open it…
VictorH
  • 111
  • 2