Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 3 May 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 31
00:16 pgampe Fruchthoernschen: look your for parse_func
00:19 schwaiger someone knows how to use gifbuilder only if listnum x exists ?
07:34 PiMB morning
08:46 Prot0 morning :)
08:47 PiMB morning
09:45 iaj hi folks
11:38 SargoDarya It it possible to have two different sized images in tt_news list view?
11:39 PiMB I believe it's possible to treat the first one different then the rest of the items.
11:39 SargoDarya Hm, the only thing I know is the firstImageIsPreview Setup
11:39 SargoDarya But that doesn't really help
11:44 pmk65 tt_news don't have any SPLIT register as default, so you'll have to write a hook function for the imagemarkers if you want different sizes.
11:45 PiMB what do you want to do with the different sizes?
11:45 PiMB first other then the rest?
11:45 PiMB or random sizes?
11:49 pmk65 SargoDarya: http://lists.typo3.org/pipermail/typo3-project-tt-news/2008-April/001526.html
11:50 SargoDarya PiMB I want a thumbnail size and when you do mouseover it should display the news with preview in the left pane
11:50 SargoDarya http://www.skateforcharity.org/hauptseite/
11:51 PiMB but only on mouseover?
11:51 PiMB and the data that's shown in the mouseover is preloaded?
11:51 SargoDarya No, that was just to be taken as an example
11:51 PiMB or retrieved with AJAX or something?
11:51 SargoDarya Preloaded
11:51 SargoDarya just hidden
11:51 pmk65 look at the url I just posted..
11:51 PiMB so basically you want 2 images per news list item
11:51 SargoDarya I won't use ajax for that simple feature
11:52 SargoDarya pmk65: Thanks, that should help me a bit.
11:52 SargoDarya PiMB: yeah
11:52 PiMB pmk65, it's not really possible to use optionsplit to generate 2 images right?
11:52 PiMB correct me if I'm wrong :)
11:53 pmk65 PiMB: I guess you are right on that.. :) Then the other option is to make a hook function.
11:53 SargoDarya PiMB: By looking through that link I actually think it is
11:54 SargoDarya Maybe it's just a template issue. I give it a shot and try it.
11:54 SargoDarya Keep you up to date when it works
11:55 PiMB good luck mate :)
11:55 PiMB and if you got something, share!
11:55 pmk65 Here's an example of a tt_news image hook script from one of my ext. (It's used for setting the IMAGE_NUM_CURRENT register value, like in the tt_content table) -> http://forge.typo3.org/repositories/entry/extension-pmkshadowbox/trunk/class.tx_ttnews_imageMarkerHook.php
11:56 pmk65 the hook code is identical to that of tt_news except for the setting of the register value.
13:06 SargoDarya I think I make it different and just go with the latest news being displayed with a full image
13:10 SargoDarya nah, that can't be it. Gaaawd it's awful
13:51 SargoDarya Now kinda works the way I wanted it to behave :)
13:53 SargoDarya just a bit javascript and css fiddling does the trick
14:25 SargoDarya pmk65 PiMB: Got it definitely working right now. Still it's just one image but it does EXACTLY what I want :)
14:30 SargoDarya wow, just tested it in IE...
14:30 SargoDarya damn
15:18 PiMB SargoDarya, what's wrong?
15:19 SargoDarya I used padding and border. IE can't handle that correctly
15:19 SargoDarya And for some reason it also can't handle my jQuery function well because it iterates when it shouldn't
15:20 PiMB :)
15:20 PiMB ie6?
15:20 SargoDarya Tested in chrome, safari, firefox and opera.
15:20 SargoDarya No, EVERY single effing IE
16:58 ries any xpath2 guru here? I wonder if you can do a groupby much like there is available in SQL
19:27 DaHaiz hey guys
19:27 DaHaiz I'm trying to get started with tt_news
19:27 DaHaiz i followed the instructions in my tutorial, but now i've got a problem
19:28 DaHaiz the tut says, that i should set the starting point to the news sysfolder
19:28 DaHaiz but the in my form isnt any input called starting point
19:29 DaHaiz as, even by me, exspected, tt_news can't find any news
19:29 DaHaiz does anyone know what causes this beginner problem?
19:31 DaHaiz ah i could solve my problem myself
19:32 DaHaiz but the input is called "pages with tt_news records"
19:32 DaHaiz has this name changed during various tt_news versions?
19:44 untouch_ is it possible to give out tt_content bodytext with a non systemfont (maybe with gif builder) =
20:10 james hi
20:11 james`` i have a site with some records (images only)..
20:12 james`` in my ts setup i have a CONTET cObject.. with renderObj
20:13 james`` i just want to add the image-link
20:13 james`` http://www.phlogi.net/f/t3/tsp/sp/-eae44b519b/
20:13 james`` this does not work
20:13 james`` which field-name have the image-link ?
20:16 james`` sth like
20:16 james`` field=imagelink
20:16 james`` got it
20:17 james`` image_link
20:17 pgampe I am glad you helped yourself :)
20:18 pgampe untouch_: have a look at the icepack stuff (extension)
20:19 pgampe DaHaiz: yes this name has changed over time
20:20 james`` is there a doc/list of all the standard field-nanmes ?
20:21 DaHaiz pgampe: is it possible to localize dates? it works, that i'm put a german date (e.g. 24.12.2010) in the input, and it gets converted into 24-12-2010, but is it possible to parse it "as it is" ?
20:24 pgampe james: look at the database :P you can use phpmyadmin for this (table tt_content)
20:24 pgampe DaHaiz: no, not in the backend
20:25 james`` ok.. thats a possibility
20:27 james`` image title and image alt supposed to be image_title and image_alt ?
20:28 james`` no :/
20:33 pgampe or you can look into the sql file, which defines these columns :D
20:34 james`` got it
21:04 untouch_ thanks
21:08 untouch_ hm
21:08 untouch_ what part of icebox do you mean
21:10 foertel hey ho guys
21:33 void Hello #typo3!
21:37 ndee what's the easiest way to install an extension from forge?
21:38 ndee svn checkout?
21:38 Conic which is not in the TER?
21:39 Conic download to your computer, upload in the Extension Manager, install
21:39 void ndee: I recently discovered perfect extension np_subversion
21:39 void helps a lot with svn checkout
21:39 ndee the extbase kickstarter is not in the TER
21:43 pgampe look here ;P http://sourceforge.net/projects/typo3xdev/files/
21:43 pgampe but svn checkout is the best option IMHO
21:43 pgampe if you are on windows use tortuise svn
21:47 james`` is there a possibility to write own records? like text or image
21:47 pgampe james: do you mean? in general yes
21:48 untouch_ pgampe
21:48 untouch_ i think its not possible with icebox
21:49 james`` i use the "images only" record.. but all i need are the image and the link.. i did this with renderObj.. it would be nice for the frontend users, if this would be an own record
21:49 untouch_ i just thought about that its realy doubtful that theres a method for generating graphical tt_content -> bodytext contents in FE
21:49 pgampe untouch_: did you look at icebox flavors :?
21:50 untouch_ yes i looked at its website
21:50 pgampe on the website are images
21:50 pgampe as text
21:50 untouch_ http://ice.4any1.de/current-situation/text/
21:51 untouch_ oh yea
21:52 pgampe james: you can use define the output in the frontend... and maybe define own stuff with an extension
21:52 untouch_ is it easy to setup?
21:52 untouch_ i cant find any tutorials on the net or at least the name of the right part
21:52 untouch_ because icebox seems to have 5 different pieces
21:53 untouch_ and are you sure the images are not just images added to a textpic CE
21:54 james`` pgampe: ty
21:54 untouch_ headlines .. ok but i cant ready anything about contents
21:54 untouch_ have u done it before pgampe?
21:54 pgampe I don't know :( I never used if myself
22:30 ironm Hi guys :) .. please allow me one question: typo3 4.3.3 / php 5.3 / last versions of extensions srfeuserregister and freecap gives me back an error when I try to create a new user .. BUT first on the "Create now"-page. it means my captcha input is the proper one during the first step from the from to the second "create now"-page
22:31 ironm any idea how I could look for the reason or debug what is going on? ... thank you in advance for any hints :-)
22:36 james`` i updated my typo3 extension.. and now i have so much extensions loaded and installed.. dont know.. i think, i dont need them.. what can i do? uninstall them step by step ??
22:37 ironm it is better to use ONLY these extensions you really need
22:38 ironm you can deinstall them ...I am not sure if the order of deinstalling is important
22:38 ironm ^^ james``
22:39 james`` kay...damn
22:39 james`` why "^^"
22:42 ironm they are potential security wholes and the can be some performance disadvantages with bigger database james``
22:43 james`` will the uninstall remove the database-entrys?
22:52 pgampe no, but you can do so with the install tool once you removed them
22:53 pgampe just hit compare database
22:53 pgampe it will rename them first, then it offers an option to remove (drop) them
22:53 pgampe you will also have to remove the folders of the extensions later on
22:53 pgampe typo3conf/ext/
22:59 james`` is there a directory i can put a .t3x file?
22:59 james`` extension.t3x

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.