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
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.
9
votes
5 answers

$(...).flexslider is not a function error

I'm developing a Joomla 3 template using the T3 Framework and I've included an IceCarousel module which uses the Flexslider plugin. However, the IceCarousel module isn't working because there is a javascript error that says: $(...).flexslider is…
user2668042
  • 103
  • 1
  • 2
  • 6
9
votes
3 answers

Joomla! JDatabase::getErrorNum() is deprecated, use exception handling instead

I have the following code: $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('*'); $query->from('#__users'); $db->setQuery($query); // Check for a database error. if ($db->getErrorNum()) { …
Valentin Despa
  • 40,712
  • 18
  • 80
  • 106
8
votes
2 answers

Moving Rows Between Tables in Joomla

I have been trying to create a PHP script that will periodically move "completed" rows from a table on my Joomla site to a different table. The query I wrote works just fine in PHPMyAdmin: INSERT INTO my_calsgovdocs.sent_copy SELECT * FROM…
ruinlach
  • 81
  • 2
8
votes
5 answers

Joomla 3 can't add