Joomla! is a free and open source Content Management System (CMS) for publishing content on the World Wide Web and intranets and a model–view–controller (MVC) Web application framework that can also be used independently.

learn more… | top users | synonyms

0
votes
1answer
19 views

joomla external php code for login user data

define('_JEXEC', 1); define('JPATH_BASE', realpath(dirname(__FILE__))); require_once ( JPATH_BASE .'/includes/defines.php' ); require_once ( JPATH_BASE .'/includes/framework.php' ); require_once ( ...
1
vote
3answers
13 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
0answers
20 views

error in installing joomla , route.php on line 48

When I filled the form on first tab of installation page(configuration tab) , and press next, ajax-loader had shown and it didn,t go to next tab(database tab). In the response of POST request I see ...
0
votes
0answers
9 views

Joomla 3 Article alternative layout

I've created an alternative layout for one of my articles which can be applied successfully, but as has been highlighted in various forums: if you view the article using the Single Article menu type ...
-3
votes
0answers
18 views

How to remove url id from Joomla! 3.1.1 Stable

hi how can i remove Universal Resource Locator(url) id from Joomla! 3.1.1 Stable please guide me urgently
0
votes
4answers
37 views

Order query results by part od column text

I have following query: SELECT t.*, c.alias as calias FROM jos2_tabs t JOIN jos2_tabs_category c on c.id=t.category_id WHERE (category_id = 43 OR category_id in ...
0
votes
1answer
21 views

Joomla on EC2 instance: Where do the files go?

This a very simple question, but I haven't found the answer anywhere. I am thinking about moving one of my websites, a joomla website, to the cloud, more specifically to a EC2 instance on Amazon. I ...
0
votes
1answer
18 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
1answer
32 views

Joomla 3.X - Remove tooltip script from header?

I'm trying to remove unwanted scripts from my custom joomla template header, which I've managed to remove everything except for this: <script type="text/javascript"> ...
0
votes
2answers
14 views

Altering the position of an article in Joomla 1

I am currently updating a web page for a company who are still using the very old Joomla 1. When creating a new menu item, I have found that an article is needed in order to create the page. My ...
1
vote
0answers
31 views

Bootstrap Modal Iframe Joomla

I am currently Trying to alter this component to use bootstrap modal instead of its own, for the light box used by the component is not responsive at all.. and this component is built... very much in ...
0
votes
2answers
29 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 ...
0
votes
2answers
24 views

joomla component: controller not returning json [SOLVED]

Why is my controller not returning my data in json format?....Please note that I am developing my component on Joomla 3.1.1. /hmi.php //Requries the joomla's base controller ...
1
vote
0answers
7 views

Trigger multiple emails from breezing forms

Im using breezing forms1.7.5 on Jomla 3 I want to trigger two different emails to two different email ids on form submit Need Help
0
votes
2answers
31 views

Logging POST variables sent to a function

I am currently building a form that sends a user off to an external payment site at a certain point during the form. At this point I have provided two URLs to the service that is providing this ...
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 ...
1
vote
1answer
17 views

Modify component output using module…Joomla 3.0

I am a new developer in joomla. I just want to integrate joomla component to custom module.When a user install module then output of related component must be change as per module file automatically ...
0
votes
1answer
15 views

Joomla - Fabrik 3.X - SQL Error

I have fresh install of Joomla 3.X and Fabrik 3 ( Official Package from Fabrik.com). I am new to fabrik and I am curious to find out its capabilities. If Fabrik fails me , I will drop using Joomla ...
1
vote
3answers
40 views

Php foreach data insert

Hi i have an app on Joomla + php + Mysql. The array passed into function where it will be insert into mysql database. Following are my code. public function setItems($params,$type) { $search_id = 1; ...
0
votes
0answers
16 views

Payment form not works in Chrome, Safari and Mozilla, though works in Internet Explorer

This is the form. If I leave the form empty and I click to the button, it work. The Javascript validator send me an error. So it means that the button works, but in the moment I write all staff in the ...
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. ...
-1
votes
1answer
29 views

Get data from database in Joomla 2.5 [closed]

How to extract data from single database table? For example, i need data from table: categories, column: description with id 1 ?
0
votes
1answer
20 views

Joomla Ajax download text editor

I'm trying to figure out how to load an editor box using Ajax this is for the admin side structure looks like admin -controllers --orderitem.php -views --orderitem ---tmpl ----orderitem.php ...
0
votes
1answer
10 views

Joomla HTTP 500 error on deploying to remote site

I am a beginner at Joomla and may have probably missed out some key details when trying to deploy...: Basically, I had uploaded the local Joomla project onto a remote host on a subdirectory. Eg: ...
0
votes
0answers
6 views

Div Allignment issue in sobipro component of joomla

http://www.leepsi.com/index.php?option=com_sobipro&task=search&sid=1&Itemid=471#.UZzPH9jy80E Need to Move the "Category" dropdown just above the "Search" Field when i open this link in ...
0
votes
1answer
38 views

Assigning a link to a button before click

In my previous question I asked for help with refining the output of a URL in a specific syntax, I have now managed to get this right, but only for one instance. What I have researched is that I ...
0
votes
0answers
15 views

Two same size images does not render same

Is there any reason why two images that are same size would not render same. I'm using same module twice in Joomla, with two different images which are same in size and when rendered image in module 1 ...
0
votes
1answer
32 views

How to protect view in Joomla 3.0

In Joomla 3.0 what is the best way to protect a view based on the id. For example I have a url like: /administrator/index.php?option=com_helloworld&view=unitversions&layout=edit&id=158733 ...
0
votes
0answers
11 views

Joomla Website Not Showing Under Main Menu Bar

My site is built on Joomla 2.5.6. I have some customers who are unable to see our site under the main top menu bar. I am unable to replicate the error so have no idea what is wrong. The customers are ...
0
votes
1answer
14 views

Create multi-language in joomla 1.7

I have to do a multi-language site in joomla 1.7.3. for this I active the module language selector and a plugin filter language and now the router of my page is http...../es but the browser show this ...
0
votes
1answer
26 views

When re-sizing my browser or changing resolution body container jumping to right

When re-sizing or changing resolution my content(main container) jumping to right approximately for 10 pixels. Here is my website http://bmsc.tfei.info/ If you change the size to smaller it jumps to ...
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() ...
1
vote
2answers
44 views

Is 123-reg shared hosting insecure for Joomla/PHP websites?

My client has a site on 123-reg shared hosting. 123-reg has a non standard implementation setting of display-errors = on in their default php.ini. The default and on other hosts I've used is Off. ...
1
vote
1answer
8 views

Upgrade button in Jupgrade is a dead button

How to upgrade joomla from 1.5 to 2.5 I've upgraded joomla1.5.25 enabled mootools upgrade installed upgrade But still upgrade button is not working
0
votes
0answers
15 views

Joomla site admin panel redirects to admin panel home

On my joomla site admin panel, whichever option i click the url redirects to /administrator/index.php?dasya=true This happens both on 1.5 and 2.5.
0
votes
0answers
12 views

How do I get sub-heading in Joomla into a normal page?

I am working with Joomla 3.0 Joomla let's you set up a heading and a sub heading in your header/banner. I don't like how the text is layed out in the heading because it is often times not properly ...
0
votes
0answers
10 views

Add custom filter to ohanah module [Joomla]

I got a website made with joomla and ohanah module to handle the events. I got the usual filters like city, region, date etc. But i need to add another filter with multiple selecction posibilities ...
0
votes
1answer
11 views

How to check which menu item has been selected in Form Load in Joomla

I am running Joomla and using the ChronoForms plug component to create Forms. I have a problem in that I want to set menu items on a menu in Joomla but want to make use of querystrings so more than ...
-2
votes
0answers
13 views

How can i have a joomla site where users can create other users through a registration form? [closed]

I'm looking for a module/plugin in Joomla that will give me the opportunity to have system where I can create "main users" and main user can create "simple users". Main user can create files pdf or ...
0
votes
1answer
17 views

Joomla login component with JFactory::getUser

I have component that have his own table with users and when user login, JFactory::getUser didn't work. How Joomla can understand that user is login? in my model it is ...
0
votes
1answer
19 views

How to load widgetkit shortcode in modules?

i look for a way to load widgetkit in any module. For example in mod_content. I dont want to use default joomla! {loadposition #} to load another widgetkit module in mod_content. I think that is ...
-5
votes
0answers
25 views

Hi sir I want to download pdf files for learning joomla 3.0 & wordpress [closed]

Hi sir I want to download pdf files for learning joomla 3.0 & wordpress.? Which Site I use for free downloading PDF in English Version?
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 ...
0
votes
1answer
19 views

I need some help on joomla, all links redirect to homepage

I have a joomla website, it is working fine when sef is off, but when i make check boxes in global configuration for SEF, then all the links inside menu redirect to homepage nor of any page open, ...
0
votes
1answer
24 views

JMail usage for cutsom component programming

My code works when the format is html. <pre> public function partOrder() { $input=JFactory::getApplication()->input; $mailer =JFactory::getMailer(); $config ...
0
votes
0answers
20 views

Joomla K2 - Get article link (SEF) by ID

How can I retrieve the SEF link of an article by its ID? I think about a thing like this: $link = get_link(34); // where 34 is the article ID <a href="<?php echo $link; ?>">Article ...
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 ...
-1
votes
0answers
22 views

Opera rendering differently than other browsers in 800x600

I have developed template for Joomla CMS, and I am currently checking my website for compatibility in the following browsers and resolutions: Chrome, IE, Mozilla, Opera, and 800x600, 1024x768, ...
-3
votes
0answers
74 views

Foreach break and continue in PHP select specific id [closed]

In addition to what i posted earlier today, Foreach break and continue in PHP As i forgotten to mention, the solutions you bring on helped me really to understand the process but as i used a ...

1 2 3 4 5 144