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
0
votes
1 answer

What is the easiest way to add a code snippet to third party Joomla theme?

Completely new to Joomla. Hope that what I'm asking is simple and quick. I thought it was module (the easiest way that is). So I created it, made it to properly include required scripts and styles, made it show up only on home page. But now that it…
jayarjo
  • 16,124
  • 24
  • 94
  • 138
0
votes
1 answer

Updating Joomla Module Source Doesnt reflect changes

I am trying to modify the source code of Joomla module but I don't see the changes on the UI. I tried clearing the browse cache and Joomla cache as well from the admin panel but this didn't work as well. Anyone has any idea about this why the…
tiger
  • 671
  • 2
  • 11
  • 30
0
votes
1 answer

Module padding in Joomla 1.5

I want to put "5px padding" for my banner in a module. I have made a template with artisteer. Simply I have added a module calling "top" in my index.php file like this:
user1256511
0
votes
1 answer

how to use a page (joomla article) using joomla plugin in another website on page load?

I am using joomla for loading some static content for my web application. now i have the requirement that create a page in joomla that loads when application url gets hit on browser. Basically the flow would be: 1) enter application url. 2) page…
vikram.fartyal
  • 148
  • 4
  • 11
0
votes
1 answer

How can I install a folder/files to the images directory for a Joomla component?

I know how to add system images to the /media folder, but is there a way to have a folder and files added into the /images folder (i.e. the place where Media Manager expects to find files?
xtempore
  • 5,260
  • 4
  • 36
  • 43
0
votes
1 answer

How to add php code directly into article using Jumi plugin

Hi every one I have installed Jumi plugin version 2.0 in joomla 1.5 and tried to write php code in the article. I'm able to use the code if I store the php source in an external file and call it within the content like {jumi [../../filename.php]}.…
Nazeehaa
  • 5
  • 2
  • 5
0
votes
2 answers

Facebook-like-like functionality in Joomla 1.7-2.5

I'm looking for an extension that brings facebook-model ranking to Joomla. Precisely, i want to allow users to "like" or "+1" an article internally on a website i'm currently working on, not on fb or g+. Are there any well-known exts or hacks for…
0
votes
1 answer

Add js in Joomla 2.5 plugin

I just trying to add a js file but I cant get it to work... I have googled but not found any help yet.. any help is much appreacheated This is my code:
Mackelito
  • 4,213
  • 5
  • 39
  • 78
0
votes
1 answer

Request Variables in Joomla

I am new to Joomla. I am trying to write a module which would fetch and display the contents from database. Now for fetching the contents from database, I need to get the current article id and category id of the current article. I am able to get…
tiger
  • 671
  • 2
  • 11
  • 30
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
0
votes
1 answer

Second Select in Joomla 1.5 custom component

I have developed custom component.. Initially Joomla 1.5 has data array that sends data from the table to the template. class MyComponentClass extends JModel{ /** * MyComponentClass data array for tmp store * * @var array …
mrGott
  • 1,066
  • 3
  • 18
  • 53
0
votes
2 answers

Merge an existing Wordpress site into a Joomla site

We have a Blog site developed with Wordpress. It has been online for 2 years. We are trying to create a new site with Joomla. The tricky part is that we want the old wordpress blog site to be part of the new site. We don't just want to put a few…
hoyomi
  • 277
  • 1
  • 6
  • 19
0
votes
1 answer

Create custom form in Joomla

I am writing a component for Joomla 1.5. There is a need for a Form in it, infact three forms are needed. I have searched and looked a lot but could not find where to start so that i should be able to show the form on the front end. The forms will…
S. A. Malik
  • 3,465
  • 6
  • 37
  • 56
0
votes
1 answer

Edit and Add New in joomla custom component conflict

I've started to make my own custom component following a cookbook for joomla in making a component. All are ok but when i tried to edit an existing data it automatically add again a new data same as the data edited. What is the problem with this?…
rjx44
  • 389
  • 2
  • 9
  • 16
0
votes
1 answer

Can I update a Joomla module without uninstalling?

I am maintaining a Joomla module that gets installed on a site to which I have no file transfer privileges. Of course I do development in a test instance of Joomla where I do have file transfer privileges, and there I can edit module code and reload…
EFC
  • 1,890
  • 18
  • 39