Joomla is an open-source CMS written in PHP and powered by an MVC-oriented framework. Thousands of extensions are available and can be installed through the admin interface. The Joomla JED is the approved repository of many of these extensions and the best place to start.

learn more… | top users | synonyms

0
votes
0answers
6 views

VirtueMart Joomla product description

I need to implement the following functionality: I need to have multiple descriptions for each VirtueMart product and display the descriptions individually based on what user clicks on. Consider the ...
1
vote
4answers
21 views

Joomla - Controller task that returns JSON data

I have the task run in my controller. I want it to return JSON data. As it stands, I am getting my JSON data wrapped inside the template HTML. How do I tell Joomla to just return JSON data from the ...
0
votes
1answer
21 views

File upload using JForm

I'm trying to use Joomla's (JForm File Type) form for photo upload. After submiting the form and the file, the field of file remains empty in database. What is missing here ? My field looks similar ...
0
votes
3answers
31 views

How do fetch specific value from the array of data? [closed]

I am trying to fetch specific data from the array of data but not able to get proper output. Please guide me. Code echo "<pre>"; $cart = VirtueMartCart::getCart(); $cmpny=$cart->BT; ...
0
votes
2answers
30 views

TypeError: Joomla.JText._ is not a function

I'm trying to add language translations to my js files. So I've added this code to my view.html.php file in my component: JText::script('COM_TEST_ENTER_LABEL'); If I look at the html source I now ...
3
votes
1answer
19 views

Joomla - Check if an Article is Updated

I need to collect the articles that has been recently updated. And I'm not sure how to do this as I'm fairly new to this CMS. I Checked the 'j_content' column in database if it already have some kind ...
0
votes
1answer
38 views

joomla module configuration field type color

in my joomla 2.5 module settings i have many color picker fields as follows.for this i showed only one. <config> <fields name="params"> <fieldset name="module_design" label="design ...
0
votes
1answer
22 views

Custom css applies only after page shrinks - Bootstrap

Im using bootstrap with my custom css. the problem is that some styling from my custom css is applied only after i shrink my website with my browser, it adapts to smaller browser size and it applies ...
0
votes
2answers
21 views

joomla 2.5 - bootstrap based template - elegant way to set up module width

I've created my own bootstrap based template with joomla 2.5. I've planned two optional modules on a row inside a bar (which must hide if there are not modules inside it), but i want them to occupy ...
0
votes
2answers
10 views

how can i fetch cart data from joomla session?

Hi I am working on a module where i have to fetch cart data from the session. For that I am use below mention code. I am able to fetch the data but all in one. Now my question is how do I get those ...
0
votes
1answer
24 views

JRegistry exists() returns empty array

I was trying to save a form data to DB. In the controller save() function there is a statement $data = $model->validate($form, $data); But it always returns empty. I tracked down the problem to ...
0
votes
0answers
5 views

how to get current module id in helper file using joomla 2.5

I need to display the categories in basic options. So i need to fetch the categories form database using the module id. how to get current module id in helper file using joomla 2.5?
1
vote
1answer
23 views

Add custom token in joomla 2.5

I need to add a custom token in this JS script, when using Joomla 2.5. What is the correct way to add a token? This (**CUSTOM_TOKEN**) doesn't work and I can't find relevant documentation about this. ...
0
votes
2answers
15 views

How can I use Jquery to add 'hyphenate' class to P element not working in Joomla

I am developing a site using Joomla 2.5 and since I'm going to be handing it off to a client who is less than code savvy, I don't want to have to make them try to remember how to add class=hyphenate ...
0
votes
1answer
15 views

In what file are values received from edit.php?

I'm creating a custom field called provinces where I have built a multi-select field. This field receives a JSON keyless object [3,4,5] from the database which I then apply to the input in getInput() ...
0
votes
0answers
18 views

Joomla 2.5 jform

I'm trying to change a component for a friend. The problem is that there are an extra form created from a fields.xml file. I have no problem showing the form and saving the data in the table. But if ...
0
votes
1answer
10 views

How to set different tax rate for each products in virtuemart

I am usng vm2 in my joomla project.I want to set the tax rate of product1 to 4.71% and product2 to 1.25% . How we can set different tax rate for each product through admin side. thanks in advance
1
vote
1answer
33 views

Getting Details from one Dynamic Page to Another - Re-Post

After some wrestling with almost every line of code written for the JoomShopping component I beleive I have found what should be the answer to all my woes. When activating the "Buy" button in the ...
0
votes
0answers
5 views

jomsocial photos model into profile module

I am trying to get a user album photos into the jomsocial profile template. I allredy have my own userinfo.php into mytemplate/modules/profile/userinfo.php In my photos tab i am trying to use my ...
0
votes
0answers
21 views

URL redirecting but not with .htaccess?

I have the following problem: Which method of (non .htaccess) URL redirection can I use to tell google that pages with URL. Example - mysite.com/group/12-category/17-article (12 and 17 are category ...
0
votes
1answer
41 views

Warning: POST Content-Length of 20616317 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

I am completely new to Joomla. I am trying to upload a template on Joomla 2.5, but it keeps coming up with this error: Warning: POST Content-Length of 20616317 bytes exceeds the limit of 8388608 ...
0
votes
2answers
16 views

Joomla 1.5 to 3 migration

Hey guys ive searched everywhere i can think of for a relatively simple solution for this :/ K so the predicament is as follows: I basically need to go from Joomla 1.5 to Joomla 2.5 or 3 (whichever ...
0
votes
1answer
8 views

joomla manual update with cpanel

I have a joomla website being hacked and when I restore, the front end is ok but at the backend none of the components of joomla is working, any link I click I get to the same interface for uploading ...
0
votes
0answers
14 views

How could I fix these broken RSS head links in Joomla 2.5?

I am in this weird situation where the links to RSS in a page appear wrongly formatted. The page is a job search tool in a company. In lines 12 and 13 you can see the links are <link ...
1
vote
1answer
26 views

how i can disable the approval email at the time of first time login in joomla

Here is the message that i got when a new user first time login Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If ...
2
votes
1answer
34 views

How do you get the File Upload Module Param (Form Field) to work in Joomla 2.5 (backend)

Friends, I'm trying to get the File Upload form field to work on Joomla 2.5(.11). For some reason I can't get the file to upload. As soon as I click "Save", the file upload field says "No file ...
3
votes
1answer
35 views

Joomla - Custom Field doesn't show-up on Edit/Update

I've followed this Tutorial to add a custom field to the article content type and I was successful to make a new one with adding the following code: In File : ...
0
votes
1answer
16 views

How to remove index.php from middle of URL

I am using .htaccess redirection rule for removing index.php from URL and it works good when I try to access mysite.com/index.php redirecting me on mysite.com. Redirection rule I use in .htaccess is ...
1
vote
1answer
30 views

Load script order in Joomla 2.5

I need to load a jquery script when loading my Joomla 2.5 component; in my view i added: function display($tpl = null) { // Display the template $document = JFactory::getDocument(); ...
0
votes
4answers
35 views

Can I uniquely identify or pull a class or div by its title using css

I have two links and they are sharing the same style (class and div). But the problem is that, I don't know where is the html being pulled from. So I want to give different styles for each link. So I ...
0
votes
0answers
12 views

Virtuemart search by country

I want search in my product page for country.To search product by country. For this i tried to edit the admin panel of virtuemart by adding country to it.But, its not showing any dropdown. Added in ...
0
votes
0answers
26 views

Probelm with Search Pharase in Joomla Com_Search, in Local Language like Sinhala or Tamil

Currently I am struggling with a problem in Joomla General Search, whenever search a text in Joomla search field in any language not in English, this how search pharase apear in my script when store ...
0
votes
1answer
13 views

JSON encode unicode issue on PHP5.3

a string in hebrew after json_encode looks like this: [{"id":"1","value":"\u05d1\u05dc\u05d0\u05d2\u05df"} any Idea what encoding is this and how do I get this to either work or be readable again? ...
0
votes
0answers
13 views

i got error after transition my joomla site to websitepanel

after transition my site to another host,in all page i see this error " JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD Unable to load Cache Storage: file Unable to load ...
0
votes
0answers
11 views

how to make a uml design in a website joomla

I create a joomla web site with these components in my project but I have no idea to the class diagram of this website or the general design (UML) I find no idea to design the implementation of ...
0
votes
0answers
25 views

Joomla!2.5 won't execute back end functions

I'm such an amateur at Joomla, sometimes I think I don't even know what I'm doing. I'm designing a quiz-like component, and set up a basic backend page, which displays questions and answers properly. ...
0
votes
1answer
47 views

How to convert an html template to joomla

I am new to joomla and trying to change a simple html template to joomla template. I made changes over the templatedetails.xml and index.php. Now my template is visible at templates of joomla. But it ...
0
votes
2answers
29 views

Not able to fetch data from joomla 2.5 database

Hi I am trying to fetch data from joomla session table based on session id. I am using code as under and able to get session id but when i am trying to get username based on bellow mentioned query i ...
0
votes
2answers
38 views

jQuery noconflict() breaks my jquery code..?

I am developing a joomla 2.5 component and I am using a lot of jQuery in my code. I am using jQuery noconflict() to avoid any conflicts... The problem is with a very simple show / hide jquery code for ...
0
votes
1answer
29 views

Joomla k2 SEO consistency

This is a problem I noticed that should not be a problem. Basically in k2 if you have a tag view like so: http://site.com/menu/k2-root-item/tag-menu-item You can get a nice clean tag view that ...
0
votes
0answers
20 views

Why am I getting several Warning: Invalid argument supplied for foreach() in errors after moving Joomla 2.5 site to new webhost?

I have a website built on Joomla 2.5.9 that I moved from my development server to my client's hosting account on GoDaddy. All of the files have been uploaded, the database created, the contents of ...
0
votes
0answers
36 views

How to add item image as part of SIGPro plugin gallery in Joomla and K2

At the moment I'm stuck with this for a few days :( I'm using Joomla 2.5, K2, and simple image gallery pro(yes I asked them) I'm creating product catalogue, with this image layout - ...
0
votes
0answers
13 views

Installed joomla 2.5 template not working true

sorry for my english. I'm new for joomla,after i install new template on joomla 2.5 and set it for default template,when i review my site,template not working true.for example ...
0
votes
0answers
20 views

Manage 2 tables with 2 views in the same Joomla backend component

I'm new to Joomla! component developement, and just can't figure out how to do this.. Details: In my component I should be able to manage two DB tables: Question(id_question, type, text) and each ...
-1
votes
0answers
6 views

User consulting menu on joomla 2.5

so thats what I am trying to do. I want to make a menu section for example: clients. Where user must log in. When logged in there is a field in which he can ask a question and get an answer from ...
0
votes
2answers
17 views

Joomla!2.5 not executing SQL files upon install/update

My SQL files aren't being executed when I install or update a new component. Initially I found it weird that my workmate needed to execute his SQL files directly into PHPMyAdmin, but isn't Joomla! ...
0
votes
1answer
27 views

Joomla Component Update script

I have my self made component. I want to know how can i pass an update of my component so that my clients using it can, if they wish to, update my component. I basically have added a feature in my ...
-1
votes
0answers
20 views

Native Android app to read Joomla based website [closed]

I would like to read from Joomla based website and display the blog or articles properly on an android device. I know that you can use REST API or XML RPC but I am confused as to which one would be ...
0
votes
1answer
26 views

Loading an url with jquery load() with attached id value after # simply just stripped out from after hash

I am trying to load a specific portion of an article with using of jquery load() function when a tab is clicked. The tab is inside an article and trying to show another article within the first ...
0
votes
1answer
54 views

Own mod_rewrite Joomla 2.5

In .htaccess i have part rules: RewriteEngine On RewriteRule ^linia-([0-9a-z-]+)\/przystanek-([0-9a-z-]+)\/kierunek-([0-9a-z-]+)\/$ ...

1 2 3 4 5 36