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

Joomla Component Update script

I have my self made component. I want to know how can i pass an update of my component so that my clients using it can, if they wish to, update my component. I basically have added a feature in my component and i want it to be updated in already…
Engineer
  • 5,911
  • 4
  • 31
  • 58
0
votes
1 answer

Pass value in joomla.submitbutton

I have made a submit button using joomla's button like this: I want to pass an 'id' along to autoresponder's transfer function from here. How can i do that? I tried it…
Engineer
  • 5,911
  • 4
  • 31
  • 58
0
votes
1 answer

Where to Place Custom Classes in Joomla (Component, Plugin, Module?)

I am new to Joomla (a seasoned WP dev) and I have just barely managed to wrap my head around the components and the plugins. The thing is, that I want to include a shared component (a class), that should be callable from both the component and the…
Dzhuneyt
  • 8,437
  • 14
  • 64
  • 118
0
votes
0 answers

Building a Joomla 3 Custom Component

I am currently building a custom Component in Joomla 3 that allows users to search for a sports club by postcode using an Ajax form on the front end. I have all this functionality working and am now currently working on the backend of the component…
James
  • 2,800
  • 7
  • 45
  • 81
0
votes
1 answer

Add joomla SEF Translate Module or component to php,html web site

I want to add Joomla SEF Translate Module or Component to my php,html Website Page. how can i include this module and how to run this. please tell anyone Thanks advance
0
votes
1 answer

What is the best way to customize Joomla urls?

I have a big joomla site and I want to customize its links to be as SEF as possible. I need an alias for each individual article and custom component item. Is it better to use the router.php class in each component or to assign a hidden menu item…
Manhal
  • 75
  • 4
0
votes
3 answers

My Joomla component not displaying anything

I have build my own component. I know very well about these stuff but all of sudden I wonder that the joomla request to my custom component is not displaying anything. Its displaying blank page. See…
Nah
  • 1,690
  • 2
  • 26
  • 46
0
votes
1 answer

visually enhanced joomla 2.5 List of Categories component (Default is ugly)

I have a menu item that loads a List of Categories. The problem is that I don´t know if there is a visually enhaced component other than the default one. Could you please point me to the right direction I am using Joomla 2.5 Printscreen:…
Guilherme Longo
  • 2,278
  • 7
  • 44
  • 64
0
votes
1 answer

Joomla: How to control module display on pages not in menus, such as the default login page

I am trying to control what modules are displayed on pages that are generated by components, such as when a user logs in or tries to log in. The pages are not in a menu structure so I can't unpublish modules the usual way. Continuing with the login…
Faldinio
  • 161
  • 1
  • 2
  • 12
0
votes
1 answer

how to allow manager to see a component joomla 2.5?

I'm creating a new joomla component. I've compressed the component in a zip file and installed it, everything works fine and I can see the component in components menu (in the back-end off-course) in when I log in as super user. the problem is when…
Khaledvic
  • 534
  • 4
  • 16
0
votes
1 answer

Allow access to component file or install in root

i am developing Joomla 2.5 component and i run into some problems: It seems that in htaccess file is set to forbid access to php files inside /components folder. But my component needs to have one file that will be accessed from external application…
SomeoneS
  • 1,207
  • 2
  • 19
  • 34
0
votes
1 answer

How can I change component name in Joomla in the URL?

How can I change a URL in joomla from : http://sitename.com/components/original-component-name/rest To: http://sitename.com/components/any-component-alias/rest
Manhal
  • 75
  • 4
0
votes
2 answers

run php function/script after save in joomla

I'm trying to figure out how to run a function/script as soon as an item is saved in joomla 2.5. Joomla's MVC structure is still rather complicated to me so I'm pulling my hair here trying to find out where this save event is triggered. Also I want…
Nick
  • 2,862
  • 5
  • 34
  • 68
0
votes
1 answer

how to make joomla configuration xml

I searched internet and didn't find anything that explained it clearly. I want to create configuration to my component and to module but don't know where to start or how to start, if any1 knows good tutorial that would be great.
Viszman
  • 1,378
  • 1
  • 17
  • 47