Search the website and IRC logs

#TYPO3 IRC log from : Monday 28 June 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
00:30 pascalj rawtaz: there were RC1 and RC2
00:30 rawtaz they must have been really quick then :D
00:30 rawtaz a few days or so
00:31 pascalj yes, IIRC there were only 2 days between RC1 and 2
00:31 rawtaz aha
00:31 rawtaz well its great anyway
00:31 pascalj full ack
09:02 iaj lo thare
09:02 iaj anyone experienced with powermail? I'm having a bit of trouble
09:02 maslenka morning
09:02 maslenka not at all sorry
09:03 PiMB just a bit iaj
09:03 iaj morning, hm bad
09:03 PiMB what's the problem?
09:07 iaj PiMB: I need to specify the SENDER EMAIL, which - well in flexform one can only select from a UID-field out of the form - but I need to specify the email as of my own one -_-
09:08 PiMB I guess that's possible with TS
09:09 PiMB http://typo3.org/documentation/document-library/extension-manuals/powermail/1.5.3/view/1/7/
09:09 PiMB check this.
09:09 PiMB looks like plugin.tx_powermail_pi1.email.sender.email
09:10 PiMB could overwrite some things
09:10 maslenka I have problem with images.. why is typo3 trying to resize 105x105 image to.. 105x105.. isn't it useless?
09:10 PiMB then probably your images aren't actually 105*105
09:10 maslenka they are
09:11 maslenka i wouldnt care, but the image from typo3 has different pallete
09:11 maslenka http://www.safepro.sk/uploads/pics/prilby-ramy.png original http://www.safepro.sk/typo3temp/pics/00a1d3ea94.png from typo
09:12 PiMB pics from uploads doesn't exist, I get a 404
09:12 maslenka hmm weird
09:13 maslenka i think i just put <img> tag into typoscript instead od IMAGE object
09:14 PiMB you do that :)
09:15 maslenka but its stupid :)
09:18 PiMB TYPO3 is not stupid, it probably has it's reasons ;)
09:20 Denyerec maslenka - how did you insert the image?
09:22 maslenka Denyerec: as IMAGE object with widht and height specified to 105c
09:22 Denyerec then make sure you set the compression and output filetype to something appropriate
09:22 Denyerec else it'll use the defauls (jpg, fair compression)
09:23 maslenka but file extension is png..
09:24 Denyerec Ok
09:24 Denyerec So set the image format to whatever theinput format is
09:24 Denyerec ?
09:24 maslenka same png
09:24 Denyerec By default Typo will convert pretty much everything to a jpg
09:24 Denyerec as it copies it into the cache and resizes it
09:24 Denyerec if the images are already 105, why specify 105c?
09:24 Denyerec (Just curious)
09:24 maslenka in case user is idiot and put something bigger
09:25 Denyerec Good call.
09:25 Denyerec Ok so you just need to tweak the TS so that the image is kept in the original format.
09:26 maslenka that is truecolor png
09:26 Denyerec 10.file.format = png
09:26 Denyerec For example: http://wiki.typo3.org/index.php/TemplaVoila/VideoTutorial/Overview_with_Image_and_Text
09:26 Denyerec I must head out to the workhole... watch out fo rmy evil twin Denjerek
09:26 Denyerec as I will be online when I get there.
09:54 Neo2 How can I prevent items in the TCE forms on the backend from being collapsed by default?
10:02 compojoom hey guys have you made an update from 4.2 to 4.4?
10:05 xaver compojoom: i done a update from 3.7 to 4.4
10:05 compojoom eheheheheh
10:05 compojoom any problems :D
10:05 compojoom ?
10:05 xaver ni, step by step update
10:05 xaver no
10:05 xaver everthing was fine
10:05 compojoom do you have custom extensions or so?
10:05 xaver yes
10:06 compojoom nice (y)!
10:06 xaver 1 problem
10:06 compojoom what was it?
10:06 xaver dnlap news or ...
10:06 xaver is a tt_news extansion
10:06 xaver i deinstalled it and changed the template
10:07 xaver and another typo i had once trouble with a table dropdown menu
10:07 xaver only once
10:07 compojoom ok, I'll attempt an update then :)
10:07 xaver copy the typo3 and backup the database
10:42 pulponair hi there
11:44 tomek_ i am trying use content_stdWrap in tt_news but it doesnot work
12:45 initCH hi there
13:01 initCH i created an extension using kickstarter.. there i added some fields to the tt_content table
13:02 initCH in the TCA i can see the fields under tt_content -> columns, but when im editing a page my fields are not there
13:03 PiMB did you delete all temp_cached_* files in the typo3conf
13:03 initCH i gottah error
13:04 initCH i added my fields to the tt_content table instad of the pages table
13:12 Neo2 How can i customize the BE in order to have Flexforms expanded by default?
14:06 ndee I want to index a file into the DAM from outside of typo3, anyone done that before?
14:08 rawtaz whats the DAM ?
14:08 ndee Digital Asset Management
14:08 rawtaz oh
14:08 rawtaz an extension?
14:08 ndee jep
14:09 rawtaz ok :)
14:09 ndee found something, juhu
14:21 Phlunk3 hi guys, are there any known issues with extbase and columns defined as type:passthrough ?
14:28 tmkd ii can not use content_stdWrap
14:28 tmkd it doesnot work
14:29 tmkd can u help?
14:38 alice|wl hello
14:38 pulponair phlunk3: I am using it quite often ...no issues that far...
14:40 alice|wl I want to create a testing environment for my typo3 install. I created a testdb from the original and copied the files to my homedir on the server and want to test on www.server.de/~user/server/index.php ... how can I tell typo about its new location
14:44 Denjerek alice - look for localconf.php
14:44 Denjerek the DB particulars will be in there
14:44 Denjerek in /typo3conf/localconf.php
14:45 Phlunk3 tx pulponair, am getting problems with my categories object for the DAM. not filling parentId
14:46 Denjerek "Entwickler" is such a funny word :D
14:46 pulponair Phlunk3: could be naming issue. What is the db field name and what is the object field name?
14:46 pulponair Denyerec: yeah ..."dewrapper" would be the word by word translations
14:46 pulponair -s
14:47 Phlunk3 parentId for object. parent_id for the db
14:47 pulponair phlunk3: double check the getter setter for correct naming...
14:47 pulponair phlunk3: hmm wait
14:47 pulponair Phlunk3: parent_id points to a record of the same type right?
14:48 Phlunk3 yes
14:48 Denjerek Unpackager?
14:48 Denjerek Unpacker...
14:48 Denjerek I don't even know if there is a proper english word for it :)
14:48 Phlunk3 thought entwickler was just developer?
14:49 pulponair Phlunk3: do you want it to be populated with a simple integer or do you want extbase to resolve the relation?
14:49 Phlunk3 in dutch its ontwikkelaar
14:49 Phlunk3 just an integer pulp
14:49 alice|wl Denjerek: I managed to change the db settings and also ran install
14:49 pulponair Phlunk3: ok, could you post model and tca?
14:50 Denjerek So are you OK now Alice?
14:50 alice|wl but links still point to the original domain without my path additions
14:50 Denjerek Ahh.
14:50 Denjerek Clear all caches
14:50 pulponair phlunk3: meanwhile you could change "passthrough" to none and see what happens
14:50 Denjerek and look in the TS Template for baseUrl
14:50 Denjerek In BE-> click root page, click template module, modify TS
14:50 pulponair Phlunk3: i only use passtrough for foreign relation fields so never accessed them from the model ...
14:51 Phlunk3 http://pastebin.com/PvaHdr1P model
14:52 Phlunk3 http://pastebin.com/Zdr0mvnu TCA
14:52 Phlunk3 will check it with none now.
14:52 pulponair Phlunk3: getter setter naming is brocken
14:53 Phlunk3 yeah?
14:53 pulponair Phlunk3: should be setParentId
14:53 Phlunk3 haha
14:53 pulponair Phlunk3: though it should work anyway
14:53 pulponair Phlunk3: same for title
14:53 Phlunk3 yeah doesnt make any difference, didnt know which way it should be.
14:53 Phlunk3 will switch both.
14:53 pulponair Phlunk3: should be getParentId etc...
14:53 Phlunk3 yup have changed now.
14:54 pulponair Phlunk3: #
14:54 pulponair #
14:54 pulponair */
14:54 pulponair #
14:54 pulponair protected $parentId = '';
14:54 pulponair setting an integer to '' makes no sense
14:54 alice|wl Denjerek: BE in the konfiguration tree?
14:54 pulponair Phlunk3: should work but i would correct it ....
14:54 Phlunk3 true, copy pasted this out of some example.
14:54 pulponair Phlunk3: change int to integer as well
14:56 pulponair Phlunk3: class naming is consistend...:Tx_key_Domain_Model_damCategories should be Tx_Key_Domain_ModeL_DamCategories
14:56 pulponair Phlunk3: just cosmetical issue but ..better safe than sorry ;>
14:56 Phlunk3 yeah Ive been somewhat lazy with that stuff as besides once putting * instead of ** I've had no issues lol
14:58 pulponair Phlunk3: yes right, but i already waste a lot of debugging time caused by such lazyness ;). Might become an issue ...:)
14:58 Phlunk3 parent id wasnt what I thought it was in tca tho.
14:58 pulponair Phlunk3: hum?
14:58 Phlunk3 moment gonna check it in the backend
14:58 Denjerek alice - normal page tree, click the root page, then click the "template" module on the left
14:59 Denjerek You need to edit the typoscript template for the site
15:00 Phlunk3 http://pastebin.com/zP0uqj0M <-- the TCA from the column
15:01 pulponair Phlunk3: hmm so it's not just passtrough....
15:01 Phlunk3 indeed
15:02 pulponair Phlunk3: gimme a minute i ll digg through the datamapper
15:02 pulponair Phlunk3: is there anything againts having extbase resolving the relations?
15:04 Phlunk3 no, but it would be quickest solution for me to not do it that way so I can use existing functions which use the integer. Just want to get this small project to work and then I can slowly change pieces to be more extbasey later lol
15:04 pulponair Phlunk3: hmm ok did you check if the parentId gets populated now?
15:04 Phlunk3 yeah, its not
15:04 pulponair could you paste a var_dump of a category object?
15:06 pulponair Phlunk3: ^
15:06 pulponair Phlunk3: meanwhile you could change your model like:
15:06 pulponair */
15:06 pulponair protected $parentId = '';
15:06 pulponair ' /**
15:06 pulponair */
15:06 pulponair protected $parentId = '';
15:06 Phlunk3 http://pastebin.com/A2MUPSRa
15:07 pulponair Phlunk3: hmm ok just change the parentId type to Tx_Key_Domain_Model_DamCategories and adjust your getter and setter ..and see if extbase is abel to resolve the relation...
15:08 Phlunk3 yeah, that works actually lol
15:09 pulponair Phlunk3: ok ...keep it :)
15:09 Phlunk3 tx m8
15:10 pulponair Phlunk3: exbase see the "foreign_table" and assumes a relation ..in order to keep things consistend it "hiddes" the uid from you. Accessing the uid directly worked in former versions of extbases but it is bad style anyway...
15:10 pulponair Phlunk3: hope this fits your needs...
15:10 Phlunk3 yeap :) should be easier this way
15:11 pulponair Phlunk3: ok great ...happy coding ;)
15:11 alice|wl Denjerek: thanks a lot. worked :)
15:20 Denjerek You're welcome.
17:45 Neo2 How can I define PNGs to be transparent in Flexforms? My transparent pngs are scaled on saving but have also then a black background.
17:46 Neo2 And the quality is poor!
17:56 Denjerek Hmm.
17:56 Denjerek Scaling PNGs is always tough
17:57 Denjerek Check the install tool, and check out the graphical tests.
17:57 Denjerek Make sure everything is set OK there.
21:51 macsea hi irc Typo3
21:51 macsea i have a problem with typo3 4.4.0 rtehtmlarea
21:52 macsea the rtehtmlarea load only symbols no text

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.