1 résultat trouvé

par KarlU
lun. 24 mai 2010 05:56
Forum : Rapport de Bugs
Sujet : problem with duplicated Items in the list view
Réponses : 13
Vues : 11078

Re: problem with duplicated Items in the list view

This is what worked for me. in file ....components/com_collector/views/collection/tmpl/default.php This is about 33 lined from the bottom of the file. Simply comment out the "for" statement as I did below. if ( $this->template->alias == 'default' ) { echo $this->loadTemplate('default'); } else { ech...