Questions tagged [joomla3.0]

Joomla! 3.0 is the first in a series of short-term support (STS) releases of the Joomla! platform. Many new features have been included, the main one being the bootstrap interface. Please note that version 3.0 is no longer a supported release of the Joomla! series and it's highly recommended to upgrade to the latest version. Joomla! questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! 3.0

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.

Joomla! 3.0 was released on 27 September 2012. Joomla!'s release cycle includes several versions which are considered Short-term Support (STS) and are not recommended for live sites.

Feature highlights

  • Integration of Twitter Bootstrap. Joomla! has now a responsive design, both on frontend (Protostar) & on backend (Isis)
  • PostgreSQL & PHP Memcached driver
  • Support for this STS series ended on 24th April 2013, please upgrade to the latest version

Resources

2173 questions
0
votes
0 answers

Show message on form submit using JForm loadform object in Joomla

I want to show success message after submitting the form. The currently message is working it is saying item successfully saved. But i also want to change this message. Is there a way or am i doing something wrong. This is my code example in model…
Deepak S
  • 23
  • 8
0
votes
1 answer

joomla sidebar to embed module ot article

I want to add to a joomla website a sidebar like this site on the left side joomla site with sidebars How can I do it?
0
votes
1 answer

How to save a multidimentional array to database in Joomla 3.0 or PHP

I have a multidimensional array which can be varying in length from 1 to 40+ arrays within an array that I need to add to a database table in Joomla 3. Here is a sample one with 4 arrays: Array ( [0] => Array ( [0] =>…
matt dray
  • 3
  • 1
0
votes
1 answer

Trigger JToolBarHelper::save

I will explain what I'm trying to do: I'm customizing joomla 3.0 with virtuemart 3.4 I need to automatically change the order status when an order is imported in local software or when the items are shipped. This is possible with CSVI and works…
0
votes
0 answers

Joomla To Google Play Inetgration

I have a website which provides free books and poetry. I also have an android app for it which shows the contents of the site on the app. I want my website visitors to download my app from Google Play when they are visiting via mobiles. For example…
0
votes
1 answer

Unable to clear Joomla 3 cache

I am currently working on a website in Joomla 3. In one module I edited a php-file of which I could see the updated result. Later on i wanted to continue updating this file and edited and uploaded it into the ftp. The upload was successful and I…
0
votes
1 answer

creating construct method in model in joomla3

I have two methods in model in joomla 3 that uses the same database connection.How can I do it.I opt to do it creating the databse connection in costruct method in model.But didnt work.Please help
Sumi
  • 3
  • 2
0
votes
2 answers

Iframe content not able to save in module params Joomla

I am using Joomla3 with tinymce editor. I have created one module and adding one params in textarea I am adding iframe code in text area but it's not saving. If i am save normal text string…
Anil Singh
  • 100
  • 1
  • 9
0
votes
1 answer

Try to insert or edit data then got error in admin of joomla 3

I have a joomla 3 application onto which, after logging as administrator, I show some data listing which the users filled up from the front end. I list those data in the admin panel, but when I tried to edit them or insert new data, then the below…
user1780370
  • 851
  • 1
  • 17
  • 27
0
votes
1 answer

How to add two calendars in a page - Joomla

I am new to joomla, want to implement two calendars in a page ... From : To : But first…
vignesh.D
  • 766
  • 4
  • 18
0
votes
2 answers

Joomla articles and modules not showing on small screens

I'm really quite new to Joomla and I've encountered a problem. On my homepage the article is showing just fine, but all the other modules (except for the menu bar) disappear when I switch to a smaller screen size. On my other pages the article…
0
votes
3 answers

Joomla different module order in different pages

I'm working with Joomla v3 and have this problem: I have 2 modules (for example module_1 and module_2) in one position. Module_1 is above module_2 in all pages, but in one page it should be in reverse. I know I can duplicate modules and add they to…
quarky
  • 710
  • 2
  • 13
  • 36
0
votes
1 answer

Joomla - redirect using article alias name?

I am new to joomla, I am working in redirection based on article alias name, is it possible without any component For eg:, www.domain.com/sitename/category/article-alias This s not working, is there any other way to achieve this?
vignesh.D
  • 766
  • 4
  • 18
0
votes
1 answer

use intro image in related articles module for Jooma 3.4

I would like to get the intro images to show in the related articles module. I've made an override /my template/html/mod_related_items/default.php but I can't find a code that works. Ideally I would love to have the related items displayed in like a…
0
votes
1 answer

unable to see the image in the frontend, joomla website

My website is running on joomla 3.0 and I have created a customHTML module type on the about us page of the website www.earthandwaterpictures.com. My problem is updating the text of this particular module is getting reflected on the frontend, but…