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
17
votes
4 answers

Get rid of ID (category and article) from URL (Joomla 3.3 / 3.4 / 3.5)

I have a Joomla 3.3.6 (edited: 3.5.) site organized in only 3 levels: Four big categories (i, ii, iii, iiii) Each one divided in some intermediate categories (A, B, C, ...) And finally articles Two languages (en, pt) The URL after setting Search…
DrBeco
  • 11,237
  • 9
  • 59
  • 76
3
votes
1 answer

Fatal error: Call to undefined method JController::getInstance() in joomla 3

I am trying to upgrade a component from joomla2.5 to joomla 3 but I am getting this error: Fatal error: Call to undefined method JController::getInstance() in /home/evolve13/public_html/components/components/com_donation/donation.php on line…
Fredrick Boaz
  • 159
  • 2
  • 7
3
votes
4 answers

How to disable front-end login component in Joomla 3?

How to disable front-end login component in Joomla 3? I have managed to disable front-end user registration by disallowing registration as below. But still the login form is accessible via below url index.php?option=com_users&view=login How can I…
Techie
  • 44,706
  • 42
  • 157
  • 243
2
votes
0 answers

Adding additional field options to Joomla 3.3 backend to view in category list front end

Joomla 3.3 and Gantry v4.1.26 Attached below (dropbox link) is an image that I mocked up in photoshop, I would like to add a toggle option to view a table column in the category list view that contains a link to a PDF (of my choice) from the root…
Zachary
  • 21
  • 2
2
votes
1 answer

Best way to check if Joomla! 3.4.0 article already exists

I am creating articles in Joomla! programmatically using JTable. Since I have a lot of articles that need to get synchronized periodically, I need to check each article if it already exists before inserting it (otherwise it produces errors). What is…
Allinternal
  • 37
  • 1
  • 5
2
votes
1 answer

List sibling items in Joomla! K2 item page

How can I display all of the sibling items in a parent category on a Joomla! K2 item page? I want all, not just the next and previous. I, also, want to display additional data like the image and extra fields. I realize the category page does this…
Michael Yaeger
  • 756
  • 12
  • 32
2
votes
0 answers

Joomla!2.5 component ported to J!3.3: toolbar not working

While adapting a Joomla!2.5 backend-only component to Joomla!3.3, I've ran into the issue of the toolbar in the data edition page not working at all. Only two buttons were declared: Save and Cancel; neither do anything. Upon first glance, the…
TheGEffect
  • 93
  • 1
  • 9
2
votes
3 answers

How can I use a calendar field in a repeatable field in a Joomla form?

I would like to allow users to be able to enter multiple dates, and was hoping I could use the repeatable form field type (new as of Joomla 3.3). I do get the modal popup with rows to add/remove items, however the calendar icon does not popup a…
Jan Misker
  • 2,129
  • 16
  • 26
2
votes
1 answer

Using JToolbar or JToolbarHelper for CRUD in Joomla frontend for the custom component

For which cases are these classes suitable? I've been trying to use both, but none of them works. The component skeleton was generated, and there are CRUD operations in the administrator's side. I tried using JToolbarHelper from this generated code,…
LuckyLizard
  • 415
  • 3
  • 13
2
votes
1 answer

Insert new article in joomla 3 via phpmyadmin

I want to create new content in Joomla by running a query via phpmyadmin. I checked the MySQL query log when I create a new article, and there are multiple insert queries (table content, assets, ucm_content...) So can you help me, how to insert a…
Huy Cao
  • 31
  • 3
2
votes
2 answers

How to retain style tags saved in the contents in JCE?

On my Joomla 3.3.0 site, I'm trying to write custom css rules in my article editor (JCE 2.3.4.4). I have disabled the 'html filtering' and now this is possible. So now I get the desired output when I write something…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
1
vote
1 answer

Apply Joomla Template to index.php

I'm new to Joomla, I'm using 3.3.6. My customer wants a landing page which looks absolutely nothing like the rest of the site. I asked "how to create a custom page in Joomla". a while back. The answer was great, and now I have completed a template…
GRY
  • 724
  • 3
  • 14
  • 33
1
vote
2 answers

error #0 invalid controller name='xyz' format=''

I have been working with Joomla! and there is this component I am making for the purpose of practice and I am getting these errors every time I try to run the component. Any idea? The names of all classes and the format of the controllers are…
user4981235
1
vote
1 answer

Get sectionid from artice Joomla 3

After upgrading from Joomla 2.5 to Joomla 3 my custom module doesn't work anymore. I got some Text from #__sections where my id was in #__content -> sectionid. So sectionid in #__content is deprecated but I couldn't find any other solution to get…
webprogrammer
  • 792
  • 15
  • 26
1
vote
1 answer

Joomla! 3.x : How to create style sheet to be used in different Custom HTML Module

I am creating a website in joomla, and I am using the Custom HTML Module most of the time. I have been styling in each module every time I create a new one but I only need the same style. Sample of a custom html…
Aaron
  • 2,591
  • 4
  • 27
  • 45
1
2 3 4 5 6 7