Search the website and IRC logs

#TYPO3 IRC log from : Friday 27 November 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
08:27 PiMB morning
09:15 axelgitm good morning, did someone once get this error with extbase/fluid after submit and solved it: The value must be of type "Tx_BneMannheim_Domain_Model_Adresse", but was of type "array".
09:17 maholtz|WORK morning
09:18 Prot0 morning
09:39 bluespuke in typo3 4.3, is the FE editing restricted to BE-user? or can i allow a specific FE user/usergroup to access this features?
10:01 Prot0 BE-users
10:02 PiMB morning
10:03 Prot0 morning m8 ;]
10:08 teppi|work good morning :-) -> friday -> \o/
10:26 atmos4 hmm, I've got a gifbuilder object, that renders a shadow on images in content elements, now the prob is, the shadow also renders, when there is no image, how could I avoid shat?
10:27 atmos4 the shadow is eg 20 in the gifbuilder and references width and height from 10 + some margin for the shadow to render
10:38 PiMB almost weekend \0/
11:27 PiMB kinda quiet around here.
11:27 PiMB everybody working there ass off? or enjoying long weekends?
11:29 _Prot0 going for option 1.5
11:30 Prot0 (somewhere in between)
11:31 PiMB got some 15 invitations left for google wave? anybody interested, pm your google account email address.
11:32 Prot0 another 8 here
11:32 maholtz|WORK you all joined the official TYPO3 #wave?
11:32 Prot0 yup
11:33 PiMB yep we did ;)
11:34 PiMB one big happy family in the wave.
11:34 maholtz|WORK well, 42 ...
11:36 PiMB getting there..
11:36 teppi|work maholtz|WORK, how can I join this wave?
11:36 PiMB search for TYPO3 official wave
11:36 PiMB should be publicily available
11:36 Prot0 or send your e-mail and we can invite u :)
11:36 teppi|work k thx
11:36 maholtz|WORK with:public TYPO3
11:37 maholtz|WORK The "official" TYPO3 #wave
11:39 teppi|work ok
11:39 teppi|work joined :-)
11:39 teppi|work thx
11:44 atmos4 hmm, how do I add myself to the wave?
11:50 bluespuke hmmm, seems that i'm to stupid for this wave searching thing :s
11:50 atmos4 well the search worked for me
11:50 atmos4 I entered with:public TYPO§
11:50 atmos4 in the search bar above the inbox
11:51 bluespuke oh, the with: goes with?
11:51 bluespuke ok...
11:52 atmos4 but I'm not sure how to join the wave, do I just click follow?
11:52 bluespuke ok, i got it... and how can i join?
11:52 bluespuke yeah seems so
12:02 atmos4 hmm it seems as soon as you add a message you are added tpo the wave
12:02 atmos4 so add an empty message and delete
12:02 atmos4 kind of stupid ;-)
12:03 Prot0 yes sometimes you cant delete though
12:03 atmos4 yea, I don't get why there is an add contacts button, but you cannot add yourself :-)
12:03 Prot0 lol
12:10 teppi|working atmos4, as bluespuke said .. the follow-button is your add-button .. ;)
12:10 atmos4 no
12:10 atmos4 follow didn't add me to the contacts
12:11 atmos4 but then I added a message and I showed up in the contacts
12:11 bluespuke for me it worked very well :p
12:13 teppi|working atmos4, ah ok i see .. i'm also not in the contacts atm
12:13 atmos4 now you are ;-)
12:14 teppi|working yap
12:14 bluespuke same for me...
12:14 teppi|working interesting! .. :-)
12:15 bluespuke kinda weird/stupid... feature or bug?
12:15 teppi|working hello mr. schmitz
12:15 teppi|working :-)
12:15 teppi|working don't know
12:16 teppi|working i assume its a feature .. they want to show only people who contributed something to a wave
12:16 atmos4 but you can add contacts from your address book
12:16 teppi|working hm ok
12:17 teppi|working thats strange
12:17 atmos4 so if you add someone they won't have contributed either
12:17 teppi|working then its a bug
12:17 teppi|working :-)
12:17 atmos4 so I get's it's a usability issue
12:17 PiMB keep in mind it's betaish..
12:17 teppi|working yep
12:17 PiMB it doesn't always do what you think it should be doing..
12:17 PiMB but that's the fun of it :)
12:18 PiMB just don't use it for anything important right now ;)
12:19 atmos4 I think it needs to be coupled seamlessly with traditional emai to make sense
12:23 Jippi Hi. I have a TS constant named "config.language" - I can see it in my object browser, but how do I read the value of the constant in my frontend plugin object?
12:24 atmos4 normally you assign it to some ts setup
12:24 atmos4 then read the ts setup
12:24 Jippi Hmm, I'm quite new to TYPO3, so not sure on how to do just that yet
12:25 atmos4 well you have your plugins ts
12:25 atmos4 like plugin.tx_yourname_pi1 { }
12:26 atmos4 and that if available in $conf inside your class
12:26 atmos4 it gets passed to the constructor iirc
12:26 Jippi the TS constant is for a whole tree of pages. The site has two "content trees".. /dk/ and /uk/ with pages below
12:26 Jippi /dk/ has a TS constant config.language=dk
12:27 Jippi it's not just for the plugin, but for the whole page tree
12:27 atmos4 and you are developing a custom fe plugin? did I understand that right?
12:27 Jippi Correct, and I need to cache some files based on the config.language setting
12:28 Jippi so I want to know if my plugin is inserted in the DK or UK site tree part
12:28 atmos4 but you could just use different plugin ts setup for those pagetrees
12:28 Jippi I can't change how it's made, it's a huge legacy site
12:29 atmos4 you don't need to
12:29 atmos4 just add an extension template and add the ts to configure your plugin
12:30 Jippi ah, well, thats not very flexible.. the config.language setting is already available depending on what part of the tree your viewing.. I just need to read it out - I don't want to configure the plugin to have the setting on its own
12:30 Jippi it's not possible to read out TS constants on the fly?
12:31 atmos4 well you could simply assign the config.language to a variable in your ts setup
12:31 atmos4 I guess there is a way to read the global setup, but never had to use that
12:33 Jippi okay.. strange it's not available easily
12:41 animan hi. how can i show a current date with TypoScript?
12:42 atmos4 10 = TEXT
12:42 atmos4 10.data = date:Y
12:42 atmos4 Y would only be year
12:43 atmos4 d.m.Y would be geramn representation of date
12:43 atmos4 you get the idea
12:43 Jippi atmos4: plugin.tx_rfshoutbox_pi1 { config={$config} } would be the way to go ? in my $ext/ext_typoscript_constants.txt file?
12:44 animan so it would be 10.data = date:d.m.Y ?
12:44 atmos4 I would insert it into your pages ts
12:44 atmos4 because you want to assign it in the correct context
12:45 atmos4 animan: yes
12:45 atmos4 http://wiki.typo3.org/index.php/TSref/getText#date:.3Cformat.3E
12:48 animan got it working, thanks :)
13:06 FloLeBlanc hi all
13:06 FloLeBlanc can I somehow "reset" indexed search in the database? there is too much data - the backend can't handle it over info :)
13:09 xaver FloLeBlanc: lock into the database
13:09 xaver indexed tables
13:10 xaver littel question, if i need feUser in a file, i use $TSFE = tslib_eidtools::initFeUser(); now i need $tmpl = $this->cObj->fileResource($template);
13:10 xaver how can i get it
13:10 xaver i have on top require_once (PATH_tslib.'class.tslib_pibase.php');
13:10 FloLeBlanc xaver: yes, but can I just truncate all of them? some will be needed for config or stuff won't they?
13:11 xaver lock into the tables with low entrys
13:11 xaver or the name
13:12 xaver i cant remeber you need any data in it
13:12 xaver you can reinstall the extansion atleast
13:18 bluespuke someone knows if i can use imgObjNum on tt_news latest/list view?
13:37 kraftb noone on bug hunt ?
13:37 Prot0 left my rifle home
13:53 bluespuke someone has a hint how to wrap the first image different in tt_news? i'm trying to use imgObjNum/cObjNum but i can't get to a solution...
14:07 bluespuke found the extension rgnewsimg, problem solved ;-)
15:05 bluespuke hmmm, i wonder if there is a way to generate a random number with typoscript
15:24 kraftb I loose connection to the server quite often in recent times ...
15:24 kraftb I wonder what the reason is ...
15:25 Prot0 15:14 * kraftb (n=(obscured mail address)) Quit (Read error: 110 (Connection timed out))
15:25 kraftb yes. but would be good to know why ....
15:58 Phlogi kraftb: use quassel on a server ;) it will handle everything :)
17:02 PiMB finally weekend.
17:02 PiMB talk to ya'll on monday :]
17:02 PiMB bye!
17:03 ndee for creating an intranet, would you guys use DAM as kinda-DMS-replacement?
18:57 kinea yep .finally weekend here too :-)
19:16 untouch_ hoi
19:17 untouch_ any1 know a good slideshow ext with autoplay and lightbox
19:18 tomsdale any preference for javascript library mootools, jquery @ untouch
19:19 untouch_ i know how to build that without a cms
19:19 untouch_ but i dont know how to build typo3 extensions ^^
19:19 tomsdale mootools: rgsmoothgallery rgslideshow
19:20 tomsdale for jquery there are less options but I used galleria recently, still bit rough around the edges but quite usable.
19:20 untouch_ i tryd that one
19:20 untouch_ but does it have a auto play function?
19:20 untouch_ so u can lean back and watch the show without having to click forward
19:21 mikeinet Hi all
19:21 mikeinet have a quick question (if it's a given ansewr... pls just direct me where to look)
19:21 tomsdale rgslideshow has for sure and smoothgallery i'd check on the example page of the author
19:21 mikeinet I just did a fresh install and i'm getting a ton of [an error occurred while processing this directive]
19:21 mikeinet it looks like its forcing into a '/cms' directory if I look in error logs... but I installed everything in the root
19:23 tomsdale untouch http://www.rggooglemap.com/dev/rgsmoothgallery/smoothgallery-slideshow.html
19:24 untouch_ thx ^^
19:24 mikeinet Seeing this too: unknown directive "##postjsmarker###" in parsed doc
19:35 mikeinet anybody?
19:40 mikeinet actually the /cms thing went away - now it's just unknown directive "##postjsmarker###"
21:39 uriahheep hmm, what needs to be done to pass session variables in a user_int?
21:40 uriahheep for some reason my $_SESSION[] vars don't get saved.....

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.