|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
anyone have any idea why this isn't working? I assume you can use
gifbuilder within an extension, although I don't know what I'm doing wrong... plugin.tx_rgsmoothgallery_pi1 { big = IMG_RESOURCE big { file = GIFBUILDER file { maxH = 345 filemaxW = 460 10 = TEXT 10 { text = overlay test! offset= 20,35 fontColor=#a5b0a9 fontsize=50 } } } } thanks, -dave _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi
On 7/17/07, dave typo <typothree (AT) gmail (DOT) com> wrote: > anyone have any idea why this isn't working? I assume you can use > gifbuilder within an extension, although I don't know what I'm doing > wrong... > > > > plugin.tx_rgsmoothgallery_pi1 { > > > big = IMG_RESOURCE > big { > file = GIFBUILDER > file { > maxH = 345 > filemaxW = 460 > 10 = TEXT > 10 { > text = overlay test! > offset= 20,35 > fontColor=#a5b0a9 > fontsize=50 > } > } > } > } Well, you've actually provided the wrong bit of code. You've got a working GIFBUILDER object, so that's a start, but you have to 'process' that TS inside your extension. Your 'big' TS object is going to be in a variable somewhere--$conf['big'] or something--and you'll have to run the TS through the appropriate function: $img_url = $this->cObj->IMG_RESOURCE($conf['big']); -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] Extension programmieren: TypoScript-Aufruf stattContent Element? | marc benthaus | typo3-german@lists.netfielders.de | 0 | 30.05.2007 10:53 |
| [TYPO3-german] TypoScript abrufen aus der EXTENSION/mod1/index.php?? | Fabian Koenig | typo3-german@lists.netfielders.de | 9 | 11.05.2007 17:23 |
| [TYPO3] Access TypoScript from EXTENSION(mod1/index.php ?? | Fabian Koenig | typo3-english@lists.netfielders.de | 2 | 10.05.2007 11:22 |
| [TYPO3-german] extension entwicklung Typoscript aus Datei lesen. | Christian Wolff | typo3-german@lists.netfielders.de | 1 | 20.03.2007 09:24 |
| [TYPO3] TypoScript / goof_fotoboek extension question | Pierre-Luc Drouin | typo3-english@lists.netfielders.de | 1 | 18.02.2007 15:09 |