Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Sunday 18 May 2008

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 31
01:19 titii Can I make an easy functionality script in the Tools/Ext. Manager in my ext. details? I just need to check if one file in the uploads exists, so delete it, or generate a new one. Or how it makes? Thank you.
01:20 titii ries, voidus_, anybody... thanks
02:12 titii Hey guys?
02:12 titii I cant give a required on the select box or checkbox? in TCA of a BE?
04:16 titii Is there anybody?
04:16 titii How can I get in a TCA edited variables?
04:17 kreegee i'm here
04:17 kreegee but i've got no idea, sry
07:59 Awillys morning
10:03 titii Hey guys, how to set the fixed width for textarea field in TCA? BE edit record? Thank you!
12:22 pumatertion hi
12:24 pumatertion gibts eigentlich ne vernuenftige art mit typolink alle aktuellen parameter zu verwenden und gleichzeitig einen anzuhaengen?
12:24 pumatertion als aktuell = ?id=45&test=1
12:24 pumatertion daraus resultiert ?id=45&test=1&angehaengt=2
12:24 pumatertion also alle parameter reinmischen?
12:54 voidus_ pumatertion: english please
12:54 void hello #typo3
12:54 void i need help again
12:56 void just2b, Awillys: do you know some PDFs or other document with beatiful pictures about how typo3 extensions work with TYPO3 core?
13:06 titii Hey void
13:06 void hi titii
13:06 titii hello just2b wich a nice day
13:07 titii void also to you void :)
13:08 titii But I would like to something know. Do you mean you can cooperate with me? LOL
13:08 pumatertion sorry for german
13:09 pumatertion is there any way to tell typolink to link to the current url and all its parameters and add a new one?
13:10 pumatertion just want to reload a page and add a new param
13:10 titii I just has to know is possible to change the TCA types (palettes) dynamicali, that mean I dont have to selecting the type manually, because it is my dynamic TCA with the contition like, is some record was added but not selected and printed in the FE, and so on.. thank you very much, really ;)
13:10 titii void, just2b, ries, anybody :)
13:11 void pumatertion: at extension?
13:11 void pumatertion: or at typoscript?
13:12 titii what is that mean? "pumatertion"
13:12 void titii: does not understand what do you want
13:12 titii I know what I want.. :)
13:12 void good if so ;)
13:13 titii void I just dont know what is the word "pumatertion" ???
13:13 null0_ pumatertion: In TS config.MP_defaults = 33 : yourparameter
13:14 titii void, null0_ : Right on the tca.php or ext_tables.php..
13:14 null0_ this means on page with PID 33 there will be yourparameter in the browsers url added
13:14 titii null0_: me?
13:14 null0_ no
13:14 titii sorry
13:15 null0_ np
13:15 titii Hmmm, no body who can help into me?
13:15 titii nobody
13:15 titii sorry I mean I am clear
13:16 titii really boored solution but now so EASY, dammed. Heh... so just like me :)
13:19 null0_ titii: I don't understand your question
13:19 null0_ :)
13:20 titii null0_ just relax, I just found the solution :) Uff
13:20 titii my problem is left, but there will some another
13:22 null0_ you mean somethig like changing this? $TCA['fe_users']['columns']['username']['config']['size'] = 8 or 16?
13:24 pumatertion okay, i have my own extension wich shows some imagethumbnails. if someone clicks on an image only the param "zoomimage" should me set. but the rest of the get params should be untouched
13:25 pumatertion so the result ist www.some.com/{unknownparams}&zoomimage=123
13:27 null0_ ok. where is the problem?
13:27 pumatertion problem is to get anything unknown in typolink
13:27 null0_ If it is your own extension, then you are able to concat your &zoomimage=123 to the link
13:28 pumatertion so not using typolink?
13:28 null0_ How about if ( $_GET[zoomimage] ) { ... }
13:29 pumatertion so, there is now way to tell typlink to walk getparams rekursive, add them by default to addParams and extend them with some specials?
13:29 pumatertion something like addParams = all_current + own
13:30 null0_ $link_topage = $this->pi_getPageLink($GLOBALS['TSFE']->id) + $yourstuff;
13:30 pumatertion will try
13:33 pumatertion bad idea =(
13:33 pumatertion $yourstuff is all recursive content of get params
13:34 null0_ this is exactely what you wanted :)
13:35 null0_ how about a <input type="hidden" name="zoomimage" value="123">?
13:35 null0_ so you can test for this in your ext.
13:36 null0_ <-off
16:03 hanfm what kind of websites does typo3 support? only html and php or something else?
16:15 null0_ hanfm: typo3 does website with php
16:15 null0_ websites
16:16 hanfm no html?
16:16 hanfm html only
16:16 null0_ a website is html
16:17 null0_ the html is created by php
16:17 null0_ your site can look like index.php and index.html
16:17 null0_ your choice
16:17 hanfm ok, thanks
19:17 ndee I edited some translations in the tt_news/pi/locallang.xml file and after clearing the cache, it still shows the same text as before. Where could the translations be?
19:19 void ndee: you should not edit translations in that file
19:19 ndee void: Where should I edit the translations then?
19:20 void ndee: use ._LOCAL_LANG property instead
19:20 ndee void: could you point me to a documentation or give me an example?
19:20 void plugin.tt_news._LOCAL_LANG.de.more = <s>mehr</s>
19:20 ndee void: perfect, thx.
19:20 void np
19:21 ndee setup or constants?
19:23 void setup
19:23 ndee plugin.tt_news._LOCAL_LANG.fr.noNewsToListMsg = test + clearing cache should work, shouldn't it?
19:23 void it should
19:24 ndee hm, it doesn't, weird.
19:24 void are you sure that config.language = fr is set?
19:25 ndee void: yes.
19:25 ndee plugin.tt_news._LOCAL_LANG.fr.noNewsToListMsg = test
19:25 ndee plugin.tt_news._LOCAL_LANG.de.noNewsToListMsg = test
19:25 ndee plugin.tt_news._LOCAL_LANG.default.noNewsToListMsg = test
19:26 ndee those are all languages that we have
19:26 ndee just for testing purposes but it didn't change the label.
19:28 void ndee: do you know 6 secrets of successful typo3 programming?
19:28 void http://t3flyers.wordpress.com/2007/08/20/6-top-secrets-of-successful-typo3-programming/
19:28 ndee void: didn't know them but I ALWAYS clear the cache :)
19:33 maholtz @ndee: do you added that code in the bottom of your typoscript setup? move it to the top
19:34 ndee I love having a development server and live server, and making changes to the development server but check'em in the live-front end :D
19:39 void hehe
19:39 void i was thinking about such ability -)
21:27 smeringe evening
22:56 nomatter002 hi
22:56 nomatter002 how can i make a typoscript if which checks for firefox
22:56 nomatter002 cause i couldn't find a browser=-option for firefox
23:00 nomatter002 anybody an idea?
23:28 smeringe nomatter002: maybe try something like [useragent = *Firefox*] ?
23:29 nomatter002 smeringe: ok i'll try, so there is no browser option for that?
23:29 smeringe not what I know of
23:30 nomatter002 do you know why this is?
23:32 smeringe nope :) not maintained enough maybe? perhaps there is one, but not documented. never checked
23:37 nomatter002 ok thx
23:41 smeringe nomatter002: if I'm checking the source correctly now, there isn't any option for ff. what the source does is reading the useragent line anyway
23:42 smeringe (you got me into source digging now :P)

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.