Hi _jrmo, i'm creating a portfolio system and i will need to have some search&list type to achieve this.
Many of my items have different properties and for this, I will need to style each view differently. My idea is remove all markups from list and pass the markups to item, by this way I will can style each item differently, without have to create a new template for each item. I will just need to create a override position in item.
I learned how to do this today.
I haved to access seb_blog/index.php and remove all the markup that wrapping each item. Then I needed to access the item configuration, through the list&search type and inside the session positions, I set all fields to hide and none.
Now, I can create the markup structure that wrapping each item through the positions.