[Typo3-german] niceText

dirk_piethan dirk_piethan at tks-tickets.de
Thu Jul 14 14:12:49 CEST 2005


Hallo Zusammen,

ich habe auf meinen Server Typo3.8.0 mit ImageMagick 5.5.7. Bei der
Erstellung
der GMENU und der Option niceText=1 vertauscht Typo oder IM die FontColor
mit
dem backColor.

Gibt es in der Datei localconf.php noch einige Einstellungen, damit das
unten
stehende Menü richtig funktioniert?

Ich habe die wesentlichen Abschnitte in diese Mail kopiert.

Dank und Gruß
Dirk

Dirk Piethan
TKS Ticket-Service 
und Veranstaltungen GmbH
Erkrather Str. 30
40233 Düsseldorf
Tel.: 0211/73440 Fax.: 200

----------------------------------------------------------------------------
-
SETUP
----------------------------------------------------------------------------
-
		}
                                JOOO = IMAGE
                                JOOO.file = GIFBUILDER
                                JOOO.file {
                                XY = 165, 17 
                                backColor = #FF4506
                                5 = TEXT
                                5.text.field = title
                                5.fontFile = fileadmin/fonts/baham2.ttf
		                    5.niceText = 1
                                5.fontSize = 13

                                5.fontColor = #000000
                                5.offset = 9, 15
                                10.allign = left
                                }
                                
		MENUE = HMENU
                  MENUE.special = directory
                  MENUE.special.value = 1
                  MENUE.entryLevel = 0
                  MENUE.1 = GMENU
		MENUE.1.NO = 1
			MENUE.1.NO {
			wrap = |<br />
			XY = 145, 17
			backColor = #FF8902
			10 = TEXT
			10.text.field = title
			10.fontColor = #000000

                  10.niceText = 1
			10.fontFile = fileadmin/fonts/baham2.ttf
			10.fontSize = 13
                  10.offset = 9, 15
			10.allign = left

		}
		MENUE.1.RO < .MENUE.1.NO
		MENUE.1.RO {
		10.fontColor = #FFFFFF
		}
      	MENUE.1.ACT < .MENUE.1.RO
		MENUE.1.ACT {
            10.fontColor = #FFFFFF
		}
		MENUE.2 < .MENUE.1
		MENUE.2 {
		NO.10.offset = 32, 12
            RO.10.offset = 32, 12
            ACT.10.offset = 32, 12


------------------------------------------------------
localconf.php
------------------------------------------------------
<?php
...
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite';	//  Modified
or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1';       // Modified or inserted
by TYPO3 Install Tool. 
$TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = '/usr/local/bin/';       //
Modified or inserted by TYPO3 Install Tool. 
$TYPO3_CONF_VARS["BE"]["lockSSL"] = '2';       // Modified or inserted by
TYPO3 Install Tool. 
$TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1';	//  Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96';	//  Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS["GFX"]["im_negate_mask"] = '0';       // Modified or
inserted by TYPO3 Install Tool. 
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '0';       // Modified or inserted by
TYPO3 Install Tool. 
$TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1';       // Modified or
inserted by TYPO3 Install Tool. 
$TYPO3_CONF_VARS["GFX"]["im_no_effects"] = '0';	//  Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/local/bin/';	//  Modified or
inserted by TYPO3 Install Tool.
...

?>



More information about the TYPO3-german mailing list