Joomla Hosting

icm de datafeeds component


Webhosting Joomla € 4,99
Domeinnaam checken

Niet meer genoeg aan je shared host? Stap over op een VPS van up100!

Please Vote or Review this extensions


The Joomla!® name and logo are trademarked by Open Source Matters in the United States and other countries. The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries. affiliatefeeds.nl is not affiliated with or endorsed by Open Source Matters or the Joomla! Project
Joomla templates by SG

Inloggen



Doneer

Gebruiker

Customizing the component and module

CSS

the file .../components/com_datafeeds/assets/datafeeds.css contain the cs used for the component and the module. Changing this file is not recommended the file is overwritten during every upgrade. Add any changes to your templates css.

Changing the layout's

template specific

Joomla provides a mechanism to change the layout for every component and module for a specific template. Simply copy

.../components/com_datafeeds/views/items/tmpl/default_.php

to

.../templates/YOUR TEMPLATE/html/com_datafeeds/items/

or

.../modules/mod_datamenu/tmpl/.php

to

.../templates/YOUR TEMPLATE/html/mod_datamenu/

and modify the copies file.

adding a custom module layout

In modules/mod_datamenu/tmpl copy a layout you want to modify; for example top5table_list.php to top5div_list.php. In the file change the name of the class to match the new file name, in this case Datatop5div_listMenu.

There are three flavours of module layout, based on the file name the dataitems array has different content:

  • for files ending with _list.php the dataitems is a  list of items based on the settings.
  • for files ending with _custom.php dataitems is empty
  • for all other files dataitems is a menu tree

adding a custom sub component layout

(svn 788)

simply copy an existing default_*.php file in .../components/com_datafeeds/views/items/tmpl/ ; for example to default_better.php, the new layout should appear in the drop downbox in the menu configuration.

 

adding a compleet component layout

Copy all files

.../components/com_datafeeds/views/items/tmpl/default*.php

to

.../components/com_datafeeds/views/items/tmpl/yourname*.php

and edit the files.

This method should  work for all joomla component. There is a specific change for this component:

in the file default.xml, copied to yourname.xml you will find base='default' (twice), change this to base='yourname'

 

 

 

Plaats reactie


Beveiligingscode
Vernieuwen