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

how to delete file in joomla2.5

I have dynamic listing page. From that I want to delete file from server using joomla2.5. I try with the following code: jimport('joomla.filesystem.file'); $path = JPath::clean($path); It is not working.
-1
votes
1 answer

Joomla 1.7 : Is There A Component that will allow editor to upload video?

I am looking for a Non-Commercial Joomla! extention that will allow me to add videos to articles by uploading them. meaning that when i create the article i press a button ( the same as adding an image) andi can upload a video to the media folder…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
-1
votes
2 answers

Joomla Frontend AND Backend Down after Installing Extension

I recently tried to install an extension for Joomla, and as soon as it had been enabled, the site (both frontend and backend) went blank. From researching online, it sounds like this might be due to a PHP error- but how would I go about fixing this…
Geekgirl
  • 1,322
  • 3
  • 11
  • 17
-1
votes
1 answer

Joomla menu system & dropdown menu in template

I am trying to make a simple drop down menu system for my Joomla site. But Joomla menu is completely confusing me. How does a joomla menu work? For eg: In the image below the whole blue bar is a menu? or each item like 'Projects' is a menu? Now I…
Aayush
  • 3,079
  • 10
  • 49
  • 71
-1
votes
1 answer

HELP How to integrate my online exam in joomla 1.6

I've been created an online exam written in php and i just wanted to integrate that into my website created by Joomla 1.6. One of my problem is, how to transfer my online exam code into Joomla 1.6 and how connect the database of Online exam into…
-1
votes
1 answer

How to change Joomla site name from backend?

I have tried to install Joomla 3.8.x on AWS using cloud formation template. I am able to install Joomla website but after installing the site Joomla site name is default listed as "joomla!".i am trying to install Joomla with the unique site name but…
-1
votes
2 answers

joomla 3 component for allow customers to buy and sell

i want component for Joomla 3 to allow customers buy product like shop and customers can be seller and create product for sell.
Blank
  • 108
  • 8
-1
votes
1 answer

Hikashop Add a shoping cart icon on navbar

I'm working on website using Hikashop on Joomla. how can i display a cart icon in main navbar, with notification of products added in it?
-1
votes
1 answer

Joomla & Fabrik display base64 image stored in a database field

I am building an application with fabrik and have a script that gets a base64 image code from an external source and then stores it in a database field. I would like to be able to display this image in fabrik lists on the frontend rather than…
Sandra Willford
  • 3,459
  • 11
  • 49
  • 96
-1
votes
1 answer

Strict Standards: Non-static method Error in Joomla

I developed one Joomla Component. In Administrator Part I display Dynamic Category using helper/select.php file. But I got this error: Strict Standards: Non-static method TrueMatrimonyHelperSelect::getProfileforlist() should not be called…
Karthik mathesh
  • 203
  • 1
  • 4
  • 12
-1
votes
2 answers

How to change position of menu bar in joomla website?

i'm trying to make website. new to joomla framework.. I don't know how to use joomla Please help me :) How to change position of menu bar to yellow mark? please help me
ATKT
  • 33
  • 2
  • 12
-1
votes
1 answer

joomla module table of content category

I'm trying to find a module that would display a table of content of a given category and its sub-categories. Precisely: Category 1 ...Sub-cat 1.1 ......article 1 ... ......article n ...Sub-cat 1.2 ......article 1 Category 2 ...Sub-cat…
jcm69
  • 131
  • 9
-1
votes
1 answer

joomla add custom tab and custom fields to article

first i show image: http://www.upload.ee/image/4675395/Untitled.png , to understand my idea better I am using joomla 2.5.14 and I want to add another menu option for Extra Fields (It would have 10 fields - ID, Picture URL, Video URL, etc). The new…
aimar
  • 25
  • 8
-1
votes
1 answer

How to enable new user by default in Joomla

Good morning. I am using Joomla 2.5 user registration form for user registration .when a new user created their new account the activation link will go to their registered mail id .but the problem is when i see the newly registered user information…
mani
  • 436
  • 3
  • 13
-1
votes
1 answer

JForm error when creating a joomla component

I'm new to joomla! extension development, and I'm developing a simple component,the idea of my component is to insert a couple of data into database. In the admin when people click on the new button it should enable them to insert values according…
peniel yohannes
  • 1
  • 1
  • 1
  • 2