|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello
Where does tt_prodcuts exactly process the images? I want to give a path (from a DB field) and process it the same tt_product treats the normal product image(s) Thanks. David _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Hello David,
> Where does tt_prodcuts exactly process the images? I want to give a path > (from a DB field) and process it the same tt_product treats the normal > product image(s) Nomen est omen. Have a look at lib/class.tx_ttproducts_image.php . if (isset($dirname)) { $dirname .= '/'; } else if($imageRow['file_mime_type'] == 'image' && isset($imageRow['file_path'])) { $dirname = $imageRow['file_path']; } else { $dirname = 'uploads/pics/'; } - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Re: [TYPO3-shop] fetching image - single view | Franz Holzinger | typo3-project-tt-products@lists.netfielders.de | 0 | 06.12.2006 15:20 |
| [TYPO3-shop] Category Image | Johnny Peck | typo3-project-tt-products@lists.netfielders.de | 0 | 06.12.2006 11:12 |
| [Typo3-UG France] Création template | Philippe Kunz | typo3-france@lists.netfielders.de | 0 | 14.10.2005 18:14 |
| [Typo3-UG France] Création de typolink | Pierre ROUWENS | typo3-france@lists.netfielders.de | 0 | 28.12.2004 13:42 |
| [Typo3-UG France] Documentation en création | Sylvain Viart | typo3-france@lists.netfielders.de | 0 | 11.08.2004 15:23 |