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

The best Joomla forms module

I am just looking for some opinions on a preferable module to us efor Joomla. It must: allow CMS users to edit fields etc. store data in the database not have excessive mark up have easily editable themes. I have used Breezing forms and some…
Ian Jamieson
  • 4,376
  • 2
  • 35
  • 55
0
votes
1 answer

Front end editing in Joomla 2.5 - JController::checkEditId() returns false

So I have run into a bit of a strange problem and can not seem to find a solution. Maybe someone has had the same issue and can shed some light. I am writing a component and I am adding front end editing to it, but when I save my front end form I…
Søren Beck Jensen
  • 1,676
  • 1
  • 12
  • 22
0
votes
1 answer

Bug in joomla component

i'm trying to create a joomla component. The component is about generating a sentence. Basicly, here's the code/function that will help me generate it. function getCategory() { $cat = array("walk","reside","eat"); return $b =…
eez
  • 11
  • 3
0
votes
1 answer

How to correctly add tasks/actions when I create a component

I am doing my first component for the backend of Joomla 2.5. The first part is ok, I create a a component with general contoller and now I show all the elements in a table I followed this tutorial for this, but now I want to add actions like edit,…
user852610
  • 2,205
  • 7
  • 36
  • 46
0
votes
0 answers

Weird Joomla JRoute() behavior

Why does JRoute include parts that weren't set in the output SEF Url ? Example: I have a view that lists Items, every item links to another view (Item) with an ID. When I put all parts of the query string together I get both views on the…
droplet
  • 286
  • 4
  • 13
0
votes
1 answer

Make a Custom developed component Search engine Fiendly

I am wait to get enough knowledge on how to make SEF(Search Engine Friendly) URLs for my custom component before starting to code in JOOMLA I got an idea on how to make it from here http://docs.joomla.org/Supporting_SEF_URLs_in_your_component but…
0
votes
1 answer

Joomla 2.5 How can I abort a save operation if there's an error?

Is it possible to abort a save operation in a Joomla controller? (Admin Side) For example: I have a view with a list of items. I hit the New Item button and in the next page I enter all required fields and hit save. My form also has a file upload…
droplet
  • 286
  • 4
  • 13
0
votes
2 answers

Jomsocial component outside joomla

I have a jomsocial installation at http://social.drishtant.com/social-network-for-social-impact How can I embed the jomsocial component alone (exclude the joomla header and footer) in a third party website ? An iframe with the above mentioned URL…
user1058322
  • 189
  • 3
  • 13
0
votes
1 answer

Store a group of form fields in multidimensional array in Joomla

Here's the setup (using a made-up scenario), but applicable to my real situation: For the purposes of this explanation, let's say that i design T-shirts (Let's call them ShirtA, shirtB, shirtC). Rather than selling them myself, i have several…
Danimal
  • 83
  • 1
  • 1
  • 4
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

How to display system message outside of template in Joomla 1.5?

Joomla Geeks! Please help me. Web designers created design for Joomla, where should be located inside of custom component's view (default.php). It's because of divs nesting, I can't change anything. Nevertheless, I…
user1063784
-1
votes
1 answer

Joomla!2.5 Toolbar Not Working

I'm developing the second view of my back end component in Joomla!2.5. The first two screens - the first page where I list questions and answers, and the question editing/adding page, both work. The third view, supposed to show and add new school…
TheGEffect
  • 93
  • 1
  • 9
-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
-2
votes
2 answers

How to show a row's relational data in a Joomla MVC list view?

I have a custom joomla MVC component. The component has a table of items, and a table of bids to deliver those items. I have figured out how to display a list the relevant 'bids' on the view for an 'item' by adding this to the item model: public…
larpo
  • 1,073
  • 1
  • 10
  • 18
-3
votes
2 answers

How to add multiple , dynamic checkboxes from database in joomla?

I am doing customization of joomla component i want to add multiple check boxes from database how to achive this?
1 2 3
12
13