Manually entered fields in template default shown repeatedly

Johannes

New Member
Hello,

I have to make a list of plants and since I don't want the visitors to have to click on each plant to see its elements and I also don't want to use the normal listview, I used the template default and entered the elements there manually in the php-code.

Check it out here http://www.jldesign.at/hostaliste

My problem is that each manually entered element is shown 5 times, according to the number of elements set to be shown in the list in fabrik.

I can't find the code in the template to only show my manually entered fields once per row.

I replaced following code
<?php echo @$this->_row->data->$heading;?>
with
<?php echo @$this->_row->data->{sorten2___Sorte};?>

Thanks in advance

Johannes
 
Seems you got a wrong loop.

Have a look at the "div" list template.
I think the CSS isn't adapted to fabrik3 but you can modify it (clone a template) or at least have a look at the structure.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top