Questions tagged [joomla-component]

Joomla Components are the main Joomla extensions, which provide vital functionality for every Joomla website. They are usually displayed in the center of the page.

Joomla Components define the most vital parts of Joomla page functionality. While a Joomla site may exist without modules or plugins, it could never work without components.

Some components are hard-coded into Joomla, like com_content, which provides the basic Article functionality, or com_users which provides the interface into managing Joomla users. The com_installer is the component responsible to allow for new extension installations.

If you are inexperienced in developing Joomla extensions, you may start with modules or plugins, before getting into components.

For the more experienced, you can read how a component works, here.
To start creating your own component, you can go here.

182 questions
0
votes
3 answers

Joomla First Component

I'm interested in developing a joomla component. My question is.. how to start up things ? I can build a basic structure, zip it and install it. But is this the right way to start ? I will have to add additional files while developing so I don't…
johnlemon
  • 20,761
  • 42
  • 119
  • 178
0
votes
0 answers

Joomla 3.5 + EXTman and DOCman on IIS 8.5 issue with file permissions

I recently uploaded the DOCman component to my Joomla website, did the installation process as instructed on the Joomlatools website (EXTman first, DOCman second). Both installations gave me a Correct Installation message but when I click on the…
kalcantar
  • 1
  • 3
0
votes
1 answer

Check if username exists in my own Joomla component form

I created a new rule for my own form. This rule should check, if username exists and if user is in one of specified groups. Can you help me?
Jo Jay
  • 43
  • 5
0
votes
1 answer

Some Browsers do not load CSS and Layout of Components[Joomla]

The problem is that I have a responsive site, based on joomla framework. It works fine on all browser and all the custom components load easily but I have noticed that it has a problem on some mobile browsers (as: ASUS device, browser integrated on…
franc1986
  • 1
  • 1
0
votes
1 answer

Joomla custom component customizations

I needed a component for specific catalog, so I've paid for it to one freelancer. As it turned out, he's not very good at his job and I was given a component that works only partly. The biggest issues are router, breadcrumbs and json array for…
moped
  • 2,197
  • 2
  • 24
  • 30
0
votes
1 answer

Joomla Pagination on click error "Joomla is not defined" only on frontend

i've a problem with a component i'm making. I'm using "Joomla! 3.4.1 Stable". The Joomla javascript object is not loading in front-end and so when i click on pagination it gives me error and load the index page. The same page, but in the admin side,…
DxW
  • 1,414
  • 3
  • 11
  • 23
0
votes
1 answer

Joomla 3.x load form with serialized data

I'm serializing some data to save them in the database as serialized. Reason is because i dont want to create 30 columns in the database. I've overriden the save method and they are being saved successfuly as serialized string. Problem is how to…
LefterisL
  • 1,132
  • 3
  • 17
  • 37
0
votes
0 answers

Can't understand how JToolBarHelper works

i'm learning how to develop a Joomla component but i have a problem with my a module. I've added a toolbar in the admin view of a single item (i have a database of items). Now i have searched for 'how to save form data in joomla' but i'm confused…
0
votes
1 answer

Joomla Custom Component - Error loading form file

Currently, I've been trying to get familiar with programming custom components for Joomla 3.4.8. Therefore I've installed a new joomla website on my Raspberry Pi 2 for test purposes. Everything is working as it schould. Then I started to do the…
Migli
  • 191
  • 2
  • 7
0
votes
1 answer

AlphaUserPoints 1.8.9 for Joomla 2.5.x

Help to find the component for Joomla 2.5 AlphaUserPoints. On the official site www.alphaplug.com File not available. Now AlphaUserPoints exists only for Joomla 3
0
votes
1 answer

Joomla menus vs components?

I am a beginner to the Joomla CMS platform (experienced with word-press and laravel frameworks). I have a very good understanding of MVC , however am having a hard time understanding Joomla's menus connection to components , what is the logic here…
Jimmy Obonyo Abor
  • 7,335
  • 10
  • 43
  • 71
0
votes
1 answer

joomla component wont get new db items

I have made a download center component in joomla with the help of https://www.component-creator.com and everything worked fine until now. The component doesnt seem to want to show anymore items than 21 from the db, which is weird since i have 24…
Michael Kirkegaard
  • 379
  • 1
  • 3
  • 14
0
votes
1 answer

How to unistall Fabrik from Joomla 3.4

When I try to unistall Fabrik the site goes down, look like that the unistallion routing has problems. Any one knows how to unistall manually Fabrik without create problems to joomla? Thanks
user1847437
  • 213
  • 1
  • 3
  • 12
0
votes
0 answers

Akeeba subscription component menu is not working

Hope you are having good health. My Joomla version is 3.1 . I have installed Akeeba component for subscription functionality. My Component is working fine except its subscription menu link on the front end. What is problem: In my case, when the user…
Deep Kakkar
  • 5,831
  • 4
  • 39
  • 75
0
votes
1 answer

Joomla, component, run script on deletion of record from backend

i have developed a component for Joomla 3, and i know that i can perform operations of the table form on save with the prepareTable function in the /administrator/components/com_edm/models/edm.php class however now i need to manipulate the DB for…
Daniel
  • 1