Search the website and IRC logs

#TYPO3 IRC log from : Friday 27 April 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
04:18 d|g hi all
05:44 Jigal gooooood morning #typo3
06:37 zatmania hi all
06:37 zatmania hi Jigal, af_, tobi and others typoters
06:41 tobi good morning zatmania, Jigal, #typo3
07:04 null0_ good morning
07:09 zatmania Jigal ?
07:35 Jigal zatmania: sorry, was working on an e-mailing which had to be sent at 10 am...
07:37 koomi grml
07:38 koomi ^^
07:38 teppi|work hi
07:38 teppi|work :-)
07:38 null0_ hii
07:41 Crocus moin
07:53 nutcase hi @all, in an own extension: can i use a date-field as label-field? if i set label=>starttime for example, i only get timestamp, but not correctly formatted date
07:54 nutcase furthermore: is it possible to make a date field a required field?
08:05 fred^ morning
08:05 fred^ how do i make an global repeatng element ( like a footer) with templavoila?
08:14 Jigal nutcase: documentation only mentions that the label field must be set to the name of the field in the db that contains the "title" of the record.
08:15 nutcase Jigal: when do this, i get the timestamp instead of a formatted date (e.g. strftime("%x",$title);)
08:23 Jigal nutcase: to set a field as required, set in tca.php $TCA[<table>]['columns']['title']['config']['eval'] => 'required' (this is short form, add an eval to the actual structure in tca.php
08:24 nutcase Jigal: that's clear, but i had problems setting both, date+required, as eval, but now i got it
08:25 Jigal nutcase: about the timestamp formatting: if you can only set the field and the field contains a timestamp in the db, then....
08:25 nutcase Jigal: although i don't know what i did wrong
08:25 nutcase Jigal: ... then it should be formatted?
08:26 nutcase Jigal: i got a timestamp
08:26 alexwx helo friends, is possible to wrap just image without text element? thakn you
08:27 alexwx wrap element into some div.. but only image element
08:28 Jigal nutcase: no, timestamps are integers which are interpreted in a specific way. This is one of the disadvantages of the fact that the system uses Unix timestamps and not date(time) fields. Maybe there's a special option to format it, but I haven't found it yet :-)
08:29 Jigal fred^: sorry, I'm not into TV
08:29 koomi aren't timestamps just seconds from 1.1.1970?
08:29 nutcase Jigal: nevertheless i like unix timestamps, but it doesn't matter now, since i introduced an extra label field for that. I have done that, since the starttime isn't unique
08:29 nutcase koomi: yes, they are
08:29 Jigal koomi: yes, but that's a plain integer ;-)
08:30 koomi but then it's all nice and easy
08:30 koomi you can format ts with php - even typo3 should be able to handle ts with the .date stdwrap
08:30 Jigal koomi: in a $TCA definition??
08:31 fred^ Jigal i found out
08:31 fred^ : )
08:31 fred^ just the way as ive always have done it, kind of
08:31 fred^ just add a TS object path
08:31 koomi Jigal: no idea. tca is the darkside
08:31 fred^ and insert a record with TS from tt_content table
08:31 fred^ yayz
08:32 Jigal koomi: I know, that's where I am ;-P
08:37 Phlogiston_ good morning guys
08:38 Phlogiston_ If a company develops an extension for typo3, it MUST release it under the GPL right? And that company MUST give access to the sourcecode?!
08:40 tobi yes Phlogiston, if it is based on the t3 framework
08:42 Jigal Phlogiston_: only if it chooses to release it. Nobody can force you to release an extension; a company may also use it only for its own website.
08:42 Jigal Phlogiston_: furthermore, the source code *is* the extension; you cannot compile it or something like that.
08:42 Phlogiston_ Jigal: hmm but I think thats against GPL
08:43 Phlogiston_ if you make use the GPL stuff (here typo3) you must use the GPL licence too... and afaik that licence says you must make the code public available
08:44 tobi but the customer who bought the extension has allways the right to see the source, since its gpl.
08:44 tobi thats not true Phlogiston_, you dont have to make it public available
08:45 Phlogiston_ tobi: I thought so
08:45 tobi if the customer decidets to publish the extension the company that wrote that ext. has to accept it
08:45 tobi but no force
08:46 Phlogiston_ ah you are right yes :)
08:47 Jigal Phlogiston_: I just read the GPL and it only speaks of "copy and distribute" of the original program or of work based on that.
08:47 tobi if you want to know it in detail there are numerous threads about this in the mailing list
08:47 Phlogiston_ tobi: hehe ok thanks
08:48 fred^ with templavoila, is it easy to do an alternative template (2 columns instead of main template with 1 column) on a subpage?
08:49 Jigal in most case customer don't buy the extension, most developers are hired by the customers to work for them and write an extension. In that case the customer has been the owner from the very first letter that was written for that extension.
08:52 Phlogiston_ Jigal: even if the dev extends an existing extension?
08:56 Fab1an|work what is the typoscript to use the first image inserted on a page as images-only content element in a GIFBUILDER ?
08:57 Fab1an|work like 10.file = getFirstImageThatIsInsertedOnTheCurrentPage
09:04 Typo3Dude Hey guys, is it possible to change the pagetitle from within an extension? - Or to append things to it? - I'm thinking of the pagetitle itself u know the one in the upper left corner..
09:07 FloLeBlanc hi all
09:07 FloLeBlanc seems like kasper officially quits now hmm
09:08 Typo3Dude Quits?
09:08 FloLeBlanc http://typo3.org/community/people/kasper-s-korner/but-not-for-a-lifetime/
09:08 FloLeBlanc I'd watch the cast but I despise quicktime
09:11 Typo3Dude Ah..
09:11 Typo3Dude U would happen to know the answer to this question would ya :
09:11 Typo3Dude Hey guys, is it possible to change the pagetitle from within an extension? - Or to append things to it? - I'm thinking of the pagetitle itself u know the one in the upper left corner..
09:12 fred^ mf_pagetitle Typo3Dude
09:17 Typo3Dude fred^ - Thx I'll take a look right away
09:18 Typo3Dude I know how to do it via TS.. need to do it from inside a extension;)
09:18 m4rtijn morning
09:18 m4rtijn good / bad or neutral.. optional
09:18 Jigal After many inter......rup...tions I finally managed to see..... the cast till the end. Not surprising after such a long period and hopefully the association manages to keep the development going.
09:25 Typo3Dude fred^ : Dude.. I love u
09:26 FloLeBlanc Jigal: yes
09:26 FloLeBlanc no.. I mean: Jigal is right
09:26 FloLeBlanc :)
09:48 m4rtijn has anyone here ever changed the fe_user_registration date format?
09:48 m4rtijn dd.mm.yyyy instead of yyyy-mm-dd
09:49 koomi *brr* someone who wears a kings costume most be quite a bit bonkers
09:50 koomi in a podcast mind. i could understand the medival festival thing - but in a podcast as lead dev .. oh well.
09:51 m4rtijn koomi, would you maybe know how to do that?
09:52 m4rtijn I tried the german date extension.. but it doesnt work
09:52 koomi m4rtijn: sorry. no idea. can't you change the format via ts somewhere?
09:53 m4rtijn I wouldnt know how :p.. but maybe the manual gives some info
09:55 marvi_ re
09:58 just2b hello... anyone uses scriptacoulus in typo3?
09:59 zatmania pulponair
09:59 zatmania use
09:59 just2b ok.... not here ;)
09:59 just2b but thx... i just included it ;) oh i love it ;) and oh I love my extension :D
09:59 zatmania yes but for this i can' t do nothing :D
10:00 just2b wanna see? ;)
10:01 teppi|work m4rtijn, have you done this: f you want to use the changed German labels and error messages for the birth date field, edit your TS template and add German date format under add static (from extensions).
10:04 m4rtijn yep
10:05 teppi|work hm .. it worked for me somehow .. but i can't remind how
10:12 m4rtijn teppi, where did u get that info? maybe I have to change smth in the template I didnt do yet
10:13 fred^ Typo3Dude thats been kind of a pain in the ass for me as well, happy to help :)
10:19 just2b hi jigal... wanna see something nice? ;)
10:22 fred^ how do i get templavoila to recognize the changes i did in my template?
10:27 teppi|work m4rtijn, im not sure how i did it .. its some monzhs ago .. but i think i did a bad workaround .. :-/
10:27 just2b jigal? ;)
10:28 Jigal yes, just2b?
10:29 just2b http://p28123.typo3server.info/karte.html?custom=1
10:29 just2b -> custom layers
10:29 just2b -> press "suche" or "kategorie" ;)
10:30 Jigal just2b: a cast where Kasper says that he was a month late for April-fools-day? ;-)
10:31 just2b jigal.. i don't think so, but i do understand him
10:31 just2b I will follow him and finish my job @ typo3.net, with 10.000 postings ;)
10:31 Jigal just2b: you will leave us too???????
10:31 just2b :D
10:32 just2b just kidding ;)
10:32 Jigal pffff!
10:32 just2b leaving next weak just for my holidays ;))))
10:32 just2b holidays where I work... tzz ;)
10:34 Jigal just2b: I don't understand the "Custom Layer" button? what does it do?
10:34 tobi i will leave you, will stop working so much with typo3 in 1-2 months
10:34 just2b it shows a custom map wiithin google mapos
10:34 just2b so e.g. here a map with quite better quality than google can yet deliver...
10:35 beev0r anyone using th_specialelements here?
10:35 Jigal just2b: what I see is a map with on it a photo with street names and a huuuuuuge white border
10:37 just2b jigal.. the photo is also a map, many single pieces.. you can make this as big as you wwant...e.g. your hole village drawn in an editor
10:37 just2b the white border is because I just took a part of my village but the imagepieces have all to be the same size
10:38 just2b if you use the + at the zoom you will get a higher zoom level > all new images...
10:38 Jigal tobi: that is sad! I myself don't know what I'll do in a couple of months time. I'm talking with a couple of companies now, some don't use a CMS, some use a different CMS and one is specialized in TYPO3...
10:40 just2b jigal: choose last.. or make a company with me ;)
10:40 m4rtijn would anyone know how I could change the sr_fe_user_reg date format? I tried german date format extension but its not working..
10:41 Jigal just2b: now I see, Google doesn't have the detail yet and now you can add your own detailed maps/photos! kewl!
10:41 m4rtijn I need dd.mm.yyy instead of yyyy-mm-dd
10:41 just2b jigal.. correct... you can use what you want to... this is made with an hook for my extension, so 30 lines for 2 zoomlevels ;)
10:43 Jigal just2b: a giant portrait of king kasper for the largest zoom level on his home town... ;-P
10:43 just2b :D
10:43 just2b of a zoom level for my mensa.. I have to go ;)
10:44 Jigal enjoy your meal!
10:44 just2b thx ;)
10:59 fred^ people of typo3. how the hell do you handle if a customer suddenly want to insert something in two columns inside the main content area? do the customer have to resort to a table then?
11:00 tobi there is a extension fred^
11:04 fred^ let me check that out then
11:04 Typo3Dude fred^: I think u can make a Flexible content element if u want..
11:04 fred^ its the way to go?
11:04 fred^ i have never used that before, i will look into that as well
11:04 fred^ it might do what i want?
11:05 Typo3Dude I've used it.. though it's given me a lotta headache as well... :/ But that's more about borders around them and stuff...
11:05 Typo3Dude But yes should do what u want..
11:05 Typo3Dude Then inside the main table u can have the normal layout and some text and further down split it up into two columns
11:06 Typo3Dude Try reading Futureistic template building
11:06 fred^ im there
11:06 tobi only for a 2 column thing i would not use fce ... use the 2 column extension, works fine.
11:07 Typo3Dude Perhaps tobi is right.. u might wanna try that first.. it's faster I guess
11:07 fred^ got it
11:08 fred^ i think hes right
11:08 fred^ thought the same thing as i was reading futuristic..
11:08 fred^ http://typo3.org/extensions/repository/?tx_terfe_pi1%5Bview%5D=search&no_cache=1&tx_terfe_pi1%5Bsword%5D=column
11:08 fred^ could someone reccomend me which one to use?
11:09 tobi would use fdfx_2cols
11:09 fred^ installing it now
11:32 m4rtijn I use tt_products, is it difficult to create a html file of all product records in the shop?
11:32 m4rtijn like a db dump of the records
11:37 fred^ hmm problem
11:37 fred^ looks like i might need an FCE after all?
11:37 fred^ to the right im inserting a contact form
11:39 Jigal just2b: I just sent you a screenshot of Boulderbase in my IE6/FF1.5...
11:39 fred^ what do you think Typo3Dude
11:41 Typo3Dude fred^ - Hmm.. fdfx_2cols only works with text if I remember correctly
11:41 just2b Jigal per mail?
11:41 Typo3Dude So it'd be my guess that U'll need FCE if u wanna put in other CE than text
11:43 Jigal just2b: yes per e-mail
11:44 just2b very well done, looks great ;)
11:44 Jigal just2b: well, boulderbase doesn't look that great in my IE6 :-(
11:45 just2b I think I will repair it but not sure... cause the design will change ;)
11:45 just2b yeah but your suggestions on the screen
11:45 Jigal why change the design? It looks great, doesn't it?
11:47 just2b yeah to everyone I and the man who makes all the flash stuff showed.. but not to 1 single person.. guess who this is
11:48 Jigal just2b: Sören?
11:48 just2b no he makes the flash... it is the customer
11:52 Jigal just2b: the two of you have kept the customer a true secret; even the domein is still in the name of Sören ;-)
11:53 just2b lol, this is no problem
11:53 just2b we just needed a quick installation
11:55 beev0r how can i add a "color inline text" functionality to the RTE in backend?
12:03 just2b Jigal: i fixed the menu problem.. the padding on the right side won't be fixed ;)
12:03 fred^ Typo3Dude yeah discovered that
12:03 fred^ added a FCE
12:03 fred^ worked very nicely
12:05 fred^ 8673. The Twang - [5 Track Ep #04] The Neighbour 03:12
12:05 fred^ these are nice
12:06 fred^ yay
12:06 fred^ i lke templavoial
12:18 Fanty page.includeCSS {
12:18 Fanty file1 = fileadmin/system/stylesheets/general.css
12:18 Fanty file2 = fileadmin/system/stylesheets/framework.css
12:18 Fanty }
12:18 Fanty why dosent this include both when rendering the html page?
12:19 Fanty oh, nevermind.. it got overwritten later in the template :)
12:19 just2b lol
12:31 Jigal hi Ries!
12:35 just2b what is the url again? ;)
12:35 Jigal just2b: msdewey.com
12:36 just2b ah the progessbar ;)))
12:36 just2b but I know here already
12:38 just2b yeah
12:40 Phlogiston_ anyone ever tried to update the phpmyadmin extension? I can't get it to work
12:41 Jigal just2b: Joerg Schoppet made the documentation for the extension...
12:43 just2b ok
12:47 cozwei how can fetch a (website) title of a specific uid with typoscript?
12:49 Typo3Dude Hey guys is there any way to make a unsubscribe link in a HTML mail sent by directmail ?
12:50 Ries Jigal: I used to use scriptacoulus, but now I am using dojo
12:54 fummeltrine <a href="http://your_domain.de/122.0.html?&fD[_FIELDLIST]=uid%252Cpid&tx_srfeuserregister_pi1[aC]=###SYS_AUTHCODE###&tx_srfeuserregister_pi1[cmd]=setfixed&tx_srfeuserregister_pi1[rU]=###USER_uid###&tx_srfeuserregister_pi1[sFK]=DELETE" target="_blank">this link</a>
12:54 fummeltrine Typo3Dude, this is my newsletter unsubscribe link ...
12:55 fummeltrine in conjunction with sr_feuser_register
12:57 Phlogiston_ anyone ever tried to update the phpmyadmin extension? I can't get it to work
12:59 Jigal cozwei: you mean the page title of a specific pid?
13:00 fummeltrine cozwei, 10 = TEXT 10.data=field:title
13:01 fummeltrine will show title of current page
13:05 Typo3Dude fummeltrine do u insert it into the HTML mail template itself?
13:07 fummeltrine yeah, or with a marker if not templavoila, or with a TS lib.foo for a tv page
13:08 fummeltrine the ###SYS_AUTHCODE### things will then be substituted by directmail
13:09 Typo3Dude fummeltrine: Will it work if inserted as a text element ? Like if I make a content text page
13:09 cozwei fummeltrine, jigal: thanks, i need it from a specif pid.
13:10 fummeltrine should work, but i never tested this. try it and give feedback ;)
13:10 fummeltrine cozwei, use a simple menu for this, mom
13:15 fummeltrine cozwei, it is quite ugly, untested, but sould work: http://phpfi.com/230196
13:16 fummeltrine there are smaller and cleaner ways ;)
13:17 cozwei fummeltrine thank you
13:17 fred^ happy weekend ya'all
13:18 Typo3Dude fummeltrine Can't seem to get it to work...
13:18 Jigal cozwei: fummeltrine: I tried to do it with a RECORDS object, but the source property seems to only accept uid's and not pid's :-(
13:18 Typo3Dude I added the link to my Mail TV template.. but didn't seem to go..
13:20 fummeltrine Jigal, but RECORDS should work, and this would be much better.
13:21 tobi depends what you need, the hmenu version has the advantage that its multilanguage out of the box.
13:21 Jigal brb
13:22 fummeltrine Typo3Dude, you should dig in this direction. i can not help you with this much more. i somehow got it working this way, but can not remember the pitfalls ...
13:24 fummeltrine tobi, right. good point.
13:25 tobi i allways have to do mulilanguage pages (at least german/italian ), so i know that it is handy to use language independant typoscript
13:26 cozwei fummeltrine one problem, the page is not in menu ;-)
13:26 m4rtijn anyone here fought with tt_profucts before?
13:27 tobi you can set HMENU.includeNotInMenu=1 cozwei
13:28 cozwei thank you tobi
13:29 fummeltrine includeNotInMenu = 1
13:29 fummeltrine grml, sry.
13:35 null0_ anybody knows how i can insert a page content element into a maped TV element. like lib.foo = HTML, but a textelement or other
13:36 tobi map it as typoscript object path and use the CONTENT object ( for non multilanugage pages you can also use RECORDS )
13:36 cozwei how can i overwrite thelinktext of an tmenuitem?
13:37 null0_ hm. thanks tobi
13:37 tobi i usually do it like this null0_: http://phpfi.com/230202
13:38 tobi navigation title in the backend form cozwei
13:38 null0_ ah. i will try that. that would be wonderful
13:38 null0_ ..easy... 2 lines
13:38 tobi yes, imho best aproach :)
13:39 cozwei hi tobi, not good. because i use the correct navigationtitle as teaser heading
13:40 tobi you could abuse subtitle if you dont need it elswhere
13:40 cozwei hmmm, no, its not for me. its for a customer
13:41 tobi so what field would you like to use? default navigation title is used.
13:43 null0_ I like to insert a search box into the left navigation
13:43 null0_ so i just want to insert my indexed search plugin which is Uid 83 into one of my pages
13:46 null0_ tobi: styles.content.get didn't work :(
13:47 fummeltrine null0_, i use this solution instead of referencing a content element: http://phpfi.com/230204
13:48 tobi null0_: styles.content.get gets the content from the field that has <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber> in your xml
13:48 null0_ yes. i understand.
13:49 tobi if you have another number use styles.content.getLeft / styles.content.getRight / styles.content.getBorder, whatever fits
13:49 null0_ ah. i see. like my linux bash "<" is my friend
13:50 null0_ fummeltrine: thank you
13:50 m4rtijn :( why doesnt my tt_products.basket.minprice work.. arr
13:51 cozwei tobi i'd like to set the linktext constant: "more"
13:52 tobi i dont understand what/where you want to do that cozwei
13:53 cozwei tobi i want to overwrite the normal linktext of a tmenuitem with "more"
13:53 tobi so, no linktext but only more?
13:53 cozwei yes
13:53 cozwei <a ....>more</a>
13:54 null0_ cozwei: more = [anytext]
13:54 cozwei null0_ i don't understand
13:55 null0_ you want to change the text?
13:55 tobi so set HMENU.1.NO.stdWrap.current=1 and HMENU.1.NO.stdWrap.setCurrent=more cozwei
13:55 cozwei 1 = TEXT, 1.value = more
14:14 Fanty how do I get the parent page title from TS?
14:14 Fanty in a way similar to getting the title with TSFE:page|title
14:23 helli_t3w http://www.typo3wizard.com/en/snippets/general-config/show-page-title-from-parent-level.html
14:24 Denyerec BWHAHAHAHahahahaha!
14:41 Fanty have a nice weekend people!
14:42 Denyerec is it Friday?
14:43 Denyerec Damnit
14:43 Denyerec This also means the banks will be closed.
14:43 Denyerec Wait
14:43 Denyerec that happens on a Saturday
14:43 Denyerec I'm not very good at days.
14:45 bedlamhotel There are seven of them. Things close on one or more of Friday, Saturday or Sunday, depending on where in the world you are :)
14:45 Ries bedlamhotel: 7 days a week open here ;)
14:45 bedlamhotel ries: right. should have said 'Things may close...'
14:46 m4rtijn is anyone here who could help me a bit with: fe_user_reg date format or minprice for tt_products?
14:47 Ries http://www.chrisesler.com/mootools/fisheye/fisheyeInviz.php <== looks horrible
14:49 j0hndeere Good morning, earthlings.
14:52 Denyerec Yes
14:53 Denyerec that's cos the HELLBROWSER doesn't support SVG very well
14:53 Denyerec else we'd have all sexy web interfaces
14:53 Denyerec It's too jerky, too.
14:53 j0hndeere Then let us destroy the HELLBROWSER.
14:53 Denyerec and if you move the mouse onto something, when it enlarges, the mouse is no longer over that chosen ite,
14:54 Denyerec *item
14:54 m4rtijn hi j0hndeere
15:06 j0hndeere Hello, m4rtijn
15:22 Phlogiston_ anyone ever tried to update the phpmyadmin extension? I can't get it to work
15:25 Denyerec Not the extension itself.
15:25 Denyerec Only ever the standalone :/
15:27 Wol hi I have a question in TMENU
15:27 Wol with TMENU
15:28 Wol :P
15:29 Wol ok I want to add a "+" in a "A" tag when the element have a submenu ?
15:29 Wol the TMENU option is IFSUB but the "+" is added outside of the A tag...
15:30 Denyerec Ok, so you need to maul the innerWrap on the link
15:30 Wol yeah!
15:30 Wol ... innerWrap ?
15:30 Denyerec I *may* have some code for that if you'r elucky
15:30 Denyerec if not, then that's all I got ;)
15:30 Denyerec give me a moment
15:30 Wol ok tnkx :D
15:31 Denyerec linkWrap wraps the A itself
15:31 Denyerec so you need the stdWrap of the link thing
15:31 Denyerec I'm sure I've done this before.
15:31 Wol haha :P
15:33 Wol so i need to use linkWrap?
15:34 Wol ok i found it :P
15:34 Denyerec You can get away with stdWrap.innerWrap = blah
15:34 Wol it's stdWrap.innerWrap
15:34 Wol yeah :P
15:34 Wol haha :P
15:34 Wol we found it at the same time :P lol
15:34 Denyerec if that was a gunfight, we'd both be bleeding ;)
15:35 Wol hahaha LOLOL!!! :P
15:35 Wol yeah but in canada the law doesn't allow guns :p
15:36 Denyerec Sure it does.
15:36 Denyerec You can have a hunting rifle, no?
15:36 Denyerec Which is more than here in the UK.
15:36 Denyerec You can own a paintball gun here, that's about all :)
15:36 Denyerec So you'd be covered in paint, and I'd be bleeding ;)
15:37 Wol haha :p
15:37 Wol yeah ye can have hunting rifles
15:37 j0hndeere but on the plus side, in the U.K. the criminals don't have any guns.
15:37 Wol we
15:38 Wol what the criminals have?
15:38 Wol what have the criminals? (sorry i'm french so i need some pratice in english ;))
15:38 j0hndeere Paintball guns, I suppose.
15:38 j0hndeere they work just as well.
15:39 j0hndeere Your average bank teller would rather be shot than get paint all over her clothes.
15:39 Denyerec ROFL
15:39 Denyerec [16:39] <j0hndeere> but on the plus side, in the U.K. the criminals don't have any guns.
15:39 Denyerec http://www.denyerec.co.uk/posts/266]
15:39 Denyerec http://www.denyerec.co.uk/posts/266
15:39 Denyerec The victim was a friend of mine.
15:39 j0hndeere You're saying they do????
15:39 Denyerec Earth to planet John
15:39 j0hndeere So... criminals have guns... but innocent citizens don't?
15:40 Wol lol
15:40 Denyerec Err, yeah.
15:40 Denyerec That happens by default, as guns are illegal.
15:40 Denyerec So only criminals can have guns l)(
15:40 j0hndeere Well, what good purpose could that kind of regulation serve?
15:40 Denyerec ;)
15:42 Denyerec It's supposed to reduce gun crime (?)
15:42 Denyerec And accidental shootings when a 3 year old picks up your gun and waves it around
15:43 Ries it's not teh gun that kills.....
15:47 Denyerec it's the bullets!
15:47 Denyerec As Chris Rock said, they should make bullets $100 each, that way people would think twice ;)
15:48 j0hndeere Denyerec wins.
15:48 Ries Denyerec: it's the guy/girls that hold the gun and pulls the trigger
15:49 Ries Denyerec: well... it's easy to make bullits yourself.... if you are on a gun club (or whatever they call it) then you can buy the tools to make your own bullets
15:49 Denyerec Aye.
15:49 Denyerec Sad fact of life that people will kill other people.
15:50 Denyerec It's what keeps us beneath the animal kingdon.
15:50 Denyerec *kingdom
15:54 m4rtijn nah.. its the first form of intelligent life forms.. killing something without the intention of eating it
15:54 Denyerec hehe
15:54 Denyerec you'd think that
15:55 m4rtijn actually its from a terry pratchet book ;)
15:55 bedlamhotel There's the solution: make gun owners EAT everything they shoot...
15:55 m4rtijn hehe
17:04 dax77 hi @all
17:04 dax77 greetings from dietikon :)
17:06 j0hndeere Hello, dax77.
17:06 dax77 hi earthling ;)
17:10 uschi_ heya dax77 :)))
17:10 dax77 hi uschi :)
17:11 uschi_ how are you, over there, dax77?
17:11 dax77 fine, coding-night has started and we are trying to get the timezone bug patched
17:12 uschi_ great :))))))))
17:12 uschi_ nice to here, that i may enter and calculate my birthday :)
17:12 uschi_ i will count that as a special present
17:13 pond if graphics magic used to generate pdf icons?
17:13 pond if = is
17:14 pond er... I should say, what is used by TYPO3 to generate PDF icons
17:14 uschi_ a gif, which is ready made, afaik
17:15 pond oh... TYPO3 won't generate an icon of the first page of the PDF?
17:15 pond that's strange... I thought it did...
17:15 uschi i suppose that was a misunderstanding
17:15 pond hehehe
17:15 uschi i thought you meant the pdf-icons in front of a file link
17:15 pond I suppose so ;)
17:16 pond well... it does attmept to generate a thumb...
17:17 pond but it gives the gray question mark overwritten with text filename...
17:17 pond as if the handler could not be called
17:17 uschi no idea, pond
17:17 Denyerec an you mean a small thumbnail of the frontpage ?
17:17 uschi hi Denyerec :)
17:17 Denyerec Heyhey Uschi
17:18 Denyerec I'm up to work-in-progress #13
17:18 uschi new version available?
17:18 Denyerec or is it 14...
17:18 pond no... I mean in the fileadmin... after I upload a pdf...
17:18 pond I mean yes..
17:18 pond sorry... yes, a small thumb of the pdf front page
17:19 Denyerec Dunno, but I like the idea :)
17:19 uschi *g* pond, sounds as if we made you confused :)
17:19 pond |P
17:19 pond I'll figure it out, I hope...
17:20 pond I think graphicsmagick should handle it... but isn't for some reason
17:25 pond I guess gm doesn't do it... there is a utility called pdf2image... but its a cool $250... :(
17:25 Denyerec Ouch
17:26 pond oh... no, ghostscript does it...
17:27 pond I guess my issue is that gm calls ghostscript...
17:27 pond whcih I evidently don't have installed
17:31 j0hndeere hey, I bet if you install ghostscript... that might help solve your problem
17:33 pond you guys rock...
17:33 pond ;)
19:12 alphax0 hi
19:13 alphax0 using tt_news, how can i display the most recent news in the SINGLE view?
19:52 Denyerec use LATEST and copy the template? :)
19:52 Denyerec just a wild idea.
20:30 bauschan alphax0: it's in the manual ;)
20:32 pond anyone know if there is a way for FE Users to have access to DAM functions?
21:01 alphax0 bauschan: could you be a little more precise, please? ;-)
21:05 IReikoI hello
21:05 IReikoI anybody online this time 04?15¿4?
21:08 bauschan alphax0: what isn't precise in reading the manau?l
21:08 bauschan manual
21:09 IReikoI hello! i want to build a graphical dynamic button in TYPO3 without TYPO-Script ... only using javascript. is that possible 04?15¿4?
21:11 alphax0 well. may be the number of the chapter in the manual ... ?
21:12 alphax0 :(
21:12 alphax0 <-- sad little alphax0
21:13 Denyerec rel IReikoI - that would be a JS question, surely?
21:14 IReikoI 04N15o wouldn´t be ... i know the way and i have done it yet, but it isnt work in TYPO3-cms ... and before i will search for a problem, which cant be fixed i will ask ...
21:14 Denyerec well JS is included anywhere you want, so it doesn't really have much to do with typo.... unless you're doing something *really* specific.
21:14 Denyerec (AJAX-ish)
21:15 IReikoI can i show you my problem 04?15¿4?
21:19 IReikoI http://212.100.47.246/typo3 04<15< take a look at the first button on the right side (Winamp, Main) the dynamic part is working but not in the <td> ... its also realizeable with TYPO-Script an RO but my knowledgebase isnt big enough tho build that GMENU ...
21:20 IReikoI i want to do it with JS until i can code it with TYPO-Script
21:27 alphax0 maybe someone else would be so kind as to help me? i just want to display the most recent news on top and a LATEST lest beneath
21:28 IReikoI alphax0 .. show me your actual advance
21:31 alphax0 advance? i have "no news id given" on top and the list at the bottom o_O
21:33 alphax0 and i need a way to pass the id of the most recent news to the SINGLE view
21:34 alphax0 :(
21:39 alphax0 oh mann
21:43 IReikoI alphax0 ... redest du deutsch 04?15¿4?
21:56 alphax0 jo
21:56 alphax0 :)
21:57 alphax0 ich hab jetzt ein latest mit limit=1 genommen
21:57 alphax0 damit hab ich ja die letzte news, wenn ich das richtig sehe
22:15 IReikoI alphax0 ... ich kann dir nur die videos von video2brain empfehlen
22:15 IReikoI damit bekommste die meisten probleme in den griff ... die news haste in "TYPO3 für Profis"
22:58 solshark Hello all. Sorry for my terrible English. I have some problem. I add some fields to tt_news table. I want post news from FE with processing my custom fields. I'm install admin_interface ext and config form for this fields.
22:58 solshark But some fields isn't save to db.
22:59 solshark It's first problem.
22:59 solshark Second problem - how can i create html "select" control on this form (assign news item to news category) and process this control.
23:01 solshark Any idea?
23:15 solshark First problem solved. So, anybody have idea how to create news category selector and process this field?
23:25 Divine06 can typo3 be installed on persay reseller hosting? or do you need root access?
23:27 solshark Divine06: typo3 can be installed without root access (if you have mysql database with all needed permissions)
23:27 Divine06 awesome
23:37 solshark Peoples, how can i set default value for some fields for admin_interface ext?

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.