Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / Support / Documentation / Customization / Documentation / How to override each view in your components ?

Customization Help Center

Before code modification in AdsManager or other products, check how you can customize without hack !

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

 

First, you need to know which view of the component you need to override.

In our example, we will override the view 'list' of the AdsManager component.

Then, in the root of your Joomla! website, go to the 'templates' folder and inside your template folder.
In our example, we use the default template of Joomla 3.0.

In the template directory, it's the 'html' folder who will conteint the override. Inside it, you need to create a directory named like the component folder.
In our example, we must name the folder 'com_adsmanager'.

All the override for every view you want for this component will be created in this directory. For example, to override the 'list' view, you need to create a 'list' directory and create, in this folder, a php file named after the one you want override.

To avoid any mistake, we advise you to copy-paste the php file you want override and then update it like you want.