Search the website and IRC logs

#TYPO3 IRC log from : Friday 30 October 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan 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
08:24 NMB hi all
08:24 NMB does any body know to create chained select boxes in the typo3 admin panel
08:24 NMB i have made an extension, which have categories and then subcategories
08:25 NMB i want to have in backend so when a record is added it will show two select boxes in the first one it will show all categories
08:26 NMB whenever i select a different category in this selectbox another selectbox will be loaded that will contain only subcategories related to that selected main category
08:26 NMB i hope i cleared my point
08:26 NMB does any body knows how to do that in typo3?
08:59 menak hi
09:00 marcuslind hello.
09:00 menak i extended srfeuserregister with some fields. the new fields show up apon creation, but not when editing the profile
09:00 marcuslind|WORK cleared cache?
09:01 menak i tried plugin.tx_srfeuserregister_pi1.edit < plugin.tx_srfeuserregister_pi1.create
09:01 menak but that didn't help
09:01 menak so how do I get them to show up?
09:08 NMB anybody have a solution to my problem?
09:12 NMB hello anybody there?
09:20 menak no
09:20 menak cu leet boyz
09:29 NMB bye bye guys
09:29 NMB zzzzzzz........
09:39 marcuslind|WORK When developing extensions. Witch locallang.xml file is for the tx_extname_pi1 files? It works fine for the backend index.php file but $GLOBALS['LANG']->getLL() doesnt work in the pi1 file.
09:48 Georges_Abitbol I just need to display the level 1 page title if I am on level 1 or more. It seems simple but I can not find. Any help please ?
09:50 marcuslind|WORK Found my problem, you dont write $GLOBALS['LANG']->getLL() in the frontend, you use $this->pi_getLL()
11:15 zed_devil hi all
11:17 zed_devil i tried to create a headline with a page titel like that http://paste.phlogi.net/-268d00eacf/ my problem is that its allways in german, i need a lang switch if i change the language
11:17 zed_devil can someone help me
11:17 zed_devil plz
11:26 jbaptiste_j Hello, I seem to have a bug since I upgraded to 4.2.10 I would like someone with a 4.2.10 to check if this happens to them too : when I edit a content in the RTE, which existed prior to the update,and this content already has an existing link then I cannot change the "title" field in the interface
11:31 jbaptiste_j Of course I can change it if I edit the HTML of my content
11:39 bmack zed_devil, you're talking bout a multi-language setup?
11:40 bmack and german is your default language?
11:40 bmack It'd be helpful if you'd share some more details.
11:47 zed_devil yes i need a multi lang setup
11:47 zed_devil german is default
11:48 zed_devil what informations do you need
12:20 bmack zend_devil: the thing is that your TypoScript object RECORDS does not do the language overlay for your fields in. However
12:21 bmack you should try it directly.
12:21 bmack ID 12 is always ID 12.
12:22 bmack thus, always the default language (as the translations are in pages_lanauge_overlay instead of pages
12:26 bmack do you want to print out the title of the current page or specifically (really hardcoded) the one of ID 12
12:26 bmack ?
14:01 atmos4 hi, someones got an idea hwy required = 1 isnt working on the root object of a COA? the wrap is still rendered even if there's no content
14:04 atmos4 code snipped up at http://pastebin.org/49509
15:03 jbaptiste_j I'm trying to set Safe Mode OFF in Debian, I've been able to put it to OFF Globally but it is still On locally (Debian) what's the trick ?
15:23 jbaptiste_j I"m affected by a bug which causes gm to overload the server unless safe_mode is turned OFF, I was able to put safe mode OFF globally in Debian but it is still on locally and I can't find how to fix that, any clue ?
15:46 atmos4 probably in a .htaccess or vhost config
15:46 atmos4 I'd also go the route of only disabling it for typo3 and reenabling globally
15:47 atmos4 jbaptiste_j: .
15:48 jbaptiste_j thanks atmos4 good idea but I didn't find any suspicious .htaccess Vhost is in apache2.conf right ?
15:49 atmos4 well usually in it's own files
15:50 atmos4 depends on your settup
15:50 jbaptiste_j I'm running a Debian Lenny
15:51 arne hi
15:52 arne one quick question: how do i check with typoscript if i am on the front page?
15:52 atmos4 well for me it was enough to set safe_mode to off in /etc/php5/apache2/php.ini
15:52 atmos4 but you could do a grep -Rn safe_mode /etc/ to see if it's defined anywhere else
15:53 atmos4 arne: you can check TSFE:id
15:53 jbaptiste_j thanks atmos4 I'll do that
15:53 atmos4 [globalVar = TSFE:id = <frontpagepid>]
15:53 atmos4 then your code
15:54 atmos4 [global]
15:54 atmos4 put that on highest level of your setup, not nested in a ts block or it'll break
15:55 arne thanks atmos4
16:02 HardPhuck damn, 'realty' sorting stops working if i enable realurl
16:05 atmos4 any hints on getting required = 1 working on the root object of a COA?
16:05 atmos4 I also tried myCoa.stdWrap.required = 1 but still myCoa.wrap is applied if the content is empty
16:08 atmos4 nevermind
16:08 atmos4 using myCoa.stdWrap.required =1 and myCoa.stdWrap.wrap did the trick
16:09 atmos4 I'll never get why sometimes you need the additional stdWrap and sometimes not
16:10 jbaptiste_j atmos4 I did the grep and I get things such as /etc/apache2/conf.d/typo3-dummy.conf:154: php_admin_value safe_mode on do I get rid of them clearig the cache ? It seems not because I cleared the cache and did the grep again and they are still there. Where do those come from ?
16:12 WildChild Hello. Is there a way to create content structure templates?
16:15 jbaptiste_j Okie I got it it's in <IfModule mod_php5.c> just need to check that and restart
16:19 atmos4 jbaptiste_j: just edit that file
16:20 atmos4 it was probably installed with the typo3 debian package
16:20 Provito WildChild, check out FCE's
16:20 atmos4 I never use packages for typo3 so I can't say
16:20 atmos4 the conf.d files are included by apache
16:20 Provito I've been very impressed with the new typo3 solr extension, I'm working on some updates for it but the faceted searching and suggestions are excellent
16:21 Provito also the ts editor in 4.3.0beta2 is excellent as keeps the position when editing now, this will save time
16:21 ries Provito: I need to check that out aswell..
16:21 Provito ries, it's excellent
16:22 Provito hey kraftb
16:22 kraftb heya !
16:22 Provito ries, it would have been nice if they used lib/div rather than kickstarter to create the extension though
16:22 ries Provito: I do have a lot of projects where I need specialised searches though.... for example find my all records with these and that text and where some type of teh record is set to a other value... I need to check if solr can help me with that aswell
16:23 ries I think lib/div is deprecated by now...
16:23 Provito wha...
16:23 ries Elmar is gone with teh wind... he was a weird but good developer
16:23 Provito hmm well I've used it regularly and it's much cleaner than kickstarter
16:24 Provito ries, I'm using a combination of mysql 5.1 xpath and solr for this current site. Working nicely searching within flexform FCE values
16:24 jbaptiste_j atmos4 It worked thanks
16:25 Provito it's nice being able to create a FCE then add on a search interface and custom results with the content
16:25 ries For a project I currently work on I am using PostgreSQL's tsearch2..
16:25 ries I will search only through one table though...
16:25 ries so my searches are fairly simple
16:25 Provito well worth looking at solr if you have time to investigate, I've got a working setup after 5/6 hours and currently modifying the facets
16:26 Provito I'm creating a custom facet structure based on the URI so that pages within the structure can be filtered
16:27 jbaptiste_j atmos4 well actually I may still miss something the phpinfo() which I put in the same dr as dummy tells me my safe mode is Off but the Typo install tool still tells me safe mode is on (???)
16:27 Provito the tricky areas have been that the current solr/typo3 implementation does not take into account dynamic plugin results, I've made some modifications added the cHash parameter to the index
16:30 Provito hmm crawlers not got a hook for the 4.3 scheduler extension
16:32 jbaptiste_j okay have a nice week end dudes
16:32 Provito jbaptiste_j, and you
16:33 atmos4_ cya
16:34 atmos4_ IE6 is driving me nuts again
16:35 ries atmos4: forget about IE6... or charge the client IE tax :D
16:35 atmos4_ well given IE6 market share this isn't yet an option
16:36 atmos4_ however I dropped IE5.5 support on new projects
16:36 atmos4_ working around it's box model bugs was even more a pain thean fixing for IE6
16:37 atmos4_ but I wonder why IE6 breaks on sth simple like onmouseover="document.getElementById('shop-list-image').innerHTML=this.getElementsByClassName('item-image-hidden')[0].innerHTML;"
16:37 atmos4_ it's not even using any fancy dom stuff
16:44 atmos4 seems ie6 doesn like getElementsByClassName
20:14 milpoer hi,, i'm trying to setup my tt_news h1 to using gifbuilder for headers. I have manage to get it for all my regular h1 but not the one created by the tt_news plugin.. I have following ts-conf for my headers. http://www.phlogi.net/f/t3/tsp/sp/h1_gifbuilder_text/
20:28 pmk65 milpoer: check the tt_news manual. It's described there.. http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3912069
20:29 milpoer ok.. thx.. i haven't seen that..
20:30 milpoer it worked.. my google quallities have to be upgraded..

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.