Search the website and IRC logs

#TYPO3 IRC log from : Thursday 25 February 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
07:37 milpoer morning...
07:53 altimo Good morning, i've a question pasted here: http://nopaste.schlaegel.info/?view&id=BcgHaiBDiF I hope someone can help me, thanks!
08:42 milpoer morning PiMB
08:43 PiMB Morning mate
08:51 altimo Hi, has someone and idea why my if statement here doesn't work: http://demo.efecto.at/mein-all4cars/gebrauchtwagen-auktionen/auktion/gebrauchtwagen/audi-a3-bj-2010-blablablablalbalba-121.html
08:51 altimo sorry wrong url
08:52 altimo http://nopaste.schlaegel.info/?view&id=BcgHaiBDiF
09:20 milpoer PiMB: are you busy ? or do you have time to see if you can help solving the tt_news issue ??
09:21 PiMB I'm always busy (during the day at the office)
09:21 PiMB but shoot, I'll see what I can do, and maybe someone else can help 2
09:24 milpoer there problem is still the same.. there is not system in when the news are shown or not.. but no without changing anything from the other day, is most likely that they are not shown than shown..
09:24 milpoer i have tried to make a regular page with the tt_news plugin, translated the page to the 5 languages, but this doesn't work either..
09:25 PiMB ah yeah, language thing.
09:26 milpoer yes :)
09:26 PiMB well, let me see.
09:26 PiMB just some open doors first.
09:26 PiMB it was only the news that gave a problem, rest is working.
09:26 soee hi, in tt_news above pagebrowser there is always text something like Showing news from x to x .... do u know is there any command to disable it in typoscript?
09:27 milpoer pimb: yes.. rest of language control is working perfekt.
09:27 PiMB news is working with default language
09:27 milpoer nope ..
09:27 milpoer not allways.
09:27 PiMB not always?
09:27 PiMB damn, that complicates things :)
09:27 milpoer not sometimes they are not shown as well..
09:27 milpoer yes..
09:27 milpoer quite a lot..
09:27 PiMB any problems with caching?
09:28 milpoer dont think so.. have set no_cache for the frontpage.
09:28 PiMB and that works?
09:28 PiMB I mean, is the cache not set?
09:28 PiMB (seen instances where no_cache was set, but still page got cached)
09:29 milpoer have can i check ? the url contain the &no_cache=1
09:29 milpoer but don't know otherwise how to check ?
09:29 PiMB enable the admPanel
09:29 PiMB then you can check page configs
09:29 PiMB config.admPanel = 1
09:29 milpoer 2 sec.
09:29 PiMB well?
09:31 milpoer it seems like the cache have problems..
09:31 milpoer will check the other languages as well.
09:32 milpoer it seems like the no_cache is working.. the cache tab in admin panel has checked "no cache"
09:33 milpoer and wen clear cache from admin panel the same content are shown.
09:36 PiMB okay
09:36 milpoer damn i hate this :)
09:37 PiMB you said you tried building a normal listing on another page?
09:37 milpoer yes.
09:37 milpoer just regular tt_news plugin with latest news..
09:37 PiMB no luck?
09:37 milpoer nope..
09:37 PiMB and list views?
09:38 milpoer haven't tried. will do..
09:39 milpoer try to see this: http://dronninglundcup.roquefort.pil.dk/index.php?id=90&L=1 is seems like it tries to insert elements not translated.
09:43 PiMB milpoer, could be.
09:43 PiMB are all your items translated?
09:43 milpoer nope.. just one of them..
09:43 milpoer not all news will be translated so thats way i test it this way
09:43 lippoliv hey all
09:44 lippoliv hi all
09:45 PiMB milpoer, seems like he's trying to display the non translated elements indeed.
09:45 PiMB just a sec.
09:45 lippoliv got an question to files in typo3
09:45 lippoliv i woul like to forware URL.END/file1.pdf to my pdf, is this possible?
09:45 milpoer PiMB: ok
09:46 lippoliv so for normal its URL.END/fileadmin/user_upload/file1.pdf
09:46 lippoliv but this dont look nice :-)
09:46 PiMB milpoer, try to set the typoscript line plugin.tt_news.sys_language_mode = strict
09:46 pmk65 Does anyone know how to get an extension onto the TYPO3 translation server? (So that others can create translations.)
09:47 PiMB I believe you need access to the translation server, which is received via someone else.
09:47 PiMB pmk65 take a look at http://translation.typo3.org/
09:47 milpoer PiMB: is solves the problem in list mode for one language at least,, will check the rest,.. 2 min.
09:48 pmk65 I know how the translation works. But i want my own extensions to be available for translation on the translation server. And I don't think they will be that after just uploading it to TER.
09:48 PiMB me neither, but maybe you could ask it on the translation mailing list?
09:49 pmk65 ok
09:49 PiMB milpoer, what the strict setting does is following:
09:49 PiMB Let's say you have 10 news articles in your site (in the default language) and 5 of them are translated to the selected language. In the default sys_language_mode a news list will display 10 items. With sys_language_mode=strict the same list will show only 5 news articles.
09:49 PiMB according to tt_news manual
09:49 milpoer pimb: works for one language, and only in list mode
09:49 PiMB so indeed, non translated items are displayed when strict not set
09:49 PiMB cleared alle the cache?
09:49 milpoer PiMB: yes.. thats what we talked about they other day..
09:50 milpoer 2 sec. will just make sure.
09:50 milpoer PiMB: now the news is listed for default lang, but not for any other..
09:51 PiMB :)
09:51 pmk65 Found some info about ext. translation in case others need it too.. -> http://wiki.typo3.org/index.php/Translations
09:52 milpoer PiMB: tried to set sys_language_mode = strict for the generel config, but now only german news works..
09:52 milpoer crap...
09:55 pmk65 milpoer: I think you can set the sys_language_mode separately for tt_news (it has it's own setting, which overrides the default one.)
09:56 milpoer ok..
09:58 milpoer think i need to find a local guy how can help, just to get some fresh eyes at it..
09:58 PiMB lippoliv, sure you can. use htaccess for that one
10:00 lippoliv so there is no way by using typo3 to get this finisch
10:00 PiMB something like: Redirect /file.pdf http://your_domain.html/fileadmin/user_upload/file.pdf
10:11 lippoliv so, i dont do it this way, to complicated xD this file'll change may in 2 years, uploaded it directly to domain-root :-)
10:11 lippoliv problem fixed :-) thanks for helping me
10:11 lippoliv bye bye
10:19 soee hm iv installed commentc_ic extension but stil i cant comment any news :/ any idea ?
10:21 Denjerek ROAR
10:51 soee anyone who is using comments_ic ?
11:03 animan hi. does someone know if its possible to somehow show wordpress articles in typo3 including the author? I thought of some RSS solution, but it doesn't show the author.
11:03 animan Then again, neither does WordPress install itself. Is it even possible?
11:05 BejjWrk i guess you could hack the rss feed from wp to include the author ?
11:28 Denjerek The WP rss generator is pretty simple
11:28 Denjerek you can extend it easily to show as much or as little as you want.
11:28 Denjerek If they're hosted on the same DB, you could always write an extension for Typo3 that extracts the relevant posts for display, too.
11:35 animan no, they're on the different db
11:53 unma hm.. if i submit a object in a fluid-form, the object-argument (in the action-function) is mission -> http://privatepaste.com/316bfbaa38
11:53 unma i want to submit a object without saving it in a repository
12:06 menak hi
12:06 kraftb hi !
12:07 menak is there a known bug in cal regarding TCAdefaults? I set TCAdefaults.tx_cal_event.calendar_id = 123 with no effect
12:07 menak i tested TCAdefaults.pages.title = foo, that works
12:10 menak well, anyway, i didn't find a bug report but figured that kind of a bug would be reported rather fast. so i figured i might have missed out on something.
12:10 menak any help is appreciated
12:33 tPl0ch Is there an ajax form plugin for typo3
12:33 tPl0ch I want to have a formhandler form delivered via ajax
12:44 pmk65 tPl0ch: powermail + ods_pm_ajax
12:51 soee i sthere any way to format standard forms look (mailform , search etc etc ) in typo3 ?
12:52 anteatersa css
13:11 tPl0ch pmk65: gnarr, that depends on prototype, is there some jquery stuff out there
13:12 tPl0ch aah wll, I am just using a modal window and use js validation
13:12 pmk65 dunno. but you can run jQuery in compability mode. then you shouldbe able to use prototype scripts on the same page.
13:29 soee how can i get page address so i can put it into footer using ts ?
13:40 pmk65 soee: A link to the current page?
13:41 soee pmk65: no the domain name, but i already got it (getEnv:HTTP_HOST)
13:56 paese hi all
13:57 paese in older templavoila versions, i simply could map an image field as style attribute of an element and pass a wrap "background-image: url('|')" and it worked because tv only returned the path. not i get the whole image tag.. how can i prevent this?
14:02 paese *now
14:02 pmk65 Change the typoe of the object from IMAGE to IMG_RESOURCE
14:02 paese ok
14:05 soee ok i ask again cuz i didnt get any answer earlier: what do i have to do to make commentc_ic extension works ? i have it installed but thers no any form under news to post comments etc
14:10 FloLeBlanc hi all
14:10 FloLeBlanc anyone who can tell me how I can alter the plaintext rendering of tt_news entry images in direct_mail?
14:10 paese soee maybe nobody in here is using that extension ;)
14:10 soee :/
14:15 compojoom hey guys! I need your help again :) We have a site in germany. Indexedsearch also shows pi_list_browseresults_display label in german. The thing is I cannot find where this label is defined??? In indexedsearch locallang.xml - there is only english. Searching through the TypoScript templates also didn't find a translation of that label. Any ideas how to find it?
14:17 paese compojoom take a look into all xml files of the ext you want to change the translation
14:17 compojoom paese: I did that - there is no german translation
14:17 compojoom only the default one
14:18 paese compojoom just add the german translation and clear the cache, maybe this works ;)
14:18 paese or maybe there is a language php file with an array in it
14:18 compojoom I did it, but It didn't change anything
14:18 paese hmm
14:18 compojoom language.php -- hm let me see
14:19 compojoom nope, indexed search doesn't have language.php files
14:19 compojoom typo3/sysext/indexed_search - this is the extension I'm talking about
14:20 compojoom the ext_typoscript_setup.txt file has this for language _LOCAL_LANG {
14:20 compojoom }
14:21 compojoom In my setup I've written plugin.tx_indexedsearch._LOCAL_LANG.de.pi_list_browseresults_display = ###FROM### - ###TO### von ###OUT_OF### Dokumenten
14:21 compojoom and I see this in the typoscript object browser
14:21 paese so you've set a translatino via typoscript
14:22 compojoom I'm trying to override the already existing german installation
14:22 compojoom installation = stranslation
14:22 compojoom but I have no idea where this german translation is located - I cannot find it
14:22 paese aah..
14:22 paese hm..
14:28 BejjWrk xin chào T3ers :)
14:30 PiMB que?
14:33 BejjWrk hello :)
14:34 BejjWrk my vietnamese skills are improving way to slow
14:40 BejjWrk how are you doing PiMB ?
14:48 pmk65 compojoom: If you in the EM selects "Translation handling/Update from repository". Does Indexed Search appear in the German lang list (marked with UPD)
14:49 compojoom UPD
14:49 compojoom yep
14:49 compojoom and a lot of other things
14:50 pmk65 then the translation comes from the translation server..
14:50 compojoom I don't understand
14:50 compojoom where is the translation located on the server?
14:50 pmk65 btw, then ###FROM###, ###TO### is wrong.. The locallang for that field loks like this: -> <label index="pi_list_browseresults_display">Displaying results ###TAG_BEGIN###%s to %s###TAG_END### out of ###TAG_BEGIN###%s###TAG_END###</label>
14:51 compojoom pmk65: yep, I know it is wrong - I was just expecting to see this, then I was going to replace it with the right string
14:51 compojoom but what do you mean with comes from the translation server?
14:52 pmk65 http://wiki.typo3.org/index.php/Translations
14:53 pmk65 translations for core (and some ext) are located on an external server. You can join the translation team for your lang/country and update the various lang files-
14:54 pmk65 every time you install an extension you should update lang from translation server..
14:54 compojoom hm, sorry man, but I don't understand you. I have a locallang.xml - this file has only english in it. On the frontend I see anzeiger der Ergebnisse ... - clearly german. And I cannot find this german translation?
14:55 pmk65 compojoom: the german translation comes from the translation server when you update it in the EM. It's stotred in the typo3conf/l10n/ folder
14:56 compojoom aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
14:56 pmk65 but if you modify those manually, they will be overriden by the updates from EM. That's why you should join the translation team and make the changes on the translation server-
14:56 BejjWrk sometimes you can use the LLxml editor in backend to make the translations
14:56 compojoom good, but why overriding them through typoscript
14:56 compojoom doesn't change anything?
14:58 pmk65 dunno. I never use indexed_search anymore. (It to resource consuming for my sites)
14:58 BejjWrk agree there
14:59 BejjWrk its decent for small sites
15:02 borgi pmk65: you have another search engine, we talked about the indexed search yesterday :)
15:03 borgi problem is at the moment i have many usergroups with a lot of different permissions on documents
15:04 borgi and all other search engines I've seen don't take care of userrights
15:05 pmk65 borgi: I use Google search, but I don't think it respects accessgroups.
15:08 compojoom nope it doesn't
15:08 compojoom that is why we also use indexedsearch
15:09 borgi compojoom: do you index PDFs?
15:09 compojoom right now no, but we are going to start to do it
15:09 compojoom we are selling some documents
15:09 compojoom and it would be great if they could be indexed
15:09 borgi you have DAM installed?
15:10 compojoom yep
15:10 animan can anyone recommend a good plugin that would show rss articles and allow to template 'em?
15:10 borgi if you get them indexed, when they are not included as a link in rte, send a note :)
15:11 borgi tried this for hours the last 2 days.
15:12 borgi have them as filelinks atm, but tried to generate a list with a frontend plugin, didn't work either.
15:12 borgi i tried to build the index with Site Crawler Extension
15:13 borgi files linked within the rte are found and indexed fine.
15:33 soee how can i count all my news in database and display it ? I know that i have to use CONTENT type right?
15:41 paese OT: what do you write when you want to get a domain someone else has already registered but has not used it for 5 years.. ?
15:46 PiMB soee
15:46 PiMB check this http://www.phlogi.net/f/t3/tsp/sp/tt_news_count_records/
15:48 soee PiMB: thank you :) i need some good tutorial with this queries syntax
15:48 PiMB check tsref
15:48 PiMB for starters.
15:48 PiMB and then do tutorial work
15:48 PiMB http://www.typo3wizard.com/
15:49 PiMB great snippets here
15:49 anteatersa has anyone ever seen a snippet that lets you filter tt_news by month?
15:49 PiMB no snippet needed.
15:49 PiMB use AMENU from tt_news
15:50 PiMB make it an archive menu based on month
15:50 anteatersa oh really, cool
15:50 tPl0ch Anybody could tell me if I can use Powermail without fieldsets? Can I disable the display of fieldsets via TS?
15:52 pmk65 tPl0ch: hide it using CSS.. setborder,margin and padding to 0
15:53 anteatersa doesn't news have to be archived to show in amenu though?
15:54 FloLeBlanc can anyone tell me where |###IMAGE_HEADER###| is defined?
15:54 anteatersa FloleBlanc look in your template records
15:55 anteatersa setup
15:55 FloLeBlanc images.captionHeader = |###IMAGE_HEADER###| => for direct_mail
15:57 FloLeBlanc I'd like to substitute that with the alt text
15:58 tPl0ch pmk65: and fields without labels?
15:58 tPl0ch if I only want an input without a label
15:59 pmk65 if the field has a title attribute, it doesn't need a label tag
16:00 tPl0ch pmk65: via FlexForm I can't add a field that has no label
16:00 tPl0ch I can only hide the whole entry
16:03 tPl0ch pmk65: You need to do it via css, there is no possibility in powermail to add fields without labels
16:06 tPl0ch I don't like powermail
16:06 tPl0ch way not enough flexibility
16:11 anteatersa ah, the new tt_news module doesn't let you put more than one news plugin on page
16:13 FloLeBlanc anteatersa: excludeAlreadyDisplayedNews = 0
16:13 FloLeBlanc excludeLatestfromList = 0
16:13 anteatersa thanks
16:14 FloLeBlanc np, that crap did cost me half a workday (seems like I can't read a manual or there's no mentioning of it) ;)
16:15 anteatersa yes have been pulling my hair out
16:15 anteatersa we have been using typo 3.8 for years and just upgraded to 4.3 ... lots of changes
16:19 FloLeBlanc yep, I'm fighting with direct_mail since after tt_news was fixed for our site :(
16:23 anteatersa well, give us a shout if you need help
16:23 FloLeBlanc I need to generate a new wrap for the plaintext version of the image I want the form: ALT_TEXT: hpurl+imageresource
16:23 FloLeBlanc but I fail :)
16:27 anteatersa you use this: lib.alt_plaintext.renderObj
16:36 FloLeBlanc anteatersa: how do you assign this only to the plaintext template in TS then?
16:40 anteatersa can you post your plaintext setup anywhere
16:40 anteatersa dpaste.org
16:42 anteatersa not sure its possible without editing the plaintext php file
16:51 animan hmm.. why doesn't any of the rss readers want to show my rss? http://www.kitarrikool.eu/english/blog/?feed=rss2
16:52 animan aah.. because of the password that is set there, i suppose
16:52 animan htaccess
16:52 FloLeBlanc yep
16:52 animan damn.. i have wasted like 1-2 hours because of this :D
17:04 TheEternalAbyss hey quick question. I have a script for rotating ads. I want to insert in one of my div containers on my main page. I put it in typo3 but it just displays the script and doesn't run it. How do I make that work?
17:06 TheEternalAbyss ok sorry quick change here. I changed the content type tp html, but i get nothing. No text shows up tho (so that's an imrpovement)
17:08 tPl0ch How can I tell extensions to add JS __after__ JS included via page.includeJS
17:21 animan hmm.. okay, I've removed the htaccess password but it still doesn't want to render :S
17:22 FloLeBlanc animan: it does with lorem ipsum on my rss
17:22 FloLeBlanc guitarschool blog
17:22 FloLeBlanc ie8
17:23 animan yup, its for testing purposes
17:23 animan but tw_rssfeeds doesn't show anything :S
17:24 FloLeBlanc tw_rssfeeds is for including external rss on your page isn't it?
17:27 tPl0ch oooh man, powermail ajax submit does only work for input type submit and not input type image
17:27 tPl0ch omg
17:27 tPl0ch i hate that shit
17:28 animan yep
17:28 FloLeBlanc animan: works quite well for me, do you enter the url with http in front?
17:28 FloLeBlanc in the plugin conf?
17:29 animan yes, the full path --> http://www.kitarrikool.eu/english/blog/?feed=rss2
17:31 animan and included the static templat as welle
17:31 animan well*
17:31 FloLeBlanc hmm
17:33 FloLeBlanc do you need fopen() to have it work? perhaps it is disabled in your php.ini ?
17:33 FloLeBlanc allow_url_fopen is the name of the value
17:33 FloLeBlanc tw rss won't work if the flag is set to off
17:35 animan hmm.. i have no idea
17:35 animan where is that php.ini?
17:35 FloLeBlanc create a php file with <? phpinfo(); ?>
17:36 FloLeBlanc and load the page, there you will see the info
17:36 FloLeBlanc but don't forget to delete it after you checked :)
17:39 animan "allow_url_fopen" is "on"
17:42 FloLeBlanc hmm ok then it is not the cause of the problem :)
17:42 FloLeBlanc have to go - good luck and have a nice evening
18:45 TheEternalAbyss was wondering. If I have 3 levels of menus, where I have my primary menu (lvl 0) and then my submenu which is the lvl 1 menu, and the submenu has a lvl2. is it possible to have distinct colors for submenu lvl2 buttons and lvl 3 menu items? I gues what I am asking is where would I define that in my css?
19:50 milpoer TheEternalAbyss: Yes you can.. you can set a wrap for the different levels. like this: http://paste.phlogi.net/-a0d7162981/ and then set deferent classes for the wrap and style it in the css..
19:55 TheEternalAbyss very cool
19:55 TheEternalAbyss thank you
19:56 TheEternalAbyss had another question: if I want javascript in one of conent containers, is there a way for me to have typo3 NOT modify the code at all. As in I want it to just just the code as is. If I put content tye as html is makes slight changes to the code and breaks the script
20:27 TheEternalAbyss hi thasmo
20:27 milpoer TheEternalAbyss: 2 sec.. in the header or as regular html-element
20:29 TheEternalAbyss regular html element
20:29 milpoer just insert html element, at set javascript then.
20:29 Thasmo hoi
20:30 TheEternalAbyss yea but the script is then changed when i save
20:30 milpoer hmm..
20:31 TheEternalAbyss i have this line for example: document.write("<img src=side_anim.gif alt=\"ad 1\" border=0></a></div>")
20:31 milpoer an you can have it in the header an just call a function you can have it in the header like this: http://paste.phlogi.net/-0c0444de97/
20:31 milpoer ahh.. sorry don't know then.
20:31 TheEternalAbyss it has problems with the \"ad 1\" cause it turns it into "\"
20:31 TheEternalAbyss which apparently throws off the whole script
20:32 milpoer try using ' quotes.
20:32 milpoer in the alt='ad1'
20:33 TheEternalAbyss nope doesn't work
20:33 TheEternalAbyss it needs to be \"text\" for some reason typo3 screws it up by cleaning the code up
20:33 TheEternalAbyss i don't know why it does that
20:34 TheEternalAbyss can't believe this cms makes me waste so much time
20:35 Thasmo try joomla :>
20:36 Thasmo or wordpress or whatever :>
20:39 TheEternalAbyss i wouldn't use any
20:39 TheEternalAbyss my bosses want me to use this
20:40 TheEternalAbyss this stupid script would work already
20:40 TheEternalAbyss it's incredibly frustrating when something is correct but the tools you are using to supposedly make your life better, instead make it more complicated
20:41 milpoer TheEternalAbyss: ok.. i know there must be a way.. but cannot tell you a the moment.. try the maillist..
20:42 TheEternalAbyss any cms or wysiwyg web design tool needs to have a feature to just go into the html and freakin edit it (like dreamweaver)
20:42 TheEternalAbyss milpoer: maillist? why?
20:42 milpoer perhaps some people are there who is not here.
20:42 TheEternalAbyss what?
20:43 TheEternalAbyss oh i see
20:43 TheEternalAbyss nvm I get you
20:43 milpoer :)
20:43 TheEternalAbyss yea that my be an idea
20:43 milpoer =) my english is quite poor..
21:16 TheEternalAbyss my God what is with this parser

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.