Search the website and IRC logs

#TYPO3 IRC log from : Friday 17 October 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 30 31
08:23 fred^^ morning, citizens
08:51 micheee good morning :-) I created a simple extension, it ueses the RTE, and it strips out all links I create in the RTE - is there any switch or flag to set?
08:54 just2b who got a category tree in tca for me? ;)
09:09 NMB hi all
09:10 NMB can anybody guide me where should i use the cached version of my php script
09:10 NMB i have read the USER and USER_INT description
09:10 NMB but still i can not understand a scenario where the php script out put is cached
09:10 NMB coz normally php script output will deal with showing the records
09:11 NMB and records can be edited by admin at any time
09:11 NMB if i made that script a cached one then how the admin will be able to see that change on the FE immediately
09:11 NMB inorder to do that he will have to clear the FE cache
09:12 NMB and thats a performance killer when on a live site
09:12 NMB can anybody tell me how to proceed with it?
09:14 ndee does anyone know if Rupert Germann is still working on tt_news?
09:16 just2b there are more people working on it, e.g. dmitry
09:18 NMB just2b: do u know any solution to my problem?
09:18 ndee if I have a feature request, where would the best place be to place that feature request? (sponsored of course)
09:19 just2b nmb everything should be cached if you dont need uncached variant
09:19 just2b forge!
09:19 NMB can u tell me a scenario in which php output is cached
09:19 NMB coz i dont feel any
09:19 ndee is bugs.typo3.org not current anymore?
09:20 NMB mostly php output is related to record listing etc...
09:20 just2b forge is the new kind for new project or moved ones
09:20 ndee ok
09:20 just2b nmb,, in everyone besides a search or if you need to work with the time
09:20 just2b record listing should be cached
09:20 ndee http://forge.typo3.org/projects/show/extension-tt_news is kinda "empty" at the moment :D So shall I put it on bugs.typo3.org?
09:20 just2b cached means in the DB, not in your script
09:20 NMB how record listing can be cached?
09:21 just2b the complete page = output is cached
09:21 NMB whenver admin edits the record or adds a new one
09:21 just2b you delete the cache and it will be rebuild
09:21 NMB the script wont be showiung that record unless admin clears FE cache
09:22 NMB so u want that admin constantly clears the FE cache whenever he adds/edit records??
09:22 NMB doesnt it sound weird??
09:22 just2b this can be done automatically
09:22 NMB how ?
09:22 just2b and you can also set the cache time of your page to 2h, so it will be there in 2h..
09:22 just2b by tsconfig
09:23 NMB what if in between the two hours admin wants that his newly added record needs to be shown on FE
09:23 NMB then his only choice is to clear the FE cache manually
09:24 NMB rite?
09:24 just2b or you do it automaticcaally
09:24 NMB and wouldn;t that be a performace hit on a live site
09:24 syavych hi all
09:24 just2b you can also clear cache of a single page
09:24 just2b you really dont need to throw your car away just because a small scratch in the front.. you can paint just this place
09:25 NMB u mean admin will go in the page edit properties section??
09:25 just2b can also be done by an editor
09:26 syavych can someone help? Our site on typo3 4.0.1 uses up to 80PU on top process, how to check where's the problem?
09:26 NMB sorry i dont get, what do u mean by an editor?
09:26 syavych sorry, mistake, I mean 80 percent CPU
09:26 just2b syavych use indexed_search?
09:27 just2b not every user is admin
09:28 NMB sorry i still dont understand u, u have told me that admin can clear the cache of a single page
09:28 NMB rite?
09:28 just2b like ever other be user
09:29 syavych i haven't extensions for indexed search, or it can be anywhere else?
09:29 NMB u mean every other BE user can use page ts config or user ts config to clear the cache of a page?
09:30 NMB just2b: is there any other automated way, say in my script, that it will be cached, but whenever admin has modified any record that the cache will be cleared and the new records will be shown?
09:31 just2b every user can clear cache of a single page OR you let it do it automatically by using page ts config
09:31 just2b i just told you this 3 times
09:31 just2b syavych it can be any bad ext .. cant tell from here
09:31 NMB sorry i just dont mean to made u mad
09:31 NMB actually i have not done any thing like that before
09:32 just2b you got a sys folder where all your records are saved, right?
09:32 micheee you two seem to be blessed with knowledge ;-) perhaps you can help me: I created a simple extension, it ueses the RTE, and it strips out all links I create in the RTE - is there any switch or flag to set?
09:32 NMB yes
09:32 just2b add this in page tsconfig
09:32 just2b on that sysfolder
09:32 just2b TCEMAIN.clearCacheCmd = 1,23
09:32 syavych just2b, is there any way to know which of all ext is bad?
09:32 just2b and set the page ids where your records are shown
09:33 just2b syavych lol i dont know whicih ones you use.. lol...
09:36 ommyaa Hello All
09:36 syavych just2b, please look here http://img241.imageshack.us/img241/1640/screeniu9.gif
09:37 NMB just2b: ok thanks i will look into it
09:38 ommyaa Does anybody know why we use FCE with TV (templa voila)?
09:38 just2b syavych can be page_php_content because you can do everything with it
09:44 micheee`away ommyaa: sry, didn't get your question right... what do you want to know?
09:44 ommyaa I mean how can we use FCE with templa voila
09:45 just2b is there a way without TV using fces?
09:46 syavych just2b, ok, thanks, I'll recheck it. Can it also be "lastupdate" ext? It wasn't in the list cause I've recently removed it.
09:46 ommyaa Sorry , I dont know much about FCEs
09:48 just2b no IMO not
09:49 micheee`away ommyaa: i do not think so, FCEs are directly related to templavoila
09:56 fred^^ http://pastebin.com/d7155796b
09:56 fred^^ this doesnt seem wrong_
10:06 erank anyone here who has created FCE in templavoila?
10:07 NMB just2b: i have added the page TS config that u told me
10:08 NMB but the cache is not automatically cleared when i edit a record
10:08 NMB i have to clear the cache manually only then it works
10:08 NMB i have also used this inorder to test TCEMain.clearCacheCmd = all
10:08 NMB but still did not work
10:09 m4rtijn NMB set TCEMAIN.clearCacheCmd = xx , xx = the record storage folders
10:10 m4rtijn NMB - if its more then one use "," to seperate
10:10 m4rtijn sorry wrong..
10:11 m4rtijn that code goes into the TSCONFIG of the storage record page.. xx = the pid of the pages where u have the tt_news plugin
10:11 NMB This can allow you to have the cache for additional pages cleared when saving to some page or branch of the page tree.
10:11 NMB that what is says in the tsref help
10:12 m4rtijn you have to put that line in the TSCONFIG of the page where u do the updates.. and the pids u enter are the pages where the cache will become cleared
10:12 NMB yes i have done that
10:12 m4rtijn I always use this for tt_news and it works like a charm
10:13 NMB TCEMain.clearCacheCmd = all
10:13 NMB i have even used the above
10:13 NMB and still it wont work
10:13 NMB coz according to the manual it clears the cache of all pages
10:14 m4rtijn only if u change something in the page where that code is in the TSconf
10:15 NMB yah i have make a record edited
10:15 NMB and the output was still the same
10:15 m4rtijn .. did u make a new record?
10:15 NMB unless the remove the cache manually
10:15 NMB i edited an existing record
10:15 m4rtijn hmm, try making a new one
10:15 NMB ok let me check it
10:16 m4rtijn did u clear all caches before?
10:19 NMB m4rtijn: nop it did not work
10:19 NMB i have also added a new record still wont work
10:21 NMB m4rtijn: what seems to be the problem?
10:21 m4rtijn hmm, which typo3 version do you use?
10:24 NMB 4.1.1
10:25 m4rtijn arr.. that could be your problem :(
10:25 NMB :(
10:25 m4rtijn can u update to 4.1.7 ?
10:26 NMB is this a bug in typo3 4.1.1?
10:26 m4rtijn could very well be
10:26 m4rtijn just to exclude that as a cuase.. u should update
10:26 NMB well let me just download the version
10:27 NMB i will first it in my development environment first
10:39 NMB m4rtijn: do it wont work
10:39 NMB i even updated it to 4.1.7
10:39 NMB :(
10:40 NMB now what?
10:41 NMB should i tell the admin to clear the cache manually for the page when he modifies records?
10:41 NMB coz it seems i have no choice
10:41 just2b where do you inserted the code, what did you insert
10:42 fred^^ http://pastebin.com/d7155796b - can anyone see whats wrong with that?
10:42 fred^^ it seems right
10:42 just2b fred, no conditions inside { }
10:44 NMB m4rtijn: it worked now when i TCEMAIN.clearCacheCmd = 14
10:44 NMB but why it was not working with TCEMAIN.clearCacheCmd = all
10:44 NMB ?
10:45 pontecorvo Hello all. I have simple catalogue - http://paste.phlogi.net/-312c1d7091/ How can I check if no image in database? (Line 17-27 f.e.)
10:45 pontecorvo I need to show default image if no original attached
10:47 fred^^ aha :)
10:47 NMB really strange!
10:47 untouch im building this website into typo3 www.impressum.de this is my typo3 version http://typo3.liquidc.net/Impressum/index.php?id=9 , as u can see on the impressum.de site theres always a headline wich is a jpg... how would you guys handle this in typo3
10:49 just2b i would always take the header img from parent page if empty
10:49 untouch can i somehow add the type wich is very rare (thats why jpg) to typo3 and a jpg builder creates the headline out of it when the user adds a normal headline
10:49 just2b re
10:49 fred^^ fixed. easy-piecy
10:51 untouch als got the problem that the headline is actualy 2 headlines
10:54 NublaII a friend has a site installed on a site that is configured to work as www.example.com, but not example.com
10:54 NublaII could that be a problem?
10:54 NublaII as in... they have the cname properly configured but not the actual domain...
10:56 fred^^ hmm, perfectlightbox is not touching my tt_news images. the same popup is opening
10:56 fred^^ no rel=whatever or what it is that the lightbox uses is added to the source
10:57 fred^^ untouch: use sifr
10:58 fred^^ http://www.google.no/search?hl=no&q=sifr&meta=
10:58 untouch plugin?
10:58 fred^^ dont do in images
10:58 fred^^ yes, javascript+flash+css
10:59 fred^^ it takes for example an <h1></h1> and replaces it via DOM
11:00 fred^^ and if your planning to use jquery, for example, its even easier. theres a nice sifr plugin
11:13 m4rtijn NMB - i never used "all"
11:14 fred^^ im not sure if im timing out or not
11:14 fred^^ cant seem to get response from the server at time. major lag these days?
11:15 fred^^ hmm, how do you get tt_news to use perfectlightbox?
11:31 nd_ Why does this->pi_linkTP($result['title'],array('viewDetails' => $result['mark'])) not create a GET value to be found in piVars?
11:33 Denyerec Morning all!
11:37 just2b morning? wtf ^^
11:39 fred^^ it does not add rel=lightbox to images
11:39 Denyerec Maybe not for you, but it's still AM here
11:39 Denyerec :)
11:40 fred^^ morning :D
11:42 harfang hi, with typo3 they provide several icon gif files for files kind, such as mov, pdf and the like. But I have none for mp3 files. Is there one somewhere? Thanks
11:49 just2b no there is IMO none
11:52 harfang I have seen this : http://bugs.typo3.org/view.php?id=5047 They say fixed in SVN, but dunno what SVN is :)
11:52 harfang btw someone uploaded this icon here : http://bugs.typo3.org/file_download.php?file_id=2263&type=bug
11:55 untouch how can i use i mean enter a subheadline in my pagecontent
11:55 untouch i cant find out
11:55 untouch there no box where to i have to install it ??
11:57 headr hi
11:57 headr can i install typo3 with a database prefix?
11:57 headr für the tables?
11:57 untouch he subheader field is not dosplayed
11:57 untouch at all...
12:00 just2b headr no
12:00 headr just2b, oh :( why is that
12:01 headr wouldn't it be easy to implement?
12:01 just2b because it is an enterprise cms and you should be able to have a single db for it.. or nobody just did it yet
12:02 headr ok thx for the info anyways... at least most other applications support table prefixes so they don't interfere with typo
12:03 just2b i dont need it, so i wont do it
12:06 untouch just2b: can u help me
12:07 untouch i put this into my ts
12:07 untouch http://paste.phlogi.net/-45a0261fd0/
12:08 untouch what i need is 2 different headlines "untereinander"
12:09 untouch i used this page
12:09 untouch http://www.just2b.com/mein-typo3/tipps-tricks/headervariationen.html
12:09 untouch but i cannot enter a subheadline anywhere
12:09 untouch ;/
12:10 just2b there is an ext which gets you the subheader back#
12:11 just2b or use the element header
12:12 untouch hm so whats the ext name ?
12:14 just2b search for it in ter
12:16 untouch fdfx_subheader
12:16 untouch thx
12:16 \0_2 hi there ... is there a simple way to access the typenum in php?
12:16 just2b wantthat hard ^^
12:17 just2b \0 t3lib_div::_GET('type') i guess
12:17 \0_2 but if i use simulate static?
12:17 \0_2 then is <name>.98.html
12:20 just2b so?
12:23 \0_2 so type is null
12:23 headr hi
12:24 headr how can i make typo3 available at the root web folder without stuffing the folder with all of its files? :]
12:25 \0_2 reconfigure the vhost entry?
12:27 m4rtijn hm.. I dont rly get the question headr
12:27 m4rtijn stuffing which folder?
12:28 headr m4rtijn i want the main site to be available at http://www.example.name/ without the files being located in the web root folder
12:28 headr is it possible to do with symlinks or anything like that?
12:28 m4rtijn yes
12:29 m4rtijn http://wiki.typo3.org/index.php/Typo3_Installation_Basics
12:31 m4rtijn .. youre welcome
12:31 m4rtijn :p
12:32 untouch i know this sound stupid but it works te subheadline and the headline get formed to one headline but the subheadline gets doubled by a plain text one csc-textsubheader csc-textsubheader-0"
12:32 untouch how can i get rif of that
12:33 m4rtijn check the location in the object browser and do smth like page.bla.subheader >
12:33 m4rtijn I guess
12:38 untouch ;9
12:38 untouch ;{
12:40 m4rtijn ?
12:40 \0_2 thx for your help just2b
12:40 \0_2 it was $GLOBALS['TSFE']->type
12:47 beli i am trying to use transparent gifs for a GMENU, but i cant get them transparent...the generated gif looks like that: http://img208.imageshack.us/img208/1664/8781f920d7za4.gif
12:48 untouch one sec mart
12:48 beli and thats the original image: http://img410.imageshack.us/img410/5508/s4sbuttonrogt6.gif
12:49 beli created with the gimp and using transparency
12:50 NublaII on a windows apache/mysql install, what's the proper way of defining paths?
12:51 fred^^ have anyone done a userfunc to render the category menu of tt_news?
12:51 NublaII I've looked around and I've seen 3 options: "C:/PATH", C:/PATH and C:\\PATH
12:51 beli and here's my ts creating the images --> http://t3paste.org/c074fn
12:51 beli any ideas?
12:52 beli NublaII: never uses apache on windows servers....ask on #apache
12:53 NublaII haha... not my server ;) a friend of mine is 'havening' problems with his install and I'm trying to help him out
12:53 NublaII already told him to migrate to linux anyway, and seems it's not possible: all win shop
12:54 beli and? still ask there ;)
12:54 NublaII I know... just telling. tnx
12:54 fred^^ do anyone use the category menu at all?
12:54 beli NublaII: for shops there is something nice upcoming --> magento
12:54 beli fred^^: whats that?
12:55 NublaII I'll let him know tnx
13:13 fred^^ it lists the categories for tt_news
13:47 fred^^ beli: it lists the categories for tt_news
13:48 beli fred^^: oh, i never really used tt_news so far
13:52 erank fred^^ I use it, and also used a userFunc...
13:52 erank at least I build my own function to render the AMENU
13:52 erank what's your question?
14:00 pmk65 untouch: beware of installing the "fdfx_subheader" extension, as it uses a bad way to add the subheader field, which might fuck up your system.
14:03 pmk65 Is there any way to do a search on the IRC logs at http://tinyurl.com/typo3log2008 ?
14:12 micheee anybody knows why this doesnt work (apart from being a comment)
14:12 micheee # andWhere.dataWrap = sorting > {field:sorting}
14:13 micheee I want to have a toc for all subsequent content items on the current page...
14:14 m4rtijn gnarr.. anybody ever used the ve_guestbook with captcha?
14:15 m4rtijn somehow I get this error: your browser doesnt support sessions or cookies
14:15 fred^^ erank: I am just trying to control the output more. I want to just output a simle unordered list with the categories. I might want to add the category title to the <a title=""> attribute as well
14:16 fred^^ I dont want the catmenuHeader showing at all
14:18 fred^^ doh
14:18 beli m4rtijn: i am using it with modified captcha routines
14:19 beli m4rtijn: but this error is new to me
14:28 m4rtijn hmm, I tried it with opera, worked just fine.. switched bach to ff3 and it worked as well..
14:29 m4rtijn strange stuff.. but the result counts ;)
14:39 beli hmpfl
14:40 micheee hey, anybody knows whats wrong here? Lines 9 / 10 http://pastebin.com/d23feebcc
14:41 micheee > i highlighted the lines: http://pastebin.com/m34207285
14:47 pmk65 micheee: {field:sorting} is the sorting field in the pages table, so your query doesn't make sense, as I assume what you are trying to do, is list all content elements before or after the current?
14:47 micheee pmk65: yes exactly :->
14:48 micheee but tt_content has a sorting field - how do I access the current sorting?
14:48 pmk65 are you using TV?
14:49 micheee yep
14:49 micheee but only for this specific element
14:49 micheee all other elements on all pages are normal Texts
14:49 pmk65 where is the TS code placed? Inside the DS of a Page TV template?
14:49 micheee inside the ds of the tv template
14:50 pmk65 page or CE template?
14:50 micheee inside the FCE
14:50 pmk65 ok
14:50 pmk65 well 1st you need to get hold of the UID of that record, so you can access it from your TS.
14:51 pmk65 I think there's some info on how to acces that from inside the FCE.
14:51 pmk65 in the templavoila manual.
14:52 micheee pmk65: and then somtehing like: SELECT * from tt_content WHERE {pid in list...} AND sorting not in (SELECT sorting from tt_content where uid = {uid}"
14:52 micheee pmk65: ty, i will check the tv manual, thought it would be easiser though ;D
14:54 pmk65 micheee: http://typo3.org/documentation/document-library/extension-manuals/templavoila/1.3.3/view/1/5/ <-- Bottom of page.
14:55 pmk65 Once you have the UID, you do a lookup on that tt_content record to get hold of the sorting valued. Once you got that, you can use your current code with a few modifications.
15:01 m4rtijn raaaa!
15:03 fred^^ RAAA!
15:04 fred^^ m4rtijn are you experiencing lag and disconnects from freenode, or is it just my isp?
15:47 m4rtijn fred^^ - i dont have disconnects - must be your isp
15:47 fred^^ Hmm, I've set up languages, and have created a translation for "Side 2". When you are on "Side 2" and selects english language, it shows up as translated, "Page 2". However, when you go to another page, it shows in the original language again
15:47 fred^^ Probaly
15:48 m4rtijn fred^^ - did u follow the tutorial on typo3.org for multilanguage support?
15:49 fred^^ http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/ this?
15:49 fred^^ http://pastebin.com/d38b54b01 this is my setup
15:50 m4rtijn fred^^ - does every page have a translation?
15:50 fred^^ Not every page
15:50 fred^^ http://nordicmarine.intermedia.no/no/forside/
15:51 fred^^ Therese the front page
15:51 m4rtijn if you browse a page which does not have a translation it switches to default language..
15:52 fred^^ aha
15:52 fred^^ Is it possible to keep the menu in the selected language?
15:52 m4rtijn I dont think so
15:52 fred^^ Thats probaly okay
15:52 fred^^ I'll just tell em to not be lazy :)
15:53 fred^^ Have you used the tt_news category menu before? Im trying to remove catmenuHeader
15:53 m4rtijn "probaBly"
15:53 m4rtijn :)
15:53 m4rtijn just edit the template?
15:53 fred^^ There is no template for it
15:54 fred^^ You configure it in the setup
15:54 m4rtijn then I dunno
15:54 fred^^ Maybe I need to hack tt_news
15:56 fred^^ Good weekend, all
15:59 dokma guys
16:00 dokma I've implemented lightbox on my images ce
16:00 dokma but can't remember how anymore
16:00 dokma you can see it here: http://www.valdez.hr/promocije/najam-stanova/
16:00 dokma does anyone know how this is done
16:02 dokma ries you here?
16:02 dokma voidus you here?
16:03 dokma m4rtijn: you here?
16:06 m4rtijn yep
16:07 m4rtijn with smoothgal ?
16:09 beli anyone else here having problems with GMENU and transparent gif images?
16:09 just2b no
16:10 beli just2b: can you look at this then --> http://img410.imageshack.us/img410/5508/s4sbuttonrogt6.gif as the original gimp-made image
16:10 beli http://img208.imageshack.us/img208/1664/8781f920d7za4.gif
16:11 beli and this is what typo makes out of it --> no trans anymore
16:11 beli my ts is here:
16:11 beli http://t3paste.org/c074fn
16:12 ries Hey dokma
16:12 just2b only difference to me is that there is no texdt
16:12 beli just2b: the first image has trans, the second not
16:16 dokma m4rtijn: with smoothgal?
16:17 dokma m4rtijn: I think I did it with pmkslimbox on valdez.hr
16:23 m4rtijn dokma - I only done it once with smoothgal..
16:24 dokma I'm just reading on it
16:24 dokma pmkslimbox is the right one
16:24 dokma but I can't see what I missed
16:25 m4rtijn do you have a checkbox in the content elements ?
16:25 m4rtijn which enables lightbox?
16:25 m4rtijn I think thats the case in smoothgalery
16:36 dokma m4rtijn: do you mean the click enlarge one?
16:36 dokma my click enlarge works
16:36 dokma but opens images in new windows
16:37 dokma erase that
16:37 dokma it works now!
16:37 dokma after clearing the cache
16:37 dokma all cache
16:45 m4rtijn kk
17:16 nd_ hm, t3boardcon spans one month according to their date
17:16 nik_ Hi everybody.
17:17 nik_ I am searching a bug to set a ticket. The point is, that I have to find out, if it is a typo3 bug, or a problem in ImageMagick
17:18 nik_ It is about the known problem, here a Link with a picture..: http://www.typo3forum.net/forum/attachments/typo3-4-x-fragen-probleme/1352d1224061729-imagemagick-nice-text-problem-console-nachbilden-bild-1.png
17:19 nik_ I would like to do step by step on the console, what is done by this typo3 DemoPage.
17:19 nik_ Also generate a boxt, insert Text with niceText, and so on ...
17:20 m4rtijn k, weird question: whats the best method to fill 400 usb sticks in 2 hours? :p
17:21 nd_ m4rtijn: One big usb hub and a unix os
17:22 m4rtijn .. does it have to be unix?
17:22 just2b depends with what you wanna fill it.. water > pool
17:22 m4rtijn yeah.. some water, peanutbutter and some icecream ;)
17:22 nd_ m4rtijn: No, windows might do it, but there are not 400 letters in the alphabet ;P
17:22 m4rtijn hehe, i dont want to do 400 simultaneous
17:22 nd_ m4rtijn: I'm just used to unix, so for me this would be important...
17:22 nd_ oh, ok
17:23 m4rtijn like.. a 6 usb hub would suffice.. I just need the data to copy automatically if i insert the usb stick
17:24 nd_ Again some kind of scripting... depending on OS and all
17:24 nd_ gotta go
17:25 m4rtijn just2b - any idea?
17:28 nik_ USB Hub is not so exxective. 400 Kbit are 400 KBit.
17:28 m4rtijn hmm, true
17:29 nik_ It depend how fast are the usb sticks in writeing...
17:29 nik_ -e
17:30 m4rtijn do you know of an application which will synchronize data automatically if the usb stick is inserted?
17:30 nik_ If they are sower then max badwitch it can haelp to use a hup, if not, then not.
17:31 nik_ But calculate, How much data You want to write on each USB Stick?
17:31 m4rtijn about 100 mb I think
17:34 nik_ OK 100 MB * 200 = 20 GB. 400KBit = 50 MByte / Sec The fastest USB I know, is 20 MByte/sec in writing. If U use 2 of them in same Time, U need to transfair 10 GByte.
17:35 nd_ hmm... but the real point is on how to automate the process of copying in the event of inserting a stick isn't it?
17:35 m4rtijn yeah
17:36 nd_ Asssuming you work a linux you could try to work with automount and fsniper or similar.
17:36 nd_ Maybe automount itself can execute certain tasks... left linux before automount arrived ;/
17:36 nik_ 10 GByte = 10.000 MByte / 50 MByte/sec = 500 Sec = 10 Min.
17:37 nik_ Also the mostyl Time U have to use to change the sticks
17:37 m4rtijn yep.. I would just like to save the time to copy&paste every time
17:37 m4rtijn by automating that
17:37 nik_ Windows?
17:38 m4rtijn the data transfer rate is not changeable
17:38 m4rtijn yeah.. windows..
17:38 nik_ There is a function, what to do, If U insert a media...
17:39 nd_ Right, maybe this can execute a batch or such
17:39 nik_ I am using Mac, But how I rememer
17:39 nik_ Yes, that I my idea
17:39 nik_ A bit of VisualBasic, or so ...
17:40 nd_ right... using mac too ;/
17:40 nik_ Thet must be done in short time
17:40 m4rtijn hehe.. maccies
17:40 nik_ :-)
17:40 m4rtijn but thats a good idea.. change the autorun stuff
17:40 nik_ yep.
17:40 nik_ But Actualy I am searching 4 a pear /ImagicProblem ...
17:41 nik_ ImageMagick
17:41 nd_ nik_: What is the problem?
17:41 nik_ http://www.typo3forum.net/forum/attachments/typo3-4-x-fragen-probleme/1352d1224061729-imagemagick-nice-text-problem-console-nachbilden-bild-1.png
17:41 nik_ Look pic
17:41 m4rtijn youre not sure if its an IM bug or typo3 right?
17:41 nd_ looked
17:42 nik_ yes, Actualy I want in console to do exactly the same as in Test
17:42 nd_ Well. Did you try another im version? Or maybe (better) graphics magick?
17:42 m4rtijn I'd recommend trying the same with GM..
17:42 nik_ But the Codesnippet is only a part of the demo ...
17:42 nd_ IM is just crap, so drop it and use GM instead if possible
17:44 nik_ Yes. That is a good idea. But all workarounds say me to Use IM4.X.something. And actual is 6 ... So I wanted to see, if there is maybe a simple problem in typo3 using this functions...
17:44 nik_ I want to see what is exatly happening.
17:46 nik_ I want to do it like this:
17:46 nik_ sd
17:47 nik_ convert -geometry 170x136! -negate test.gif test2.gif
17:48 nd_ but..?
17:49 nik_ I am not so conform in IM And I dont know what typo3 do to generate the Example
17:50 nik_ make a box, generate text: "HALLO WORLD" with font BLA, and size 12PX, and so on ...
17:51 nik_ simply "Exactly" what typo3 do...
17:51 nd_ And what happens if you use the commands printed on the site?
17:52 nik_ The comand, which You see in the testpage. are only a part which are using already generated pages.
17:52 nik_ Images
17:54 nik_ and the Images are generated at runtime, so I can't simply copy them.
17:56 nik_ nd_: ?
17:57 nd_ well, dunno...
17:57 nd_ instead of trying to replicte the problem in shell I would try with gm
17:57 nik_ OK. How I say Typo3 to use the GM and not IM?
17:58 nd_ Install gm and specify in the install tool/all configuration
17:58 nik_ yes
17:58 nik_ ok
17:58 daver89 Hello, i am completely new to typo3 so this is going to sound very thick. but how do i edit the templates? i click on templates and it seems almost like another langauge. i read the install doc and it says about TypoScript. are there any template files to edit the display on the site?
17:59 just2b you need html templates and you will fill them with the data of your DB with ts
18:01 daver89 just2b: at the moment i am looking in the admin at constant editor with what i assume is a default template (called hyper or something i think). how do i go about access the html for that?
18:01 daver89 is it file based or are all the templates stored in the db?
18:02 nik_ which is exactly the field, where I say to use GM and not IM?
18:03 nd_ nik_: [im_version_5]
18:03 nd_ set to `gm`
18:03 nd_ as written there...
18:05 nik_ Is there some typo3 things I cant use in gm ?
18:06 SfiSh1 i ve no problems with gm
18:06 nik_ ok, lets try ot.
18:08 Jahithber is there typo3 addon for clasified ads ??
18:08 nik_ nd_: But in any way, who can say me, what typo3 do in this example ?
18:08 nd_ nik_: I can't. But you could look in the src of the install tool...
18:09 nik_ Do U know which is the exactly document? I was looking, And I didn't find it....
18:11 nd_ nik_: class.tx_install.php I'd guess... never looked into it
18:12 nik_ I look
18:12 nd_ Did it solve the issue with gm?
18:16 nik_ moment installing (Bild in Moment)
18:19 nik_ OK, now The text is going, but "PNG to PNG, 150 pixels wide" is now not running :-(
18:41 nik_ Install Tool -> Image Processing -> Scaling images (GraphicsMagick) -> PNG to PNG -> Bus error
18:43 nd_ yeah, fails here too
18:44 nik_ gm convert -geometry 150x120! -colors 32 /Users/<removed>/Sites/www/typo3/typo3/sysext/install/imgs/jesus2_transp.png /Users/<removed>/Sites/www/typo3/typo3temp/pics/install_scale_png.png
18:44 nik_ Yeah
18:44 nd_ Here it seems to be because of the filename containing [0]
18:44 nd_ Trying by hand I get a bus error too now
18:44 nd_ crap ;/
18:45 nik_ without [0] too
18:45 nd_ yes
18:47 nik_ so. You can turn around left and round and roundandaround how You like, but the Ass allways backsides...
18:50 nik_ What I wanted to say, is that, that both Graphic Engines are not infuly useble with actual versions
18:50 nd_ sadly I have to agree and leave for tonight
18:50 nik_ ok. bb and THX
18:51 Dynamike hi@all
18:52 Dynamike is there any variable like $BACK_PATH for the extension folder which i can use with require_once?
18:52 Dynamike EXT constant wont work with it :(
18:53 nik_ I say also bb
18:53 Dynamike sorry, what?
18:53 Dynamike oh you mean bye bye?
18:53 Dynamike lol
18:54 nik_ yes
18:54 Dynamike ok bye, nik
18:54 nik_ bb (again) :-)
19:12 HardPhuck are there any podcasts from t3con?
21:04 tomyN hi, anyone home?
21:04 wacky_ hey, I just upgraded to 4.2.2 and now the tree-view in the backend is gone..
21:04 wacky_ is there any quick fix ?
21:05 tomyN I upgraded too, but didn't have this problem. Might be a browser issue
21:07 tomyN I am going to combine a static, image based menu with dynamic links, such as "index.php?id=8" could this cause problems or is it ok?
21:31 wacky_ ok, comparing the database and running the ALTER TABLEs fixed it
21:31 wacky_ thanks

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.