Search the website and IRC logs

#TYPO3 IRC log from : Friday 27 February 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
02:57 mathbr Hi. Am I the only one who gets errors like "evalFunc is not a constructor" (in typo3/jsfunc.tbe_editor.js) with the alpha 1 of TYPO3 4.3? Where exactly is the class "evalFunc" defined?
03:08 mathbr OK, I now found out that it is defined in t3lib/jsfunc.evalfield.js
08:38 smeringe good morning
09:25 _pedda_ hi all
09:31 smeringe hi _pedda_
09:32 _pedda_ :)
09:32 smeringe I'm fast ;)
09:33 _pedda_ hehe
09:34 _pedda_ i can rejoin the chan for you if you would like to be a bit faster ;)
09:35 MarwolTuk good morning
09:35 _pedda_ hello
09:35 smeringe hello :P
09:39 MarwolTuk is someone over here good with tt_news? i want to have the the LATEST element have different subheader_stdWrap.crop for the normal and the right column, but somehow can't find a solution to handle this
10:11 NublaII I created a table with 2 columns, CODE and NAME, and then created a new extension that uses a database relation to that table to generate a selector box
10:11 _pedda_ MarwolTuk:
10:11 NublaII my problem is I can get it to render properly and I see the NAME list, but I can't get the CODE
10:11 NublaII I'm using the selector box on a sr_feuser_register template
10:11 _pedda_ you want the LATEST plugin to look different in normal and in right ?
10:17 MarwolTuk _pedda_: exactly that, if that is somehow possible
10:17 _pedda_ MarwolTuk: ever heard of conditions ?
10:17 MarwolTuk hmm
10:18 _pedda_ how many plugins do you have in your projects ?
10:18 _pedda_ project
10:18 _pedda_ are this just two plugins ?
10:18 _pedda_ or do you need a ts configuration because of 30+ plugins
10:18 _pedda_ for example
10:19 _pedda_ you could either specify the templatefile via flexform for the plugin intself (if there are just a few plugins to maintain)
10:19 _pedda_ or you could use a condition
10:19 MarwolTuk i've heard about conditions, but didn't thougt abot them on that context... i'll have to look on them again, i think...
10:19 _pedda_ http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/
10:19 Frankus I Folks i have a problem with my typo3 search
10:20 Frankus if i search for äüö for example münchen then search typo3 m nchen or only about m
10:20 Frankus what can i do
10:20 Frankus the db and the typo3 run on UTF8
10:21 Frankus i use index search
10:21 _pedda_ MarwolTuk: #
10:21 _pedda_ [globalVar = TSFE:tt_content|colPos = XYZ] plugin.tt_news.templateFile = your templatefile for your column.html [global]
10:23 MarwolTuk _pedda_: thanks for that... the syntax of [globalVar ...] seems to be not so easy for typo-script beginners ;-)
10:26 _pedda_ indeed
10:36 IngoRenner Hi all, if you haven't done so yet, please put your name and IRC nick at the end of the end of the paticipant list in the wiki
10:36 IngoRenner http://wiki.typo3.org/BugDay/200902
10:51 NublaII how can I modify how ###TCA_INPUT_tx_extreg_areas### gets rendered on a sr_feuser_register template?
10:57 IngoRenner going to review 5466
11:02 RAAT Hi Evryone I have a problem related to RTE
11:02 RAAT I want to insert image in RTE
11:02 RAAT But its image insertion option is not showing
11:03 RAAT is their any setting?
11:05 davidbrunnthaler hi folks! how do i include an external class into my own extension? - everything that i tried so far produces an "cannot-modify-header"-error
11:05 davidbrunnthaler any ideas?
11:14 TaucherMK RAAT: look at the documentation of your rte...
11:16 maholtz|WORK hello
11:16 m0oman moo.
11:16 maholtz|WORK where is the @ located on an american keyboard?
11:18 TaucherMK maholtz|WORK: shift+2
11:18 TaucherMK http://www.dayiwasborn.net/clientimages/40333/CCampanella/QwertyKeyboard/qwerty.jpg
11:21 m0oman hm. i have a text.value = <hello & world>
11:21 m0oman now in the output typo3 transliterates it to <hello &amp; world>
11:21 m0oman is there any way to tell typo to leave its fingers off that value?
11:27 maholtz|WORK @TaucherMK: ah, thanks
11:29 maholtz|WORK a colleague has a strange problem with an flash application - we can add an @ via shift-2 but not via ALT-Gr-Q - but i thought it should depend on client and not on flash encoding? someone has an hint?
11:30 maholtz|WORK unbelievable: wmode=transparent leads to that ugly bug
11:33 maholtz|WORK @m0oman: htmlSpecialChars = 0
11:33 m0oman maholtz|WORK: huh, that's weird. the wmode shouldn't really have any negative influence on the app behaviour.
11:35 m0oman do i put that in the stdWrap? as like text.stdWrap.htmlSpecialChars = 0 ? assigning to the text directly at least doesn't work.
11:35 m0oman aaand, shouldn't htmlSpecialChars also transliterate the <> ?
11:36 m0oman it's only the & that gets replaced. the rest is fine. :-S
11:41 maholtz|WORK @m0oman: ah, you are right, so it cannot be an htmlSpecialChars thing
11:42 maholtz|WORK check the created html via view source - firebug do not show you the original html
11:42 maholtz|WORK or you have something like tidy installed
11:43 maholtz|WORK btw: &amp; should be correct?
11:43 m0oman i'm not using firefox - and it is what's being created unfortunately.
11:43 m0oman generally it should be correct, yes, but i want to inject the value into a url.
11:43 m0oman and i need the & to be & there and not &amp: :-<
11:44 maholtz|WORK but it should be an &amp; in an url too...?
11:44 maholtz|WORK otherwise perhaps rawurlencode could help?
11:48 m0oman according to standards it should be &amp; - yes. but tell that to dodgy behaving IE 5, 5.5 and 6. :-<
11:49 maholtz|WORK well, IE5, 5.5 ? They are historic
11:49 maholtz|WORK afaik there is no business security updates more for them from microsoft
11:50 maholtz|WORK cant believe that you have to care for them
11:53 sperber_ hi - has anyone experiences with "realurl management"? - I currently have the problem, that it won't show me the generated realurls in the list, and therefor i can't edit them
11:54 m0oman well ie 6 is almost the same as 5.5 according to that.
11:54 m0oman and many (and i mean many) large companies are still relying on ie6.
11:54 m0oman ie6 is still easily dominating 25% of the web.
11:54 maholtz|WORK ie6 yep, you are right:(
11:54 m0oman at least of the web relevant for our customerbase. :)
11:59 m0oman funny thing is that even a large bunch of ISPs are still using ie6 internally. *facepalm*
12:40 MarwolTuk _pedda_: the code you gave me, does not work, (because there could (ans should) be more than one item per page in tt_content), and even if, i think it's the wrong approach to the thing i need to do... i don't need to change the layout of tt_news LATEST for the whole page if items in the right column (colPos = 2), i need to change the layout of those elements beeing in that column, leafing...
12:40 MarwolTuk ...them in the normal column untouched...
12:41 _pedda_ correct
12:41 _pedda_ so you can specify for colPos = 2 latest news with bg = red for example
12:41 _pedda_ and for colpos = 1 with blue bg
12:41 _pedda_ by specifying a different templatefile
12:50 MarwolTuk but [globalVar = TSFE:tt_content|colPos = 2] does not work... (i think because of, typo does not know, from wtich item colPos should be used)
12:51 _pedda_ you can combine conditions as well
12:51 _pedda_ hmm no
12:52 _pedda_ MarwolTuk: look. your columns in the backend have unique colpos id's
12:52 _pedda_ colPos = 2 is the right column
12:53 _pedda_ if you want to look LATEST plugins in the right column look different you have to use a condition
12:53 MarwolTuk yes, but we are talking - how i understood it - about the tt_content table, and colPos isn't unique for items over there, even not on a per-page basis
12:54 _pedda_ pn
14:17 ndee hi there, any extension developers from switzerland/austria/germany here? If so, please msg me :)
15:36 fred^ by the way, have any one gotten macinabanners to work with cooluri
15:44 ockmonix hi
15:44 ockmonix does anyone know how to wrap content elements from tt_content with optionsplit
15:44 ockmonix ?
16:11 MarwolTuk i've got the problem that, somehow all text links are thrown away on the way from RTE to the site... does someone have a clue how to fix it?
16:12 MarwolTuk ockmonix: what exactly do you want do do?
16:15 MarwolTuk you can access those elements via tt_content.<CType> in TypoScript
16:39 dinsdale07 MarwolTuk, I suppose you are using HTMLArea. I think you have to allow certain types to be written into the database.
16:40 MarwolTuk thanks, found that by my own... i'm currently onto that, but thanks for help :-)
16:41 dinsdale07 It's some strange concept called transformation which I totally do not understand myself :-) But I think there is an ext.
16:41 dinsdale07 http://typo3.org/extensions/repository/view/icti_rteconf/current/ if that helps -
17:00 _pedda_ cu all
17:15 Denyerec lo lo
17:15 Denyerec Hey dinsdale, gerards
17:17 dinsdale07 hey Denyerec, how's going?
17:20 Denyerec So so, to be honest.
17:20 Denyerec Need to get some more work in.
17:20 Denyerec how about you?
17:22 dinsdale07 haha, me too. Can't sit still today. And listening to Bob Dylan doesnt' seem to help.
17:27 Denyerec I have some music by a guy called Toumani Diabante
17:27 Denyerec Diabate
17:27 Denyerec always good for relaxing
17:28 dinsdale07 my music seems to tells me: go to the pub drink lots of beer and eat a porky scratchy
17:28 Denyerec :/
17:28 Denyerec I don't think that's the music...
17:29 dinsdale07 but that's not acceptable at 11:30 :-)
17:29 Denyerec I need to finish design and am as inspired as an uninspired thing
17:29 dinsdale07 well, I'm at ITunes mercy and it seems to have crossed the B - Barrier.
17:34 dinsdale07 Denyerec, you can maybe try delicious and look for keyworks like websites + inspiration.
17:40 fred^ Do any of you know if its possible to the decide the wrap on an image in tt_news based on if an field from an extension is not empty?
17:40 fred^ Im trying to wrap an div around the news image if there is an video id provided in tx_jgyoutubeinnews_embed
17:44 dinsdale07 fred^, there are if clauses .if .ifNotEmpty etc in typoscript. If you look for that particular field it might help.
17:52 dinsdale07 actually there is no ifNotEmpty, but there is override and ifEmpty.
17:55 MarwolTuk dinsdale07: now i mangaed to get <link-s inside the database... but tey are still "eaten" on output... do you have an idea to fix this?
17:57 dinsdale07 MarwolTuk, that's the weired thing with the transformation. You have to allow the RTE to write it into the database but you also have to allow typo3 to parse it from the db to the output.
17:57 dinsdale07 I haven't had problems with normal links though - that usually works by default.
18:01 MarwolTuk dinsdale07: i've fixed it :-)
18:02 MarwolTuk and, thanks for your help :-)
18:03 dinsdale07 how did you fix it MarwolTuk ?
18:07 MarwolTuk there are two propertys of TEXT -> parseFunc, named makelinks and tags.link with some sup parameters which seem to have to be set corectly... (i've just insertet the values of tt_content.text.20.parseFunc.makelinks and tt_content.text.20.parseFunc.tags.link, and it worked out...)
18:07 MarwolTuk now i try to customice that for my needs...
18:11 nature tt_news question...
18:12 nature is it possible to not have the BackPID and cHash included in the URL?
18:39 fred^ dinsdale07: thanks. do you know of any examples that does this?
19:14 dinsdale07 fred^, http://www.typo3wizard.com/de/snippets/general-config/text-mit-bild-umformatieren.html
19:15 dinsdale07 nature, maybe you can set the pi_vars to a default: http://typo3blogger.de/pivars-mit-typoscript-setzen/
20:11 agrunwald hey guys
20:46 Multi hi there
20:56 Multi I am trying to build up a multiply Site witth one typo3-installation: Like http://abc.org and http://xyz.org should be visible under their own Address. But unter http://visitAll.org I wanna the whole tree of both domains ;) @ the Moment I just see the domain which is on the top of typo3tree. I am using the latest version with wec-toolkit.
21:06 nkuttler Multi: page type mount should do that
21:14 Multi I am still using google :) Please give me one more hint ;) Can I find the mount-mode unter PAGE => "Edit page properties"?
21:15 nkuttler yeah
21:16 Multi Yeah I see it now ;) hmmm, thx
21:17 lommes if both pages are 'subpages' of the page with the visitall-URL this should be very easy, you only need different templates/menu definitions for each of them
21:18 Multi Should every Domain have an own root ? oder should ich use the root of visitall ?
21:18 Multi Coz when I got more then 2 Site-roots I am just able to see the first of them.
21:19 Multi And easy sounds nice ;)
21:20 lommes i don't use the "is root of website"
21:21 Multi So I just got my visitall-Site , there i will put all contents of both websites, right ?
21:21 radigamov hello all, I'm looking for a tool for replication development and life typo3 sites, thanks
21:22 radigamov I meant replication file structure and Database
21:24 nkuttler radigamov: um, mysqldump and rsync?
21:26 radigamov nkuttler: hmm, good idea let me sleep with it
21:26 radigamov thank you very much
21:29 radigamov nkuttler: will it let to copy one typo3 site and restore it on another server?
21:32 Multi I still have to create 3 Websites und 2 Websites need the real Kontent and only 1 needs some mounted points. Is it right ?
21:36 radigamov is there something to create Development servers and Live servers for typo3, thanks
21:36 lommes radigamov: workspaces?
21:39 nkuttler radigamov: there are several ways to test stuff. workspaces are good for testing editing changes. mysqldump + fileadmin, uploads, typo3conf is a full backup. and you can export to t3d
21:42 lommes and there is an extension "typo3 sync" which snyc 2 or more installations
21:44 nkuttler wwsc_t3sync ? uses ftp...
21:45 lommes yes, but if it works like the creator of the extensions explains this will be a complete backup
21:46 nkuttler i wouldn't even consider it. ftp is not encrypted.
21:50 radigamov thank you guys I'll talk to customer :)
21:56 radigamov And another question is there a tool that can be integrated in TYPO3 that allows detecting links http that would be broken? thanks
21:59 dinsdale07 you mean links which point to your server or from your server?
22:02 radigamov I guess links for pages which are externals
22:04 dinsdale07 hm, this would have to be an extension which analyses the output of each page and tests the links. Maybe you can use a tool like a website copier which analyses links.
22:05 lommes cag_linkchecker: This extension is a backend module that lets you check your external links from tt_content for validity.
22:05 dinsdale07 I used an app years ago which just did this, follow all links on a page, create a local copy and link it. It also recognized dead links.
22:10 radigamov thanks guys I'll try it. have a good weekend!
22:53 sorenmalling Could I be so lucky, that someone can tell me, why this PHP code doesn't output a image with the text "ostemad" --> http://paste.phlogi.net/-5e8debcf9f/ ?
22:55 psychomieze sorenmalling: I think you don't need to configure the image itself, just start with file => ...
22:56 sorenmalling psychomieze: I've commented out the part with "IMAGE", ill just paste a new snippet, just a second :)
22:57 sorenmalling psychomieze: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-8140b78a7c/
22:59 psychomieze sorenmalling: ah I see, wait a sec, I'll test it here.
22:59 sorenmalling psychomieze: Cool, thanks :-)
23:02 MarwolTuk bye guys, "see" you tomorrow...
23:04 psychomieze sorenmalling: got it. look at: http://paste.phlogi.net/-6cea698c2a/ you have to set XY and offset, the image seems not to be generated without those infos.
23:05 sorenmalling psychomieze: You're a genius!!
23:05 sorenmalling :-)
23:05 psychomieze ;)
23:06 psychomieze ... I'll go to sleep now, good night everyone
23:06 sorenmalling Thanks for your help!
23:07 psychomieze no problem

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.