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

2205 questions
45
votes
6 answers

Joomla! 3 installation freezes at creating database table

I am trying to install Joomla! 3.2.1 on my system but the installation freezes half way through. I've downloaded and installed the Wamp Server 2.4 and wanted to locally install Joomla! 3.2.1, but the installation freezes and doesn't finish. It…
Universe
  • 1,507
  • 1
  • 15
  • 21
40
votes
1 answer

Adding qty and add-to-cart in related products on product detail page for virtuemart 3 and display in linear fashion

I would like to know how to add qty , add-to-cart button and display them in a linear fashion on the vm3 product details page. I located a similar question here (Display pricing and add to cart button in related products Virtuemart 2.0), but none of…
Frank Barcenas
  • 601
  • 5
  • 16
24
votes
3 answers

What is difference between conservative caching and progressive caching in joomla 2.5?

In Global Config in joomla have 2 caching is conservative and progressive, what is difference both ?
Hai Truong IT
  • 3,831
  • 13
  • 51
  • 97
21
votes
4 answers

Joomla Database - How to use LIMIT in getQuery?

I want to build the below query using joomla inbuilt database class. SELECT * FROM table_name ORDER BY id DESC LIMIT 1 This is the query I have built up to now. $db =& JFactory::getDBO(); $query =…
Techie
  • 42,101
  • 38
  • 144
  • 232
16
votes
2 answers

How to turn off frontend 'edit module' button Joomla 3.2.2?

Does anyone know how to disable this functionality? (See pic below) Additional Information: I'm using Rocket Theme's Metropolis template, so I'm not sure if Rocket Theme introduced this feature via updates or I got it through one of Joomla's…
Craig
  • 249
  • 1
  • 4
  • 14
15
votes
1 answer

What are the differences between Joomla Model Types?

I'm trying to get to grips with the power behind Joomla (3.x)'s framework. I've noticed that there are multiple types of model that can be used in a component: JModelAdmin Prototype admin model. Acts as a Factory class for application specific…
Sean
  • 2,173
  • 21
  • 42
12
votes
2 answers

Joomla 3 - How to get value from configuration file?

I'm building a custom component and I just want to get a value from the global config in my controller. I can't find any information about how to do this. Something like... $config = JFactory::getConfig(); $this->_db = $config->get('db');
BadHorsie
  • 12,971
  • 26
  • 105
  • 175
12
votes
2 answers

Add Custom Button to Joomla's Article Editor (TinyMCE)

I'm trying to insert an additional button in Joomla's article editor. It's using the default TinyMCE plug in Extended mode. As you'll already know there are 4 buttons underneath the editor (Article, Image, Page Break and Read More). What I'd like…
11
votes
2 answers

Add custom confirm message to standard joomla 3.0 admin toolbar button

Add custom confirm message to standard joomla 3.0 admin toolbar button. I can get alert messages on delete when I don't selected any check boxes on detailed list. I can get same on any button by set last parameter true…
Chintan Thummar
  • 1,214
  • 14
  • 28
11
votes
3 answers

Change Joomla Administrator URL

Update: Since this question was asked Joomla StackExchange has been setup and the same questions exists there please add any answers or comments to that question Original: I am using Joomla 3.0.3 for a fairly big new client, security is a must. I…
tim.baker
  • 2,807
  • 4
  • 24
  • 48
11
votes
4 answers

Importing jQuery into Joomla

I have been a Joomla developer for almost an year now. I have been struggling to import jQuery into joomla everyday. Joomla comes with mootools. When I import jQuery it crashes. Also when I create modules I have to import jQuery into each module…
Techie
  • 42,101
  • 38
  • 144
  • 232
11
votes
1 answer

Component from Joomla 2.5 to Joomla 3.0

Since the release of Joomla 3.0 Alpha last night, I wanted to try my hand at starting to convert the Joomla 2.5 component I have written to the new Joomla 3.0. I have been following all of the development convos, they said the JController, JView,…
10
votes
2 answers

Strict Standards: Non-static method JSite::getMenu() should not be called statically

I'm a newbee in joomla. When I change my template to other like http://www.joomla24.com/Joomla_3x_Templates/Joomla_3x_Templates/Oliverio_Lite.html I'm getting the following error Strict Standards: Non-static method JSite::getMenu() should not be…
selva
  • 1,167
  • 1
  • 19
  • 37
9
votes
3 answers

How to run a Joomla website in a sub-directory where Wordpress is installed in web root

I have Wordpress installed at example.com. I did have Joomla 3 installed at example.com/joomla. Now example.com/joomla loads a Wordpress 404 for some reason. Even example.com/joomla/index.php loads a Wordpress 404. I can see the Joomla files are…
Steve
  • 2,509
  • 11
  • 48
  • 88
9
votes
1 answer

Use div tag as a default instead of paragraph in tinymce

I'm new at joomla and currently using Joomla version 3.6. Is there a way to set the tinymce editor to use div tag as a default instead of paragraph? Any answer would be appreciated, Thanks a lot.
1
2 3
99 100