[TYPO3-english] thumbnails in TYPO3 v.6.0.4

2013-03-22 Thread Tomasz Krawczyk
Hi list, I see that class ThumbnailView is used on few files. - thumbs.php - that will be deleted in 6.2, - ClassAliasMap - not for thumbs generation, - LegacyClassesForIde - also not for thumbs generation. So, how thumbnails are created ? ___

Re: [TYPO3-english] thumbnails in TYPO3 v.6.0.4

2013-03-22 Thread Benjamin Mack
Hey Tomasz, what exactly do you want to do? ThumbnailView() is the successor for the thumbs.php external script, and can be used directly in your code as well. Check out BackendUtility::thumbNailCode() to see how you can use other use-cases. All the best, Benni.

Re: [TYPO3-english] thumbnails in TYPO3 v.6.0.4

2013-03-22 Thread Tomasz Krawczyk
W dniu 2013-03-22 18:20, Benjamin Mack pisze: Hey Tomasz, what exactly do you want to do? ThumbnailView() is the successor for the thumbs.php external script, and can be used directly in your code as well. Check out BackendUtility::thumbNailCode() to see how you can use other use-cases. All