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

Jomsocial error - Notice: JFactory::getUser(): The script tried to execute a method or access a property of an incomplete object

Im getting 2 errors. I saw that Jomsocial had the problem with their own site and fixed it but never posted how. Happens when you go to post an update in jomsocial and it locks up. You refresh the page and get Error Sorry, User ID not found. with…
Jay
  • 1
  • 1
0
votes
1 answer

Joomla - Error during store data in Joomla component

I am extending one Joomla component for Joomla 3. I can retrieve data but during storing data I am facing this problem: Table budget not supported. File not found. My table name: vaccount_budget . My model: budget.php class VaccountModelBudget…
user3850712
  • 123
  • 10
0
votes
0 answers

Joomla 3 template plugin is not working

I am new to Joomla plugin development and I am trying to build a basic Hello World plugin. What I want is for the text "Hello World" to appear in the front-end after the article title. I am running Joomla 3.3.6. The following is my code…
Richard Miles
  • 557
  • 4
  • 18
0
votes
1 answer

Add/remove form fields joomla

I create my own module with some form field. How add/remove dynamicaly this form field? For example, there are "Add button". I click on this button and form field add. Please HELP!!!
0
votes
1 answer

Get article category by article ID

I have article ID. And I don't know how to get the category name and other params this article. There are no category name in xxxx_content some article. Please help!
0
votes
1 answer

Create Joomla admin fields dynamically with javascript

I'd like to create an admin form in Joomla where the presence and quantity of some elements are dependent on the options selected for other elements. For example if you have two calendar elements to allow the selection of a start and end date, then…
Dom
  • 2,980
  • 2
  • 28
  • 41
0
votes
1 answer

How to POST the content entered in a Joomla Editor - Custom Component

Im developing a custom component for Joomla 3.0 and i'm using a editor field in one of my views. I'm developing my views out of pure HTML and JS not out of Joomla XML Structure. I have successfully been able to load and use the editor field, but…
0
votes
1 answer

How to remove componet/k2/item/ from k2's urls?

i use k2 and joomla 3.2 to create my website. now i want to remove url of component k2 from my url website. please help me example: http://www.mywebsite.com/component/k2/item/article to http://www.mywebsite.com/article Could anyone tell me how to…
0
votes
2 answers

I am getting error when creating menus in joomla on server

PHP Warning: is_file(): open_basedir restriction in effect. File(\metadata.xml) is not within the allowed path(s): (D:/INETPUB/VHOSTS//canopussystems.com\;C:\Windows\Temp) in…
NITIN PATEL
  • 460
  • 5
  • 12
0
votes
1 answer

Custom Joomla 3 Button task not executing in my controller

I am trying to upload an external list of "groups" to add to my custom Joomla 3 component. I have created a CSV file and written a few functions that I hope will do it. I have created a custom button to start the task in my "groups" view. When I…
Lee Wiggins
  • 351
  • 3
  • 11
0
votes
0 answers

Joomla - vertically allign multiple lines of text

Long time listener, first time caller. I am creating a custom Joomla! template and have an issue with vertically aligning multiple lines of text within my horizontal menu. Ordinarily I would get around this by setting the line height and wrapping…
0
votes
0 answers

HTML5 hard error

I have recently been doing some HTML on my server which is using latest joomla. When i wanted to play a video with this code: It just says that Recording video or MIME type is not…
David Rojko
  • 27
  • 1
  • 1
  • 4
0
votes
1 answer

Joomla! handling files while developing

How should I handle files while developing a module, component, template or plugin for Joomla! Should I just keep reinstalling them, or can I just edit the files in directly in the Joomla! installation?
Jenrik
  • 105
  • 1
  • 7
0
votes
0 answers

How to get all languages translations - Joomla3 / Php

I make a custom sitemap generator engine in Joomla 3.6. And I want all translations in this sitemap. I've got 8 differents active lang. When I generate my sitemap from www.mysite.com/en, with JText::_('A_KEY');, I get only the english translation.…
ViSuaL
  • 281
  • 2
  • 4
  • 16
0
votes
1 answer

Which file of those files install a Joomla templates?

I'm trying to install new free Joomla template called gk_magazine. In the download page, I found three links to three zip files for Joomla 3.x: gk_magazine_rest_files_J!3.zip gk_magazine_quickstart_J!3.zip gk_magazine_J!3.zip I downloaded the…
SaidbakR
  • 13,303
  • 20
  • 101
  • 195
1 2 3
99
100