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
0 answers

Error accesing modules Joomla 2.5

I am using Joomla 2.5.14. When I try to access to a module it gives me this error: Fatal error: Call to a member function getTable() on a non-object in H:\xxx\xxx\xxxx-001\www\httpdocs\libraries\joomla\application\component\controllerform.php on…
Za7pi
  • 1,338
  • 7
  • 22
  • 33
0
votes
1 answer

RokAjaxSearch RTL Issue (Result View)?

RTL Languages, Joomla and RocketTheme Template. RokAjaxSearch Module Issue you type something and it doesn't narrow down the search as you type like when I first installed it. The list remains empty. when you finish typing a word, the list comes…
iHRSd
  • 107
  • 1
  • 7
0
votes
3 answers

Joomla Modules Not Showing Up On Menu Assignments

I have a menu, Home * About Us * Services, Home is a Featured Article, About Us and Services are Single Article types. I have a different article assigned to each menu item, with the homepage article being a featured article. I created a module and…
ClaytonDaniels
  • 493
  • 3
  • 11
  • 24
0
votes
0 answers

"Advanced Options" module fieldset in Joomla 2.5 and 3.x

In my module's xml file, I have a fieldset for ADVANCED OPTIONS like this:
In Joomla 2.5, the ADVANCED OPTIONS of my module correctly shows…
user1448031
  • 2,172
  • 11
  • 44
  • 89
0
votes
0 answers

Joomla Module Class Suffix on th RSS Feed Module

Im using Joomla 2.5 and I am trying to add a custom module class suffix on the "RSS Feed Display Module" for it to have these values, but only that module not all of them: .module-content p:last-child { margin-top: -5px; padding-bottom:…
0
votes
2 answers

Module not working in joomla 3.0

problem is self made module not working- I make my self made module in Joomla 3.0. I made a mod_products folder here we created a file called mod_products.php. mod_products.php - code defined('_JEXEC') or die; require_once __DIR__ . '/helper.php'; …
Preeti Bisht
  • 69
  • 1
  • 1
  • 9
0
votes
1 answer

Joomla's Who's Online Counter - How to add thousand separator?

One of my sites frequently has more than 1000 concurrent visitors and just for consistency I want to add a thousands separator to the display so it shows like 1,000. My initial thought was just to add number_format before the variable holding the…
Tobi Frenzen
  • 27
  • 1
  • 5
0
votes
0 answers

Front end editing in custom joomla module

i want to write a module which shows a menu for a restaurant. I don't want that my customer needs to do anything in the backend. If the User is logged in, every Menu point should have an edit button. If it's clicked, a little div pops up where the…
0
votes
1 answer

Joomla 3.1 mysql error with @

I am trying to insert a contact form into a custom table in Joomla 3.1 and it seems to be removing the "@" and then throwing a MySQL error. EDIT NOTE There is a plugin called "Content - Email Cloaking", disabling it did not help. In fact, it…
ggdx
  • 3,024
  • 4
  • 32
  • 48
0
votes
2 answers

How open link in new tab in Joomla?

I am using the RokSprocket module in a Joomla Template and I would need to open one photo by link in a different windows, for it, Could anybody help me? Thanks in advance Best Regards Alejandro Castan PS: Sorry for my little english
Alejandro Castan
  • 101
  • 4
  • 13
0
votes
1 answer

Joomla load module on extra place?

On my k2 pages I needed module complete on the top area, a module assign is not possible because the pages are dynamicly from the DB selected. So I installed a module like "loadmodule", the difference is simple I can get module with specific id. For…
Nicky R.
  • 23
  • 4
0
votes
1 answer

Joomla 2.5: displaying or hiding information based on amount of articles in module

For a project I'm working on, I've run into the following problem I have a module that loads articles based on category. I need these articles to be loaded in another article with {loadposition}, where an module will be loaded that loads the…
Zonzio
  • 3
  • 1
0
votes
0 answers

wrong related articles by category

am using joomla 2.5, k2 as a content manager. am trying to display related articles by category under every k2 article. so i instaled module everywhere, create a new k2 template and finaly add this code :

Voir Aussi

{module Related By…
Taieb Baccouche
  • 217
  • 3
  • 7
  • 21
0
votes
2 answers

Joomla not showing SEF url for hidden menu items

In my joomla project, there are some hidden pages ( means there is no menu direct to that page ). Some pages are redirecting to this page. I am using this code to reach this page $app =…
ramesh
  • 4,008
  • 13
  • 72
  • 117
0
votes
1 answer

Joomla : XML: failed to load external entity

i created a new contact module for joomla 2.5.14 . when i tried to install it the system return this error : XML: failed to load external entity. here is my xml file :
Taieb Baccouche
  • 217
  • 3
  • 7
  • 21