Ticketmaster


Why having a 3rd party to sell your tickets? We have an all in one solution build in Joomla to sell your tickets at your own site!
Easy installation & configuration! After a ticket has been sold it will be automaically created and sent to your customers!

RD-Autos Info


RD-Autos is a component for small Garages and Auto Sellers (Single Dealer)! We have also a version (PRO) that can handle adds from several dealers! You can have sellers on your site paying you for their add!

Multi Language


As we're writing our components in multi-language, we need translators. At the moment we do have some translations available. when you buy one of our components and translate it for us, you will het one year subscription for free!

affiliates

Login Form



Our website is powered by:

dioscouri_logo_transparent
Removing the dropdown menu on the top of category. PDF Print E-mail
Written by Robert || RD-Media   
Monday, 14 March 2011 10:53

We're going to create an override here to be sure this is still in the file when you have upgraded the component.

  • Open file: [website_root]/components/com_rdautos/category/tmpl/default.php
  • Go to line 43
  • Remove the code as you see below:

remove_dropdown

The dropdowns will not be visible anymore in the category overview when saving it.
But on the next update of RD-Autos it will be back again.. :-|
So let us now make a Joomla Template override for this file:

  • Go with FTP to your templates folder. [ [website_root/templates/yourtemplate/] ]
  • Add the folder " html " if it is not there.
  • Inside the html folder you need to create a folder named: com_rdautos
  • Inside the com_rdautos folder you need to create a folder named: category
  • Upload the file into that folder and it has been overwritten!

Read more information about template overrides.