Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Sunday 25 May 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 31
01:28 falcifer hi
04:25 titii Hello there, hello void, helo ries
04:25 titii Have anybody experience with XAJAX and the typo3 ext?
04:59 ries titii: I don't like xajax... never played with it
05:00 titii ries ooou, and do you know something about it?
05:00 ries titii: nope, and don't want to :)
05:08 titii ries why??? :))
05:09 ries I like dojo better
05:17 ries I'm off
10:18 falcifer hi
10:41 void hi falcifer
10:43 falcifer hi void
10:43 falcifer may be can you help me
10:44 falcifer do you know tscript??
10:45 void yes
10:45 void please be quick, I'm going to go away
10:45 falcifer tt_content.image.20.stdWrap.postUserFunc=mfunc
10:46 falcifer why it doenst work??
10:46 falcifer i want to parse the content type image with my function
10:46 void where do you define that function?
10:47 falcifer in my own lib
10:47 falcifer that i included with includeLibs.blas=path/blas.php
10:47 void did you include that lib with includeLibs?
10:47 void aha.
10:48 void try to rename your function with user_ prefix
10:48 void user_mfunc
10:48 void instead of mfunc
10:48 falcifer but typo3 doesnt call the function
10:48 falcifer and if its a class??
10:48 falcifer the function or the class with user_ ?
10:48 void and yes, rename a class
10:49 void yes
10:49 void user_ or tx_ are allowed
10:49 void other are banned
10:49 falcifer ok, i ll try it, one more thing
10:49 falcifer can i change the behavior of the IMAGE object in general??
10:51 falcifer void: user_ works, thanks
10:51 void np
10:51 void awk
10:51 void *afk
10:52 falcifer any idea about change the behavior of cObj IMAGE???
11:47 falcifer hello
11:48 falcifer where is the right place to promote a new hook in TYPO3 core???
11:57 nomatter001 Hi
11:57 falcifer hi
11:57 nomatter001 I have a Problem with the Typo3 Rich Text Editor
11:58 nomatter001 It is generating non correct HTML Code for my DOCTYPE cause it generates <br /> which isn't allowed in HTML cause this is XHTML sytle
11:58 falcifer try to ask, but i m not an expert in RTE
11:58 nomatter001 Is there a method to tell the Editor how to create the code so that i can pass validations?
11:59 falcifer no idea
11:59 falcifer althought i think that there are parser functions to parse content
12:01 falcifer may be it could help you
12:01 falcifer http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/5/2/
12:40 nomatter001 thx i'll read through it.
12:51 thone_ grimreaper_: weather eddb
12:51 thone_ grimreaper: weather eddb
12:56 Ant54 can anyone help me with restricting access to a dr wiki page? I'm trying to restrict read access to one group and edit access to another, the internal typo3 controls seem to have no effect
13:14 nomatter001 my problem in understanding the rte transformation is, is there a transformation between RTE - DB and another one between DB - Generated Code?
13:27 Ant54 can anyone help me with restricting access to a dr wiki page? I'm trying to restrict read access to one group and edit access to another, the internal typo3 controls seem to have no effect #dokuwiki
13:28 Ant54 ooh, sorry, got a keyboard with funny layout :)
14:18 nomatter001 anybody here who has knowledge about RTE transformation?
15:07 toka1 hi
15:07 toka1 gibt es eine kostenlose alternative zu readspeaker?
16:17 Marquel morning
16:26 Marquel what exactly does .config.xhtmlDoctype do?
16:28 HardPhuck any css experts here?
16:28 ries Marquel: looks like the good old doctype...
16:29 ries HardPhuck: I know some css... but didn't do any css in the last year
16:29 HardPhuck www.skypanika.si
16:29 HardPhuck why do i have margin below the header?
16:31 ries HardPhuck: looks good here
16:32 HardPhuck IE6 bug :)
16:33 ries HardPhuck: may be yes.... I was checking this on safari
16:35 HardPhuck i know it's ok in other browsers, it's IE that sucks
16:39 Marquel ries: problem is: i expect typo3 to spill out xhtml-strict conformant code if i set it up to do so... but it insists on setting a target attribute on external links... and that's not conformant to xhtml-strict...
16:41 falcifer where can i ask for a new hook in TYPO3 core??'
16:46 void falcifer: create a bug of type "feature request" in bugtracker, write a patch, attach it and write an message into core team list
16:46 falcifer ok i ll do it
16:47 void falcifer: all of that actions should be done accordingly to guidelines
16:47 void falcifer: see branch "core team" on typo3.org
16:47 falcifer where are the guilenies??
16:49 falcifer for hook looks easy, mostly copy/paste and rename isnt it??
16:50 void falcifer: not about guidelines on code... but you need to follow coding guidelines too, they are simple
16:51 void falcifer: i mean you need to follow guidelines about making patch and guidelines about posting into core list
16:51 falcifer ahh, ok
16:54 falcifer void: one more question
16:54 falcifer I m reading the code of t3lib_div callUserFunction
16:56 falcifer if you pass an object-> method to it and callUserFunc uses makeInstance to create a new object. should callUserFunc look for a init() method and call it?
16:57 void falcifer: why init() method? there are contructors...
16:58 void falcifer: it does not call any method before calling main mentod..
16:58 falcifer to follow a similar coding guideline with lots of TYPO3 objects
17:11 Marquel how can i keep typo3 from adding "target" attributes to my external links? i don't need them, i don't wnat them.
17:15 ries Marquel: That setting is only really used for doctype....
17:16 ries TYPO3 internal core works with strings, not on a DOM level, so that sucks....
17:16 Marquel okay, i'll hack it then.
17:17 ries may be some xhtml cleaning tool can fix it....
17:17 ries I always use xhtml transitional
17:20 Marquel i want valid xhtml-1.0-strict and i'll make typo3 generate it. :(
17:22 Marquel ries: why should i munch my content through _another_ layer if not generating a deprecated attribute in the first place would do the same job? - i'll deactivate the faulty line and that's it.
17:24 ries Marquel: typo3 doesn't really 'know' during content rendering what doctype is in use...
17:24 ries that's why it's added regardless
17:25 Marquel ries: and that's why i'll deactivate the adding code in the core.
17:25 ries same as you cannot create valid html 1.xx whatever anymore and insists on generating some form of xhtml
17:29 Marquel i have a bad habit of if not succeeding in the first place taking a baseball club and beating the problem until it either solves or vanishes. that's why i like open source...
17:37 ries Marquel: just remember where you modified the code and tell fellow sys-admins :)
17:38 Marquel ries: all my 63 other personalities are currently looking over my shoulder. don't bother.
17:39 ries Marquel: hahaha!!
17:39 ries well.. I am off for today....
17:40 Marquel have phun
17:44 Marquel okay, target attribute removed from links. software beware: you'll never win. >:->
17:47 Spiffers Hi guys! Im having a problem when setting up typo3.. because of some restrictions by my host, I cant select the database Im gonna use with the setuptool.. is there some way I can specify the database within some config-file?
17:53 Phlogi how can I import my code into the forge svn repo?
17:56 Phlogi I mean forge.typo3.org
17:58 Phlogi ah now it works, cool :)
18:02 void Phlogi: how?
18:02 Phlogi void: with direct svn access...
18:02 Phlogi I just copy the code now into trunk I hope thats correct
18:04 Phlogi yeah cool that works now :)
18:10 Phlogi void: did you ever use forge?
18:10 void Phlogi: not yet
18:11 Phlogi i think its great....
18:11 Phlogi finally some improvements!
18:15 Phlogi anyone knows if I can release an extension directly from forge into ter?
18:25 timdeluxe Phlogi: i believe at the moment not
18:25 timdeluxe but if you follow the news they seem to work on it
18:53 pmk65 Does anyone here have a setup that can compile PHP extensions in Windows format?
18:57 Phlogi timdeluxe: where can I get such news?
18:57 Phlogi pmk65: hmm what do you mean with compile?
18:59 void Phlogi: perhaps, visual studio
18:59 Phlogi ah I see
19:01 timdeluxe Phlogi: on forge.typo3.org
19:01 Phlogi oukei :)
19:02 timdeluxe f.e. http://forge.typo3.org/news/show/10
19:21 kozy hi, is there a way to display the title of a templavoila field in a section in the page module? It currently shows field_*
19:28 void kozy: if it displays field_*, that means that you did not set title during mapping
19:29 pmk65 Phlogi: I need a Windows version of this one: http://pecl.php.net/package/stem
19:29 kozy void, title is set, I have a part <title>Title</title> in the XML
19:29 void kozy: weird
19:29 pmk65 It's a PHP Extension, so it needs to be compiled into a binary for the system it's supposed to run on.
19:31 pmk65 And I don't have a C compiler installed, so I can't compile it myself.
19:32 kozy void, there is this bug: http://dev-bugs.elios.de/view.php?id=3851 but it's rather old and it appears like that you are not experiencing this behaviour?
19:33 void kozy: what is your type of field?
19:34 kozy void, text and input
19:38 JS__ hi, can anyone give me some hints on how to achieve the following:
19:38 JS__ allow fe-users to view, download and upload files to dam INCLUDING tagging (of image files) and searching files via their tags
19:39 JS__ i know how to include a view / download / upload ... ie with air_filemanager but that doesnt support tagging and searching via tag
19:46 pmk65 Found a Win32 Binary of the PHp extension I needed here: http://pecl4win.php.net/ext.php/php_stem.dll , so I don't need anyone to compile it anymore..

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.