[TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Jeppe Donslund
Hi, My TYPO3 installation can't find ImageMagick anymore. If I make a script on the server outside of TYPO3 then there are no problem with ImageMagick, but inside TYPO3, backend and frontend, ImageMagick doesn't work. What can I do to make it work again? Ity seems that it hjust stopped working

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Philipp Gampe
Hi, did you checked the image (testing) section in the install tool? if it works there then you problem lays somewhere eles, if not you get some error messages which might be helpful Cheers Phil Am 03.06.2009, 13:48 Uhr, schrieb Jeppe Donslund : > Hi, > > My TYPO3 installation can't find Image

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Jeppe Donslund
Actually I found out that it is my Laguage selector that gets ruined by ImageMagick. #Language selector ## Localization menu: lib.flag = HMENU lib.flag { special.protectLvar = 1 special = language special.value = 0,1,2,3 special.normalWhenNoLanguage = 0 1 = GMENU 1.NO { XY = [5.w]+4, [5.h]+4 back

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Philipp Gampe
looking at your TS I wonder why you use a GMENU any way cant you just use a TMENU with CSS classes howerver I dont get the point why you use the two userdefined menu states? Im a bit confused Phil Am 03.06.2009, 13:59 Uhr, schrieb Jeppe Donslund : > Actually I found out that it is my Laguage s

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Jeppe Donslund
I have taking it from the Localization Guide http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/2/#id3994651 Are there other ways to do this? Jeppe Philipp Gampe skrev: > looking at your TS I wonder why you use a GMENU any way > > cant you just use a

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Ron Hall
The menu can be a TMENU that uses GIFBUILDER to produce images for CSS background images. Following is some code to give the idea but you will need to adjust for localization. Notice that the text is doubled bumped (triple on the hover) this gives fuller, nicer letter. You may not need to d

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Philipp Gampe
Try that one (its the second one) and use CSS classes you can still link the images, just use the nescessary (xHMTL) code instead of the words English, Danish, Russen Hope that helps you lib.langMenu = HMENU lib.langMenu { special = language special.value = 0,1,2 special.normalWhenNoLanguage =

Re: [TYPO3-english] TYPO3 can't find ImageMagick anymore

2009-06-03 Thread Jeppe Donslund
I found the sr_language_selector extension. I think it will do the job for me. Jeppe Ron Hall skrev: > The menu can be a TMENU that uses GIFBUILDER to produce images for CSS > background images. Following is some code to give the idea but you will > need to adjust for localization. Notice tha