Questions tagged [joomla-extensions]

Extensions for Joomla! an open source content management system for web sites, which can be heavily extended. Joomla questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! is an open source content management system for web sites which can be heavily extended.

Currently about 6238 extensions are registered in the Joomla! Extension Directory.

Related tags:

1080 questions
33
votes
8 answers

How to get component parameters?

I have a problem here and just cant solve it :-/ I am developing an Joomla component with backend. In the backend I set a parameter, the dashboardId, but I can't access them in the view. I always get data:protected (when I dump params). It seems…
Nico
  • 1,071
  • 1
  • 23
  • 39
13
votes
1 answer

How to integrate AngularJs App inside Joomla

I am new to both Angular as well as Joomla that I am learning atm. What I am wondering is - is it possible to integrate Angular JS Application inside Joomla? From what I was reading about Joomla, I understand that this cms makes it easy to create…
Neel
  • 9,352
  • 23
  • 87
  • 128
12
votes
2 answers

Add Custom Button to Joomla's Article Editor (TinyMCE)

I'm trying to insert an additional button in Joomla's article editor. It's using the default TinyMCE plug in Extended mode. As you'll already know there are 4 buttons underneath the editor (Article, Image, Page Break and Read More). What I'd like…
11
votes
1 answer

Component from Joomla 2.5 to Joomla 3.0

Since the release of Joomla 3.0 Alpha last night, I wanted to try my hand at starting to convert the Joomla 2.5 component I have written to the new Joomla 3.0. I have been following all of the development convos, they said the JController, JView,…
8
votes
5 answers

"JInstaller: :Install: Cannot find Joomla XML setup file" : Unable to install Joomla templates

While trying to install Joomla Templates I get this error : Warning JInstaller: :Install: Cannot find Joomla XML setup file What file is it ? I am using Joomla 3 . I downloaded few of the Joomla templates from torrent and all of these show up this…
Suhail Gupta
  • 22,386
  • 64
  • 200
  • 328
8
votes
4 answers

Loading jQuery before other Javascript in Joomla 3

I'm adapting a custom component to Joomla 3. It relies on jQuery, which I previously loaded in myself. Now that it's included in the base template, I don't need to. However, my custom javascript that relies on jQuery is being loaded first. I load…
Ben Jacobs
  • 2,526
  • 4
  • 24
  • 34
8
votes
1 answer

Joomla component: Output without html

I am developing a Joomla component for Joomla 2.5. Since it's supposed to output XML, I most defenitely don't want to display the surrounding template. I have tried appending to the url: ?tmpl=component ?format=raw ?tmpl=raw But the first will…
Fábio Santos
  • 3,899
  • 1
  • 26
  • 31
7
votes
4 answers

JFolder::create: Could not create directory - Joomla

I end up with below error when I try to install a component,module or plugin. JFolder::create: Could not create directory What could be the issue?
Techie
  • 44,706
  • 42
  • 157
  • 243
7
votes
3 answers

How to get the params value of plugin in the component area in joomla2.5?

I have tried to get the plugin params in the component area, but i didn't get the result. Is there anyway to get the values.
Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25
7
votes
4 answers

How to instantiate mail() function and send an email with Joomla2.5?

Based on the Joomla! documentation @ http://docs.joomla.org/Sending_email_from_extensions, I'm trying to send emails with the code below: function sendmail($file,$mailto) { $mailer =& JFactory::getMailer(); //var_dump($mailer); exit; …
mum
  • 1,637
  • 11
  • 34
  • 58
7
votes
2 answers

joomla 3.0 extension manager not finding update of module

I developed a module that can be updated in Joomla 2.5 Extension Manager. I can't find information anywhere that indicates that something needs to be different in order to work properly in Joomla 3.0 I don't intend to advertise this module by…
user1687176
6
votes
2 answers

Add new image field to Joomla 1.7 com_content

I'm trying to make some changes to com_content component of Joomla 1.7 There are not many docs on specific topic for Joomla 1.7 Maybe you could help me out on this one. I want to have a separate field for extra image in com_content, specifically to…
mrGott
  • 1,066
  • 3
  • 18
  • 53
6
votes
2 answers

How do you modify Category Forms in Joomla?

I'm working on creating a small plugin to modify the Category Forms (on the add/edit category view) in Joomla. I was able to use the tutorial on Joomla's site to modify the forms on User Profiles, Articles, and Menus; however, Categories do not seem…
David Barratt
  • 546
  • 1
  • 6
  • 24
6
votes
1 answer

Development workflow, Joomla, GIT

I have some questions about how you set up your development environment. I'm running a website that's currently using SOBI2. SOBI2 is going to be replaced by a custom component I'm creating using Nooku Framework. What I have so far is a Joomla…
Linus
  • 2,799
  • 3
  • 29
  • 43
6
votes
3 answers

What are possible fields' filters in Joomla module parameters?

I am looking for possible filters' list when adding parameters' field for a module settings. I know that filter="raw" and filter="integer" exists from examples at Text form field type. But what are other possible filters for these fields?
Lukas Greblikas
  • 649
  • 6
  • 14
1
2 3
71 72