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
1 answer

Joomla | Breadcrums links to a category which doesn't respect the global blog layout

I'm using BT-Content-Slider to display news in the front page of my site. The articles which that module catches belong to a category named "Category1". When i access to an specific article loaded on that module, breadcrumbs are displayed this way:…
Gonzo RI
  • 71
  • 1
  • 10
0
votes
0 answers

Uncaught ReferenceError: getPrice_6 is not defined

I'm using this guide to add a calculation in a form that takes a price, multiplies it by a quantity (set by dropdown) and outputs to a total. My final code is this: function totalQuantity(){ getPrice_6(); //calculate a grand total based on…
0
votes
1 answer

Can not get this to work in Joomla 3.4+

Spent a few hours on this now and it just doesn't seem to work. A Listener hits my site and I grab their ip and ultimately there approximate latitude and longitude. I have a table of my Radio stations with their approximate latitudes and longitudes.…
SteelMan
  • 3
  • 2
0
votes
0 answers

Creating another form in Joomla

Is there any way to create a new form.php in Joomla to make this code work? Add a Car
"; function handleform() { global $UserName, $UserCarMake, $UserCarModel, $UserCarYear, $UserCarColor, $UserCarPlate; …
0
votes
1 answer

Removing print text in the print preview joomla 3

Did someone knows how to remove the print text preview button in print preview pages in joomla? because i just want to print all the information in the article without the print text in the first line of the paper thanks!
0
votes
3 answers

How to include comfirm box in Php

I have created a Joomla article. I have installed sourcerer Joomla extension to use JavaScript and php. I am working on course purchase site in this user purchase course from owner and credits are deducted on purchasing of course. We are using a…
0
votes
1 answer

Joomla - Global Configuration freeze and can't save or edit articles

Joomla version 3.3.6 Some aspects of the back end is quick and I can save, edit or create easily e.g. module manager. Going to control panel also quick. Going to global configuration freezes the browser. I also noticed that I can't edit…
0
votes
1 answer

Joomla 3.3 Article URL?

I am using Joomla 3.3 and have a lot of articles. My goal is to make it so the URL for an article is, www.mysite.com/menu-item/article However, right now when you click on an article it goes to www.mysite.com/(id)-article and takes you to the…
JustaCookie
  • 181
  • 2
  • 13
0
votes
0 answers

Joomla if a query is empty uses a different query

I get the variables city and province from autocoplete google map v3 Check if the query with search by city is full, otherwise filter povincie if empty filter by distance. Is there an alternative to this that forces me to duplicate joins, where for…
Maxw1975
  • 11
  • 4
0
votes
1 answer

How do I copy a link from one place on the page into another div

I've a Joomla website with K2 items and pagination. I show the pagination on the bottom of page, and this will generate links to previous and next article on the bottom of the page (and it assign each link a specified css class). I would ask if is…
MagenNew
  • 21
  • 4
0
votes
2 answers

Can't install joomla 3.4 (blank page)

I've tried installing Joomla 3.4 on to my server(upload .zip and extract everything), but everytime I want to run it, it directs me to "installation/index.php" then the entire page is blank. On the console menu inspect element the error I got is…
0
votes
1 answer

Request Entity Too Large / 404 ErrorDocument Joomla 3.3.6

I have the problem when I upload large files, I have a server dedicated, when upload files more than 500Mb. I have edit the PHP Configuration Editor on my Panel WHM. post_max_size 3000M upload_max_filesize 3000M max_input_time -1 memory_limit…
Adriannx
  • 1
  • 1
0
votes
2 answers

user Author's auto publish article joomla

Im trying joomla 3.0 and I just want to make the author auto publish article without approving from the admins.Is there any extension or plug in or any hacks that my author can auto publish the article?I want my user's author to auto publish.By the…
0
votes
1 answer

How to remove a single product from mod_virtuemart_cart

I've found the solution by the link http://forum.virtuemart.net/index.php?topic=127483.0 from Virtuemart Projectleader: if (!class_exists('VirtueMartCart')) require(VMPATH_SITE . DS . 'helpers' . DS . 'cart.php'); $cart =…
user3892905
  • 376
  • 1
  • 4
  • 14
0
votes
1 answer

How do I dipslay the attributes of the tables from a lists of database tables when I click that table?

SELECT A DATABASE

form->getInput('Database_1'); include "db1.js.php" ?> …

Min-a Guro
  • 13
  • 1