Search the website and IRC logs

#TYPO3 IRC log from : Monday 12 April 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 4 5 8 9 10 11 12 13 14 15 16 17 18 19 22 23 24 25 26 27 28 29 30
00:40 nettezzaumana heya .. anyone living here
00:40 nettezzaumana i just prepared a solaris sparc host for typo3
00:40 nettezzaumana was a medieval torture :D .. everything must be achieved by hand
00:42 nettezzaumana i'd like to ask, if following conf is enough to run typo3 .. i never did it before
00:43 nettezzaumana apache2 2.0.59, php 5.2.1, mySQL 5.0.67 + some additional stuff like *gd, imagemagick (there is written GraphicsMagic but i suppose is a imagemagic)
00:55 Provito nettezzaumana, go to the install tool and run the tests
08:37 ZaFantasy hi
08:37 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see news, any tip
09:35 david_b hi guys and girls, i'm right now setting up rggooglemap on the third page. the first two worked fine, but on the third page i get an error if i try to search for an address in the backendmodule "google-map"
09:35 david_b error says: "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?"
09:36 david_b xajax is installed just like in the other two pages
09:36 david_b anyone an idea how i can delete the error?
09:53 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see any news, any tip
11:15 nettezzaumana Provito: heya .. you mentioned yesterday that i should run a tests from install tool
11:15 nettezzaumana but it seems like there are no tests
11:20 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see any news, any tip
11:26 DaRocknessMonst hi
11:26 DaRocknessMonst is it possible to use a non system font in typo3 contents,headlines etc?
11:27 DaRocknessMonst with a gbuilder or seomthing like that
11:27 DaRocknessMonst ive did it with headlines ages ago but does it work with contents also?
11:31 smeringe DaRocknessMonst: yeah.. it's possible. gifbuilder is "multi line aware". But maybe you should look into using cufon or sIFR?
11:32 DaRocknessMonst thanks for the info dood
11:32 DaRocknessMonst i just needed to know if its possible at all so i can tell the client
11:32 DaRocknessMonst thanks bro
11:32 smeringe :) k.
11:47 ksk hello there
11:48 ksk is there a place to download typo3 versions 4.3.0, 4.3.1 und 4.3.2 - and maybe even older?
11:49 ksk ah found the svn
11:49 ksk thanks anyway :)
12:48 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see any news, any tip
13:01 ksk mhm im afraid theres just some "_4-3" folder
13:01 ksk is there a way to get older installs of typo3?
13:06 ksk found it, thx
13:07 ksk another question: which files changed were changed to fix the remote command execution bug?
13:08 ksk can i read this up somewhere?
13:15 StaffanE ksk: probably in the bug report
13:16 StaffanE ksk: http://bugs.typo3.org/view.php?id=13959 when it is published to the world
13:19 ksk ah okay, thanks
13:23 ZaFantasy any tip for me ? :)
13:32 Thasmo Hello folks!
13:38 Thasmo Is there a way or a solution for backend-users to manage records accross mutiple domain-trees? There is a pool of records which will be displayed on a global/main website, and certain, specific records will only be displayed on desired, seperate websites. The problem I face is, that I want to configure backend users only to see the records which belong to their domain, to which they have access.
13:41 Prot0 You could link to the global records with TS i guess
13:41 Prot0 I think Ive done something like that in the past
13:41 ksk are there some othere files that change frequently? id like to have some md5sums do identify *old* typo3 installs
13:44 Thasmo prot0, the process of storing the records is a bit more complicated. A website user can submit a record via form - this record gets stored in the 'global' sysfolder. Now the 'mainadmin' decides on which website/tree the record should be published. Therefor he "COULD" just move the record to the other sysfolder. The problem is, that all this publishing/moving etc. involves at least 2 backend users...
13:45 Thasmo The mainadmin just decides which website is responsible for the record, and the website-admin then (thats the 2nd user) decides if the record gets published or not.
13:46 Thasmo so the 2nd user should also get notified about new records.
13:46 Thasmo And so I'm not sure if all this handling/process can be managed in the backend or needs a frontend implementation.
13:47 Prot0 Hm, I see
13:48 Thasmo It's some kind of publishing workflow with email notification and rights management.
13:48 Prot0 You could make the mainadmin transfer it to another sysfolder, and make the 2nd admin transfer it again :)
13:48 Thasmo yeah but how to/when to send the email?
13:48 Prot0 not too familiar with workspaces though
13:49 Prot0 you could use some hook for that probably, but it would require some coding :)
13:49 Thasmo is there a hook on moving records?
13:50 Prot0 no
13:50 Prot0 but there is one before and after each record save
13:50 Prot0 :)
13:51 Prot0 (so basically yes, there is hehe)
13:51 Thasmo :>
13:52 Thasmo Hm, okay. I can think of a select-dropdown field inside the record, which defines the website on which the record should get displayed and on saving the record gets moved to the desired sysfolder.
13:52 Prot0 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][]
13:53 Prot0 everythings possible hehe
13:53 Thasmo what about $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass']
13:54 Prot0 yes
13:55 Prot0 was just about to say the same xD
13:55 Prot0 (browsing through t3lib_tcemean.php
13:55 Prot0 just remember the other one
13:55 Prot0 both options
13:55 Prot0 i guess
13:56 Thasmo k a hook may solve the problem.
13:56 porkpie I am trying to use tv to map a menu ... I have map the div ok but when I try to map the <ul> tag for the submenu I get no content found!
14:02 Prot0 i need one that kicks in before the general content selection (a hook)
14:02 Prot0 :x
14:05 AlphawolfWMP Hey peeps.
14:06 AlphawolfWMP I'm just wrangling with the eu_ldap extension, and I cannot seem to import user from an AD server...
14:07 AlphawolfWMP When I use the exact same data in a custom php script, it allows me to read the users from the AD server and displays them
14:08 AlphawolfWMP I even installed the devlog ext., but it doesn't show anything. :/
14:10 AlphawolfWMP When I start an import manually in the eu_ldap module, it just brings up 'new users', but the list is empty.
14:10 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see any news, any tip
14:12 Thasmo prot0, do you maybe know how to implement custom rights management like it's done in tt_news with the allowed/visible categories?
14:14 Prot0 im not sure i follow :-) is this something since tt_news 3.0?
14:14 Prot0 (which i havent used very intensely yet hehe)
14:14 Thasmo i think it was implemeted before. you can select the allowed categories inside the backend usergroups.
14:17 Thasmo I see extension 'cal' also has this rights management, this may solve my issues also - I'll have a look.
14:29 porkpie any ideas why it would be looking in fileadmin/templates/images for the images? http://dev.systemcms.com/index.php?id=2 btw first time using tv to integrate a template
14:31 sorenmalling porkpie: Because you stated so in your css document?
14:32 porkpie sorenmalling: in the css it show ../images
14:32 porkpie same as in the template ...
14:33 sorenmalling And you css files are placed in a folder named fileadmin/css/file.css so images are in ".." of that file, meaning fileadmin/images/image.ext
14:35 porkpie sorenmalling: images are in fileadmin/images
14:36 porkpie sorenmalling: are you saying the image folder is in the wrong location
14:41 sorenmalling porkpie: What issue are you experiencing with your images? You are free to place the folders wherever you want them to be :)
14:42 porkpie sorenmalling: they are not loading
14:42 porkpie sorenmalling: http://dev.systemcms.com/index.php?id=2
14:43 porkpie sorenmalling: when I check the source it is looking in the wrong place for the image
14:43 sorenmalling No i see you issue. You made static src="" in the HTML template, and therefor the images are trying to be found from the path of the HTML template. Instead consider putting them into the TypoScript generating your menu
14:45 porkpie sorenmalling: OK .... will have a go .. need to look the syntax up
14:45 porkpie sorenmalling: thanks
14:46 sorenmalling You can more or less just move the images folder in to the folder "templates" and then change the paths on your css file
14:48 ksk can i view "http://bugs.typo3.org/view.php?id=13959" if i create an account? no? :>
14:49 porkpie sorenmalling: that will be easier I think
14:49 sorenmalling ksk: No
14:50 ksk okay, thanks
14:51 Provito Interesting it seems that an image in an FCE, if it's copied and the image is then deleted it is removed from the uploads directory, however the original still references it
14:51 Provito now to find out if this is core or tv
14:54 Provito what would be better would be for images to be renamed according to the content element and then if deleted this would delete that version
15:22 ZaFantasy why the content element are shown when I login in FE and tt_news are not until I dont clear cache in BE ? So after user logs in, he dont see any news, any tip
15:22 porkpie sorenmalling: how would I add a second css file to my typoscript .. I have this at the moment typeNum = 0
15:22 porkpie includeCSS {
15:22 porkpie style = fileadmin/css/styles.css
15:23 porkpie sorenmalling: I need to add another file
15:23 sorenmalling porkpie: Copy the line "style = fileadmin..." and name it "anotherCSS = fileadmin/css/file.css"
15:24 porkpie sorenmalling: I tried that and it broke the page
15:24 sorenmalling "broke"...? Please specify
15:25 porkpie sorenmalling: the css didn't parse
15:26 porkpie sorenmalling: http://dev.systemcms.com/index.php?id=2
15:26 porkpie sorenmalling: thats with the second line added
15:26 sorenmalling Try paste your TS to www.t3paste.org
15:38 HardPhuck how can i disable escaping CE headers
15:38 HardPhuck if a want a h3 that has a <span> tag inside
15:39 HardPhuck if i do this: My test <span>header</span> then i get it like this in the FE
15:39 HardPhuck i don't see where they are escaped
15:40 porkpie sorenmalling: http://paste.phlogi.net/-b75fc7a3de/
15:41 sorenmalling porkpie: line 6, you have to give it a new name, you can't have "style" twice as name of the variable holding the css file
15:41 sorenmalling you will simply override the forst
15:41 HardPhuck found it
15:41 sorenmalling *first
15:41 HardPhuck lib.stdheader.10.setCurrent.htmlSpecialChars = 0 for anyone asking :)
15:42 porkpie sorenmalling: OK
15:43 porkpie sorenmalling: stlyle1
15:46 sorenmalling That will work
16:13 HardPhuck anyone has example of additional classes in RTE?
17:36 Cavallo hi
17:43 Cavallo I have some news (tt_news) on the site... and also a login module (felogin), when user comes to site, he can see news, but when he logs in, news are not visible anymore until I dont delete cache in admin, which is no acceptable, what Im doing wrong ? I think something is with tt_news, because user can se the ordinary text element...
19:30 Cavallo anyone ? :)
19:34 kraftb hello !
20:03 foertel n'evening
20:34 kraftb hello ... also nice evening
20:38 foertel it will be (hopefully)
20:38 foertel will digg into connectin DAM with extbase *g*
20:59 kraftb good luck
20:59 kraftb two days ago I started my first extbase extension ... it worked out quite well
21:01 foertel ya, i started mine about nine days ago ;)
21:02 foertel my first day ended up with an "this feature is not implemented yet"
21:02 foertel *g*
21:37 lolli hey guys :)
21:37 lolli foertel, just saw you here ... just sent you another 2 mails ...
21:43 foertel he he
21:43 foertel answered both of them ;)
21:43 foertel hi anyways
21:56 lolli uh, a happy little list of patches made it to trunk today :)
21:56 foertel yeah, good to see
21:58 foertel even if I didn't participate today ... I try to focus a little more on flow and extbase
21:59 lolli foertel, qry ^^
22:06 foertel yiip
22:49 foertel erm ... where the heck is the workspaces stuff in 4.4?
22:49 foertel am I just too stupid or did it just disappear :D
22:55 BlueWing hi
22:55 BlueWing can you please explain why this doesn't work:
22:55 BlueWing [globalVar = GP:country > 0]
22:55 BlueWing ccc.data = {GPvar:country}
22:55 BlueWing [else]
22:55 BlueWing ccc.data = {$hotelsel.firstCountry}
22:55 BlueWing [end]
22:55 BlueWing temp.tst.2.renderObj.10.typolink.additionalParams = &country={ccc}&region={field:uid}
22:55 BlueWing the link is generated but it looks like {ccc} is always empty
22:56 BlueWing what is the correct syntax to initialize variables in typoscript?

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.