Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 3 September 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
01:14 AlexTheGer hi there
01:18 AlexTheGer I have a problem with the usersettings in Typo3. I gave permission to a sertain brunch, but if I log in I only see the pages that do not have a "timer" on it. Any ideas?
08:20 mosez can i access the create date of a content element if i add it as an flexible element?
08:35 FloLeBlanc hi all
08:51 nkuttler hm, can i put a blank at the end of a TEXT element?   sucks
08:53 FloLeBlanc nkuttler: what do you want to achieve?
08:53 nkuttler empty space before typolink
08:56 FloLeBlanc and you don't want to insert the link with the rte?
08:56 nkuttler no, in typoscript
08:56 nkuttler template
08:56 FloLeBlanc ah ok hmm
09:02 lnd hello, can I do price calculator like this website http://www.it-inventors.com/prices.php in typo3?
09:03 lnd are there any extension support to do like that?
09:03 lnd please help me
09:05 FloLeBlanc ind: I would not know such an extension
09:05 lnd so how should i do ?
09:06 FloLeBlanc well how experienced are you with t3?
09:06 lnd i am a newbie , i still do not know to develop an extension
09:07 smeringe lnd: you don't need to be a newbie to not know that ;)
09:07 FloLeBlanc I don't know for sure if this is possible only with TS, but my main suggestion would be to consult an extension manual or TS manual to learn it or hire someone to do it :)
09:07 lnd i just know typo3 for 2 month :)
09:08 smeringe anyone experience 4.2 not updating changes to frontend unless you clear cache_pages table?
09:08 FloLeBlanc I for myself would use the kickstarter wizard to create an extension, consult the guidelines on creating an extension and try to do one myself
09:09 smeringe Flo, all well? feels like long time no see (never seen :))
09:09 FloLeBlanc hi smeringe... yes has been some time.. do to the fact that I do about all it related things in our company I'm often not solely working on our t3 page :)
09:09 FloLeBlanc yourself?
09:09 FloLeBlanc do = due
09:09 lnd i also think like that, i have try kickstarter in front end registration
09:10 lnd i hope there are an extension hii
09:11 smeringe Flo, I see what you mean. all fine here. all in all. a bit to much work though
09:11 FloLeBlanc well at least that guarantees your job :)
09:11 smeringe ;) true
09:11 lnd Flo, can i do a page with normal php code
09:12 FloLeBlanc short answer: no :)
09:12 lnd can you tell me why
09:13 FloLeBlanc well t3 uses many native functions and those are used for a reason (security mechanisms, etc.), short scripts in php are possible but not suitable for a "bigger" code
09:14 FloLeBlanc actually extensions provide the framework for you to "use your own php code"
09:15 FloLeBlanc but that's just my 2 cents, there may be more experienced users here
09:15 lnd oh
09:15 FloLeBlanc I just can tell you from my experience, that you should avoid "hacking" other extensions to suit your needs at all costs if possible (I for one have to do a rewrite for one of my hacks, haven't been able to upgrade due to tampering with the code and ran into security issues)
09:16 lnd please help me how to begin to write an extension
09:16 FloLeBlanc http://wiki.typo3.org/index.php/Extension_Developers_Guide
09:17 FloLeBlanc http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/ (VERY important - I cannot stress the recommendation of this document enough)
09:18 FloLeBlanc when using forms you are vulnerable to injections and XSS hacks, these guidelines help to avoid that your extension creates security holes (it is worth the time to read it)
09:18 Denyerec http://blog.chasejarvis.com/blog/2008/08/philosophy-of-photography-as-weapon.html
09:18 Denyerec hey flo
09:18 FloLeBlanc hi denyerec
09:18 smeringe Denyerec: :D
09:18 lnd ok, thanks Flo
09:18 Denyerec hey smeringe
09:19 smeringe hey hey hey
09:20 smeringe so.. am I hoping in vain or will someone from here come to t3con?
09:21 FloLeBlanc smeringe: I'd love to.. but going there on my own budget is hard at the moment :(
09:21 smeringe :(
09:22 Denyerec Heh
09:23 Denyerec I'm eating less than normal to save on cash
09:23 GeorgesAbitbol hi
09:23 Denyerec so the odds of me travelling anywhere other than hospital are low indeed :(
09:23 FloLeBlanc *would be an idea* :)
09:23 Denyerec Poverty is the ultimate weight loss programme.
09:23 Denyerec :/
09:23 FloLeBlanc :(
09:23 GeorgesAbitbol Denyerec: you could sell your body. good / value ^^
09:23 smeringe doesn't sound to good
09:23 Denyerec Hahaha
09:23 Denyerec GeorgesAbitbol I'd have to do it quick if they're paying by the Kg ;)
09:24 GeorgesAbitbol Denyerec: loool.
09:24 Denyerec Things aren't quite that bad yet, but I certainly can't afford to travel :(
09:24 Denyerec 's a shame, cos I'd love snowboarding :D
09:25 GeorgesAbitbol Perhaps couls someone help me. In Rte, the new magick image works. Except thaht when I resize it, it is not save and the image retrieve the original size.
09:25 smeringe hehe
09:25 FloLeBlanc hehe
09:25 GeorgesAbitbol does anyone have a clue ?
09:40 FloLeBlanc did anyone test mm_forum 0.1.7 yet?
09:46 Phlogi when I want to output an image in my extension, I need to use gifbuilder when I want to make it smaller rendered right? IMAGE is not enough I think...
09:46 Phlogi hi FloLeBlanc., Denyerec, smeringe
09:46 smeringe hi Phlogi
09:46 FloLeBlanc hi phlogi, and yes I think that is correct (apart from setting the image width and height which also tags can do but which is no real "rerendering")
09:47 Phlogi FloLeBlanc: yes exactly thats the point, I really want it to be re-rendered... but can I still use imagelink to have a popup that displays it big?
09:47 FloLeBlanc wouldn't know why this should not work, working with TS?
09:48 FloLeBlanc (in fact that is what t3 normally does, create a thumbnail which can be opened on click so I wouldn't know a reason why this would not work)
09:48 smeringe Phlogi: you mean cObj IMAGE?
09:48 smeringe I'm using $this->cObj->IMAGE($ts); for that
09:48 Phlogi FloLeBlanc: ok, so no reason to worry about that :)
09:49 Denyerec ey phlogi
09:50 m4rtijn hi all
09:50 smeringe hi m4rtijn
09:50 FloLeBlanc hi m4rtijn
09:51 Phlogi hi m4rtijn
09:51 m4rtijn why
10:15 m4rtijn hi pmk
10:18 GeorgesAbitbol Impossible to add Image magick or graphic magik to typo3 conf on Windows server 2003. Arrrrgh !! F...g windows ^^
10:29 Phlogi GeorgesAbitbol: drop that windows server ;)
10:29 GeorgesAbitbol Phlogi: the customer does want anything else. stupid customer
10:30 Phlogi GeorgesAbitbol: convince the customer to free software :)
10:33 Phlogi where would you get/store options for a backend module? ext_conf_template.txt?
10:37 m4rtijn just install apache on it :)
10:38 m4rtijn but I had IM up and running on XP.. is 2003 so much different?
10:39 Denyerec GeorgesAbitbol....
10:39 Denyerec Install a virtual machine on their windows server
10:40 Denyerec and install Ubuntu on that.
10:40 Denyerec They'll never know...
10:40 Denyerec ¬_¬
10:40 m4rtijn :)
10:43 GeorgesAbitbol Denyerec: good idea ^^
10:45 pmk65 Phlogi: BE module config should be stored in tsconfig.
10:48 daKmoR howto add multiple e-mail to the form?
10:48 daKmoR just with ","? like (obscured mail address), (obscured mail address) ?
10:49 m4rtijn which form
10:49 pmk65 Phlogi: you add it using t3lib_extMgm::addPageTSConfig()

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.