Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 28 August 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
03:20 zzxc Would anyone have any ideas as to why pages on my new typo3 setup are completely blank (0kb) even when the administration interface works?
03:22 gerards check apache log files.
03:22 gerards possibly out of memory errors.
03:23 zzxc There is nothing in the apache error log.
03:20 zzxc Would anyone have any ideas as to why pages on my new typo3 setup are completely blank (0kb) even when the administration interface works?
03:22 gerards check apache log files.
03:22 gerards possibly out of memory errors.
03:23 zzxc There is nothing in the apache error log.
03:25 zzxc Also, the automatic database importing in the 1-2-3 installation doesn't work. (I'm trying to set up a pre-setup demo) I had to manually cat *.sql | mysql -u typo3 -p typo3
03:25 zzxc Also, the automatic database importing in the 1-2-3 installation doesn't work. (I'm trying to set up a pre-setup demo) I had to manually cat *.sql | mysql -u typo3 -p typo3
04:03 zzxc nevermind, my webhost just had crazy defaults in php.ini.
04:07 zzxc nevermind, my webhost just had crazy defaults in php.ini.
04:27 gerards :)
04:27 gerards :)
05:38 meppl good morning
05:38 meppl good morning
05:49 drindt good morning
05:49 drindt good morning
05:55 silithlas hi, is there a way to setup the archive page for just a given page?
05:55 dax77 hi @all
05:57 Jessica Goodmorning
05:58 Jessica I'm still fighting with typo3
05:59 Jessica I can't combine 2 functions, the one is working but the other is saying "figure it out for yourself" ;)
05:59 Jessica Can someone help me through this?
05:55 silithlas hi, is there a way to setup the archive page for just a given page?
05:55 dax77 hi @all
05:57 Jessica Goodmorning
05:58 Jessica I'm still fighting with typo3
05:59 Jessica I can't combine 2 functions, the one is working but the other is saying "figure it out for yourself" ;)
05:59 Jessica Can someone help me through this?
06:00 dax77 hi Jessica, still that problem?
06:00 dax77 can you paste more code than yesterday at phpfi.com?
06:01 Jessica Well... still the same. The first (singleview) is getting the good data out of the table. But the second is not getting any data from the table
06:01 Jessica I will paste my whole code
06:02 Jessica http://phpfi.com/259162
06:04 silithlas and as for myself I have a problem with archives. I have different pages for archive menus, one by category, but as it seems we can make just one parameter for archive list page, I don't know what to do
06:00 dax77 hi Jessica, still that problem?
06:00 dax77 can you paste more code than yesterday at phpfi.com?
06:01 Jessica Well... still the same. The first (singleview) is getting the good data out of the table. But the second is not getting any data from the table
06:01 Jessica I will paste my whole code
06:02 Jessica http://phpfi.com/259162
06:04 silithlas and as for myself I have a problem with archives. I have different pages for archive menus, one by category, but as it seems we can make just one parameter for archive list page, I don't know what to do
06:08 Jessica do you see the problem dax77. I think I'm overlooking a small thing, but I don't know what. I think it has something to do with currentRow or something
06:09 dax77 Jessica: so you are sure both views are being run through?
06:08 Jessica do you see the problem dax77. I think I'm overlooking a small thing, but I don't know what. I think it has something to do with currentRow or something
06:09 dax77 Jessica: so you are sure both views are being run through?
06:12 Jessica I've tested yesterday. I've made a flexform who calls one of the function and both functions get called
06:12 uschi good morning dax77, morning Jessica :-))
06:12 Jessica only the listView function is displaying an empty div. So it's not getting any data from the database table
06:12 dax77 hi uschi :)
06:12 Jessica Goodmorgin uschi
06:12 Jessica Goodmorning I mean ;)
06:13 smeringe Jessica - are you duckstar? :)
06:13 dax77 Jessica: so its not the problem of both functions working together, but that the listView has no results?
06:13 uschi (_)> , (_)>, (_)> Let's have a cup of coffee first
06:13 smeringe good morning then - all ya others
06:13 Jessica Yesterday I was duckstar because I couldn't get the name Jessica >> IRC saying is registered already :-|
06:14 smeringe :(
06:14 dax77 thx uschi :)
06:14 silithlas is it possible to put such a command "plugin.tt_news.archiveTypoLink.parameter" in the TS of a page, or can I put this only in constants of the template?
06:14 uschi aah
06:14 dax77 silithlas: constants are just variables used in TS
06:14 Jessica dax77 yes the problem is that listView is not getting any results
06:12 Jessica I've tested yesterday. I've made a flexform who calls one of the function and both functions get called
06:12 uschi good morning dax77, morning Jessica :-))
06:12 Jessica only the listView function is displaying an empty div. So it's not getting any data from the database table
06:12 dax77 hi uschi :)
06:12 Jessica Goodmorgin uschi
06:12 Jessica Goodmorning I mean ;)
06:13 smeringe Jessica - are you duckstar? :)
06:13 dax77 Jessica: so its not the problem of both functions working together, but that the listView has no results?
06:13 uschi (_)> , (_)>, (_)> Let's have a cup of coffee first
06:13 smeringe good morning then - all ya others
06:13 Jessica Yesterday I was duckstar because I couldn't get the name Jessica >> IRC saying is registered already :-|
06:14 smeringe :(
06:14 dax77 thx uschi :)
06:14 silithlas is it possible to put such a command "plugin.tt_news.archiveTypoLink.parameter" in the TS of a page, or can I put this only in constants of the template?
06:14 uschi aah
06:14 dax77 silithlas: constants are just variables used in TS
06:14 Jessica dax77 yes the problem is that listView is not getting any results
06:15 silithlas dax77: I tried putting this in TS of a page, but it seems it does nothing. My goal is to have several AMENU pages, each one with its own LIST page, to handle archives for several categories
06:16 dax77 Jessica: the current code you pasted just returns an static content. so there should be a result - OR the functions is not getting called at all. so please debug $this->code
06:17 dax77 silithlas: sorry, I'm no TS guru :(
06:19 uschi sounds like tt_news
06:15 silithlas dax77: I tried putting this in TS of a page, but it seems it does nothing. My goal is to have several AMENU pages, each one with its own LIST page, to handle archives for several categories
06:16 dax77 Jessica: the current code you pasted just returns an static content. so there should be a result - OR the functions is not getting called at all. so please debug $this->code
06:17 dax77 silithlas: sorry, I'm no TS guru :(
06:19 uschi sounds like tt_news
06:21 Jessica dax77. Yes there is an result, but not with database data. Do you have example code for me or which code I have to look at?
06:24 dax77 sure, gimme a sec
06:21 Jessica dax77. Yes there is an result, but not with database data. Do you have example code for me or which code I have to look at?
06:24 dax77 sure, gimme a sec
06:25 Jessica Thanks dax77 :)
06:28 kaktuspalme Hi, i wanna do single sign on in our intranet via ntlm, but there arent extensions that work in 4.0, anyone an idea how i can realize it?
06:29 dax77 Jessica: http://phpfi.com/259163
06:25 Jessica Thanks dax77 :)
06:28 kaktuspalme Hi, i wanna do single sign on in our intranet via ntlm, but there arent extensions that work in 4.0, anyone an idea how i can realize it?
06:29 dax77 Jessica: http://phpfi.com/259163
06:30 Jessica Thanks dax77... I'm gonna debug now... hopefully it works
06:30 drindt someone please can take a look on my lil ts please? http://phpfi.com/259164 i cant remember how i can display the simple search mask... thanks for helping me
06:33 dax77 drint: doesn't this work: subparts.service < tt_content.search.30
06:34 drindt dax77: thanks that does
06:30 Jessica Thanks dax77... I'm gonna debug now... hopefully it works
06:30 drindt someone please can take a look on my lil ts please? http://phpfi.com/259164 i cant remember how i can display the simple search mask... thanks for helping me
06:33 dax77 drint: doesn't this work: subparts.service < tt_content.search.30
06:34 drindt dax77: thanks that does
06:37 Jessica dax77... oke I have debugged the code and added your code... but it is now displaying http://www.virtuallibrary.nl/index.php?id=120
06:38 Jessica seems it is now displaying something but still without no database data
06:37 Jessica dax77... oke I have debugged the code and added your code... but it is now displaying http://www.virtuallibrary.nl/index.php?id=120
06:38 Jessica seems it is now displaying something but still without no database data
06:51 silithlas what is the best search extension for typo3? to search in pages AND news
06:51 silithlas what is the best search extension for typo3? to search in pages AND news
06:55 bauschan hi
06:55 bauschan hi
07:02 floxx silithlas: just use indexedsearch - it's an sys extension...additionally you can use macinasearchbox
07:02 floxx silithlas: just use indexedsearch - it's an sys extension...additionally you can use macinasearchbox
07:06 tapo hi, I want to change the page title in an extension (... extends tslib_pibase). I've found a 'solution' in the web where it is possible to set the title with $GLOBALS["TSFE"]->page['title'] if the flag $this->conf['substitutePagetitle'] is 1 or 2. But how can I set this flag?
07:08 tapo nothing happens if I set "config.substitutePagetitle = 1" in the "template"/SETUP of the page with the extension
07:09 tapo in "$conf" in function main($content,$conf) { ...
07:09 dax77 $GLOBALS['TSFE']->page['title'] = 'whatever'
07:09 dax77 nothing else needed
07:06 tapo hi, I want to change the page title in an extension (... extends tslib_pibase). I've found a 'solution' in the web where it is possible to set the title with $GLOBALS["TSFE"]->page['title'] if the flag $this->conf['substitutePagetitle'] is 1 or 2. But how can I set this flag?
07:08 tapo nothing happens if I set "config.substitutePagetitle = 1" in the "template"/SETUP of the page with the extension
07:09 tapo in "$conf" in function main($content,$conf) { ...
07:09 dax77 $GLOBALS['TSFE']->page['title'] = 'whatever'
07:09 dax77 nothing else needed
07:14 silithlas is there a way in tt_news to display the latest news as single view? I tried what I found in the tt_news doc but it seems it does not work
07:14 tapo dax77: no change in page view
07:14 tapo dax77: I can do that in the main method?
07:14 silithlas is there a way in tt_news to display the latest news as single view? I tried what I found in the tt_news doc but it seems it does not work
07:14 tapo dax77: no change in page view
07:14 tapo dax77: I can do that in the main method?
07:18 tapo oh, tt_news also just sets $GLOBALS['TSFE']->page['title']
07:18 tapo oh, tt_news also just sets $GLOBALS['TSFE']->page['title']
07:21 dax77 jup, last call wins ;)
07:21 dax77 jup, last call wins ;)
07:35 tapo and last call is of typo3 page renderer. but I dont' understand why tt_news can set it
07:37 teppi|work good marning @ all :-)
07:37 teppi|work narf *o
07:35 tapo and last call is of typo3 page renderer. but I dont' understand why tt_news can set it
07:37 teppi|work good marning @ all :-)
07:37 teppi|work narf *o
07:40 tapo good moaning
07:44 teppi|work :p
07:40 tapo good moaning
07:44 teppi|work :p
07:45 null__ gm
07:45 null__ gm
07:57 m4rtijn mornink
07:58 drindt someone can help me to add a graphical button to the search form in tt_content.search my code here: http://phpfi.com/259171 isn't working properly the button are not shown, thanks for helping me
07:57 m4rtijn mornink
07:58 drindt someone can help me to add a graphical button to the search form in tt_content.search my code here: http://phpfi.com/259171 isn't working properly the button are not shown, thanks for helping me
08:24 drindt someone can help me to add a graphical button to the search form in tt_content.search my code here: http://phpfi.com/259171 isn't working properly the button are not shown, thanks for helping me
08:24 drindt someone can help me to add a graphical button to the search form in tt_content.search my code here: http://phpfi.com/259171 isn't working properly the button are not shown, thanks for helping me
08:45 koomi drindt: what is in tt_content.search.30?
08:45 koomi ah. nevermind
08:47 koomi drindt: sorry, no idea why it's not working. i think i used a simple extension for the searchbox: macina_searchbox iirc
08:48 koomi the image part just floats there - i don't see any image declaration in css_styled_content/static/setup.txt
08:45 koomi drindt: what is in tt_content.search.30?
08:45 koomi ah. nevermind
08:47 koomi drindt: sorry, no idea why it's not working. i think i used a simple extension for the searchbox: macina_searchbox iirc
08:48 koomi the image part just floats there - i don't see any image declaration in css_styled_content/static/setup.txt
09:07 Denyerec Heyhey people!
09:08 ndee hellas
09:08 uschi morning Denyerec
09:08 gerards hi Denyerec. how're doing pal.
09:08 Denyerec Things are going "OK"
09:08 uschi morning gerards
09:08 Denyerec I shot a bug yesterday
09:08 Denyerec And was quite pleased.
09:09 Denyerec Bug-report: http://www.denyerec.co.uk/gallery.php?pic=LeafInsect :)
09:09 uschi moorning dax77 :-)))
09:07 Denyerec Heyhey people!
09:08 ndee hellas
09:08 uschi morning Denyerec
09:08 gerards hi Denyerec. how're doing pal.
09:08 Denyerec Things are going "OK"
09:08 uschi morning gerards
09:08 Denyerec I shot a bug yesterday
09:08 Denyerec And was quite pleased.
09:09 Denyerec Bug-report: http://www.denyerec.co.uk/gallery.php?pic=LeafInsect :)
09:09 uschi moorning dax77 :-)))
09:10 gerards only bugs worth keeping I guess, and even then...
09:11 Denyerec hehe
09:11 silithlas_ how do I remove the "<p class="bodytext">" that encapsulate my news content ?
09:11 uschi second, silithlas_
09:12 silithlas I tried to use "content_stdWrap.wrap", but it just adds what i put there AFTER the bodytext class, it does not replace it
09:13 uschi here it comes, silithlas
09:13 uschi lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes >
09:14 uschi and, silithlas, if you would like to get rid of class="contenttable" for table:
09:14 uschi lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs >
09:14 uschi oh sorry, wrong one
09:10 gerards only bugs worth keeping I guess, and even then...
09:11 Denyerec hehe
09:11 silithlas_ how do I remove the "<p class="bodytext">" that encapsulate my news content ?
09:11 uschi second, silithlas_
09:12 silithlas I tried to use "content_stdWrap.wrap", but it just adds what i put there AFTER the bodytext class, it does not replace it
09:13 uschi here it comes, silithlas
09:13 uschi lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes >
09:14 uschi and, silithlas, if you would like to get rid of class="contenttable" for table:
09:14 uschi lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs >
09:14 uschi oh sorry, wrong one
09:15 uschi lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class >
09:15 silithlas what I would like in fact is to remove the <p> tag that encapsulate the whole text, because if I do not I cannot use <ul> inside my news
09:16 ndee http://dev.innocube.ch/anderaare/index.php?id=22 <-- On the top left menu, how can I say that it should only show "Dienstleistung" but not Anfahrt, Team and Kontakt?
09:17 ndee the top left menu is a sub menu and it should show it's "root" but not the other branches of that root.
09:17 uschi which p tag?
09:17 gerards silithlas: uschi has given you a nice hint I think. its somewhere in parseFunc_RTE
09:17 gerards the parseFunc_RTE of tt_news.
09:18 uschi and the original you find under css_styled_content/static
09:18 uschi what do you mean silithlas, your ul/ol is wrapped by a p???
09:19 uschi ndee, i have to leave
09:19 silithlas uschi: yes it is, because the whole text is wrapped by a p, so as the ul is inside, it is wrapped as well
09:19 ndee ahm, okay :D
09:19 uschi but if that is a hmenu, check the property special=list
09:15 uschi lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class >
09:15 silithlas what I would like in fact is to remove the <p> tag that encapsulate the whole text, because if I do not I cannot use <ul> inside my news
09:16 ndee http://dev.innocube.ch/anderaare/index.php?id=22 <-- On the top left menu, how can I say that it should only show "Dienstleistung" but not Anfahrt, Team and Kontakt?
09:17 ndee the top left menu is a sub menu and it should show it's "root" but not the other branches of that root.
09:17 uschi which p tag?
09:17 gerards silithlas: uschi has given you a nice hint I think. its somewhere in parseFunc_RTE
09:17 gerards the parseFunc_RTE of tt_news.
09:18 uschi and the original you find under css_styled_content/static
09:18 uschi what do you mean silithlas, your ul/ol is wrapped by a p???
09:19 uschi ndee, i have to leave
09:19 silithlas uschi: yes it is, because the whole text is wrapped by a p, so as the ul is inside, it is wrapped as well
09:19 ndee ahm, okay :D
09:19 uschi but if that is a hmenu, check the property special=list
09:20 ndee okay, will do
09:23 ndee uschi: the problem is(if you are still around), when I click on "Anfahrt", only "Anfahrt" should be on the top.
09:20 ndee okay, will do
09:23 ndee uschi: the problem is(if you are still around), when I click on "Anfahrt", only "Anfahrt" should be on the top.
09:25 silithlas where can I find all available button names for htmlarea?
09:26 ndee it was special = rootline :D
09:27 d|g hi all
09:27 silithlas in fact I search the button name to indent or desindent the text in RTE :)
09:28 Jessica Can someone recommend me a searchbox
09:30 silithlas ok I found, outdent and indent
09:25 silithlas where can I find all available button names for htmlarea?
09:26 ndee it was special = rootline :D
09:27 d|g hi all
09:27 silithlas in fact I search the button name to indent or desindent the text in RTE :)
09:28 Jessica Can someone recommend me a searchbox
09:30 silithlas ok I found, outdent and indent
09:31 d|g Jessica, you can use standard HTML Content Element for this ;)
09:31 d|g Jessica, you can use standard HTML Content Element for this ;)
09:38 silithlas is it possible to wrap an element only if the element is not empty?
09:39 silithlas I know it is possible if it is empty with ifEmpty, but... ^^
09:38 silithlas is it possible to wrap an element only if the element is not empty?
09:39 silithlas I know it is possible if it is empty with ifEmpty, but... ^^
09:40 Jessica standard HTML content element? Is that an extension or do you mean you can write your own standard HTML code for that?
09:43 d|g you can write your own Pagecontent with Type: HTML and insert it on pages
09:43 Jessica Yeah I know, but isn't it better to use an extension?
09:40 Jessica standard HTML content element? Is that an extension or do you mean you can write your own standard HTML code for that?
09:43 d|g you can write your own Pagecontent with Type: HTML and insert it on pages
09:43 Jessica Yeah I know, but isn't it better to use an extension?
09:45 null__ ?~#?
09:45 d|g good question =) i don't use any extension
09:46 null__ Jessica: indexed_search is a fine extension, which can search page content elements and pdf, word etc.
09:45 null__ ?~#?
09:45 d|g good question =) i don't use any extension
09:46 null__ Jessica: indexed_search is a fine extension, which can search page content elements and pdf, word etc.
09:50 Jessica indexed-search is great, but I want it in DUTCH
09:50 d|g null__ indexed_search the best =)
09:51 Jessica Hmm is there a way to translate that???
09:52 null__ Jessica: indexed_search is an extension. you install it the normal way. You insert in als as pligun into a page.
09:53 null__ So your visitor gets a search [______] input and the search result is presentend like a google search with page rank etc
09:54 Jessica I know, but it's not a systemextension, so I don't know what to change
09:54 null__ you can search for text, media, only search in pdf documents, that are somewhere in you user_uploads folder, and .. on
09:50 Jessica indexed-search is great, but I want it in DUTCH
09:50 d|g null__ indexed_search the best =)
09:51 Jessica Hmm is there a way to translate that???
09:52 null__ Jessica: indexed_search is an extension. you install it the normal way. You insert in als as pligun into a page.
09:53 null__ So your visitor gets a search [______] input and the search result is presentend like a google search with page rank etc
09:54 Jessica I know, but it's not a systemextension, so I don't know what to change
09:54 null__ you can search for text, media, only search in pdf documents, that are somewhere in you user_uploads folder, and .. on
09:55 null__ of course you have to import it first
09:55 null__ :)
09:56 null__ it gues you know how to install an extension.?
09:56 m4rtijn hmm, is anyone here experience in multi language websites ?
09:56 d|g Jessica, may be Extension Manager > Translation handling can help you?
09:57 m4rtijn somehow most of my translations in the navigation are only shown when I click them... which s**** :p
09:58 Jessica Translation handling might be an option
09:58 m4rtijn ?
09:58 null__
09:55 null__ of course you have to import it first
09:55 null__ :)
09:56 null__ it gues you know how to install an extension.?
09:56 m4rtijn hmm, is anyone here experience in multi language websites ?
09:56 d|g Jessica, may be Extension Manager > Translation handling can help you?
09:57 m4rtijn somehow most of my translations in the navigation are only shown when I click them... which s**** :p
09:58 Jessica Translation handling might be an option
09:58 m4rtijn ?
09:58 null__
10:00 m4rtijn I have translation handling I guess
10:00 m4rtijn http://phpfi.com/259187
10:01 m4rtijn but the site navigation doesnt work as I would like.. sometimes it does show translations.. sometimes it doesnt
10:03 m4rtijn any ideas Jessica ?
10:03 m4rtijn Denyerec ? u there?
10:04 Denyerec hey
10:00 m4rtijn I have translation handling I guess
10:00 m4rtijn http://phpfi.com/259187
10:01 m4rtijn but the site navigation doesnt work as I would like.. sometimes it does show translations.. sometimes it doesnt
10:03 m4rtijn any ideas Jessica ?
10:03 m4rtijn Denyerec ? u there?
10:04 Denyerec hey
10:05 m4rtijn hey ho dude
10:05 m4rtijn did u ever make a multi language site?
10:07 m4rtijn somehow my navigation doesnt know if its supposed to be english or german sometime :p
10:07 null__ m4rtijn: You created "new alternative pagelanguage" for each page?
10:07 m4rtijn not every.. but most of m
10:07 null__ And you get the &L=1&L=0 twice?
10:07 m4rtijn no.. only L 1 or l2 not both
10:08 null__ there should be &L=0&L=1
10:08 m4rtijn really?
10:09 null__ the first is the language where are "you coming from" (site) , and the second is the new language you want to see
10:09 m4rtijn hrm..
10:09 null__ I had this problem too, i think clearing page cache solved it :)
10:05 m4rtijn hey ho dude
10:05 m4rtijn did u ever make a multi language site?
10:08 m4rtijn somehow my navigation doesnt know if its supposed to be english or german sometime :p
10:08 null__ m4rtijn: You created "new alternative pagelanguage" for each page?
10:08 m4rtijn not every.. but most of m
10:08 null__ And you get the &L=1&L=0 twice?
10:08 m4rtijn no.. only L 1 or l2 not both
10:08 null__ there should be &L=0&L=1
10:08 m4rtijn really?
10:09 null__ the first is the language where are "you coming from" (site) , and the second is the new language you want to see
10:09 m4rtijn hrm..
10:09 null__ I had this problem too, i think clearing page cache solved it :)
10:10 Denyerec Me...
10:10 Denyerec No :()
10:10 Denyerec I looked into HOW to do it
10:11 Denyerec but so far, no client has requested it.
10:11 null__ And you should try to get the &L be rendered everytime, even if user chooses no language
10:11 null__ this should sove
10:12 Jessica When I am making a multilanguage site I just insert the languages at my template
10:12 Jessica @ typo3 template
10:12 m4rtijn thx null__
10:12 m4rtijn I didnt know cache would be inteferring with translation stuff..
10:12 m4rtijn guess that was my prob :p
10:10 Denyerec Me...
10:10 Denyerec No :()
10:10 Denyerec I looked into HOW to do it
10:10 Denyerec but so far, no client has requested it.
10:10 null__ And you should try to get the &L be rendered everytime, even if user chooses no language
10:10 null__ this should sove
10:12 Jessica When I am making a multilanguage site I just insert the languages at my template
10:12 Jessica @ typo3 template
10:12 m4rtijn thx null__
10:12 m4rtijn I didnt know cache would be inteferring with translation stuff..
10:12 m4rtijn guess that was my prob :p
10:20 m4rtijn Jessica ?
10:20 m4rtijn how do you insert a language in youre template?
10:20 m4rtijn Jessica ?
10:20 m4rtijn how do you insert a language in youre template?
10:36 Jessica Oh sorry m4rtijn I was working on something else
10:36 dax77 hi
10:37 Jessica in your typoscript template you have the option "Include static:" in the info/modify mode
10:37 Jessica and there you can choose your language
10:37 Jessica I've chosen dutch
10:38 Jessica and every extension that has the dutch translation will appear in dutch
10:38 Jessica did someone work with the Generic User Import Tool extension??
10:36 Jessica Oh sorry m4rtijn I was working on something else
10:36 dax77 hi
10:37 Jessica in your typoscript template you have the option "Include static:" in the info/modify mode
10:37 Jessica and there you can choose your language
10:37 Jessica I've chosen dutch
10:38 Jessica and every extension that has the dutch translation will appear in dutch
10:38 Jessica did someone work with the Generic User Import Tool extension??
10:45 d|g Jessica, very strange way... choose language from Include static
10:45 d|g Jessica, very strange way... choose language from Include static
10:57 d|g Jessica, and... language.nl (dutch) [DEPRECATED] don't include anything for plugin.indexed_search
10:58 fred^ hmm, the crop for the subheader of ttnews .. ive set it to 300, still wont listen to this
10:57 d|g Jessica, and... language.nl (dutch) [DEPRECATED] don't include anything for plugin.indexed_search
10:58 fred^ hmm, the crop for the subheader of ttnews .. ive set it to 300, still wont listen to this
11:00 d|g plugin.tt_news.displayLatest.subheader_stdWrap.crop = 300 | ... | 1 ?
11:03 Jessica d|g I see that indexed_search uses typoscript to define the language
11:03 Jessica so I have to say in typoscript that language is NL
11:04 Jessica config.language = nl
11:04 m4rtijn hmm, If I open a new browser window for my site.. and change the language from german to english.. nothing happens. as soon as I choose a navigation link the site translates.. and from then on it works fine..
11:00 d|g plugin.tt_news.displayLatest.subheader_stdWrap.crop = 300 | ... | 1 ?
11:03 Jessica d|g I see that indexed_search uses typoscript to define the language
11:03 Jessica so I have to say in typoscript that language is NL
11:04 Jessica config.language = nl
11:04 m4rtijn hmm, If I open a new browser window for my site.. and change the language from german to english.. nothing happens. as soon as I choose a navigation link the site translates.. and from then on it works fine..
11:05 fred^ yep, d|g
11:05 d|g yes... use Extension Manager > Translation handling also
11:05 m4rtijn what could this be?? any ideas??
11:06 m4rtijn the page does reload if I click the english flag.. but doesnt translate
11:06 d|g fred^, this works for me
11:07 d|g fred^, but crop = 55 | ... | 1
11:07 m4rtijn hmm.. I think I found the problem.. forget what I said :)
11:09 Jessica Okay I see now @ the typo3 buglist that in typo3 4 or higher that the config.language won't work
11:09 Jessica Someone has an update about that bug?
11:05 fred^ yep, d|g
11:05 d|g yes... use Extension Manager > Translation handling also
11:05 m4rtijn what could this be?? any ideas??
11:06 m4rtijn the page does reload if I click the english flag.. but doesnt translate
11:06 d|g fred^, this works for me
11:07 d|g fred^, but crop = 55 | ... | 1
11:07 m4rtijn hmm.. I think I found the problem.. forget what I said :)
11:09 Jessica Okay I see now @ the typo3 buglist that in typo3 4 or higher that the config.language won't work
11:09 Jessica Someone has an update about that bug?
11:10 fred^ yeah
11:10 fred^ it seems the default is 100
11:10 fred^ anything beyond that limit is ignored here
11:10 fred^ seems it crop to the last word right before the limit is reached
11:10 d|g fred^, may be 300 very big value?
11:11 fred^ ill try 200
11:11 fred^ does tt_news listen to config.language ?
11:14 d|g fred^, yes
11:10 fred^ yeah
11:10 fred^ it seems the default is 100
11:10 fred^ anything beyond that limit is ignored here
11:10 fred^ seems it crop to the last word right before the limit is reached
11:10 d|g fred^, may be 300 very big value?
11:11 fred^ ill try 200
11:11 fred^ does tt_news listen to config.language ?
11:14 d|g fred^, yes
11:17 d|g fred^, and something like this "plugin.tt_news._LOCAL_LANG.de.goToArchive = ..." too
11:17 d|g fred^, and something like this "plugin.tt_news._LOCAL_LANG.de.goToArchive = ..." too
11:22 fred^ okay, cool
11:22 fred^ okay, cool
11:55 mikhas good day!
11:56 mikhas got a question as for webshops/e-shops. anyone had any experience with commerce vs.tt_products and want to share your view?
11:55 mikhas good day!
11:56 mikhas got a question as for webshops/e-shops. anyone had any experience with commerce vs.tt_products and want to share your view?
12:01 fred^ ive been meaning to try out commerce
12:02 fred^ however i do have one view i want to share: that ecommerce does not belong in typo3 at this time
12:02 fred^ depends on the scale, but it most cases, thats my sentiment
12:01 fred^ ive been meaning to try out commerce
12:02 fred^ however i do have one view i want to share: that ecommerce does not belong in typo3 at this time
12:02 fred^ depends on the scale, but it most cases, thats my sentiment
12:07 mikhas fred^: do you think tt_products is a better go at this time?
12:08 mikhas fred^: I'm attending t3con07 in about a month, will see a presentation of commerce then, should be interesting.
12:08 mikhas go => product
12:09 fred^ im not sure, since i have not tried it myself. might be that commerce already works better than tt_products
12:09 fred^ what project are you gonna use it for ?
12:07 mikhas fred^: do you think tt_products is a better go at this time?
12:08 mikhas fred^: I'm attending t3con07 in about a month, will see a presentation of commerce then, should be interesting.
12:08 mikhas go => product
12:09 fred^ im not sure, since i have not tried it myself. might be that commerce already works better than tt_products
12:09 fred^ what project are you gonna use it for ?
12:10 null__ jesus, i start to like t3
12:11 mikhas I've had experience with tt_products in the past, and it was pretty messy, but on the other hand we were bound to a pretty old typo3-installation and with multiple languages. well, this is a shop, but in a quite simple way.
12:10 null__ jesus, i start to like t3
12:11 mikhas I've had experience with tt_products in the past, and it was pretty messy, but on the other hand we were bound to a pretty old typo3-installation and with multiple languages. well, this is a shop, but in a quite simple way.
12:17 silithlas I search for a good way to put a contact form on my website, any idea? I would like the possibility to choose from a dropdown list the contact to send the form to. Is there any extension which does that? thanks
12:17 silithlas I search for a good way to put a contact form on my website, any idea? I would like the possibility to choose from a dropdown list the contact to send the form to. Is there any extension which does that? thanks
12:20 fred^ yeah, tt_products was still pretty messy last time i tried it
12:23 Jessica I need a password changer, but the password changer I want to use has no documentation how to insert it
12:23 Jessica does someone know how to insert fechangepassword plugin into your page?
12:20 fred^ yeah, tt_products was still pretty messy last time i tried it
12:23 Jessica I need a password changer, but the password changer I want to use has no documentation how to insert it
12:23 Jessica does someone know how to insert fechangepassword plugin into your page?
13:19 wacky_ Is there a way to show the elements for 'all' languages in a content listing ? in the FE
13:19 wacky_ Is there a way to show the elements for 'all' languages in a content listing ? in the FE
13:37 m4rtijn re
13:37 m4rtijn does smbdy know if its possible to have checkboxes in a mailform in multiple languages?
13:37 m4rtijn re
13:37 m4rtijn does smbdy know if its possible to have checkboxes in a mailform in multiple languages?
14:31 silithlas mmm I have a problem, anybody has an idea why typo3 replaces my "href" tags with "links" tags?
14:33 wanttogohome whats the difference between href tags and links tags????
14:31 silithlas mmm I have a problem, anybody has an idea why typo3 replaces my "href" tags with "links" tags?
14:33 wanttogohome whats the difference between href tags and links tags????
14:36 dax77 wanttogohome: <href ...> and <link...>
14:37 dax77 there is a difference ;)
14:38 wanttogohome ok. i go home ^^
14:36 dax77 wanttogohome: <href ...> and <link...>
14:37 dax77 there is a difference ;)
14:38 wanttogohome ok. i go home ^^
14:44 dax77 ok, than I'm leaving too. cu
14:44 dax77 ok, than I'm leaving too. cu
16:06 EdwinX Hi! I have a big problem: my typo3 installation was fine, but since a few minutes ago my homepage gives the error "No pages are found on the rootlevel!"..! I can't remember changing anything, except that I installed the extension "different linklayout", but I can't imagine that's te problem. However, I removed the extension, the error remains!
16:07 EdwinX Non-rootlevel pages are showing just like normal, without errors! Anybody any idea what's going on?
16:07 silithlas hi
16:09 silithlas hi, I have a problem with archives, I have setup in my template plugin.tt_news.datetimeDaysToArchive = 365, but the new articles from this year are still in the archive, why?
16:06 EdwinX Hi! I have a big problem: my typo3 installation was fine, but since a few minutes ago my homepage gives the error "No pages are found on the rootlevel!"..! I can't remember changing anything, except that I installed the extension "different linklayout", but I can't imagine that's te problem. However, I removed the extension, the error remains!
16:07 EdwinX Non-rootlevel pages are showing just like normal, without errors! Anybody any idea what's going on?
16:07 silithlas hi
16:09 silithlas hi, I have a problem with archives, I have setup in my template plugin.tt_news.datetimeDaysToArchive = 365, but the new articles from this year are still in the archive, why?
16:26 silithlas nobody can help me with tt_news archives? :)
16:26 silithlas nobody can help me with tt_news archives? :)
16:41 rejeep Hi! How do I change the mapping in templatevoila?
16:41 rejeep Hi! How do I change the mapping in templatevoila?
16:59 elbart hello guys
16:59 elbart hello guys
17:32 wilz is there a way to set a default value for "Show hidden elements" in TV's advanced functions ?
17:32 wilz is there a way to set a default value for "Show hidden elements" in TV's advanced functions ?
18:46 kaktustmimi hi there!
18:48 elbart hi
18:49 kaktustmimi is there anybody working with lib/div?
18:49 kaktustmimi I have problems with getting my get-Parameters in my classes
18:46 kaktustmimi hi there!
18:48 elbart hi
18:49 kaktustmimi is there anybody working with lib/div?
18:49 kaktustmimi I have problems with getting my get-Parameters in my classes
18:52 elbart i do
18:54 elbart whats the special problem?
18:52 elbart i do
18:54 elbart whats the special problem?
19:02 kaktustmimi elbart, sry - been away
19:02 kaktustmimi my problem is, that I don't know how to access my parameters with lib/div methods
19:03 elbart $this->parameters->get('myGetParam');
19:03 kaktustmimi I'm trying something like this: $this->parameters->get('group_id')
19:03 kaktustmimi jepp
19:03 elbart but this could already have changed, cause i was on holidays for 2 weeks now
19:03 kaktustmimi hehe
19:04 kaktustmimi which format do the parameters need to have in the URL?!?
19:04 kaktustmimi are they filtered?
19:04 elbart yes
19:04 elbart only params with you extkey
19:04 kaktustmimi I suppose only parameters for my plugin are passed to the lib/div class
19:02 kaktustmimi elbart, sry - been away
19:02 kaktustmimi my problem is, that I don't know how to access my parameters with lib/div methods
19:03 elbart $this->parameters->get('myGetParam');
19:03 kaktustmimi I'm trying something like this: $this->parameters->get('group_id')
19:03 kaktustmimi jepp
19:03 elbart but this could already have changed, cause i was on holidays for 2 weeks now
19:03 kaktustmimi hehe
19:04 kaktustmimi which format do the parameters need to have in the URL?!?
19:04 kaktustmimi are they filtered?
19:04 elbart yes
19:04 elbart only params with you extkey
19:04 kaktustmimi I suppose only parameters for my plugin are passed to the lib/div class
19:05 elbart so like ..index.php?id=2&tx_extKey[myGetParam]=something
19:05 kaktustmimi is it like [ext_key]param=
19:05 kaktustmimi ?
19:05 kaktustmimi hm - the other way round?
19:05 kaktustmimi ext_key[param]=value?
19:05 elbart like i wrote
19:05 kaktustmimi ok - I'll give it another try
19:06 kaktustmimi is it depricated to use the old t3lib functions for accessing parameters?
19:07 elbart in the background the t3lib-functions are used to read the post and get-params
19:07 kaktustmimi ha - it works now
19:07 kaktustmimi thanks a lot
19:07 elbart no prob ;)
19:07 kaktustmimi I had the wrong order
19:07 kaktustmimi things can be so simple ;)
19:07 elbart but the order is always the same
19:07 elbart with pi_base functions also
19:07 kaktustmimi I didn't know
19:08 elbart ok
19:08 kaktustmimi thought it might be the other way round
19:08 kaktustmimi ...
19:08 elbart now you know
19:08 kaktustmimi indeed ;)
19:05 elbart so like ..index.php?id=2&tx_extKey[myGetParam]=something
19:05 kaktustmimi is it like [ext_key]param=
19:05 kaktustmimi ?
19:05 kaktustmimi hm - the other way round?
19:05 kaktustmimi ext_key[param]=value?
19:05 elbart like i wrote
19:05 kaktustmimi ok - I'll give it another try
19:06 kaktustmimi is it depricated to use the old t3lib functions for accessing parameters?
19:07 elbart in the background the t3lib-functions are used to read the post and get-params
19:07 kaktustmimi ha - it works now
19:07 kaktustmimi thanks a lot
19:07 elbart no prob ;)
19:07 kaktustmimi I had the wrong order
19:07 kaktustmimi things can be so simple ;)
19:07 elbart but the order is always the same
19:07 elbart with pi_base functions also
19:07 kaktustmimi I didn't know
19:08 elbart ok
19:08 kaktustmimi thought it might be the other way round
19:08 kaktustmimi ...
19:08 elbart now you know
19:08 kaktustmimi indeed ;)
19:11 kaktustmimi does anybody know about the rules to write an article on the Typo3 Wiki?
19:11 kaktustmimi As I'm a beginner in Extension writing and also in lib/div, I'd like to write a tutorial for dummies
19:11 kaktustmimi perhaps, I have a more beginner's-like-view on things that might help others...
19:12 elbart i think you should look at some example extensions which are also used as tutorials for lib/div
19:12 elbart in the TER are extensions like apples, cherries and banans
19:13 kaktustmimi I took a look at them
19:13 elbart ahh ok, but it's not clear yet?
19:13 kaktustmimi the problem is, that the extension seems to change quite fast, so that examples used in this tuts are often not up to date
19:11 kaktustmimi does anybody know about the rules to write an article on the Typo3 Wiki?
19:11 kaktustmimi As I'm a beginner in Extension writing and also in lib/div, I'd like to write a tutorial for dummies
19:11 kaktustmimi perhaps, I have a more beginner's-like-view on things that might help others...
19:12 elbart i think you should look at some example extensions which are also used as tutorials for lib/div
19:12 elbart in the TER are extensions like apples, cherries and banans
19:13 kaktustmimi I took a look at them
19:13 elbart ahh ok, but it's not clear yet?
19:13 kaktustmimi the problem is, that the extension seems to change quite fast, so that examples used in this tuts are often not up to date
19:25 kaktustmimi and there seem to be quite a few "gaps" in the current tutorials
19:25 kaktustmimi where you need a lot of time to find out, why your code doesn't work
19:25 elbart but writing a tut now will also be very heavy to keep up to date
19:25 wilz how can I active realURL cache even if logged on the BackEnd ?
19:25 kaktustmimi elbart, perhaps you are right
19:25 kaktustmimi thought about that problem too
19:26 kaktustmimi I think, up to now, there is no real tutorial on how to get started
19:26 kaktustmimi the example tuts are ok, but they are not build up step by step
19:26 elbart i think until beta is not published you should put your energy into the development to get a good working result
19:26 kaktustmimi there are just "there" to take a look at them
19:26 elbart no
19:27 kaktustmimi there -> they
19:27 elbart for apples is also a documentation published i think
19:27 kaktustmimi yes - I used it quite a lot
19:27 elbart and thats a "step by step"-one
19:27 kaktustmimi but it's not complete
19:27 kaktustmimi I had a lot of problems, following it
19:28 kaktustmimi so I started to look at other tutorials
19:28 kaktustmimi which took me quite a long time to find and to work with
19:28 kaktustmimi but ok - I will wait...
19:28 kaktustmimi and work on my extensions ;9
19:28 kaktustmimi are you in the development team of lib/div?
19:29 elbart i don't want stop positive energy and i can't evaluate how important tutorials are for now
19:25 kaktustmimi and there seem to be quite a few "gaps" in the current tutorials
19:25 kaktustmimi where you need a lot of time to find out, why your code doesn't work
19:25 elbart but writing a tut now will also be very heavy to keep up to date
19:25 wilz how can I active realURL cache even if logged on the BackEnd ?
19:25 kaktustmimi elbart, perhaps you are right
19:25 kaktustmimi thought about that problem too
19:26 kaktustmimi I think, up to now, there is no real tutorial on how to get started
19:26 kaktustmimi the example tuts are ok, but they are not build up step by step
19:26 elbart i think until beta is not published you should put your energy into the development to get a good working result
19:26 kaktustmimi there are just "there" to take a look at them
19:26 elbart no
19:27 kaktustmimi there -> they
19:27 elbart for apples is also a documentation published i think
19:27 kaktustmimi yes - I used it quite a lot
19:27 elbart and thats a "step by step"-one
19:27 kaktustmimi but it's not complete
19:27 kaktustmimi I had a lot of problems, following it
19:28 kaktustmimi so I started to look at other tutorials
19:28 kaktustmimi which took me quite a long time to find and to work with
19:28 kaktustmimi but ok - I will wait...
19:28 kaktustmimi and work on my extensions ;9
19:28 kaktustmimi are you in the development team of lib/div?
19:29 elbart i don't want stop positive energy and i can't evaluate how important tutorials are for now
19:30 elbart no, i'm not in there, i only read the ect-mailinglist and ask questions if i i'm not able to work furthermore
19:31 kaktustmimi ect-mailinglist?!?
19:31 Denyerek Any offers as to why my imagemagick install is unable to read TIF or PNG ?
19:32 elbart extension coordination team
19:32 elbart http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination
19:30 elbart no, i'm not in there, i only read the ect-mailinglist and ask questions if i i'm not able to work furthermore
19:31 kaktustmimi ect-mailinglist?!?
19:31 Denyerek Any offers as to why my imagemagick install is unable to read TIF or PNG ?
19:32 elbart extension coordination team
19:32 elbart http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination
19:35 typo3-developer I installed adodb and dbal. These extensions works fine and my own extension can work with the external database. My problem is to dump the sql file (ext_tables.sql) in the external database through the extension manager. I can get it in manual, but I think it isn’t the right solution do anyone know a better?
19:39 kaktustmimi elbart, do you know anything about the ccf (common category framework)?
19:39 elbart erm... no sorry
19:35 typo3-developer I installed adodb and dbal. These extensions works fine and my own extension can work with the external database. My problem is to dump the sql file (ext_tables.sql) in the external database through the extension manager. I can get it in manual, but I think it isn’t the right solution do anyone know a better?
19:39 kaktustmimi elbart, do you know anything about the ccf (common category framework)?
19:39 elbart erm... no sorry
19:45 Denyerek anyone here ever dealt with Suse
19:45 Denyerek anyone here ever dealt with Suse
20:28 dokma hey ppl
20:28 dokma any life here?
20:28 dokma Denyerec, ries ?
20:28 dokma koomi, uschi ?
20:29 ries dokma: some
20:29 dokma ahh fine
20:29 dokma hope you're not bussy
20:29 dokma I've got a q for u
20:29 dokma can you think of an elegant way to attach a mm_forum thread to a tt_news article in single view?
20:28 dokma hey ppl
20:28 dokma any life here?
20:28 dokma Denyerec, ries ?
20:28 dokma koomi, uschi ?
20:29 ries dokma: some
20:29 dokma ahh fine
20:29 dokma hope you're not bussy
20:29 dokma I've got a q for u
20:29 dokma can you think of an elegant way to attach a mm_forum thread to a tt_news article in single view?
20:40 Denyerec Cor
20:41 Denyerec that's quite an ask :/
20:40 Denyerec Cor
20:41 Denyerec that's quite an ask :/
20:51 flipmoe5000 hi
20:51 flipmoe5000 i updated the macmade loginbox
20:51 flipmoe5000 it works with md5
20:51 flipmoe5000 now it isn't possible anymore to login
20:51 flipmoe5000 anyone an idea?
20:54 Awillys any sr_feuser_register user around?
20:54 Awillys got pb with Realurl
20:51 flipmoe5000 hi
20:51 flipmoe5000 i updated the macmade loginbox
20:51 flipmoe5000 it works with md5
20:51 flipmoe5000 now it isn't possible anymore to login
20:51 flipmoe5000 anyone an idea?
20:54 Awillys any sr_feuser_register user around?
20:54 Awillys got pb with Realurl
20:55 Awillys i added the piece of code they suggested but still the redirection after registration fails
20:55 Awillys i added the piece of code they suggested but still the redirection after registration fails
22:34 dokma Awillys: what code?
22:34 dokma Awillys: what code?
22:38 Denyerec Anyone wanna offer an opinion on this: http://www.denyerec.co.uk/files/DSCF7176_p.jpg ? :/
22:38 Denyerec Anyone wanna offer an opinion on this: http://www.denyerec.co.uk/files/DSCF7176_p.jpg ? :/
22:40 jessica Goodevening
22:42 ries Denyerec: great as aways from you...
22:40 jessica Goodevening
22:42 ries Denyerec: great as aways from you...
22:47 bedlamhotel denyerec: agreed. good eye.
22:47 Denyerec Ta. I wasn't sure how strong it was.
22:47 bedlamhotel denyerec: agreed. good eye.
22:47 Denyerec Ta. I wasn't sure how strong it was.
22:52 jessica Can someone tell me how to get a filename without getting the entire path?
22:52 dokma jessica: ?
22:53 jessica I've uploaded a file through typo3 extension to a db table, but if I'm getting the data out I get the whole path to the file (var/www/typo3...)
22:53 jessica dokma?
22:54 dokma what does 'I'm getting' mean?
22:54 dokma getting where?
22:52 jessica Can someone tell me how to get a filename without getting the entire path?
22:52 dokma jessica: ?
22:53 jessica I've uploaded a file through typo3 extension to a db table, but if I'm getting the data out I get the whole path to the file (var/www/typo3...)
22:53 jessica dokma?
22:54 dokma what does 'I'm getting' mean?
22:54 dokma getting where?
22:55 Denyerec jessica won't basename() just give you the filename from a path?
22:57 jessica I've tried it, but I get an error
22:55 Denyerec jessica won't basename() just give you the filename from a path?
22:57 jessica I've tried it, but I get an error
23:01 jessica I'm gonna try something else
23:01 jessica I'm gonna try something else
23:07 bedlamhotel hey, any shell experts in here?
23:07 bedlamhotel hey, any shell experts in here?
23:11 brain-xy is anybody an expert in htmlarea?
23:11 brain-xy is anybody an expert in htmlarea?
23:45 kaktustmimi jessica, what about a regexp ;)
23:45 kaktustmimi I know it's dirty, but it allways works ;)
23:45 kaktustmimi good n8 everybody...
23:45 kaktustmimi jessica, what about a regexp ;)
23:45 kaktustmimi I know it's dirty, but it allways works ;)
23:45 kaktustmimi good n8 everybody...

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.