From amk at gagarin.dk Mon Dec 1 13:57:53 2003 From: amk at gagarin.dk (Anne-Marie Fagerlund Krogh) Date: Mon, 01 Dec 2003 13:57:53 +0100 Subject: [Typo3-UG UK] How to setup 3. level in menu? Message-ID: Hi there :o) I have this menu that works fine, but then we realized that we needed a 3. level on the menu. so it should look like this: level1 level 2 -> level3 - however the position of the 3. level is wrong. The 3. level should fall out on the right side of the menu item that contains sub-pages. But it is positioned in the right upper corner. So my question: how and where do I control the 3. level position? Sincerely Anne-Marie My entire menu-setup in the setupfield: ## submenu position ## temp.popupMenu = HMENU temp.popupMenu.1 = GMENU_LAYERS temp.popupMenu.1 { hideMenuTimer = 100 xPosOffset = {$xPosOffset} leftOffset = 0 target = _top lockPosition = x expAll = 1 relativeToTriggerItem = 1 topOffset = 29 hideMenuWhenNotOver = 15 } ## main menu cell ## temp.popupMenu.1.wrap = |
temp.popupMenu.1.NO { wrap = | backColor = {$transpColor} transparentColor = {$transpColor} XY = 127, 30 10 = TEXT 10.text.field = nav_title // title 10.offset = 10,19 10.fontSize = 13 10.fontColor = white 10.niceText = 1 #10.fontFile = verdana.ttf RO=1 # RO_chBgColor = #FFFFFF | #FFFFFF | tmenuID subst_elementUid = 1 } ##submenu celler## temp.popupMenu = HMENU temp.popupMenu.2 = GMENU_LAYERS temp.popupMenu.2 { hideMenuTimer = 100 xPosOffset = {$xPosOffset} leftOffset = 0 target = _top lockPosition = x expAll = 1 relativeToTriggerItem = 1 topOffset = 29 hideMenuWhenNotOver = 15 } temp.popupMenu.2.useLargestItemX = 1 temp.popupMenu.2.wrap = |
temp.popupMenu.2.NO { wrap = | backColor = XY = 127, 30 10 = TEXT 10.text.field = nav_title // title 10.offset = 10,19 } ##rollover submenu celler ## temp.popupMenu.2.RO < temp.popupMenu.2.NO temp.popupMenu.2.RO = 1 temp.popupMenu.2.RO { backColor = {$transpColor} 10.fontColor = white } ##active submenu celler ## temp.popupMenu.2.ACT < temp.popupMenu.2.RO temp.popupMenu.2.ACT = 1 temp.popupMenu.2.ACT { 20 = IMAGE 20.file = sort_krekant2.gif 20.offset = 120,22 } ## sub menu cells 3. level - the new part start ## temp.popupMenu = HMENU temp.popupMenu.3 = GMENU temp.popupMenu.3 { hideMenuTimer = 100 xPosOffset = 100 leftOffset = 127 target = _top lockPosition = x expAll = 1 relativeToTriggerItem = 1 topOffset = 29 hideMenuWhenNotOver = 15 relativeToParentLayer = 1 } temp.popupMenu.3.useLargestItemX = 1 temp.popupMenu.3.wrap = |
temp.popupMenu.3.NO { wrap = | backColor = XY = 127, 30 10 = TEXT 10.text.field = nav_title // title 10.offset = 10,19 } ##rollover submenu cells ## temp.popupMenu.3.RO < temp.popupMenu.3.NO temp.popupMenu.3.RO = 1 temp.popupMenu.3.RO { backColor = {$transpColor} 10.fontColor = white } ##active submenu cells ## temp.popupMenu.3.ACT < temp.popupMenu.3.RO temp.popupMenu.3.ACT = 1 temp.popupMenu.3.ACT { 20 = IMAGE 20.file = sort_krekant2.gif 20.offset = 120,22 } ##sub menu cells 3. level - the new part end## ## TMENU_LAYERS## includeLibs.tmenu_layers = media/scripts/gmenu_layers.php From amk at gagarin.dk Mon Dec 1 15:26:10 2003 From: amk at gagarin.dk (Anne-Marie Fagerlund Krogh) Date: Mon, 01 Dec 2003 15:26:10 +0100 Subject: [Typo3-UG UK] How to setup 3. level in menu? References: Message-ID: d. 01/12/03 13:57 skrev Anne-Marie Fagerlund Krogh p? amk at gagarin.dk i artiklen mailman.1.1070283507.13312.typo3-uk at lists.netfielders.de: > Hi there :o) > > I have this menu that works fine, but then we realized that we needed a 3. > level on the menu. > > so it should look like this: > > level1 > level 2 -> level3 > > - however the position of the 3. level is wrong. The 3. level should fall > out on the right side of the menu item that contains sub-pages. But it is > positioned in the right upper corner. > > So my question: how and where do I control the 3. level position? > > > Sincerely > Anne-Marie > > > > My entire menu-setup in the setupfield: > > > ## submenu position ## > temp.popupMenu = HMENU > temp.popupMenu.1 = GMENU_LAYERS > temp.popupMenu.1 { > hideMenuTimer = 100 > xPosOffset = {$xPosOffset} > leftOffset = 0 > target = _top > lockPosition = x > expAll = 1 > relativeToTriggerItem = 1 > topOffset = 29 > hideMenuWhenNotOver = 15 > > } > > ## main menu cell ## > temp.popupMenu.1.wrap = bordercolor=white valign=middle>|
> temp.popupMenu.1.NO { > wrap = | > backColor = {$transpColor} > transparentColor = {$transpColor} > XY = 127, 30 > > 10 = TEXT > 10.text.field = nav_title // title > 10.offset = 10,19 > 10.fontSize = 13 > 10.fontColor = white > 10.niceText = 1 > #10.fontFile = verdana.ttf > RO=1 > # RO_chBgColor = #FFFFFF | #FFFFFF | tmenuID > subst_elementUid = 1 > } > > ##submenu celler## > temp.popupMenu = HMENU > temp.popupMenu.2 = GMENU_LAYERS > temp.popupMenu.2 { > hideMenuTimer = 100 > xPosOffset = {$xPosOffset} > leftOffset = 0 > target = _top > lockPosition = x > expAll = 1 > relativeToTriggerItem = 1 > topOffset = 29 > hideMenuWhenNotOver = 15 > } > > > temp.popupMenu.2.useLargestItemX = 1 > temp.popupMenu.2.wrap = bordercolor=white>|
> temp.popupMenu.2.NO { > wrap = tdundermenu>| > backColor = > XY = 127, 30 > 10 = TEXT > 10.text.field = nav_title // title > 10.offset = 10,19 > > } > > ##rollover submenu celler ## > temp.popupMenu.2.RO < temp.popupMenu.2.NO > temp.popupMenu.2.RO = 1 > > temp.popupMenu.2.RO { > backColor = {$transpColor} > 10.fontColor = white > } > > ##active submenu celler ## > temp.popupMenu.2.ACT < temp.popupMenu.2.RO > temp.popupMenu.2.ACT = 1 > > temp.popupMenu.2.ACT { > 20 = IMAGE > 20.file = sort_krekant2.gif > 20.offset = 120,22 > } > > > ## sub menu cells 3. level - the new part start ## > temp.popupMenu = HMENU > temp.popupMenu.3 = GMENU > temp.popupMenu.3 { > hideMenuTimer = 100 > xPosOffset = 100 > leftOffset = 127 > target = _top > lockPosition = x > expAll = 1 > relativeToTriggerItem = 1 > topOffset = 29 > hideMenuWhenNotOver = 15 > relativeToParentLayer = 1 > } > > > temp.popupMenu.3.useLargestItemX = 1 > temp.popupMenu.3.wrap = bordercolor=white>|
> temp.popupMenu.3.NO { > wrap = tdundermenu>| > backColor = > XY = 127, 30 > 10 = TEXT > 10.text.field = nav_title // title > 10.offset = 10,19 > } > > ##rollover submenu cells ## > temp.popupMenu.3.RO < temp.popupMenu.3.NO > temp.popupMenu.3.RO = 1 > > temp.popupMenu.3.RO { > backColor = {$transpColor} > 10.fontColor = white > } > > ##active submenu cells ## > temp.popupMenu.3.ACT < temp.popupMenu.3.RO > temp.popupMenu.3.ACT = 1 > > temp.popupMenu.3.ACT { > 20 = IMAGE > 20.file = sort_krekant2.gif > 20.offset = 120,22 > } > > ##sub menu cells 3. level - the new part end## > > ## TMENU_LAYERS## > includeLibs.tmenu_layers = media/scripts/gmenu_layers.php > > > > I found out myself! :o) I had to set the 3 level to relativeToTriggerItem. From webmaster at kersendesign.com Wed Dec 3 10:21:28 2003 From: webmaster at kersendesign.com (webmaster at kersendesign.com) Date: Wed, 3 Dec 2003 10:21:28 +0100 Subject: [Typo3-UG UK] help articles extension Message-ID: Hi I am new to Typo3 and I am doing fine with it. Documentation is great etc. but I came across something I can't figure out. I downloaded the articles extension I installed it - no errors - good so far went to pge i wanted to set it up in - no plugin listed for it - Hmmmm! I clicked on 'new' and the form for articles is there I put in an article called test and it listed it in the page info section - so it is there ready to go - but How do I get it onto the page???? i tried to create new page content and the articles plugin doesn't show at all. looked into templates - and the config for page outtput was there Would appreciate your help. Thanx in advance Katie & Stan Dickinson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.netfielders.de/pipermail/typo3-uk/attachments/20031203/1695fca5/attachment.html From ueda at ueda.nu Wed Dec 3 12:08:52 2003 From: ueda at ueda.nu (ueda at ueda.nu) Date: Wed, 03 Dec 2003 22:08:52 +1100 Subject: [Typo3-UG UK] (no subject) Message-ID: From webmaster at kersendesign.com Thu Dec 4 12:10:17 2003 From: webmaster at kersendesign.com (webmaster at kersendesign.com) Date: Thu, 4 Dec 2003 12:10:17 +0100 Subject: [Typo3-UG UK] Admin - error showing Message-ID: 2 Questions (Question 1) I am using the lastest freesite version (downloaded yesterday) I am getting the error message in the admin Warning: loadtca(/home/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 When i go to 'new' - in the list is 'photomarathon' with an empty icon (icon image not showing) if i click on it to create a new photo marathon image i get Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: reset(): Passed variable is not an array or object in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_transferdata.php on line 192 Warning: Variable passed to each() is not an array or object in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_transferdata.php on line 193 Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php): failed to open stream: No such file or directory in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 Warning: loadtca(): Failed opening '/home/ixnl/public_html/global/typo3conf/tbl_user_photomarathon.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ixnl/public_html/global/typo3/t3lib/class.t3lib_div.php on line 1830 I can't find an extension for photomarathon and can't figure out how to fix the problem (Question 2) Is there a doc on what the CHMOD permissions should be for the files and dir's for linux Thank you From amk at gagarin.dk Mon Dec 15 16:56:42 2003 From: amk at gagarin.dk (Anne-Marie Fagerlund Krogh) Date: Mon, 15 Dec 2003 16:56:42 +0100 Subject: [Typo3-UG UK] form content-element won=?ISO-8859-1?B?tA==?=t show in frontend Message-ID: Hi there... I wonder if anyone have come across a problem with the form content element? It wont show. I can see the content (the code) in the backend, but when I hit the front-end nothings there! I have saved and cleared everything. I am working with an implemented HTML template, and I use the "css_styled_content" Any suggestions? I From hawrightuk at yahoo.co.uk Sun Dec 21 12:45:06 2003 From: hawrightuk at yahoo.co.uk (Heather Wright) Date: 21 Dec 2003 11:45:06 +0000 Subject: [Typo3-UG UK] looking for life Message-ID: Is this mailing list active? I am subscribed to the installation mailing list, but it is very quiet (only seen my post and another person asking a quesiton), so I figured I would see what this list is like. Thanks for any replies. Heather -- just because you can, doesn't mean you should. From dan at danfrost.co.uk Sun Dec 21 18:16:48 2003 From: dan at danfrost.co.uk (dan frost) Date: Sun, 21 Dec 2003 17:16:48 +0000 Subject: [Typo3-UG UK] looking for life In-Reply-To: References: Message-ID: This list is a bit active, but most posts tend to go to the user/install/dev lists. this one is meant for UK-UG-specific stuff, although that's not really clear. The lists have got quieter recently - christmas etc. dan Heather Wright wrote: >Is this mailing list active? I am subscribed to the installation mailing >list, but it is very quiet (only seen my post and another person asking >a quesiton), so I figured I would see what this list is like. > >Thanks for any replies. > >Heather > > > From hawrightuk at yahoo.co.uk Sun Dec 21 19:30:22 2003 From: hawrightuk at yahoo.co.uk (Heather Wright) Date: 21 Dec 2003 18:30:22 +0000 Subject: [Typo3-UG UK] looking for life In-Reply-To: <3FE5D580.5020300@danfrost.co.uk> References: <3FE5D580.5020300@danfrost.co.uk> Message-ID: On Sun, 2003-12-21 at 17:16, dan frost wrote: > This list is a bit active, but most posts tend to go to the > user/install/dev lists. this one is meant for UK-UG-specific stuff, > although that's not really clear. > > The lists have got quieter recently - christmas etc. > > dan > > Heather Wright wrote: > > >Is this mailing list active? I am subscribed to the installation mailing > >list, but it is very quiet (only seen my post and another person asking > >a quesiton), so I figured I would see what this list is like. > > > >Thanks for any replies. > > > >Heather Well, on the off chance that someone may have come across something on this, my problem is the left column is not showing up : http://cgi.pheather.plus.com/clanFFS/ I have posted this to the linux install list, but am still waiting. Is there another list that may be more appropriate? Thanks for any pointers, Heather From nigel at pegasusconsulting.co.uk Sun Dec 21 19:40:32 2003 From: nigel at pegasusconsulting.co.uk (Nigel Jackson) Date: Sun, 21 Dec 2003 18:40:32 +0000 Subject: [Typo3-UG UK] looking for life In-Reply-To: References: <3FE5D580.5020300@danfrost.co.uk> Message-ID: the typo3-english list would be best...most people read this one nige