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
2 answers

Joomla Plugin Warning on the production server - "Cannot modify header information"

I'm creating a plugin for joomla and it is working as expected in my local Windows 7 machine with WAMP. But when I load the plugin into the production server(Debian), I get this warning (not always): Warning: Cannot modify header information -…
jithujose
  • 551
  • 3
  • 15
1
vote
2 answers

Joomla plugin install xml -- install file to different folder

Is it possible to install a file from a Joomla plugin to a non-plugin directory? For example-- by default a Joomla plugin install xml looks like this:
julio
  • 6,630
  • 15
  • 60
  • 82
1
vote
1 answer

Joomla Plugin inject Javascript snippet into all pages

I'm trying to write a Joomla plugin that injects a small javascript code into all pages for distribution to others. but everything I have read says I should do it using the $doc = JFactory::getDocument(); but I can't get it to work. This is the code…
Barkermn01
  • 6,781
  • 33
  • 83
1
vote
1 answer

Integrating a flash component on Joomla without reloading it on each page

Is-there a joomla compenent that permits to integrate a flash SWF on a joomla website : without realoding it for each page (by using an IFRAME or anything else
anonymous
  • 11
  • 1
1
vote
1 answer

Can't get Joomla Site Modules to enable

With Joomla 3.8.6, I'm trying to enable several site modules that were once enabled on the site before a recent redesign. The screen I'm looking at is the Extensions > Modules screen. First I search for the module name ("calculator") which produces…
rw-intechra
  • 197
  • 1
  • 14
1
vote
1 answer

Good open source 'Social Network' components for Joomla CMS

Im trying to find a open source Social Network component for Joomla. There is a free version of 'Community builder' but everytime i download .. the downloaded file is corrupted. Any pointers for good / customizable open source 'social network'…
Vikram
  • 817
  • 4
  • 22
  • 34
1
vote
1 answer

Simplest possible Joomla Download Manager

I want to create a Joomla page where my users can download view files (pdf's, excel sheet's, ...). There will be around 20 Files available. The files are split up into 4 categories. I want to show all files on a single page. The categories should…
Stefan
  • 1,007
  • 1
  • 11
  • 32
1
vote
2 answers

Joomla two module using same helper.php

I've built two custom modules for Joomla ("reservation" and "contact") which are working just fine, however time to time I have to upgrade them. Is it possible to make them to share the same "helper.php" so I could keep code in one place? For…
Jim
  • 2,760
  • 8
  • 42
  • 66
1
vote
1 answer

show specific content for each registered user in joomla 1.6

I am looking for a module/extension, or something that can help me to make a page/item that only one specific user registered can see. I would like also create a space dedicated to this user, where i can publish there pages and aticles. Maybe using…
1
vote
2 answers

how to get image-reflection in joomla?

i found one plugin, i installed in my joomla site. but can't get reflection eventhough i put the relative path in between tags. please give appropriate solution and be greatfull by giving an answer!! thanx in advance!!
Denish
  • 2,800
  • 2
  • 23
  • 33
1
vote
1 answer

How to export a Joomla 3 component to another Joomla site?

I have lost the installation zip file of one of the component that I installed in one site. How do i export it and repackage it so i can install it in another site?
user3108698
  • 681
  • 3
  • 8
  • 22
1
vote
1 answer

Joomla Calendar > 3.7 version

I ran into a bit of an issue so I'd appreciate any help. I'm trying to display a dynamically created calendar in my component. The new one with all the fancy stuff. I've got it to display, but it's as if it's not picking up all the attributes that…
Chupacabra
  • 13
  • 3
1
vote
2 answers

Joomla 1.6 problem

I recently installed Joomla 1.6 on my XAMPP local server and i got this error message: Strict Standards: Declaration of JButtonPopup::fetchId() should be compatible with that of JButton::fetchId() in…
Arthur
  • 21
  • 1
  • 2
1
vote
1 answer

Joomla! Multiple modules assignment

I'm looking for an extension or a way to assign many modules at the same time without having to open each module. This could work like that: a. Link modules directly from menu manager to menu items b. Categorize modules so that you could manage…
opk
  • 79
  • 1
  • 6
1
vote
2 answers

Joomla backend issue Bootstrap 2

I'm currently developing a component that requires Bootstrap 3 but, the limitation of the backend's ISIS template using Bootstrap 2 is a hindrance. I've tried: Backend template override: this doesn't work as the backend override only works for…
Dean
  • 887
  • 4
  • 16
  • 42