bootstraptheme-for-typo3 / fluidcontent_bootstrap

TYPO3 extension Fluid Content - Bootstrap: Fluid Content Elements for Twitter Bootstrap using VHS
http://fluidtypo3.org
15 stars 21 forks source link

request to improve grid thumbnails #94

Closed specialistaweb closed 10 years ago

specialistaweb commented 10 years ago

As the grid thumbails can be used successfully to display (i.e.) some records or a list of products, I ask you if you can add a field into the BE, so that the visitor when an Image is clicked, can be redirected to an internal or external page. This is the normal behaviour of any image (textw/Image, Images) available from T3 backend. thanks

NamelessCoder commented 10 years ago

Hi @gilas1959 - to add this type of behavior to the templates, you must override the templates and create your own fields and rendering. You can use the same approach described here: https://github.com/FluidTYPO3/view#template-path-overlays - the same feature works in fluidcontent without installing the view extension. The base set of templates is not intended to provide every possible rendering type - nor is it intended to substitute the core elements or replicate their behavior ;)

They are, however, designed to be easy to customise if you copy them to other locations as described in the link.

Cheers, Claus