TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 17.07.2007, 17:36
dave typo
Gast
 
Beiträge: n/a
Standard [TYPO3] typoscript gifbuilder help within an extension

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 17.07.2007, 18:27
Christopher Torgalson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] typoscript gifbuilder help within an extension

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

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


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:34 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75