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

Joomla extension install from URL error: Archive does not exist

I am trying to install a package from URL into my local server and I am getting this error: Error Archive does not exist Warning JFolder: :files: Path is not a folder. Path: C:\xampp\htdocs\Joomla\tmp\install_53170ad5161e0 JFolder: :folder: Path is…
user1448031
  • 2,172
  • 11
  • 44
  • 89
1
vote
1 answer

Joomla 2.5 - own plug-in has no effect (installed & enabled successfully)

I want to write the plugin that simply displays "PAGE MOVED" text instead of page. I have made a folder myPlugin. Inside, I put myPlugin.xml:
PolGraphic
  • 3,233
  • 11
  • 51
  • 108
1
vote
2 answers

Store translated versions in database for Joomla component

I'm currently developing my first MVC component for Joomla 3.x. All in all I'm bit struggling with language/translation issues in database. My problem is that I need to store translated content of user generated content which comes from the backend.…
thedom
  • 2,498
  • 20
  • 26
1
vote
0 answers

Autocomplete Chronoform in Joomla 2.5

I'm creating a simple form using Chronoforms, but so far I haven't been able to solve a small problem. I would love to load two or three fields in a search done by the autocomplete element, i currently have two autocompletes working, but i can't…
1
vote
1 answer

Load initial value into the 2nd dropdown based off of selection of the 1st dropdown

Hi I am trying to load the information from my dropdown from the default value in hikashop_product_characteristic_1. Based off of what the default value is in this first dropdown i want to hide all other options under the hikashop_product_option_1…
1
vote
2 answers

Joomla can't find component

Here's my folder structure: And this is the message I get when I navigate to joomla/dev/v01/index.php?option=com_helloworld What am I doing wrong?
A F
  • 7,424
  • 8
  • 40
  • 52
1
vote
1 answer

Joomla 3.2 modify com_content / category query / add a filter

I want to modify com_content / category to fit a custom database /w some additional fields (for compatibility-reasons with modified com_content from J1.5). The function _buildContentWhere, that was available in Joomla 1.5 in…
mene
  • 81
  • 2
  • 10
1
vote
1 answer

which extension provide user idea and suggetion in joomla 3.2?

i am new in joomla i am using joomla 3.2 and i want non-commercial plugin for user idea and suggetion i want extension like this http://screencast.com/t/L8wNWWAdE7 and the http://ideas.joomla.org/forums/84261-joomla-idea-pool is main link of my…
hiren panchal
  • 289
  • 1
  • 3
  • 15
1
vote
1 answer

Maintaining K2 module formatting in IntroText

So basically I've installed K2 on a Joomla! based website and I have IntroText turned on for category views. There is a Master category, Master, of which all other categories are subcategories, which is how you have to apply IntroText to multiple…
cutrightjm
  • 657
  • 2
  • 6
  • 20
1
vote
1 answer

joomla extentions like http://www.cinema.ucla.edu web page

I want to make a web page that in the first page displays a set of roll-over images with specific information like in the following link: http://www.cinema.ucla.edu/ Does anyone knows which joomla extention is this in the specific site?
1
vote
2 answers

Joomla plugins get regularly disabled

I've got a Joomla 1.5.17 web site, with the following components installed: JCE 1.5.7 Jcomments 2.1 JoomFish 2.0.4 JoomlaPack Kunena Forum 1.5.11 Xmap For some unknown (to me) reason, some of the plugins get regularly disabled. I'm not doing it,…
Vincent Labatut
  • 1,788
  • 1
  • 25
  • 38
1
vote
1 answer

Joomla! 2.5 Category Article Quick Jump Module

I have searched on the JDE but i can't find any extension that can do or that i can modify. I want a module that query a selected top category then filters the second sub category then displays the articles in the second category as a list in the…
Joe Ng'ethe
  • 874
  • 2
  • 12
  • 26
1
vote
0 answers

JW player next and previous button click event in javascript/jquery

I am using jw player extension in my joomla site . On next and previous button click of the player i want show which of the song from the below list is playing , is there any way ? Please help if it possible to access jw player next/previous button…
user2999253
  • 81
  • 2
  • 2
  • 9
1
vote
1 answer

Joomla hello world module not working

This is the first time I'm working with Joomla and I try to get started with simple hello world module. I have created hello world module as described on http://docs.joomla.org/J3.1:Creating_a_simple_module/Developing_a_Basic_Module. Configured it…
umpirsky
  • 9,902
  • 13
  • 71
  • 96
1
vote
1 answer

Joomla DocBlock header guidelines

I am writing a module that will eventually be listed in the JED. I'm a bit unsure about how to properly construct docblock comments for each file within a module or plugin. If I have a module that is also part of a package, is this how I write the…
user1448031
  • 2,172
  • 11
  • 44
  • 89