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

Embed Joomla module within component

I have an instance of 'breadcrumbs' module created on my site, set to be displayed at 'customposition'. There is a component which has a series of web pages written in HTML. How do I specify the location of customposition in those webpages, so that…
AML
  • 135
  • 1
  • 1
  • 9
0
votes
1 answer

What is the easiest way to add a code snippet to third party Joomla theme?

Completely new to Joomla. Hope that what I'm asking is simple and quick. I thought it was module (the easiest way that is). So I created it, made it to properly include required scripts and styles, made it show up only on home page. But now that it…
jayarjo
  • 16,124
  • 24
  • 94
  • 138
-1
votes
1 answer

Can't edit joomla module, blank page with select

This is probably a difficult question because i can't give you a lot of information. When i open the edit screen in the adminside of a module it's being shown for a split second and the the page refreases to a blank page with a input type select. I…
-1
votes
1 answer

Can I disable modules with mobile detection in Joomla?

I am using Joomla 3.3.6 and I have a mobile responsive site. But certain modules I'm using on the site I would like to either disable completely or changed with the site is being viewed with a mobile browser. Does anyone know any scripts or…
-1
votes
2 answers

Trouble configuring a module in joomla 3

I have been searching for a good carousel in joomla and found this one SJ Carousel Free It also came with a user guide I cannot make any sense out of the guide. I want to display a few images from a folder. I have been breaking my head over the…
Abhijith
  • 381
  • 1
  • 4
  • 18
-1
votes
1 answer

Change style.fontWeight of Joomla! Articles Category Module

I am setting up a feed that lists articles modified in the last 30 days. However, I would like this list to be of fontWeight:normal. The options within Joomla! only allow for heading style. I have access to the *.php files if necessary. I have…
ITjc
  • 9
  • 1
  • 10
-3
votes
1 answer

Convert php script into a Joomla Module 3.2.3

I wrote this php script with an html form that sends all the data entered by email. how to convert it into a module for joomla 3.2.3? I searched around but unfortunately I have not found anything.
CleverBall
  • 15
  • 6
1 2 3
10
11