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
1
vote
1 answer

Joomla Component - Related Table

I have built a component which has two tables of data, these are related by an ID. I have it working so that when you are viewing table A, you can click a field and proceed to the view of table B - which is filtered by the the ID from table A. My…
Ben Green
  • 11
  • 1
1
vote
1 answer

how i can disable the approval email at the time of first time login in joomla

Here is the message that i got when a new user first time login Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If you don't find the email, check your spam-box. Make…
1
vote
2 answers

Joomla Custom Component

I have successfully built my own custom joomla component from scratch, but I am stuck on a presumably relatively simple problem. For the purpose of this example lets say that: A equals Home page B equals Player(Multiple) list page C equals…
Ciaran
  • 1,139
  • 2
  • 11
  • 14
1
vote
3 answers

First component creation based on HelloWorld failed

I'm trying to create my first component for Joomla 2.5 but when try to execute get this error: Error: 500 You may not be able to visit this page because of: an out-of-date bookmark/favourite a search engine that has an out-of-date listing…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
1
vote
2 answers

Joomla: How to check if another user (not current user) is online

this is probably really simple but I've gone round in circles trying to get it to work. My forte is HTML/CSS rather than PHP. I have a 3rd party component that I am customising to show when the user who posted the ad is online. So far I have not…
Faldinio
  • 161
  • 1
  • 2
  • 12
1
vote
1 answer

Dynamically add input boxes to an edit form in joomla 2.5

I followed this tutorial on how to build a component for joomla 2.5, but now I am stuck. What I want to do: Besided thoses field defined in admin\models\forms\.xml I want to dynamically add form fields. The field list should be read from database. I…
Sascha
  • 1,210
  • 1
  • 17
  • 33
1
vote
2 answers

How to develop Joomla 1.5 componenets?

How can I start developing a component for the Joomla 1.5 framework? Does anyone know of a good tutorial, or has a good reference? I have read the tutorial on the wiki and I didn't understand it well, so if you could point me to another one, that…
lazyCrab
  • 187
  • 17
1
vote
1 answer

FaLang Alias Conversion not working in Joomla 2.5

I have installed FaLang component to use multi-language support everything is working fine except the alias structure. When we are switching the language the URL not get changes as per the added alias conversion added into admin section. I tried…
Devesh
  • 21
  • 3
1
vote
0 answers

Joomla: How to get component (or module) variable from an other module

I'm working on a website using Joomla 2.5.6, Apache, and MySQL. I have a page with an article in the main position, and I have another position on the side with customized content. I need to get, for example, the title of the article in the module…
DestyNova
  • 726
  • 8
  • 21
1
vote
2 answers

joomla pass variable between views

I'm in the middle of programming a joomla component, this component will have a multiple step form for registration, the first one containing 2 radio buttons. What is the easiest approach to pass the variable from the radiobutton on to step2? when…
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

Community Builder jquery breaks my own jquery code

I'm having a problem with Community Builder Joomla component javascript. It looks like is killing the rest of the jquery code. here is the page that gives the problem.…
Bakaburg
  • 3,165
  • 4
  • 32
  • 64
0
votes
1 answer

Error when including amazon library in a joomla 1.5 component

I have been creating a component that will manage some data on my amazon webservice and I would like to use the amazon library on working with it but I have been encountering an error here is the error: Fatal error: Class 'JView' not found in…
0
votes
1 answer

Setting up permissions for a multilingual joomla site

I'm building a multilingual joomla 1.7 website that will have to support up to 25 countries with each country being a website on its own, the site will be managed by different teams for each country, basically what i'm trying to achieve is, setting…
0
votes
0 answers

Where do I add php code to submit an HTML form in a Joomla component?

I am new to Joomla, and so far, I used the basics to make a simple website. I decided to try out making a component, using JCB, that has a database of a list of items, and for each item, there is a list of checkboxes. What I want to do is submit the…
shaded
  • 3
  • 1