[Typo3-UG Frankfurt] browse menu problem

typo3 at fragmichnicht.de typo3 at fragmichnicht.de
Sun Sep 24 23:20:55 CEST 2006


Hi,

ok nicht ganz jetzt macht mir das gmenu Probleme *heul* Der relevante Typoscript
code sieht jetzt wie folgt aus:

[typoscript]
PREF_NEXT_PAGE = COA
      PREF_NEXT_PAGE {
        # Preview Button
        20 = HMENU
	20.special = browse
	20.special {
	  items = |prev
	}
	20.1 = GMENU
	20.1 {
	  NO = 1
          NO.10 = IMAGE
          NO.10.file = {$generalConfig.projectPath}{$generalConfig.prevIcon_no}
          RO = 1
          RO.10 = IMAGE
	  RO.10.file = {$generalConfig.projectPath}{$generalConfig.prevIcon_act}
        }

        (...)
        wrap = <div class="buttonbox">|</div>
      }
[/typoscript]

Das Menü an sich funktioniert prima. Die source files haben eine Größe von
25x17. Wenn ich mir die Bilder allerdings von der Seite herunterlade bzw. über
die Webdev extension des FF anzeige lasse dann sind diese 120x50. Ich habe
daher auch schon folgendes versucht:

[typoscript]
40.1 = GMENU
	40.1 {
	  NO = 1
	  NO.10 = IMAGE
	  NO.10.file = {$generalConfig.projectPath}{$generalConfig.nextIcon_no}
	  NO.10.file.width = 25
          NO.10.file.height = 17
          RO = 1
          RO.10 = IMAGE
	  RO.10.file = {$generalConfig.projectPath}{$generalConfig.nextIcon_act}
	  RO.10.file.width = 25
          RO.10.file.height = 17
        }
[/typoscript]

Leider werden die Bilder auch hier auf 120x50 skaliert. Kann mir jemand sagen,
was ich falsch mache?

(cache etc ist schon mehrfach geleert (browser + typo3) ich habe auch schon das
typo3temp Verzeichnis hart gelöscht - alles ohne erfolg)

Ich habe auch schon die images ersetzt um sicher zu gehen, dass da nciht
irgendwelche informationen dran hängen die das verursachen.

Ich bin wirklich ratlos und daher für jede Hilfe dankbar!

Johannes


Zitat von Johannes Schmidt <typo3 at fragmichnicht.de>:

> Hi,
>
>
>
> ok fixed.
>
>
>
> Ich habe jetzt einfach ein Gmenu genommen – damit geht’s

>
>
>
>
>
> # Preview Button
>
>         20 = HMENU
>
>                 20.special = browse
>
>                 20.special {
>
>                   items = |prev
>
>                 }
>
>                 20.1 = GMENU
>
>                 20.1 {
>
>                   NO = 1
>
>           NO.10 = IMAGE
>
>           NO.10.file =
> {$generalConfig.projectPath}{$generalConfig.prevIcon_no}
>
>           RO = 1
>
>           RO.10 = IMAGE
>
>                   RO.10.file =
> {$generalConfig.projectPath}{$generalConfig.prevIcon_act}
>
>         }
>
>
>
> From: typo3-frankfurt-bounces at lists.netfielders.de
> [mailto:typo3-frankfurt-bounces at lists.netfielders.de] On Behalf Of Johannes
> Schmidt
> Sent: Tuesday, September 12, 2006 4:49 PM
> To: 'TYPO3 Usergroup Frankfurt'
> Subject: Re: [Typo3-UG Frankfurt] browse menu problem
>
>
>
> Hi!
>
>
>
> Leider keine Veränderung – hat jemand ein Browse menü mit Bildern im
> Einsatz? Kann mir irgendwie nicht vorstellen, dass ich der einzige bin der
> das nutzt L
>
>
>
> Liebe Grüße
>
>
>
> Johannes
>
>
>
> From: typo3-frankfurt-bounces at lists.netfielders.de
> [mailto:typo3-frankfurt-bounces at lists.netfielders.de] On Behalf Of michael
> Sent: Monday, September 11, 2006 10:53 PM
> To: TYPO3 Usergroup Frankfurt
> Subject: Re: [Typo3-UG Frankfurt] browse menu problem
>
>
>
> Vielleicht so:
>
>
>
> PREF_NEXT_PAGE = COA
> PREF_NEXT_PAGE.10 = HMENU
> PREF_NEXT_PAGE.10.special = browse
> PREF_NEXT_PAGE.10.special  {
>           items = prev|up|next
>           prev.fields.title = {$lib.nextprevmenu.prevIcon}
>           prev.fields.subtitle = {$lib.nextprevmenu.prevIcon.wrap}
>           up.fields.title = {$lib.nextprevmenu.upIcon}
>           up.fields.subtitle = {$lib.nextprevmenu.upIcon.wrap}
>           next.fields.title = {$lib.nextprevmenu.nextIcon}
>           next.fields.subtitle = {$lib.nextprevmenu.nextIcon.wrap}
>         }
>
>
>
> PREF_NEXT_PAGE.10.1 = TMENU
> PREF_NEXT_PAGE.10.1.NO.allWrap.field = subtitle
> PREF_NEXT_PAGE .wrap = <div class="buttonbox">|</div>
>
>
>
> Viele Grüße
>
>
>
> Michael
>
>







More information about the Typo3-frankfurt mailing list