Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 6 January 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 29 30 31
02:10 ries Do images added in the RTE support the alt tag?
03:18 COOLer Hi. I installed templavoila. I made a few pages http://pastebin.com/m60570e13
03:19 COOLer Then i create menu http://pastebin.com/m5f9e0646
03:22 COOLer Menu works. But page "Root page" not in menu. When I open www.mydomain.com - opens "Root page"
03:22 COOLer Please help me
03:24 COOLer !help
03:24 COOLer O_o
09:04 Bluespuke someone knows if the search from cal is somehow limited?
09:17 Bluespuke or does the search explude all day events?
09:56 skyfury good morning there. got a little problem with content elements. is it possible to wrap the link of an image? i tried somehting like "tt_content.textpic.stdWrap.dataWrap" but that did not fit in my case :(
09:56 skyfury any suggestions are welcome
10:13 FloLeBlanc hi all
10:44 paese i want to wrap my h1 output but lib.stdheader.default.wrap nor lib.stdheader.10.1.wrap works. how do i have to write this ?
10:45 peterr hi people
10:45 paese hi
10:46 FloLeBlanc hi
10:46 skyfury okay with tt_content.image.20.imageStdWrap.dataWrap i can wrap around the picture. if this picture is a link, how to wrap that link, or better inside that link?
10:46 paese skyfury .linkwrap ?
10:46 skyfury maybe i did a mistake but i tried and nothin happened
10:46 peterr I have a problem with typo3 3.7: I want to change something on a site, so i make the changes and i'm clicking on the disk-button to save the changes. now the problem ist that the changes are not saved, i only get i white page
10:47 peterr What could i do to solve the problem?
10:47 cdngfrog skyfury: this is german, but it might help you: http://blog.undkonsorten.com/typo3-tmenu-wrap-wrapitemandsub-allwrapallstdwrap-linkwrap
10:47 peterr clear the cache?
10:47 paese peterr use an older browser
10:47 skyfury im german cdngfrog, thanks ill take a look :)
10:47 FloLeBlanc skyfury: check ATagBeforeWrap = 1
10:47 peterr Hm... i worked ever with the same version of my browser
10:47 peterr but now, it doesn't work any more
11:03 skyfury i dont get the point. i just can wrap the div containing the <a><img></img></a> :(
11:03 skyfury tt_content.image.20.imageStdWrap.dataWrap = above|below
11:03 skyfury why does tt_content.image.20.imageStdWrap.dataWrap.linkWrap = above|below not work?
11:19 skyfury FloLeBlanc: i checked your suggestions but i did not work. got an example for me?
11:26 Denjerek I really need to figure out how to implement unit testing.
11:26 Denjerek Because it really confuses me.
11:29 FloLeBlanc sky: do you want to wrap the image or the link?
11:30 skyfury the link contains the image and i want to wrap that image in the link
11:31 FloLeBlanc tt_content.image.20.caption.1.wrap this wraps the caption f.e. - use the typoscrip object browser and check css_styled_content to find the property you seek
11:36 skyfury FloLeBlanc: if i go this way, it always leads to imgStdWrap.dataWrap - and then im around the link of the image but not inside that link. ATagBeforeWrap = 1 did not help to get inside :(
11:37 skyfury but if i can wrap the link, there must be a way to wrap the content of that link, equal if text or image - without creating a new content-object...
11:40 FloLeBlanc tt_content.image.20.1.typolink is an imagelink
11:40 FloLeBlanc check tsref if you can use wrap on that
11:40 FloLeBlanc you can see the details yourself by using the "template analyzer", clicking on "css_styled_content" and then find: "tt_content.image.20"
11:41 FloLeBlanc (line 2422)
11:41 skyfury hmm im in there ... maybe im blind x_X
11:41 skyfury short break then i report you if its working that way.
11:41 skyfury thanks anyway!
11:42 FloLeBlanc np
12:20 skyfury hmm now im inside of the a tag but i dont reach the <img> :( this is terrible!
12:24 FloLeBlanc what do you actually want to do? :)
12:26 skyfury FloLeBlanc: ill show you the site, check private
12:37 cdngfrog does anyone know how to do this: <f:translate key="foobar" arguments="{1 : {my:viewhelper()}"/> correctly? FLUID thinks the arguments attribute is a string, not an array.
12:41 Denjerek cdngfrog: you are trying to send a string and an array?
12:41 Denjerek or a multi-dimensional array?
12:42 Denjerek wait I see
12:42 Denjerek your value for 1: is to be an array
12:42 cdngfrog Denjerek: I want to use the 1 in locallang.xml with the return value of my viewhelper
12:42 cdngfrog <f:translate key="foobar" arguments="{1 : 'test'}"/> works perfectly
12:43 Denjerek Does arguments="{viewhelper(x)}"
12:43 Denjerek ?
12:43 Denjerek I mean have you tried calling a function from within the arguements?
12:43 Denjerek I'd think you'd have to bind whatever you wanted to output ahead of time
12:43 Denjerek instead of calling a function from the template
12:43 Denjerek ?
12:44 cdngfrog I'd do that, but calling viewhelpers from within the controller doesn't seem very clean
12:44 Denjerek <-- still very new at this
12:45 Denjerek f:translate is yours or core?
12:45 cdngfrog it's fluid itself
13:04 Denjerek what does my:viewhelper() do ?
13:25 cdngfrog in fact it's f:link.action
13:26 cdngfrog but that shouldn't matter
13:35 meteor1 hi
14:47 Denjerek cdngfrog: Any nearer?
14:49 cdngfrog Nope. I just built the Uri myself with Tx_Extbase_MVC_Web_Routing_UriBuilder and hand it over as a simple object
14:50 Denjerek Fluid was a crap name for the templating engine.
14:50 Denjerek Makes it impossible to find anything relevant on Google.
14:50 Denjerek Just get loads of results for "liquid css layouts" etc
14:50 Denjerek And existing software projects by the same name.
14:51 Bluespuke Denjerek: tetris would be nice too xD
14:51 Denjerek cdngfrog: what were you trying to translate then ?
14:51 Denjerek URL components?
14:52 cdngfrog It's a text with a link in it
14:52 cdngfrog but the link is not static
14:53 Denjerek And the link depends on the language in use?
14:54 Denjerek domain.com/help domain.com/helfen etc?
14:56 schabracke hey there! im trying to set up rss-feed for tt_news - the type100 page is working but no feeds are shown? anyone has a clue? i tryed it via constant editor and ts
14:58 cdngfrog Denjerek: no, not really. I'd like to use "This is <f:link.action action="foo">Mylink</f:link.action> with Mytext"
14:58 cdngfrog Denjerek: but to call f:translate for that 3 times isn't accaptable
15:07 Denjerek I wish I understood more of the whole Fluid thing to be able to help :/
15:07 Denjerek But as I don't really understand fluid 100%, understanding Fluid + I18N is unlikley :(
15:10 cdngfrog I think I'm going to drop a message at the mailing list
15:10 Denjerek Please do, as I will be interested in the responses
15:11 Denjerek Are you working on a flow3 project or a 4.3 extbase extension?
15:26 cdngfrog It's an extbase extension. In fact, it's pretty big already and I learned a lot during the development. But as it's all very new, there is not that much documentation or mailing list posts for certain problems
15:27 Denjerek Evidently :)
15:27 Denjerek The people in #flow3 might be of more use for Extbase development though
15:27 Denjerek given the closeness to the Flow3 code
15:28 cdngfrog wow, didn't know there is such channel :-)
15:30 cdngfrog And my client obviously doesn't want me to join...
15:38 nd___ What's the correct way to access FlexForm settings from a different plugin in one extension?
15:38 nd___ (extbase)
15:43 nd___ Ah, cdngfrog maybe you know about that
15:43 Denjerek cdngfrog: just type: /j flow3
15:43 cdngfrog Nope ;-) I'd go the classic way
15:44 cdngfrog Denjerek: I once wrote an IRC client myself, I know how to join. But apparently Colloquy doesn't like joining channels right now
15:45 cdngfrog maybe it's because of psybnc
15:47 cdngfrog Ha. Guess what. I was in #overflow
15:47 nd___ cdngfrog: classic way is..?
15:48 Phlogi hmm how do I use multiple checkboxes with piVars... I mean how do I get all the selected values? 2 dim. array?
15:49 Phlogi exactly :) thanks guys :p
15:50 Tsoots yw
15:51 cdngfrog nd___: like this for example: http://phpxref.com/xref/typo3/t3lib/class.t3lib_befunc.php.source.html#l957
15:53 nd___ Ah, somehow sucks though...
15:53 Phlogi cdngfrog: typo3 4.0 api? :p
15:53 Phlogi http://www.typo3-unleashed.net/api_online.html
15:53 nd___ $this->settings[] is not bad, but only seems to affect the plugin.tx_yourext.settings. stuff in TS and similar in FlexForm. But I cannot access that from my second plugin inside the same ext
15:55 Phlogi nd___: TS is always plugin specific....
15:55 Phlogi set the same TS if necessary again for the other plugin
15:56 cdngfrog Phlogi: 4.0, 4.3... what's the difference ;)
15:56 cdngfrog but t3lib_flexformtools might help
15:58 nd___ Phlogi: But only one plugin has a flexform with some data I need to access from the second (ajax-specific) plugin
15:58 Phlogi nd___: ok.....
16:01 Phlogi cdngfrog: 4.3 has some new nice stuff :)
16:02 cdngfrog Phlogi: I know, I won't miss ###MARKERS### ;-)
16:02 Recnelis Hey guys, when making a link internally in Typo3 to a page, but with Paramaters in the link - Do I do this as a internal or external link? - Right now internal and then adding "courseid=128" to the Query parameter doesn't seem to work, it just cuts off the id and the link turns out "mysite.dk/index.php?id=234&course"
16:02 Phlogi cdngfrog: hehe thats not in yet (fluid)
16:03 Phlogi Recnelis: how do you add that, with plain TS?
16:03 cdngfrog cdngfrog: I mostly develop extensions, so I can use fluid right now
16:04 Recnelis Phlogi: RTE
16:04 nd___ Phlogi: So there's still no way? We had the same problem with lib/div extensions... and I hoped for a fix
16:19 tomsdale Is there a way of using markers globally in CEs. e.G. ###MY_EMAIL### used in the RTE will be always replaced by an e-mail string.
16:27 lindbergh hallo everybody
16:28 lindbergh I have strange RTE behaviour for tt_news
16:28 Denjerek Has anyone ever read any really good tutorials on how to use PHPUnit ?
16:28 Denjerek I have a monster class here that really needs a test bench
16:28 lindbergh when I enter some text with new lines , and <p> tags also
16:28 Denjerek But I can't make the leap from the simple PHPUnit tutorials to how it will apply to my large class.
16:28 lindbergh in FE that <p> tags don't exist anymore
16:29 lindbergh anyone have advice?
16:55 skyfury is it possible to wrap just in the right column of a template around every single content element?
16:57 skyfury something like "tt_content.stdWrap.outerWrap" but not for all elements, just for the ones in a certain column
16:59 PiMB snippets mate, snippets!
16:59 PiMB http://snippets.typo3.org/c/233/
17:00 skyfury PiMB: you are my hero of the day 8-)
17:01 PiMB no problem mate.
17:09 skyfury have a nice evening guys & girls! :]
17:10 PiMB bye
17:21 kinea hi, how can i change the value of {register:headerStyle} ?
17:24 kinea where can i read something about register:
17:28 ries kinea: in the typoscript reference I think
17:29 kinea ries: no luck there
17:30 ries it's to long since I touched that....
17:30 ries what are you trying to do?
17:30 kinea i want to use graphical headers
17:30 kinea but they are not centered
17:30 kinea i need them centered
17:30 kinea and the alignment is hardcoded in the register
17:31 kinea (i mean its an applied style on the html element, not a class i could change)
17:31 kinea the value for the style comes from this register
20:22 just2b good evening
20:25 Phlogi hey just2b, how you're doing? :)
20:26 just2b as usual > much work ;)
20:26 just2b started a new project ;)
20:26 Phlogi just2b: nice... I heard it... and you checked out my latest extension afaik
20:27 just2b yeah I did ;)
21:45 Conic hey all
21:45 Conic while trying to send an email via powermail i get this error:
21:45 Conic PHP : Function split() is deprecated in C:\Xampp\htdocs\typo3\typo3conf\ext\powermail\lib\class.tx_powermail_functions_div.php line 209
21:46 Conic i use the latest version. what is the best bugfix for that until they release a newer version?
21:46 Conic i use php 5.3.2
21:46 Conic i mean 5.3.1 ;)
22:56 ries Conic: disable these sort of errors in PHP
23:29 Conic_ hi all
23:30 Conic_ i have a problem with wfqbe and powermail
23:30 Conic_ both throw errors since php 5.3.1:
23:30 Conic_ PHP : Function ereg_replace() is deprecated in C:\Xampp\htdocs\typo3\typo3conf\ext\wfqbe\pi1\class.tx_wfqbe_results.php line 125
23:31 Conic_ how can i disable this error report?
23:31 Conic_ i'm still there ;)
23:43 cdngfrog either deinstall the extension or configure your PHP correctly
23:55 schabracke can someone help me plz? i updated tt_news from 2.5.x to 3.0.1
23:55 schabracke now ive got severl DB errors
23:56 schabracke and i cant handle that :) at least could someone tell me whats going on, here is the link http://www.unseremusik.at/stars/
23:58 Conic looks like it's working
23:58 Conic there is a "update wizard" or something like that in the install tool for tt_news
23:58 Conic did you use that after updating?
23:58 schabracke hmm on the list view its working now
23:58 schabracke but not on the single
23:58 schabracke f.e http://www.unseremusik.at/stars/news/-/goldiger-silvesterstadl/
23:58 schabracke damn
23:59 Conic it shows you what's left to do
23:59 schabracke strange, now its working? creepy
23:59 Conic hehe
23:59 Conic maybe cache 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.