Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 28 April 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 4 5 8 9 10 11 12 13 14 15 16 17 18 19 22 23 24 25 26 27 28 29 30
00:01 lolli_ on forge are issue trackers, web svn repositories and so on. you can get an idea there on how active exts of your above list are
00:02 ironm I have to check all this stuff .. didn't make any bug report before
00:03 lolli_ happy reading :) don't hurry. better try to come up with some clean things. that makes the authors more happy ;)
00:03 Thasmo Reporting's not that hard - you have to register a TYPO3 account - then you can use this account on all (most?) services of TYPO3 like the bugtracker, forge, typo3.org etc.
00:03 ironm good to know Thasmo
00:04 Thasmo Just don't get shocked by all the bug reports on the bugtracker. :>
00:04 ironm of course I will test my solutions and check the bugtrucker lists before reporting a bug
00:05 ironm ;-)
00:05 lolli_ :)
00:06 ironm if there would be another choice .. similar like typo3 I would move to the other one probably *g*
00:06 Thasmo Choice of another CMS?
00:06 ironm yes
00:06 ironm another free CMS
00:06 Thasmo Why would you move?
00:07 ironm with similar features
00:07 Thasmo Yeah, what's the reason you would change?
00:07 ironm it costs a lot of time to look for different issues (typo3)
00:07 lolli_ you'll have this problem with every bigger system ;)
00:08 ironm originally I wanted just to use ONLY a CMS ... not to look for bugs
00:08 ironm I am afraid that is the point lolli_ *ggg*
00:26 ironm Thasmo: another reason (for moving to another CMS) would be (imho) a clean separation between content and layout .. e.g. like Dockbook
00:27 Thasmo DocBook?
00:28 ironm yes
00:28 Thasmo Not sure how you compare this to TYPO3.
00:28 ironm it is of course not a CMS ..
00:29 ironm the separation of content and layout is not very clean (imho)
00:29 ironm in typo3
00:30 Thasmo what's dirty about it? :>
00:36 ironm Thasmo: if you put a text inside a content element you can "format" it by hand
00:37 Thasmo You mean the RTE?
00:37 Thasmo Text Editor?
00:37 ironm but there is nor a big issue ..
00:37 ironm List -> Pagename -> Content -> Text
00:38 ironm nor = not
00:38 Thasmo You refer to usability issues?
00:38 ironm somehow I like an xml-like style ...
00:39 ironm yes
00:39 Thasmo TYPO3 is also build for dummies which can't handle XML.
00:39 ironm I know
00:39 Thasmo So therefor they can use a text editor.
00:40 ironm btw. .. I missing a vim-mode (as RTE)
00:40 lolli_ ^^
00:40 Thasmo vim mode - you mean editing the surce?
00:40 Thasmo source
00:41 Thasmo or do you mean some special keyboard shortcuts etc.?
00:41 lolli_ yeah that would be neat. i would like to have :%s/foo/bar in rte too, and want to search with / :) wanna hack something up, ironm?
00:41 ironm another thing is when you move an existing website how to do it quickly ... so I prefer to have some text files (for templates) and include them in the root template
00:42 ironm yes lolli_ :-)
00:42 lolli_ or ... i could just install vimperator as firefox extenion ;)
00:42 ironm I don't know vimperator until now
00:43 ironm are you comfortable with vi Thasmo ?
00:43 lolli_ try it ;) pretty funny to enhance ff with vim features ;)
00:43 ironm I have to check it lolli_ :-)
00:43 ironm and the REGEX stuff ? .. @ Thasmo
00:44 Thasmo I never used vi(m) so far - but I'm tha masta with pico :> lol
00:44 lolli_ ironm, for moving content / pages between sites ... there is a import / export func in core. you can sync full pagetrees with this
00:44 Thasmo SO im not sure how regex/vim should help me maintain content.
00:44 ironm well .. I don't like pico .. didn't have enough time to learn more how to use pico
00:44 ironm Thasmo: a lot ...
00:45 Thasmo But I've seen some screencasts about ... ... forgotten how it is called :>
00:45 Thasmo HTML Zen :>
00:46 ironm lolli_: I was using it .. BUT .. I designed my old site usint Templavoila ... and don't want to use it anymore (TV) .. so I have to pull out all the +extension templates stuff ...
00:47 lolli_ next step: never ever use +ext templates ever ;)
00:47 Thasmo I don't like TV either - never used it after I saw it - I stick to the good old marker templates
00:47 lolli_ always push them to files
00:47 ironm *lol* @ lolli_
00:48 Thasmo lolli_, I actually do that, too.
00:48 lolli_ so you can manage them with your favorite version controll and hack them with vi ;)
00:48 Thasmo And all available TS-files will be populated to the static templates field :>
00:48 ironm and I would guess NOT to use the Constant-Editor .. but just overwrite the defaults in the Constant of the template-file
00:49 ironm +s
00:49 lolli_ yep :)
00:49 ironm the "so called" high learnig curve for typo3 users *ggg*
00:51 ironm did you check it the export / import function works properly when you export using let's say 4.1.5 and import to 4.3.3 ?
00:51 ironm lolli_: ^^^
00:52 lolli_ you could get a nice curve if you're employed in a good t3 agency for some time with cool colleagues ;)
00:52 ironm yes ... but only small part of people have such possibilities
00:52 lolli_ or go to some user groups or something. the t3 community is pretty verbose ;)
00:53 ironm not always ;-)
00:55 Thasmo lolli_, do you may have a clue how to populate the default value of the type field (select) dynamically on creation of the record?
00:56 lolli_ yes
00:56 lolli_ mom
00:56 Thasmo Haha, you may wanna share it with me? :>
00:56 lolli_ overwrite tca
00:56 lolli_ mom, looking for example
00:57 lolli_ extTables.php
00:57 Thasmo thanks - I tried it with the itemsProcFunc, but it seems TYPO3 relies on the 'default' value explicitly.
00:57 lolli_ $TCA['tt_news']['columns']['type']['config']['default'] = 3;
00:57 Thasmo yeah but I need to set it dynamically/randomly
00:57 Thasmo it's not always 3
00:57 lolli_ that is used for timtab actually to set tt_news to this type by default
00:57 ironm it looks like I should read more about TCA ... *g*
00:58 lolli_ hmmm dynamically? depending on what?
00:58 Thasmo lolli_ I need to set the type of the record differently on creation, based on a specific circumstance.
00:58 lolli_ eg?
00:59 Thasmo on whatever I want - but in this case the type of a child-record (IRRE) needs to be set based on the parent type.
00:59 lolli_ i see
00:59 Thasmo like a record of type CAR should be able to hold only sub-records of type CAR either.
00:59 lolli_ yeah, got it
01:00 lolli_ mmmh
01:00 Thasmo by setting the items dyxnamically (filtering all other types) I have no sucess.
01:00 Thasmo typo3 relies explicitly on the 'default' definition
01:00 ironm I have to leave now .. GN8 .. and thanks again for your hints :-)
01:00 Thasmo it seems.
01:00 Thasmo ironm, see you soon.
01:00 ironm tomorrow I guess ;-)
01:02 lolli_ wild guessing: if itemsProcFunc doesn't work ... you could search for a hook ...
01:03 Thasmo lolli_, thats my try: http://pastie.org/938284 - which actually works - but besides that TYPO3 still sets the initial type to the value of 'default' or if not set, to NULL I think.
01:03 lolli_ but else ... no good idea atm
01:03 Thasmo I don't think there's a hook which fires before the form gets generated - I think.
01:03 Thasmo k
01:03 Thasmo Hah, imho that's a missing feature. :>
01:05 lolli_ ^^ maybe ... i would have to take a look at the source to answer this
01:05 Thasmo Nah, np - it's late already - maybe I have more luck tomorrow or maybe you're there still (or again xD) and I'll have a closer look.
01:06 Thasmo With tomorrow I mean today evening. :>
01:06 lolli_ good luck, need to take a nap, too
01:06 Thasmo k k thanks anyways!
01:06 lolli_ but i'll not be here tomorrow ;)
01:06 Thasmo today evening :>
01:06 Thasmo maybe ill find a hook or a hack or help ... the 3 'h's :>
01:07 lolli_ have fun ;)
01:07 Thasmo cu
07:14 PiMB morning!
08:59 sorenmalling Morning
09:01 Prot0 morning :]
09:05 Amr0d Good morning
09:26 Philiptypo3dk Hello ... I have a javascript:linkTo_UnCryptMailto script, to mails shown on a page. However, it's stopped working. Any suggestion?
09:29 Philiptypo3dk Any1?
09:41 Prot0 Philiptypo3dk: check for javascript errors on your page
09:41 Philiptypo3dk I am ... just edited the script aswell
09:41 Philiptypo3dk Usual, this worked config.spamProtectEmailAddresses = 1
09:41 Philiptypo3dk Now ..config { spamProtectEmailAddresses = 1 spamProtectEmailAddresses_atSubst = <span style="display:none;">ping</span><span style="display:normal;">@</span> spamProtectEmailAddresses_lastDotSubst = <span style="display:none;">pong</span><span style="display:normal;">.</span> }
09:41 Philiptypo3dk doesnt work either
09:41 Philiptypo3dk so.. trying to update java , and see what will happends then
09:44 Philiptypo3dk Same problem, hm..
09:44 Philiptypo3dk It has always worked.
09:44 Philiptypo3dk Any other scripts I could try? And I'm not going to use mailto:'s :P
09:53 Philiptypo3dk Damnit, it won't work anymore. The Typo3 is on 4.2.5.
10:00 Philiptypo3dk Anyone has a working config.spamProtectEmailAddresses script ?
10:01 Denyerec2 lo lo
10:05 snoy_ms Philiptypo3dk: please use http://www.phlogi.net/t3/tsp/ when pasting code
10:09 Philiptypo3dk Haha, I found the error ... somehow, page.config.removeDefaultJS = 1 was set ... and the script has always been working
10:13 snoy_ms Is it a problem to develop an extension and using an external class which is under Apache Licence, Version 2.0 ?
10:13 snoy_ms Is that ok ?
10:13 snoy_ms I don't understand all that Licence stuff and compatible things
10:21 maholtz|WORK @snoy_ms: if you use include() it should be ok, if you copy & paste the code, it is more difficult
10:21 maholtz|WORK sometimes it helps to ask the author directly
10:21 snoy_ms maholtz|WORK: ok, thx ;-). Its an external class.
10:43 edzjins g'morning everyone
10:44 maholtz|WORK morning:)
10:50 edzjins damn, forgot some details on the thing i wanted to do
10:50 edzjins had it yesterday, deleted, now want it back but pufff, lost and forgotten ;D
10:51 edzjins is there a possibility to roll-back template setup?
10:56 maholtz|WORK ... sure
10:56 maholtz|WORK but you are offline now...
10:57 maholtz|WORK @edzjins: sure
10:57 maholtz|WORK if you talk about typoscript templates
10:58 edzjins yep, about typoscript template
10:59 edzjins [offtopic - firefox keeps crashing once in a few hours, annoying]
10:59 maholtz|WORK list modul - check "extended view" at the bottom so you get a lot of icons for each content element
11:00 maholtz|WORK the icon with the clock on the right of the info icon shows you the history
11:00 edzjins cool, found it :)
11:00 edzjins thanks
11:00 maholtz|WORK your welcome :)
11:23 edzjins anybody can hit me with an interesting internet radio? sick of winamp shuffle
11:25 anteatersa last.fm
11:26 edzjins don't have 3$ on my bank account to pay right now ;D
11:28 anteatersa you don't need to pay, the free service is pretty good
11:29 edzjins where do you get the free service there?
11:29 yareckon hi guys, can someone direct me to a good document to look at compatibility issues between 4.3 and 4.0 ? Something like a features changelog?
11:30 sorenmalling yareckon: There is a changelog file with every release
11:30 yareckon http://bugs.typo3.org/changelog_page.php <-- I found this, but it is a bit overwhelming
11:31 anteatersa yareckon: that's gonna be a huge list
11:32 yareckon yeah, so I gather
11:35 yareckon more looking at where extensions would break. Is there good documentation, or a convention on when the extensions api changes between versions?
11:36 yareckon guess I should search for some blogs on that subject
11:36 anteatersa I think you'd have to go through the extension's changelogs too (if they have them)
11:40 maholtz|WORK @yareckon: perhaps http://wiki.typo3.org/index.php/Category:ReleaseNotes
11:42 yareckon thanks... I should be able to piece together what I need from that
11:43 edzjins i have some problems with the notorious IE
11:44 edzjins :)
11:44 edzjins it may be not related with TYPO3, but as i am here now, i'll ask it anyways
11:45 edzjins IE renders my navigation menu, i can see it in the source code, but it doesn't show on page. the worst - i can't see where it has been placed in the page. maybe it's under something, but i just can't see it.
11:45 edzjins anybody up for a good solution for a list style menu displaying normally in IE?
11:48 yareckon if you are using z-index for dropdown menus, be aware that IE creates a new z-index context for each relatively or absolutely positioned element
11:48 yareckon i.e. position: relative implies z-index:0
11:48 yareckon which is wrong, and can screw up stacking
11:48 edzjins i don't use z-index
11:48 edzjins it's a one level menu
11:48 yareckon ok
11:49 yareckon my advice is then that if things don't render at all, that you may have a validaton issue
11:50 edzjins it renders, can see it in the source code.
11:50 yareckon if your css and html don't validate, no one on the internet is gonna be able to help you
11:50 edzjins looked over everything, no practical reason not to render.
11:50 yareckon cause bugs need a baseline
11:50 edzjins tb, not to show it.
11:51 yareckon (at this point, a link might help)
11:52 edzjins http://citaautoskola.dsp.lv/
11:52 edzjins "No template file found" is not about that :)
11:53 edzjins don't pay attention to it.
11:53 maholtz|WORK @edzjins: use firebug, shows jquery error
11:56 yareckon if you get validation errors this serious.... you need to check your template -> Line 59, Column 7: end tag for element "HEAD" which is not open
11:56 yareckon browsers go crazy with unmatched tags
11:57 yareckon may also be a doctype issue
11:57 edzjins i'm quite sure i don't define <head> tags by myself :)
12:00 edzjins really don't know how to solve this thing.. i guess i'll have to make a css file for IE, the worst.
12:05 anteatersa edzijns, when I have an issue like this I normally go through my css bit by bit, cmmenting out sections until the menu shows, then you know what part of css file is causing the error
12:06 yareckon good luck.... seems like the validation error may also be a red herring.... dunno.
12:06 yareckon your head tag is definitely closed.... probably it's your writing html tags in your javascript
12:07 yareckon http://www.htmlhelp.com/tools/validator/problems.html
12:08 edzjins i have it, but i have both opening and closing html tags there
12:09 yareckon yeah, apparently it's still not valid to have unescaped html tags inside a script block
12:09 edzjins i changed menu position from absolute to relative in ie css, now i can at least see the menu. fcked up quite much, but progress tho. i needed the absolute position to position the menu at the bottom of the container div
12:09 yareckon stupid problem with the spec
12:09 yareckon good work!
12:09 yareckon anyway, good luck
12:10 yareckon you can have unescaped html in a separate javascript file of course
12:11 edzjins i feel it's gonna take me a day or two to get rid of all the ie issues
12:11 edzjins it's always like that
12:11 nettezzaumana hi all
12:11 edzjins i've seen only one page, which works in ie even without specific markup changes
12:12 edzjins a friend of mine made it, in typo3. and what a surprise, it even works ok in ie 5.5
12:12 edzjins he didn't even check before ;D
12:12 edzjins hi nettezzaumana (:
12:12 nettezzaumana does a typo3 web iface contain some tool which would print out a features list and theirs state .. like if is enabled or so
12:12 nettezzaumana there is only *Reports on right side
12:14 yareckon nettezzaumana, you might want to take a look at the extensions manager
12:14 nettezzaumana yareckon: sounds very nice .. but where is it?
12:14 yareckon usually under tools in the backend
12:16 nettezzaumana yareckon: very nice, http://img689.imageshack.us/img689/3126/typo3extm.png .. i guess you thought this
12:17 nettezzaumana yareckon: pff. i am little bit surprised about @alpha versions there since i downloaded stable version of typo3
12:17 Prot0 nettezzaumana: the state 'alpha' doesnt mean so much
12:17 Prot0 :-)
12:18 yareckon can't speak to that myself, but you're in the right channel to complain
12:18 Prot0 at leats for most extensions
12:18 Prot0 in your case the t3editor is something that may be used by admins for typoscript administration
12:18 nettezzaumana yareckon: i am not complaining ;)
12:18 Prot0 its not a key feature for the system :-)
12:18 nettezzaumana yareckon: i am just wondering
12:19 nettezzaumana but anyway, i am not the one who uses it .. i'm just a Unix admin responsible that typo3 is perfectly installed and running like charm
12:22 nettezzaumana yareckon: would you please take a look at this and tell me, if it looks normally? http://img59.imageshack.us/img59/2554/typo3extm1.png
12:23 edzjins looks fine for me
12:23 yareckon I am not the most seasoned t3 person here, but that screenshot looks relatively ok to me...maybe if you have more specific questions you can ask them and someone more experienced can answer them
12:24 edzjins daaaamn, cleared all the css for the menu in ie css file, still don't see it
12:24 edzjins feels fcked up
12:24 edzjins :)
12:26 nettezzaumana edzjins & yareckon .. thanks much for excellent help, i have no additional Q:s since i have been only ordered to make typo3 running on solaris sparc and then send in email a login credentials and hostname to our web devel team
12:26 randomresult nettezzaumana: well actually this doesnt show wether typo3 is installed to run perfect :)
12:27 edzjins yep
12:27 nettezzaumana randomresult: pff. if it looks ok i consider it as ok :p
12:28 randomresult this only shows which extensions are loaded or in use
12:28 edzjins you can also check the database integrity and things like that
12:28 randomresult noting about ur config (of webserver)
12:28 nettezzaumana randomresult: logs don't contain any meancing vomit, dbase seems running, everything seems then fine
12:28 nettezzaumana i did edzjins ..
12:28 randomresult thats not the point
12:28 edzjins well, then it should be ok
12:29 randomresult you should have a look in the installtool
12:29 nettezzaumana superb, thanks guy and sorry for semi-pointless molesting
12:29 edzjins if the page doesn't run correctly, we're waiting you back with a specific error.
12:29 nettezzaumana s/guy/guys
12:29 edzjins :)
12:29 randomresult and then check if all the needful software like catdoc is installed
12:29 nettezzaumana k
12:30 randomresult this has nothing to do with typo3 but can be helpful
12:30 nettezzaumana yeah .. sounds reasonable
12:31 randomresult nettezzaumana: http://typo3.org/about/system-requirements/
12:31 nettezzaumana btw. i have found, that typo3 doesn't have a solaris sparc installer .. i made one .. do you think, that it would be useful to give typo3 developers a script which will build full typo3 installer from latest packages ?
12:32 randomresult i dont think so
12:32 nettezzaumana randomresult: i met all of this including optional requirements
13:05 edzjins pff, still fighting the IE
13:05 edzjins mindfck
13:24 maholtz|WORK @edzjins: is your html and css valide now?
13:27 edzjins will check
13:30 edzjins 16 Errors, 32 warning(s)
13:31 edzjins also a few, which i don't take responsibility of creating
13:31 edzjins like, there is no attribute "XMLNS"
13:31 maholtz|WORK so, i learned to fix _all_ errors first..
13:31 edzjins end tag for element "HEAD" which is not open
13:31 maholtz|WORK well, that could have an impact on the rendering
13:31 edzjins head tags should be generated by typo3, also the opening tag.
13:32 edzjins where can the problem come from?
13:33 andiolsi hi, i want to migrate from mysql to postgresql. is there a recommended procedure for that?
13:33 edzjins i don't see a possibility of this getting fixed by myself, 'cuz i don't write <head> tags anywhere.
13:33 yareckon edzjins, see my note earlier... dunno why the validator doesn't like your doctype
13:33 yareckon also you have embedded javascript with html tags in it
13:34 yareckon most browsers should handle the js with tags.. as it is very common despite not validating
13:34 yareckon but the doctype I would worry about
13:35 yareckon you could also move the javascript to a linked file, and say goodbye to some of those errors
13:35 yareckon dunno how t3 sets up the doctype or if it is something in the template?
13:35 yareckon someone here might know
13:36 yareckon your language is uncommon, but shouldn't be the issue, probably something about the declaration being malformed
13:36 edzjins i also don't know about that. and i'm still quite worried about that non-open head tag, where the hell does that come from.
13:36 yareckon edzjins, I think that the validator is picking up all of those html tags in your javascript and getting confused
13:36 yareckon just my guess
13:37 yareckon it's not a bug for them to fix as unescaped tags in javascript are technically not valid
13:37 yareckon see Benoetigt
13:37 yareckon woops
13:37 yareckon http://www.htmlhelp.com/tools/validator/problems.html
13:40 edzjins yep, already had this link.
13:41 yareckon headed to lunch, but good luck
13:51 maholtz|WORK @StaffanE: well, typo3.com + typo3.org will be merged, forge.typo3.org is different
13:52 CeeFaxx hi together
13:52 Prot0 lo
13:53 CeeFaxx i have one questions ... can i install typo3 win installer on win2003 server to make a new site for our company ?
13:57 CeeFaxx huhu ?
14:16 sorenmalling CeeFaxx: Yes, that should be possible.
14:16 sorenmalling The reason i say should, is because I have to experience with IIS
14:17 sorenmalling Or are you planning to use apache on Win2003 server?
14:18 sorenmalling If you are going to work on it for test purpose only, you can consider http://typo3winstaller.sourceforge.net/
14:26 CeeFaxx hmm not just for test ... i want to take the site online when rdy ... that was my question can i do this with wininstaller ... with IIS typo doesnt work lol php makes problems
14:27 CeeFaxx why just for tests ?
14:44 ironm Hi SargoDarya :-)
14:44 SargoDarya jo ironm
14:50 CeeFaxx is ma jemand da der mal mal kurz ne frage beantworten kann ? ....
14:51 ironm depends on your question CeeFaxx ;-)
14:51 SargoDarya CeeFaxx: Ask in english always
14:51 CeeFaxx oki
14:51 SargoDarya And just ask, someone will always answer
14:51 CeeFaxx can i install typo3 win installer on win2003 server to make a new site for our company ?
14:52 ironm CeeFaxx: I don't know as I prefer to use Linux
14:56 SargoDarya CeeFaxx: Can't help you with windows server but normally typo3 should work on windows
14:56 pmk65 CeeFaxx: The best solution would be to install an Apache locally. You can use a package like XAMPP, which contains Apache,PHP, MySQL etc. -> http://www.apachefriends.org/en/xampp.html
14:56 PiMB CeeFaxx, it
14:56 PiMB it's possible
14:56 PiMB I've done it before ( IIS 6 and IIS 7 (
14:56 PiMB but I strongly encourage to use linux..
14:56 PiMB lamp..
14:56 CeeFaxx but i want to take the site online when ready ...
14:59 CeeFaxx PiMB its possible with win installer or IIS u mean ? .. or can i install xampp on server 2003 and take the site online ?
14:59 elmargol install virtualbox+LAMP be happy
14:59 PiMB you want to develop on windows and move it to linux?
15:00 PiMB then definetly use some kind of lamp / virtual environment
15:00 CeeFaxx no develop on windows and take them online with windows server when ready
15:00 elmargol online windows servers are funny :)
15:01 PiMB it's possible
15:02 PiMB but why on windows specifically?
15:02 CeeFaxx ya i think so too:D .... because of that i want to install with installer or xampp .. but i dont know whether that is good and safe
15:03 CeeFaxx iam not so a hero at linux ... with commands and all
15:09 CeeFaxx hmmm give it a good linux server with gui ?
15:10 CeeFaxx I would think the
15:10 ironm ubuntu could be a good choice CeeFaxx .. or just Debian
15:10 CeeFaxx ubuntu as webserver ?
15:10 ironm als Linux base CeeFaxx ...
15:11 PiMB makes more sense then windows as a webserver ;)
15:11 ironm there is a typo3 meta package ...
15:11 CeeFaxx in ubuntu ?
15:11 ironm this meta package will install all components you need .. including apache, mysql, php5 etc ...
15:11 ironm CeeFaxx: apt-get update; apt-get install typo3
15:12 CeeFaxx I think I'll have problems then php and my sql in linux install because I can not so well then the command
15:12 CeeFaxx oooh nice
15:12 CeeFaxx have u link for me ?
15:13 ironm CeeFaxx: 64-bit PC (AMD64) server install CD - http://releases.ubuntu.com/releases/10.04/ubuntu-10.04-rc-server-amd64.iso
15:14 ironm CeeFaxx: or just take the version you need: http://releases.ubuntu.com/releases/10.04/
15:18 CeeFaxx oki thank you
15:18 CeeFaxx i download ubuntu :D
16:47 anteatersa how can I access typoscript setup from inside my userfunc function called from tca file?
16:48 anteatersa in other files I use $this->conf['myTyposcriptValue']
17:28 anteatersa is there a t3lib or tslib function to get $conf array?
17:39 DaHaiz hi, someone here who'd like to help me with typo3/templavoila?
17:43 SargoDarya DaHaiz: Just ask
17:45 DaHaiz i've got a footmenu in my tempalte which contains links to the imprint, contact and stuff like that
17:47 DaHaiz can you recommend me a way how to handle these links as seperate menu? i want these pages not be displayed in my mainmenu
18:12 anteatersa dahaiz: in your menu Typoscript setup you can choose pages to exclude via excludeList: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
18:35 DaHaiz is this setting possible to use as whitelist? so that i can make a seperate tree in the root and only include these pages?
18:41 DaHaiz and another question: is it possible to view the first subpage if a page is clicked?
18:48 anteatersa DaHaiz: there is another option:
18:48 anteatersa footerMenu = HMENU
18:48 anteatersa footerMenu {
18:48 anteatersa special = list
18:48 anteatersa special.value = {$footerMenuList}
18:48 anteatersa $footerMenuList being a list of pids: 1,2,3
18:55 flipmoe hi
18:55 flipmoe if i want to map a container the generated output is somehow a bit weird: http://pastie.org/939451
18:58 DaHaiz anteatersa, that's exactly what i was looking for, thanks. is this typoscript right if i want a pipe between the menuitems?
18:58 DaHaiz lib.footMenu = HMENU
18:58 DaHaiz lib.footMenu{
18:58 DaHaiz special = list
18:58 DaHaiz special.value = 172,183,184
18:58 DaHaiz wrapItemAndSub = | \| |*| \| |*| |
18:58 DaHaiz }
18:58 DaHaiz ## footMenu [End]
18:58 DaHaiz i dont't know how to escape the pipe in ts
18:58 anteatersa there is an html special character for pipe
18:59 anteatersa http://www.degraeve.com/reference/specialcharacters.php
19:00 anteatersa not sure you can escape pipes in typoscript
19:02 DaHaiz oh i forgot the entities, thanks again
19:02 DaHaiz does typo3 provide any errorlog for typoscript?
19:10 DaHaiz my ts looks like this now:
19:11 DaHaiz lib.footMenu = HMENU
19:11 DaHaiz lib.footMenu {
19:11 DaHaiz special = list
19:11 DaHaiz special.value = 172, 183, 184
19:11 DaHaiz wrapItemAndSub = | &#124; |*| | &#124; |*| |
19:11 DaHaiz }
19:11 DaHaiz but the menu is not displayed. the page are existing for sure and the part is also mapped correctly because displaying a simple hello world works
19:13 anteatersa are the pages set to hide in menu maybe?
19:15 DaHaiz no because they are display correctly in the main menu
19:17 DaHaiz don't i have to define a TMENU?
19:19 anteatersa yes, after your wrap
19:27 DaHaiz atm it looks like this:
19:27 DaHaiz ## footMenu [begin]
19:27 DaHaiz lib.footMenu = HMENU
19:27 DaHaiz lib.footMenu {
19:27 DaHaiz special = list
19:27 DaHaiz special.value = 172,183,184
19:27 DaHaiz }
19:27 DaHaiz lib.footMenu.1 = TMENU
19:27 DaHaiz lib.footMenu.1{
19:27 DaHaiz wrapItemAndSub = | &#124; |*| | &#124; |*| |
19:27 DaHaiz }
19:27 DaHaiz ## footMenu [End]
19:28 DaHaiz i don't have an idea how to turn that right. I'm going crazy..
19:39 flipmoe hey any idea regarding that: http://pastie.org/939535
19:39 flipmoe thx

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.