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

Is it possible to load a module 'anywhere' in joomla with its javascript and css?

I already know great extensions like -modules anywhere-, however it doesn't load the javascript files nor the css ones. (At least in my case and as far as I've read). Am I doing anything wrong ? Is it possible to load the modules in any article…
Shaz
  • 2,647
  • 2
  • 35
  • 45
1
vote
1 answer

Where does VM derive code for $file_list?

Can someone tell me where the code for $file_list is sourced in Virtuemart? To be specific, in the flypage.tpl.php file, there is a snippet of code that looks like this: This…
D. Simpson
  • 1,882
  • 17
  • 32
1
vote
1 answer

Joomla Extension Manager - Sub menu missing

We are having an issue uninstalling a component in Joomla Extension Manager but just realised the sub menu [Install | Component | Modules | Plugins | Languages | Templates] is missing. Any ideas as to why this maybe? Your responses are appreciated…
1
vote
2 answers

How to make submit form which goes to the same page in Joomla

I am making form with submit button in Joomla custom HTML and I would like to stay on the same page after I click on the submit button. Is that possible? Thanks in advance.
raspucin_22
  • 35
  • 2
  • 5
1
vote
2 answers

Joomla 1.5 / Modification of YooTheme "ZOO" Component

I'll start out by mentioning that there is a developer forum for Zoo and I have used it already. My purpose posting here is that I typically get a thorough answer within minutes or hours at SO, whereas the responses on dev forums can be slow or…
D. Simpson
  • 1,882
  • 17
  • 32
1
vote
2 answers

How to use Joomla left sidebar position for a custom component menu

A client web site uses a Joomla template with lots of modules in the left column, but for the custom component I'm designing, those modules must be replaced by a vertical menu. The hack solution I came up with is to hide those modules with…
yitwail
  • 1,999
  • 3
  • 20
  • 27
1
vote
0 answers

how to add custom filters for joomla

Does anyone know how to add custom filters for the Joomla module? In my helper.php I have this code. but doesn't work public function __construct($config = array()) { if(empty($config['filter_fields'])) { $config['filter_fields'] =…
Rhea Lorraine
  • 67
  • 1
  • 7
1
vote
2 answers

Need help with joomla 1.6 module custom basic settings?

I am writing an integration module for our product to go into any Joomla 1.6 page. I need some help with getting custom data (from the API) into the basic settings part but can't seem to find a way to get it. If you look at the documentation for the…
Etienne Marais
  • 1,660
  • 1
  • 22
  • 40
1
vote
1 answer

Virtuemart (J!1.5) category browse page with sub-category products

I'm building a VirtueMart site that has hierarchical product categories, i.e.: Grinders -> Metal | Plastic | Electric ...Where "Grinders" is the parent category (and contains nothing) with Metal/Plastic/Electric being child categories and containing…
aendra
  • 5,286
  • 3
  • 38
  • 57
1
vote
1 answer

Disable Joomla template inside of modal box

I am developing a simple Joomla module for the backend, and I am trying to keep it simple. I need to create some kind of popup box, either with a javascript popup window or a modal box. I want some basic content inside of the popup, with Joomla's…
Joel
  • 2,654
  • 6
  • 31
  • 46
1
vote
1 answer

Notice: Trying to get property of non-object in ../libraries/src/UCM/UCMType.php on line 169

When I tried to install the Joomla! extension JCH, I came up with the title message above after finished installing. I asked the developer and he replied that I don't have to worry about the extension as this is a Joomla! issue that it will not…
GalanopD
  • 65
  • 7
1
vote
4 answers

Can I use extensions for Joomla 1.5 in Joomla 1.6?

I tried to find the answer for this question, but I cannot find any helpful answers yet. I know extensions in Joomla 1.0 can work with Joomla 1.5 in Legacy mode, but I'm not sure in Joomla 1.6.
Khoa Nguyen
  • 1,319
  • 7
  • 21
1
vote
2 answers

Menu parameters in Joomla 1.6

I create a menu link to view and the URL looks like: http://example.com/index.php?option=com_example&view=homepage&layout=list.tpl&Itemid=154 And i want do add a parameter to a link that looks…
Peter
  • 11
  • 2
1
vote
0 answers

Joomla Component - site model view with different layouts

Hello and happy new year :) I have a question about the development of a component and in this case now for the site. In the backend I have everything ready. I have a Component->Model->view (formcheck) which contains several…
Lukas
  • 47
  • 5
1
vote
1 answer

Joomla "JInstaller: :Install: File does not exist" error during extension update

I build a Joomla 3.x extension : https://github.com/Sagenda/joomla/ When I use the Joomla internal update system, I got this error : JInstaller: :Install: File does not exist…
Iteration
  • 494
  • 2
  • 7
  • 18