Questions tagged [joomla3.3]

For programming questions relating to using Joomla!, version 3.3. Please note that version 3.3 is no longer a supported release of the Joomla! series and it's highly recommended to upgrade to the latest version.

Joomla! 3.3

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.

Version 3.3 was released in April 2014. The support ended in February 2015.

Resources

96 questions
0
votes
1 answer

Plugin installation, How to add images?

I'm creating Joomla plugin (3.3 version) and I want to add some images to /images/ folder when installing plugin. Is there a way to add them trough manifest file, or I have to create installation file ?
user1876234
  • 857
  • 2
  • 14
  • 28
0
votes
1 answer

How to add new view in already existing components in Joomla3.3

I am using joomla 3.3.x version. In this joomla version one built in component is there for registration and login.That component name is com_user. I have to create two registration forms for my site. Form names are Registration and Client…
Alice
  • 1
  • 1
0
votes
1 answer

Joomla component keep form view on submit

I've been basically following the joomla guide for a front end form, but I'm having trouble understanding how to keep my form view once submitted. I'm getting data back, but it's from my controller and just replaces the form. This isn't a DB…
James
  • 834
  • 7
  • 27
0
votes
1 answer

Joomla! 3/2.5: field "file" upload handler - failed to move file... but moved

I'm working on a content plugin that adds some extra fields to com_content component and one of fields is of type "file" with the following declaration:
Tanase Butcaru
  • 962
  • 1
  • 10
  • 23
0
votes
1 answer

How to distribute width in according to module count?

I am trying to make a joomla template. I am also using bootstrap v2.3.2. I want to make a design 3/12-6/12-3/12 distribution. I am checking if any modules are positioned on the left and right columns $span = 12; if ($this->countModules('right'))…
zkanoca
  • 9,664
  • 9
  • 50
  • 94
0
votes
1 answer

How to encrypt the Password column in jos_users (Joomla)

My aim was to import a CSV file full of user details into jos_users through Phpmyadmin. All columns match and it was imported without issue. I have also applied user group definitions in the jos_usergroup_map table, without issue. The list of users…
0
votes
1 answer

Joomla Akeeba Backup exclude database table column

I am using a combination of Joomla 3.x/Hikashop/Akeeba Backup for staging between my dev and production sites. I understand that from Akeeba, I can configure database tables to exclude, however I need to exclude a very specific column from a table…
0
votes
0 answers

Joomla 3.3.1 Opencart 1.5.5.1 Mijoshop 2.4.1 pages initiate very slow

We've just started to use the latest version of Joomla and Opencart for our stores but we've noticed it takes forever to initiate. Below is a link from Firebug showing the load time of the pages. Does that first load seem unusual? The 1st one is…
user1636946
  • 137
  • 1
  • 3
  • 14
0
votes
2 answers

How can I use PHP to place specific HTML on Certain Pages of my Template?

There are two ways of writing php snippets to place html on the home page and then html on all other pages... This is for Joomla 3.++ getActive() == $menu->getDefault()) { echo 'HTML for HOME PAGE HERE';…
Christian Matthew
  • 4,014
  • 4
  • 33
  • 43
0
votes
1 answer

Not working Joomla component at another Joomla installation

I'm facing troubles with a self developed Joomla (backend) component. I developed it without any troubles and it is working fine on my development Joomla. After installing the component on another Joomla system (different version) the component…
thedom
  • 2,498
  • 20
  • 26
0
votes
1 answer

joomla3 javascript document.getElementById().style doesn't work

This code in index.html (no joomla):