[TYPO3-UG Oesterreich] Typo3 + Frames | Top-Frame Problem

Markus König mAx at raving.at
Wed Sep 27 13:59:33 CEST 2006


Hallo an alle,

ich habe das problem, wenn ein top frame habe (nur für die
hintergrundmusik der seite) erst nach dem aufrufen von eienr weiteren
inhaltsseite!

wenn ich jetzt z.b. auf musik an klicke, ladet er im oberen frame das was
0 pixel hoch ist, die html seite rein, mit musik! wenn ich auf musik aus
klicke, lädt er wieder eine leere html seite oben rein!

das haut hin, aber wenn ich im inhalt irgendwo anders hin navigiere, kommt
zusätzlich noch ein 2top frame  unter dem ersten, wo dann hier die musik
hineingeladen wird. d.h. wenn jemand auf musik ein klickt und dann weiter
navigiert, kann er die musik nicht mehr stoppen

hier mein template:

# config.intLink = content

content = PAGE
content.typeNum = 2

music = PAGE
music.typeNum = 1

content.headTag = <link
href="fileadmin/templates/stylesheets/stylesheet.css" rel="stylesheet"
type="text/css" />
content.10 = TEMPLATE
content.10 {
   template = FILE
   template.file = fileadmin/templates/template_unterseiten.html
   marks.CONTENT < styles.content.get
   marks.CONTENT_SUBTITLE = IMAGE
   marks.CONTENT_SUBTITLE.file = GIFBUILDER
   marks.CONTENT_SUBTITLE.file {
   backColor = #2494ca
   transparentColor = #2494ca
   XY = [10.w]+10,[10.h]+10
   10 = TEXT
   10 {
   text.field = subtitle
   offset = 10,20
   text.case = upper
   fontFile = fileadmin/fonts/terminator.ttf
   fontSize = 26
   fontColor = #00486a
   niceText = 1
   }
   }

   marks.EHEAD = TEXT
   marks.EHEAD.value = 14.10.
   marks.EHEAD.wrap = <span class="event_heading">|</span>

   marks.EBODY = TEXT
   marks.EBODY.value = WAIKIKI BEACH IV<br><br>GENERALMUSIKDIREKTION
   marks.EBODY.wrap = <span class="event_body">|</span>

   marks.NEWSLETTER = TEXT
   marks.NEWSLETTER.value = E Newsletter!

   marks.MUSIC = TEXT
   marks.MUSIC.value = <img src="fileadmin/templates/images/equalizer.gif"
border="0" width="100">Musik <a href="index.php?id=10"
target="music">aus</a> - <a href="index.php?id=11"
target="music">an</a>

   marks.EVENT_TIP = TEXT
   marks.EVENT_TIP.value = E Event Tip!

   marks.SPONSOREN = TEXT
   marks.SPONSOREN.value = <img
src="fileadmin/user_upload/data/website/sponsoren.gif">
   }

   music.10 = TEMPLATE
   music.10 {
   template = FILE
   template.file = fileadmin/templates/template_music.html

   marks.CONTENT < styles.content.get
   }

outer_frameset = PAGE
outer_frameset.typeNum = 0
outer_frameset.frameSet.rows = 100,*
outer_frameset.frameSet.params = border="0" framespacing="0" frameborder="NO"
outer_frameset.frameSet {

    1 = FRAME
    1.obj = music
    1.params = scrolling="AUTO" noresize frameborder="NO" marginwidth="0"
marginheight="0"

    2 = FRAME
    2.obj = content
    2.params = scrolling="AUTO" noresize frameborder="NO" marginwidth="0"
marginheight="0"

}

tt_content.image.20.spaceBelowAbove = 0
tt_content.header.stdWrap.space = 0|0
tt_content.stdWrap.space = 0|0
tt_content.stdWrap.spaceBefore = 0
tt_content.stdWrap.spaceAfter = 0
tt_content.textpic.20.spaceBelowAbove = 0
tt_content.image.20.spaceBelowAbove = 0
tt_content.textpic.20.noStretchAndMarginCells = 1
tt_content.image.20.noStretchAndMarginCells = 1
lib.stdheader.stdWrap.space = 0|0
lib.stdheader.10.stdWrap.wrap = |


auch wenn ich PAGE_TARGET=_self nehme, gehts nicht! es wird immer ein 2,
3, 4... top frame reingeladen (so oft wie ich auf einen anderen menüpunkt
klicke)

ich hoffe ihr könnt mir helfen!

danke und glg mAx




More information about the TYPO3-at mailing list