Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Friday 25 May 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 31
00:02 ries there are no free PDF's as far as I know
00:02 ries except the once on typo3.org
00:06 ries dokma: actually somebody just came in with the book
00:06 ries TYPO3, from technologies to solutions
00:17 dokma have found masterin typoscript on some ebook page
00:17 dokma but the download keeps stalling at about 90%
00:17 dokma seems inentional
00:21 dokma made it
00:22 dokma I'm definitely going to read this book thoroughly
00:22 dokma more than once
00:22 ries :)
00:22 dokma I've got a q for u
00:22 ries way the go..
00:22 ries make sure you have a running typo3 in front of you to try it out
00:22 dokma don't worry
00:22 dokma I will try it all
00:22 dokma but listen the question
00:23 dokma let's say I have a text ce
00:23 dokma one that has a lot of text in it
00:23 dokma now, what I would like to do with that ce
00:23 dokma is make typo display only a portion of it
00:23 dokma let's say 300 characters
00:23 dokma and a link titled 'more'
00:24 dokma when I click the link all of the ce text is loaded
00:24 dokma how would this be done ?
00:24 ries I never done it.... but I would do it with typoscript and some TS condition
00:24 dokma you now
00:24 dokma it strikes me
00:24 ries with a hidden div is the easist I think
00:24 dokma that this is not something that would be supported by default in typo ce's
00:25 dokma it is surprising to me that it is not
00:25 dokma it sounds like such a fundamental idea
00:25 ries same as, but more complicated is pagination of page content...
00:25 dokma exactly
00:26 ries However, with a simpel extension it is really easy..... I wonder if such an extension exists
00:26 dokma probably
00:26 dokma I'll search for it
00:26 ries instead of a normall text CE you simply insert a content for teh extension
00:26 ries and let the extension handle pagination
00:26 ries got to go upstairs (still in the snackbar)
04:15 d|g hi all =)
05:48 uschi morning dax77 :)))) GOOOOOOOOOOOOOOOOOOOOOOO!
05:48 dax77 hi uschi :)
05:48 dax77 guess that's good news?
05:48 uschi yes
05:49 dax77 how many days?
05:49 uschi priv dax77
05:49 dax77 k
05:58 zatmania hi all
05:58 tobi good morning #typo3
05:59 dax77 hi zatmania, hi tobi :)
06:01 zatmania hi tobi, dax77
06:02 dax77 hi Jigal
06:04 Jigal hey dax77! (Lost the [] in your nick this night? ;-P )
06:07 dax77 hehe, no I'm without my gang today
06:07 dax77 :)
06:07 zatmania hi Jigal
06:08 zatmania lol
06:08 Jigal hi zatmania
06:36 |--Holy_Devil--| hi @All
06:37 |--Holy_Devil--| I am facing a problem with sp_directory and tt_address. Every category selected from the backend is inserted with an id=1 within the tt_address table. Any ideas, anyone??
06:38 |--Holy_Devil--| hey dax77 any ideas buddy?
06:41 dax77 hi Holy_Devil, let me have a look at sp_directory
06:43 |--Holy_Devil--| dax77: Thanks
06:45 dax77 Holy_Devil: are you sure about the extension name "sp_directory" ? I can't find it at typo3.org/extensions
06:47 |--Holy_Devil--| dax77: sp_directory uses two tables "tx_spdirectory_cat_mm" and "tx_spdirectory_cat". If a category is selected from the backend, the value within the "uid_foreign" field of the "tx_spdirectory_cat_mm" table is inserted correctly. The corresponding value within the "tt_address" table for the field "tx_spdirectory_cat" is always inserted as "1". That is the problem :(
06:48 |--Holy_Devil--| dax77: It's "Address Directory" -> extension key 'sp_directory'
06:50 dax77 Holy_Devil: and if you add a second value? does it increase to 2?
06:50 dax77 Holy_Devil: I still can't find the ext on typ3.org
06:53 |--Holy_Devil--| dax77: Whatever category I select during insert/edit from the BE, the value is always inserted as 1 within tt_address
06:55 |--Holy_Devil--| dax77: While the correct cat id is inserted within tx_spdirectory_cat_mm
06:55 dax77 lucky you, I have a t3x locally
06:55 dax77 let me dig into the code
06:57 |--Holy_Devil--| dax77: Thanks.
07:00 dax77 Holy_Devil: you are talking about the tx_spdirectory_cat in tt_address right?
07:01 dax77 afaiks this is just a field to count the relations to the tx_spdirectory_cat_mm table
07:04 |--Holy_Devil--| dax77: U mean to say, that tx_spdirectory_cat is a counter to the number of categoriess selected within tx_spdirectory_cat_mm table against any entry within tt_address?
07:05 dax77 ?
07:06 dax77 from the tca and the slq, I see, that tt_address gets an additional field tx_spdirectory_cat
07:07 dax77 this field is the connection between the tables tt_address, tx_spdirectory_cat_mm and tx_spdirectory_cat
07:07 |--Holy_Devil--| dax77: if tx_spdirectory_cat field within tt_address table is a counter then Iv got a really messed up code at my hand which was developed by the guy who was working before me on this project :((
07:07 Phlogiston godo morning guys
07:07 dax77 but normally you wouldn't need such a field, b/c you have a relation table (MM)
07:08 dax77 hi Phlogiston
07:08 dax77 this field is just a typo3 specific thing
07:08 Phlogiston damn those evenings driven by free beer
07:08 |--Holy_Devil--| dax77: The code presently is using the field tx_spdirectory_cat within tt_address to store the cat values from the front end. Man, It's gonna be a long day for me
07:09 |--Holy_Devil--| dax77: Anyways, thanks dude. Thanks a lot for ur help
07:09 dax77 np
07:09 dev0lperster Good morning.. can someone help me with PHP_SCRIPT_EXT
07:10 dax77 Holy_devil: I just saw, that the tx_spdirectory_cat field can hold up to 10 values - storing just one numer in it can't be correct though
07:11 dax77 hi dev0lperster, sorry
07:11 dev0lperster hi dax
07:12 dev0lperster i have a problem with one of my php_script_ext templates
07:12 |--Holy_Devil--| dax77: I see the problem within the existing code
07:12 dev0lperster i´ve created an extension template like you can see here http://typo3forum.hosting-agency.de/php-scripte-in-typo3-einbinden-t46.html
07:12 dev0lperster this works
07:13 dev0lperster i have another ext_temp, which doesn`t and can`t find the problem
07:13 jan___ hello
07:14 dax77 hi jan___
07:14 Tarilla Hello. I need a hint about a layout.wish I received. I am supposed to have TWO headers in a content-elements; one in black, then a line below, the one under the line smaller and in blue. Now, the line is easy, but how do I convince the content-element to have two headers?
07:15 dax77 Tarilla: create a custom content element
07:15 Phlogiston how can I cut an image in my extension, like I would do with GIFBUILDER?
07:16 dax77 Phlogiston: do it with GIFBUILDER :)
07:16 Phlogiston dax77: and how? =)
07:16 dax77 Phlogiston: TSRef IMAGE
07:16 Phlogiston ah I include an image in my code and configure it with TS?
07:16 dax77 jup :)
07:16 Tarilla DAx, same question; any page you can direct me to that tells me how to create one?
07:17 dax77 Tarilla, do you knoe templatvoila?
07:17 dax77 templaVoila that is
07:18 dax77 knoe = know
07:18 Phlogiston like this $bild = $this->cObj->IMAGE($img); ?
07:18 Tarilla I know it exists... never had the need for it, though. New to Typo3, and stills tumbling a lot ;)#
07:18 dax77 Phlogiston: jup
07:20 dax77 Tarilla: start here: http://typo3.org/documentation/ and have a look at the futuristic template building tutorial
07:21 dax77 especially the flexible content elements
07:21 Tarilla Thanks.... I hope. And someone please remind me to NEVER tell people that I will "look into" something... that's was led me to being the local Typo3 "expert" who's supposed to do every trick with it ;).
07:21 jack2000 hi everybody
07:22 dax77 hi jack2000
07:22 Tarilla *goes dive into futuristic templates and hopes to resurface onbe day* Thanks for the hint :)
07:22 jack2000 how r u dax
07:22 jack2000 dax, can i show all other submenus excluding the main menu??
07:23 dax77 well, depending that its close to weekend I'm quite happy :)
07:23 dev0lperster so, i have two ext-templates which include (for testing) the same php script. Same Code, other Object name... one of them works perfectly, the other jumps to startpage and does nothing Oo
07:23 dax77 jack2000: yes, thats the entrylevel option
07:23 jack2000 hmmm
07:23 jack2000 wait let me show u my code
07:33 jack123 hi dax u there?
07:33 dev0lperster ok, made some screenshots and copy of scripts -> http://nopaste.ch/6a87aace8639745.html
07:36 dax77 still here
07:37 jack123 http://phpfi.com/236798
07:37 jack123 hey check this out
07:37 jack123 i want to show only shubmenu other than main menus
07:38 dax77 temp.menu_1.entrylevel = 1
07:38 jack123 how could i do that?
07:38 jack123 ok wait let me try it
07:41 koomi moin
07:41 dax77 hi koomi
07:42 jack123 :(
07:42 jack123 it didnt work
07:42 jack123 http://phpfi.com/236800
07:42 jack123 here it is
07:43 jack123 dax, i addded temp.menu_1.entrylevel = 2
07:43 jack123 but it is showing the first level
07:46 tobi it is entryLevel, check tsref if you try something new and are not shure about syntax
07:47 dax77 yeah, sorry about that syntax error
07:47 dax77 its a capital L
07:47 jack123 ok
07:48 jack123 thanks it worked
07:50 dev0lperster @dax, do you have an idea for my problem?
07:51 dax77 dev0lperster: no, sorry
07:52 dev0lperster this is realy strange... :(
07:53 dev0lperster ok, then another question...: tmp.MENU_LINKS = HMENU and special = directory, and expAll = 1 ^^
07:54 dev0lperster script is here -> http://nopaste.ch/f3b907fc2675b95.html
07:55 dev0lperster the problem is, that i have to set expAll to 1. If i don`t the menu is not showing submenue even after clicking on toplevel
07:55 dev0lperster i`ve seen that this is a bug with special = directory, but found no real solution
07:56 tobi thats a known bug
07:56 tobi look at the comments http://bugs.typo3.org/view.php?id=3224
07:56 dev0lperster i know. already saw that.. But is there a workaround?
07:57 tobi the workaround is in the comments, you did not read them
07:58 dev0lperster yes, the special = list thing. had also some problems with that, but ill try again. mom
07:59 tobi there is also the pidinrootline fix, just read trough all the comments....
08:00 jack123 does the expAll only work with GMENU_LAYERS??
08:05 jack123 what if i want to create a textual menu all expanded by default??
08:05 Phlogiston hmm that should work to crop my image right? $img['file.']['XY'] = '240,20';
08:08 Phlogiston it just gets ingnored :(
08:09 jack123 can i create a textual menu to be expanded all by default??
08:10 tobi yes
08:10 jack123 how?
08:10 jack123 i set expAll = 1
08:10 tobi expall ..
08:10 jack123 and nothing happened
08:11 tobi you did it in the wrong place, i dont know ... but expAll works with tmenu.
08:11 jack123 http://phpfi.com/236808
08:11 jack123 here it is
08:12 tobi so this snippet opens menu lvl 3 if you click on menu lvl 2
08:12 jack123 yes
08:13 jack123 but when clicked on it
08:13 jack123 i want it to be opened by default
08:13 jack123 i set expAll=1
08:13 jack123 but nothing happens
08:13 tobi set expAll on lvl 1, that i swhat you want.
08:14 jack123 yes
08:15 jack123 i set that on level 2
08:15 tobi yes
08:16 pulponair moin
08:17 dax77 hi pulponair
08:17 Phlogiston can anyone help me using gifbuilder in my extension please... I don't know hot to create the object and so on
08:17 pulponair dax77:http://www.wilhelmsburg-survivor.de/ :)
08:18 dax77 Phlogiston: TSRef IMAGE, there are examples
08:18 pulponair dax77: : i present my apprentice ;)
08:19 Phlogiston dax77: no there are not... I'm talking about php code... I don't want to use TS
08:20 dax77 Phlogiston: thats the same :)
08:20 Phlogiston dax77: hmm so I do like: $img['file'] = "GIBUILDER"?
08:20 Phlogiston and so on?
08:21 dax77 why don't you want to do it in TS and just use that structure?
08:21 dax77 its exacly the same, but than its not hardcoded
08:22 Phlogiston dax77: because I have a small problem storing the TS settings after the AJAX call... all the array variables are empty after it...
08:22 dax77 pulponair: nice :)
08:22 Phlogiston So maybe I'll just use one value or so...
08:22 dax77 Phlogiston: than create an array which has the same structure as the TS
08:23 Phlogiston dax77: thats what I'm doing...
08:23 dax77 dot = next level
08:23 Phlogiston like this right?
08:23 Phlogiston $img = $this->conf['image.'];
08:23 Phlogiston $img['file'] = 'GIFBUILDER';
08:23 Phlogiston $img['file.']['10'] = 'IMAGE';
08:23 Phlogiston (sorry for posting, I'm lazy today :))
08:23 dax77 no
08:24 Phlogiston ok I can froget about this->conf
08:24 dax77 IMAGE is the first object, GUIFBUILDER is to be used wihtin image
08:24 Phlogiston dax77: ah true :)
08:24 Phlogiston so dax77: the first level is: $img = 'IMAGE'?
08:25 Phlogiston hmm no that doesn't work I think
08:25 dax77 http://phpfi.com/236812
08:25 Phlogiston dax77: yeah I know that, but how in php? =)
08:26 Phlogiston and after setting the whole array, I can pass it to $bild = $this->cObj->IMAGE($img); or not?
08:27 dax77 http://phpfi.com/236813
08:28 dax77 ^^yes
08:28 Phlogiston dax77: ok and then I would do $bild = $this->cObj->IMAGE($imgage);?
08:28 dax77 yes
08:28 Phlogiston ok I'll try it :)
08:29 dax77 Phlogiston: sorry, forgot the dots
08:30 dax77 http://phpfi.com/236814
08:30 Phlogiston dax77: ah no problem, thanks a lot
08:31 Phlogiston Fatal error: Cannot use string offset as an array in: $img['file.']['10'] = 'IMAGE';
08:32 Phlogiston dax77: hmm why that?
08:33 Phlogiston dax77: the problem seems to be the first line
08:33 Phlogiston = 'IMAGE'
08:34 Phlogiston dax77: which is just not needed.....
08:38 dax77 Phlogiston: what do you have right now in your code? please use phpfi.com
08:39 Phlogiston http://phpfi.com/236817
08:40 Phlogiston altText does not work btw, do you have an idea why?
08:52 dax77 Phlogiston: you still have the wrong order - besides that string offset problem
08:53 Phlogiston anyone has a hint for this problem: I'm using an ajax framework, now since I started using gifbuilder, I get the following error: Class tslib_gifbuilder not found in ..../class.t3lib_div.php on line 4026, shall I now just include the gifbuilder class in my ajax object?
08:53 Phlogiston wrong order of what? btw it works... except for the alt text
08:57 dax77 re
09:01 Phlogiston ok including that classes seems to work... refering to my ajax problem
09:01 dokma hi ppl
09:01 dokma I was talking yesterday with ries about this
09:02 dokma and now I was wondering how often is this feature needed
09:02 dokma cause I am thinking about posting a feature request to bugtracker
09:02 dokma the feature is this
09:02 dokma print a text element with let's say only 300 characters and a more link
09:03 dokma so how often did you ppl need something like this?
09:04 alex34235 hallo
09:04 alex34235 i've a problem with a browser-switch
09:04 dax77 dokma: thats crop from stdWrap + link
09:04 dax77 correct?
09:05 dokma I don't know
09:05 dokma how would this be done in ts ?
09:05 dokma I was thinking about having a simple edit box in be when editing text or text/image ce
09:05 dokma that would only require number of characters to be entered
09:06 dokma and would display additional more link
09:06 dax77 but where to link to to see the whole text?
09:06 dokma seems very simple and often needed
09:06 dokma well that would have to be implemented
09:06 dokma I know
09:06 Fanty note to self: never try to update ubuntu when the sysadmin isen't present.. damnit lol
09:07 dax77 dokma: I think thats needed often within other extensions, but as a single content element I'm not quite sure
09:08 dokma that's why I am asking right now
09:08 dokma did you ever need it?
09:08 dax77 :)
09:08 dax77 I don't
09:08 dokma hmmm
09:08 dax77 but thats only 0.000001% of all T3 users :)
09:08 tobi dokma: i think there are extensions that do something similar, search for teaser and you will find a fex
09:08 tobi few
09:09 dokma I see
09:09 alex34235 theres my code: http://phpfi.com/236820
09:09 dokma I was just on an huge task of reading short descriptions of all t3 extensions
09:10 tobi alex34235: no conditions inside {} ..
09:10 dax77 alex34235: I'm not sure, but you should use global instead of end
09:11 alex34235 i tried global
09:11 alex34235 but then, the site is completly damaged...
09:12 alex34235 on another site a have a browser switch with [end] and there it works
09:12 alex34235 but there the script isn't in {... }
09:12 tobi yes the {} are the problem as i sayd before ..
09:13 alex34235 hmm then i must define a variable instead of the 35 and 15
09:13 alex34235 but who is that doing?
09:14 alex34235 how
09:14 alex34235 not who
09:14 alex34235 sorry
09:16 jan___ hello again
09:16 jan___ how could i use this
09:16 jan___ http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/#id3663881
09:16 jan___ the gifbuilder EFFECT object
09:17 jan___ i don't know how to combine the effect with my loaded picture
09:19 tobi alex34235 http://phpfi.com/236821
09:19 tobi jan___: 10=IMAGE{..} 20=EFFECT{...}
09:20 jan___ tobi: i've tried that ...
09:20 tobi that works.
09:20 jan___ ah ok ... i try again thats a little bit diferent
09:21 jan___ i use 20 = effect in the 10 = image tag
09:22 tobi thats different
09:23 jan___ hmm i try... but won't work... wait post the source
09:23 jan___ that is bad explained in the core doc
09:24 alex34235 tobi: that doesn't work
09:24 alex34235 with [global] it destroy my site and with [end] a don't use the condition for IE
09:24 tobi maybe there are other {} around alex34235 hard to say without the whole code. the condition is right like this, be attention to not use it in {}
09:25 jan___ tobi: http://phpfi.com/236822
09:25 tobi global/end are the same
09:25 alex34235 yes there are other {}
09:25 tobi thats the bug. no conditions inside {}
09:26 tobi jan___: there is no effect named gamme.
09:26 jan___ tobi: that was in the core doc as example
09:26 jan___ ...
09:27 tobi so they made a typo, read the reference and dont stick blindly to examples (humans make errors)
09:27 jan___ smile thats right tobi
09:27 jan___ is have removed "gama" ... but also nothing
09:28 alex34235 tobi: yes a try to set the script at the end of the code
09:28 tobi hmmm jan___: you are using IMAGE and not GIFBUILDER. you need GIFBUILDER for a effect
09:29 jan___ AH Fu........
09:29 jan___ i'm blind
09:33 alex34235 so i tried this: http://phpfi.com/236823
09:33 alex34235 but it's the same problem
09:33 Phlogiston ok I have some include hell now... If I include gifbuilder, gifbuilder says it needs stdgraphic. Ok if I include stdgraphic before gifbuilder it does not help, why that? And how can I solve it?
09:35 tobi alex34235: try to not put a condition inside a condition, dont think that will work ..
09:35 tobi alex34235 http://phpfi.com/236824
09:36 tofirius hi all
09:39 Phlogiston can anyone please please give me a hint for me include problem?
09:40 alex34235 WOW THATS IT :)
09:40 alex34235 very thanks @tobi :)
09:40 alex34235 now it works :)
09:40 Phlogiston It works if I paste: require_once(PATH_t3lib.'class.t3lib_stdgraphic.php'); into the gifbuilder lib... but of course that not a solution at all
09:41 alex34235 ok, then i will continue work
09:41 alex34235 thanks :)
09:41 alex34235 by
09:51 Phlogiston how can I get the only n chars of a string with php?
09:52 dax77 substr()
09:52 dax77 or was that javascript?
09:52 Phlogiston dax77: nope thanks a lot
09:52 Phlogiston couldn't find that function on php.net on my own :S
09:52 dax77 http://de3.php.net/manual/de/function.substr.php
09:54 |--Holy_Devil--| Phlogiston: substr($str, 0, n)
09:58 Phlogiston dax77: hehe =)
09:58 Phlogiston how can I count the number of words in a string :)
10:00 Phlogiston ?
10:02 dax77 words? you could count spaces
10:04 dax77 Phlogiston: http://www.totallyphp.co.uk/code/count_number_of_words_in_a_text_string.htm
10:07 Phlogiston dax77: right... I need to cut a string... but not within a word.. that looks ugly you know
10:07 dax77 Phlogiston: I hope its not a html string?
10:08 jan___ you can clean up the string
10:08 Phlogiston dax77: hmm no its text only... it gets on the page with a marker afterwards ;)
10:09 dax77 k, you can get ugly things when cropping an html string the wrong way
10:09 jan___ php function would be striptags(), but you don't need that ^^
10:10 dax77 strip_tags() that is ;)
10:10 Phlogiston jan___: exactly... I knew :) thanks anyway
10:11 jan___ smile ok phlogiston
10:11 Phlogiston but how would you do what I need?
10:12 Layna Is there a way to include a content-element in several pages? Google draws a blank on this...
10:13 dax77 Layna: hi, either through insert record or if you use templaVoila you can create references
10:13 eeos hi everybody
10:15 Layna insert record? I can only create a new record.. where do I insert one?
10:16 eeos anyone familiar with german? i have a german keyboard in front of me: what is "page down" and "page up" in german? I need to find the keys on the keyboard. :D
10:16 eeos (*slightly* OT)
10:17 Layna Look fpr the keys with "Bild" on it ^^
10:18 dax77 Layna: create a new content element. than have a look at the type box: insert records :)
10:18 eeos Layna: thanks!!!!
10:19 Layna THERE it is. Thanks, dax :). And no prob, eeos :)
10:33 Phlogiston oh now there come html tags in my counted strings :)
10:34 dax77 Phlogiston: thats why I asked ;)
10:34 Phlogiston dax77: hihi, I could omit it... :)
10:35 Phlogiston dax77: I recognized that I should set the style in my template of course ;)
10:49 Phlogiston how would you search back to the last whitespace in a string?
10:49 Phlogiston while (substr($descriptionString,$charLeft,1) != ' '){
10:49 Phlogiston $charLeft;
10:49 Phlogiston }
10:49 Phlogiston not like that? =) dunno why but its an endless loop
10:52 Phlogiston oops it should be $charLeft--;
10:58 dax77 Phlogiston: just explode it and afterwards connect it again while checking max-chars
11:00 |--Holy_Devil--| Phlogiston: $pos = 1; while(strpos($string, ' ', $pos)){ $pos = strpos($string, ' ', $pos); $pos ++;}
11:02 |--Holy_Devil--| dax77: Phew!! Im finally done with that stupid thing
11:02 |--Holy_Devil--| :)
11:02 Jigal *1,15*1,08*1,07*1,07*1,15*1,04* 00B00,05O00,05O00,01OOOOOM00,9900,05M00,9900,05M00,9900,04M01 *01,9901,15*01,9901,07*01,9901,07*01,9901,08*01,9901,15*01,9901,99*01,99
11:03 dax77 what was it?
11:05 dax77 and now? did you make it?
11:06 Jigal dax77: yeah, I got out just in time, but the string is foobar ;-)
11:07 dax77 the result is everything (most of the time)
11:07 dax77 :)
11:09 dax77 t - 15 min
11:10 Jigal dax77: you set the timer for the next explosion to 13:30?
11:12 dokma config.spamProtectEmailAddresses = 2
11:12 dokma config.spamProtectEmailAddresses_atSubst = (at)
11:12 dokma Displays a link that does nothing when clicked on
11:12 dokma anyone got any clue why is this?
11:12 dokma http://www.valdez.hr/kontakt/
11:13 Jigal a bit OT: any reason why IE6 does not recognize CSS child selectors? (as in: td.class > span > a )
11:13 dokma because it is not a browser
11:14 dax77 dokma: try another protection level
11:14 dokma ok
11:14 dax77 dokma: its wirking here
11:14 dax77 working
11:14 Jigal dokma: that's true ;-) , but sometimes it does display CSS formatted HTML somewhat like it was meant... I was more thinking about an error on my part ;-)
11:15 dokma hehe Jigal :D
11:15 dokma ieless world would be great
11:15 dokma dax77 what happens when you click on it?
11:15 dax77 Jigal: the explosion will remind me, to leave for the weekend ;)
11:15 Jigal dax77: t - 9 mins...
11:15 dax77 dokma: email client opens with correct email address
11:16 dokma ahhh
11:16 dokma that's probably the reason
11:16 dokma I was hoping for a popup with an email address in it
11:16 dokma but nothing happened because I'm on linux
11:16 dokma I probably need to setup some handler for email links
11:16 Jigal dokma: there are actually e-mail clients that work on linux! ;-P
11:17 dokma but ff does not launch any of them
11:17 dokma I've never set it up
11:17 dokma don't know where it's done
11:21 dax77 ok, guys. I wish you all a nice weekend. Have fun :)
11:21 dax77 cu
11:21 dokma tx
11:21 dokma adio
11:21 dokma have fun!
11:27 dokma ppl
11:28 dokma how do I enter spaces into typosript strings
11:28 dokma I would like this
11:28 dokma config.bla= " something "
11:28 dokma but without the "
11:36 Jigal dokma: if it is output you could use  
11:37 dokma it is not
11:37 dokma it is something that goes into mail address encryption
11:37 dokma I would like my emails to show like this: acc at valdez.hr
11:38 dokma so that spam bots don't harvest it
11:38 dokma I think spam bots got smart enough to harvest this: bla(at)server.ext
11:38 Jigal and you really, really don't think spambots are a little smarter??
11:39 dokma such as?
11:40 koomi as soon as you put any form of @ at (at) *at* perhaps even et, (et), *et* out there they'll get harvested
11:40 dokma well I wont put at
11:40 dokma I'll put croatian version of at
11:40 dokma which is kod
11:40 Jigal ignoring spaces and just try to build several e-mailaddresses if needed and just try to send spam anyway
11:40 dokma so I'll go around that one too
11:40 dokma and I wont put domain
11:41 dokma si it will look like this dokma kod valdez
11:41 dokma no spam bot would figure that one out
11:41 dokma back to my question
11:41 dokma how do I get those spaces around my ts values ?
11:41 andreasbalzer one solution to send spambots to hell is having one or two pages on the website with a hidden div and about 5000 faked email adresses in.. Then you just forward those emails to the next anti spam project..
11:42 dokma heheheh
11:42 dokma true
11:42 dokma I heard of the honey jars technique
11:42 dokma I will most certainly have such a page on my site
11:42 andreasbalzer :)
11:43 dokma I wonder what will be the punishment for the spammers in hell
11:43 dokma I guess they will have to listen to the crap they sent to people
11:43 andreasbalzer :)
11:43 dokma and thats not a joke
11:43 dokma as I believe in litteral hell
11:43 Jigal or eat cans of spam 24/7...
11:43 andreasbalzer they'll probably have to use Outlook without an antivir program ;)
11:44 dokma hehe
11:44 dokma speaking of hell
11:44 Jigal last night I received a enormous load of reading material for them :-(
11:45 Jigal it was a stream of several spam mails per second for hours on end :-(
11:45 dokma watch this: http://video.google.com/videoplay?docid=648563944666093503
11:46 Phlogiston hey dokma
11:46 dokma yeah
11:47 Phlogiston good idea dax... Explding the whole string in an ohter variable right?
11:47 Phlogiston how can I connect it then?
11:47 dokma hey phlog
11:47 dokma did you manage to fix that thing?
11:47 Phlogiston dokma: no debugging :)
11:47 Jigal Phlogiston: read this:
11:48 Jigal 10[13:27] dax77: 01ok, guys. I wish you all a nice weekend. Have fun :)
11:48 Jigal 10[13:27] dax77: 01cu
11:48 Jigal 04[13:27] *** dax77 has signed off IRC ("CGI:IRC").01
11:48 Phlogiston dokma: ah of course
11:48 Phlogiston ah shit :(
11:48 Phlogiston can anyone else maybe help me
11:49 the_p Can anybody tell me what is happening on the frontend if typo3 looses the connection to the database server?
11:50 andreasbalzer you'll get an error
11:50 the_p How would this error look like?
11:50 andreasbalzer ugly box with a message that there is no connection
11:52 |--Holy_Devil--| Phlogiston: Is it still the string problem?
11:52 Phlogiston |--Holy_Devil--|: yes it is... but wait I'll try myself now. :)
11:52 |--Holy_Devil--| the_p: look for db settings within localconf.php within typo3conf folder
11:53 |--Holy_Devil--| Phlogiston: You wanted the position of the last whitespace as far as I can remember?
11:53 Phlogiston |--Holy_Devil--|: just be patient my friend I have the solution in my mind :)
11:54 |--Holy_Devil--| Phlogiston: If that's the case, I gave you the full code for that long time back. Was just getting curious ;)
11:55 Phlogiston |--Holy_Devil--|: oh really... I was eating, can you pastebin it again
11:55 |--Holy_Devil--| Phlogiston: $pos = 1; while(strpos($string, ' ', $pos)){ $pos = strpos($string, ' ', $pos); $pos ++;}
11:56 |--Holy_Devil--| Phlogiston: $pos shall give u the position of the last whitespace :)
11:56 Phlogiston |--Holy_Devil--|: and the pos is where I should cut...
11:58 |--Holy_Devil--| Phlogiston: Sorry got d/c
11:58 |--Holy_Devil--| Phlogiston: You need the last word?
11:58 Phlogiston |--Holy_Devil--|: no no thats ok I think... hold on :)
11:59 |--Holy_Devil--| Phlogiston: $lastWord = substr($string, ($pos + 1), (strlen($string) - $pos));
12:00 |--Holy_Devil--| Phlogiston: Okies.... now I hold on :P
12:03 drindt i had broken my page with uploading a fresh 4.1 over my old 4.0.x version, the database updater has changed something but the extension manager dont work anymore and the debug output told me that some tables not exist in my database can someone get me a hint?
12:05 Phlogiston |--Holy_Devil--|: Warning: strpos() [function.strpos]: Offset not contained in string. in
12:07 Phlogiston |--Holy_Devil--|: yeaj mpw ot works
12:07 Phlogiston the_p: wassup man?
12:12 drindt someone can tell me how i can create the field in my database fe_sessions.ses_permanent, i cannot find the statement in the latest source. please help
12:18 dokma q: I have an old template folder and now I am not sure if some of the news template files in it are in use
12:19 dokma any easy way to find out?
12:19 zatmania drindt : what do you want to do exactly ?
12:19 drindt zatmania: thanks i solve it already, some fields are missing in my db
12:20 zatmania ok
12:21 Phlogiston |--Holy_Devil--|: I need the last whitespace not the first... I think your function gives the first right?
12:22 drindt zatmania: thank you
12:25 |--Holy_Devil--| my nets killing me :(
12:28 Phlogiston |--Holy_Devil--|: I need the last whitespace not the first... I think your function gives the first right?
12:31 Phlogiston why does this not give me the postition of the last whitespace in a string?
12:31 Phlogiston while(substr($cuttedString,$pos,1) === ' '){
12:31 Phlogiston $pos --;
12:31 Phlogiston }
12:32 Phlogiston ah while NOT :D
12:32 Phlogiston now it works :)
12:32 Phlogiston nice jipiiii
12:33 ries morning
12:33 Jigal Phlogiston: other ways to get the last word:
12:33 Phlogiston Jigal: its ok now
12:33 Jigal $lastword = substr($string, strrchr(trim($string), ' ');
12:33 Phlogiston Jigal: it WORKS ;)
12:33 Jigal or using regexps:
12:33 Phlogiston And it don't need the last word
12:34 Jigal preg_match ('(\w+)\s*$', $string, $matches);
12:34 Jigal $lastword = $matches[1];
12:34 Phlogiston I need a string cutted by words...
12:34 Jigal Phlogiston: using a loop may *work*, but it is not a very efficient way (think sites with a lot of traffic...)
12:35 Phlogiston Jigal: yes, thats true... but loop is not really long... I mean its about 3-5 chars or so a word lengght
12:35 Phlogiston you know what I need in the end?
12:36 Jigal the holy grail? ;-)
12:36 Phlogiston "if this is our test string" it should have a length of ~30 chars, but I don't want to cut within a word... NOT: "if this is our tes" but "if this is our" clear?
12:36 Jigal http://www.php.net/manual/en/function.wordwrap.php
12:37 Phlogiston oh nooooooooooo :D Jigal
12:38 Jigal Phlogiston: this means that you needed this? :-D
12:38 Phlogiston Jigal: yes half an hour ago :D
12:39 Jigal ROFL
12:39 Phlogiston $cuttedString = wordwrap($descriptionString,10,'',TRUE); <- it should work like this right?
12:40 Jigal no
12:40 Phlogiston can you tell me why? =)
12:41 Phlogiston ahhmm... how can I cut it?
12:41 Jigal I suspect that you need a string to seperate the pieces, instead of an empty string ('')
12:42 Phlogiston hmm ok and then? search for that thing and cut there?
12:42 Phlogiston with strpos
12:42 Jigal if you only the first "line" , yes
12:42 Layna Hello everybody. Can anybody tell me hot to get a variable TO the mailform? Basically, I would like the user to klick a link or a button, and on the mailform, soem things are preset.
12:42 Phlogiston Jigal: ok :)
12:42 Phlogiston wondering if its faster than my little nice while loop ;)
12:43 Jigal Phlogiston: the last $cut parameter is there to cut veryLargeWordsThatWouldNotFitOnASingleLineAwayInPieces.
12:43 Phlogiston Jigal: yes I saw it ;)
12:44 Phlogiston it works now like this:
12:44 Phlogiston $cuttedString = wordwrap($descriptionString,$charLeft,"#CUTHERE");
12:44 Phlogiston $cuttedString = substr($cuttedString,0,strpos($cuttedString,"#CUTHERE"));
12:45 m4rtijn mornink
12:45 Jigal Good morning Ries, hi m4rtijn, Layna
12:45 ries Hey Jigal
12:47 Layna Well, good morning, jigal. :)
12:47 Jigal ries: I might start on a new job pretty soon which has more (if not only) TYPO3 work involved :-)
12:47 m4rtijn its awesome what u can do with photoshop with a few clicks
12:47 Jigal m4rtijn: CS3 is just out ;-P
12:48 m4rtijn I think its cs2
12:48 m4rtijn but it quite general..
12:48 m4rtijn its*
12:48 Jigal just teasing you!
12:48 m4rtijn :p
12:48 Phlogiston why does this not work: ($cuttedString[strlen($cuttedString)]==='.') it never becomes true... I want to check if the last character of a string is a "."
12:49 Layna cs? Onyl thing coming to mind abotu that is counterstrike... wich is a scary dicovery for a woman who never even played it... ;)
12:49 m4rtijn but still awesome.. this autor shows for example how to make a picture of a nice shiny day.. into a rainy one with 3 clicks..
12:50 Jigal Phlogiston: indexing a string is zero-based, so the last char is always strlen - 1 ...
12:51 Phlogiston Jigal: thanks that did the trick!
12:51 m4rtijn or how to make a cubed cherry :p
12:51 ries Hey Jigal that's great! Freelance or on a company?
12:51 Jigal ries: just as a company slave ;-)
12:51 Layna LOL, I like my cherries round, though.... well, as long as I donÄt have to EAT the cubed cherry, that would be scary all right
12:51 m4rtijn :p .. anyway grats layna
12:52 m4rtijn .. erm I mean Jigal
12:52 Layna Now. if one of those nice chatters here only knew how I can send data to a mailfom.... ;)
12:53 m4rtijn :p
12:53 Jigal m4rtijn: what use can you have for a cubed cherry??? better learn to remove unwanted elements in photo and other things in the normal workflow of perfecting a picture :-)
12:53 m4rtijn its there as well.. but im beginning to become quite interested in photoshop in general
12:54 ries Jigal: congrats dude..... I hope you enjoy it
12:54 Layna Jigal: have you ever met marketing-people? They easily start asking for cuben cherries.... or BLACK keyboiards instead of the old white ones.. because the white one are... well, "old" as in 2not bought 3 days ago"
12:54 m4rtijn theres a nice tutorial of how to enhance cam pics with 5 clicks quite professionaly
12:55 m4rtijn with redefining black and white to "almost black" and "almost white" .. something I'd never thought of
12:56 Layna Oh, btw: Happy Towel day, everyone.
12:57 Jigal Layna: which mail form are you using, there are several extension that change/extend behaviour of mail forms; one might have useful functionality for you...
12:57 m4rtijn if anyone would like the "1000 photoshop tricks" pdf.. PM me
12:57 Jigal Layna: http://typo3.org/documentation/document-library/extension-manuals/gsi_mailform_ext/0.6.0/view/1/2/
12:57 Layna I am just using the standard form right now.. bvut I am quiet willign to install an extension if it helps :)
12:58 ries Layna: I know it's a holliday here... but is it called Towel day?
12:58 Layna It's in memory of Douglas Adams.. niot a public holiday, but I do have my towel with me
12:59 Layna and thanks @ Jigal, this looks goot at first glance :)
13:00 m4rtijn heh.. nice layna.. I love douglas as well
13:01 Jigal hmmm... can't remember reading about Towel day in his books... :-(
13:01 Layna Looking forward to my train-trip today... curious about anyone eitehr guesses why I have a towel with me, or asks me about it ;)
13:01 ries Layna: well... I'll bring my towel to the bathroom in 10 minutes when I am going to take a shower
13:01 Layna It's not from the books... one sec
13:02 m4rtijn http://www.towelday.kojv.net/
13:02 Layna That'S what I was trying to find, thanls m4rtijn
13:02 Jigal m4rtijn: yes and about 1,620,000 other hits ;-)
13:02 m4rtijn yep :p
13:03 Jigal http://en.wikipedia.org/wiki/Towel_Day and http://de.wikipedia.org/wiki/Towel_Day
13:05 m4rtijn I started 2 weeks ago to reread all hitchhiker guide books ... again :p
13:06 Layna Hehe, no idea how often I read them... but I am into a few other books right now. So many writers, so little time.... and so much typo3 to learn between reading them ;)
13:08 Layna Jigal: does the extension work on typo3 version 4 as well?
13:09 Jigal Layna: I have got the foggiest... read the manual if it says anything about a version, look at the latest update date and otherwise, just try it :-)
13:11 Layna It just told me on trying to install that my version is too new... well *exports page, just to be save, and ignores warning....* Learnign by doing... but save forst ;)
13:12 Jigal Layna: in the manual it says "This extension is for Typo3 version 3.5 only."
13:13 Layna Seriously.. if my idea THAT exotic? ;)
13:13 Layna is
13:13 Layna I just thought "User clicks, is directed to mailform, part of the fields are automatically filled".... that cannot be that unusual an idea, right?
13:14 dax77_home re hi :)
13:14 Layna rehi,dax :)
13:14 Jigal Probably not, but if there is no-one here who has used it and has the time to explain it... I've only been using very customized mail forms and had to build the prefill stuff myself in my own extension...
13:15 Layna Well, at least I now know I am not the only oen who ran into that idea.. I was beginnign to be worried ;)
13:16 Jigal Layna: Don't Panic!
13:16 ries brb
13:16 Layna LOL, I promise I wonÄt, I have my towel with me after all ;).-
13:16 m4rtijn hehe
13:17 Layna Anyway, if I want to catch my train for home today, I should finish the otehr stuff and delay the mailform... bye, everyone :)
13:21 Co2 is there a possibility to get to work realurl with T3 4.1?
13:29 Phlogiston realurl works here on T 4.1 on about 6 sites without any troubles
13:30 jan___ hello ...
13:30 jan___ look at this: http://phpfi.com/236872
13:31 jan___ i'm to stupid how cold i call the lib.header () ?
13:32 Co2 hi Phlogiston: I always get an >>> TYPO3 Error! Reason: "hotels.html" could not be found, closest page matching is
13:33 Phlogiston post your real url TS config and .htacces
13:33 Co2 And I cannot find any solution via Google :-(
13:36 Co2 Phlogiston look here http://phpfi.com/236877
13:40 Phlogiston Co2: and realurl config
13:42 Co2 Phlogiston where can i write realurl config?
13:42 Co2 maybe thats the point ;-
13:42 Phlogiston Co2: ah then you did not do that right? =)
13:42 Phlogiston jap
13:42 Phlogiston read the documentaion please
13:42 Phlogiston realurl config is set in localconf.php
13:43 Co2 you mean the stuff in the localconf?
13:43 elbart hi guys
13:43 Co2 yeah i thaught the would be a standard
13:44 koomi pulponair: ping.
13:44 koomi pulponair: st. pauli tonight? i'll be at the spielbudenplatz ...
13:50 jan___ hello
13:50 jan___ how call is this ...
13:50 jan___ http://phpfi.com/236872
13:51 jan___ or is there an bug ...
13:51 jan___ page = PAGE / page.data = lib..header ?
13:53 jan___ nobody ?
13:57 Jigal OMG... no am I supposed to answer TypoScript questions? eh.... help?
14:00 Jigal I would think something like... page = PAGE / page.10 < lib.header
14:01 Jigal or if that doesn't work I'd try page = PAGE / page.10 = IMAGE / page.10 < lib.header
14:12 Phlogiston how can I make the default language to a specific one... so that I in the menu for new translations I don't have all the languages... but the default is already one of those..
14:12 Phlogiston I mean how can I give the default language a name ;)
14:13 Jigal Phlogiston: you actually can't give it a name
14:13 Phlogiston Jigal: I think that sucks... :)
14:13 Jigal the default language is the language that you have written de default content in
14:13 Phlogiston hmm yes I know
14:13 Phlogiston so for my default language I can't define what actually lang it is
14:14 Jigal other languages that you set using a language record have seperate records with translated content, links to the content in the default language, etc...
14:14 Jigal you define the default language in your head ;-)
14:15 Phlogiston Jigal: jap.. can I define a flag though?
14:16 Jigal for a frontend language selector: yes, but you do that by associating an image with language_uid = 0
14:20 Phlogiston does anyone just know what option is not set if a BE user can't create a translation of a page?
14:20 Phlogiston ah now I found it
14:21 Jigal It's weeeekend for me! Have a nice weekend, and a nice Towel Day!
14:34 Wendy Anyone online with experience in eco_gal?
15:06 dokma hey phlog
15:06 dokma what option was that for be user?
15:07 dokma I'm just doing something in that area
15:07 dokma might be usefull
15:07 dokma phlogiston
15:07 Phlogiston dokma: what do you mean option?
15:07 dokma when be user couldn't make a translatioon
15:10 Phlogiston ah
15:10 Phlogiston you need to give him access on the group list: alternative page language
15:30 mh_le when I try to access the update wizzard I get this error...
15:30 mh_le Fatal error: Cannot redeclare user_mimetype_sniffer() (previously declared in /srv/eccentric/www/public_html/typo3conf/temp_CACHED_psddac_ext_localconf.php:357) in /srv/eccentric/www/public_html/typo3conf/temp_CACHED_psddac_ext_localconf.php on line 367
15:30 mh_le I'm trying to restore a website from backup, it comes from a 4.0 install
15:32 Den-Away Do I need an extension to be able to embed normal PHP scripts in Typo3 pages?
15:33 ries mh_le: delete teh cached files, see what happens
15:35 mh_le ries: same error
15:38 Denyerec Do I need an extension to be able to embed normal PHP scripts in Typo3 pages?
15:38 Denyerec If so, what are the limitations ?
15:39 Phlogiston Denyerec: use php script
15:39 Phlogiston Denyerec: extension, I don't think you have any limitation, what do you think of?
15:45 reber hey all
15:45 reber i got this in typo : (Note: les cookies et le Javascript doivent ýtre activýs !)
15:45 reber any ideas ?
15:47 Denyerec Phlogi - a multipage self-referencing form
15:47 Denyerec one that posts back to itself at each stage of the form
16:01 ries mh_le: do a grep for user_mimetype_sniffer and see who is using it
16:03 Phlogiston oh I can't have other markers between wrapping link markers?
16:03 Phlogiston I mean like this in my template: ###LINKIT### ###IMAGE### ###MARKER2### ###LINKIT### ???
16:07 mh_le will do thanks
16:33 Denyerec damn
16:33 Denyerec Phlogi dropped
16:35 Wendy hi all -- I'm setting up a simple submit form on a site, using the included Mail Form. Is it possible to keep the submit from opening another window, making it seem as if nothing happened? Or to include a "thank you for submitting" comment or something? Is there an extension for this? thanks --
16:37 Denyerec BLOODY GERRMAN!
16:37 Denyerec ARGH
16:38 Denyerec SIngle most annoying aspect of Typo3 is finding tutorials written only in German :/
16:38 Denyerec What's worse it's that BOTH fe_users tutorials are in German,
16:38 Wendy Denyerec: http://translate.google.com helps a bit...
16:39 Denyerec Wendy - you can tell a standard mailform to move you to a separate page after submission
16:39 Denyerec on which you can say "thankyou"
16:39 Wendy Is it possible to keep it in the _self window, without popping up a new one? If not, that's okay I guess
16:42 Denyerec I don't think I've ever had it pop up in a window!
16:43 Denyerec its always just redirected to the specified target page for me.
16:45 Wendy mine is popping up in a new window! the confirmation pages work well, though -- at least the user can tell what just happened.
16:50 ckoehler can i get the tt_content uid of the current content element from my extension?
16:50 ckoehler and if so, how?
16:59 Wendy ckoehler: not sure what you mean
17:02 ckoehler i need to uniquely identify content elements on a page
17:03 ckoehler so if two CEs are on one page, i need to be able to assign each some unique id from my extension
17:03 ries ck-: loon in your TSFE, it 'might' be in there...
17:03 ckoehler because they both output javascript
17:03 ries but it's not send to any extension
17:03 ckoehler ries, already did that
17:03 ckoehler not there
17:03 ckoehler well, kind of hidden in templavoila
17:03 ckoehler but that's not a reliable option
17:04 ckoehler as i was saying, both output js that conflicts if it's not somehow made unique
17:04 ckoehler user input is one option, but i'd like it to be automatic if possible
17:05 ckoehler trying cObj now
17:06 ries I sometimes made a global counter.....
17:06 ckoehler it's actually in cObj
17:06 ckoehler good to know :)
17:10 ries Oo good to know indeed
17:11 ckoehler cObj['data']['uid']
17:11 ckoehler or cObj['currentRecord']
17:12 ckoehler of course that won't work if you include your plugin via TS
17:14 ckoehler anyway, thanks mates
17:36 ries Denyerec: !!!!
17:55 Denyerec ries!
19:16 [1]Co2 hi andreasbalzer
19:17 cozwei anybody knows how to configure realurl?
19:18 ries cozwei: best thing you can do search in google for : typo3 wiki realurl
19:18 ries it's well documented
19:21 cozwei hi ries. well i try. I'm sitting here for hours now, and cannot find any for my problem documentation
19:22 ries and what IS your problem?
19:24 cozwei well, finally, i found out: my problem WAS USING the TARGET-E realurlsettings Extension
19:25 lokovich Hi. Anybody knows how to change the "more" link of a LIST item of a news with tt_news
19:25 cozwei I had it installed and there was always a "page not found" error (the closest page ...)
19:25 cozwei I tried to use configuration I pasted i myself, but the same problem
19:26 cozwei Now i deinstalled the realurlsettings extesnion, and it works
19:29 cozwei lokovich what do you want to change?
19:30 lokovich I want to changethe message "more" there is after a preview of a news
19:30 cozwei You want to changethe wording ?
19:31 lokovich when, in front end, you click more, you get to the whole content of the news
19:31 lokovich I just want to put a "+" thre
19:32 cozwei http://phpfi.com/236935
19:32 cozwei change more = more to more = +
19:32 cozwei and change it to your language of course
19:33 lokovich ohh, thanks. Just another question. Is it possible to change the number of words of the LIST preview?
19:34 cozwei Number of words, or number of list items?
19:34 cozwei Youre speaking of the LATEST, right?
19:34 lokovich number of words
19:34 lokovich no
19:35 lokovich LIST
19:35 cozwei But it's not a preview :-?
19:36 cozwei well lokovich i have no clue wether it's possible to change the number of possible words. but it should be posible by using a userFunc
19:36 lokovich ok, I'll keep over it
19:50 ries Denyerec: I just shoot off a email to the both of you
20:16 lokovich I answer my own previus question: It is possible to change the number of words in the LIST view through the stdWrap.crop for the subheader. Thanks
20:46 bedlamhotel Hello room.
20:54 dax77_home bedlamhotel: did you just post in the calendar ng?
20:54 bedlamhotel dax77_home: yep. Why do you ask?
20:55 dax77_home :) guess who? :)
20:55 bedlamhotel ...just about to retry that patch. I know you're one of the Calendar devs, but I can't recall which one. Mario? Jeff?
20:55 dax77_home Mario
20:55 bedlamhotel Ah hello.
20:55 dax77_home hi :)
20:57 bedlamhotel Knowing that date and time are handled separately (I should have guessed that!) make the problem seem clearer. Though I am mystified that Windows and OSX do not behave identically.
21:01 dax77_home yeah
21:06 dax77_home bedlamhotel: g2g
21:06 dax77_home but I'l be around tomorrow
21:06 bedlamhotel Ok. See you around. I'll post in the NG if the patch fixes the trouble
21:06 bedlamhotel !
21:09 dax77_home cu
21:36 Denyerec Ries I have emailled back to confirm, but from my work address. Thanks again!
21:36 Denyerec Hey bedlamhotel
21:36 ries Denyerec: your welcome.... in any case, if you have questions let me know
21:36 Denyerec I will do
21:40 dokma guys (and girls if any) why does my tt_news removes images from list view news items?
21:41 dokma images were entered via htmlarea
21:41 dokma and are visible in single view
21:41 Denyerec probably cos there's no ###IMA....
21:41 Denyerec ah
21:41 Denyerec Mmm
21:41 Denyerec I know this one
21:41 Denyerec There's a constant somewhere that strips RTE images in LIST fiew
21:41 Denyerec *view
21:41 Denyerec it's in the manual, I know for sure as that's where I read about it
21:41 dokma excelent help
21:41 dokma I owe you 100¬
21:41 Denyerec Ordinarily a list view is a summary, so you'd *usually* want to avoid RTE images in there anyway.
21:42 Denyerec You get what you pay for, and I ain't being paid :)
21:42 dokma don't be so certain
21:42 dokma I just started my company
21:42 dokma and soon I will pay for my typo3 consulting
21:42 dokma probably even to people here at this channel
21:44 dokma :D
21:46 Denyerec you configuring your news via TS or the flexform or both ?
21:46 Denyerec http://pastecode.net/?action=viewpost&tag=1710
21:46 Denyerec That will cause tt_news to use the same parseFunc as the normal RTE
21:47 Denyerec try that first and see if your images from the RTE appear
21:47 Epiphex is any familiar with the built-in Mailform?
21:47 Denyerec Vaguely
21:47 Denyerec What are you trying to do with it ?
21:47 Denyerec Hey Phlogi
21:48 Epiphex i need to put the resulting fields into a table and cells
21:48 Epiphex i dont know if this can be done via some typoscript code
21:48 Denyerec Ah, you mean the form HTML elements ?
21:48 Epiphex yes
21:48 Denyerec Mmm.
21:48 Denyerec Can I ask why ?
21:48 Denyerec Would some CSS not work for you to style up what you get as standard?
21:48 Epiphex i cannot fix the width of the form labels via css
21:49 Denyerec Sure you can :)
21:49 Epiphex ??
21:49 Epiphex i've been trying
21:49 Denyerec http://www.welshlawawards.com/nc/contact.html
21:49 Denyerec Does that form look OK to you ?
21:49 Phlogiston hey guys
21:49 dokma hey! Denyerec
21:49 dokma you're fast mate!
21:49 dokma let me try that
21:49 Denyerec dokma in which country are you ?
21:49 Epiphex but you have same size input fields
21:49 Phlogiston I'm not here because of work or anything related to typo3 :) My notebook just does not accept my new 1GB ram.... :(
21:50 Epiphex i have varying sizes
21:50 dokma croatia
21:50 Denyerec :( phlogi
21:50 Phlogiston hey dokma ram is here :)
21:50 dokma cool
21:50 Denyerec I want to visit Croatia, I'm told it's beautiful near the coast.
21:50 dokma is debugger on the line now?
21:50 Phlogiston dokma: but it does not work yet :D
21:50 Denyerec Epiphex - do you have a URL to your form?
21:50 Phlogiston dokma: yes first I need the ram to work :S
21:50 dokma Croatia is one of the, and I mean this objectively, most beautiful countries in the world
21:50 dokma especially the girls
21:51 Phlogiston dokma: swiss girls are damn hot maaan :D
21:51 dokma you've seen nothing till you come to Croatia
21:51 dokma a mix of mediterenian
21:51 dokma and panonian
21:51 Epiphex Denyerec: it's formatting the size of the label fields that is not possible, my text entry fields are varying widths
21:51 dokma and oriental
21:51 Denyerec Epiphex - do you have a URL to your form?
21:52 dokma beautiful girls!
21:52 Denyerec if I can have a look at it, I may be of more use
21:52 Phlogiston damn linux :D
21:53 Denyerec Epiphex - the only restriction on my CSS is that the labels must be the same width
21:53 Denyerec I locked the input widths as it looked neater.
21:53 Denyerec but you could easily remove that from the CSS and have variable input widths
21:53 Epiphex take a look at what i sent you
21:53 Denyerec ...
21:54 Epiphex pm
21:54 Denyerec you must register before you can send PM's
21:54 Epiphex oh dang
21:54 Denyerec /register <password> or something
21:54 Denyerec type /msg NickServ IDENTIFY <password>
21:54 Denyerec if you've already registered your nick
21:55 Denyerec and I think it's /msg NickServ REGISTER <password>
21:55 Denyerec to register it
21:56 Epiphex too much work, i'm just banging my head on this plugin, lol
21:57 Epiphex why the hell would you make a form plugin w/o the resulting html having it's own blocklevel divs
21:58 Denyerec Because you don't *really* need them?
21:58 Denyerec You could modify the TS that wraps the form elements ?
21:58 Denyerec If you look in the css-styled-content TS you can see the parts where the form elements are created and then override those yourself in your TS Setup
21:58 Epiphex i've been trying to google that
21:58 Denyerec Once this ebay auction is over (10 minutes) I can help you
21:58 Epiphex haha, cool
21:58 Denyerec but if I get distracted I may lose it.
21:59 dokma Hey Denyerec! That code you gave me causes and error message to the effect of 'Page not configured type[0] = somethingtt_content.text.20.parseFunc =< lib.parseFunc_RTE
21:59 Epiphex i have found /* Email form, specifically */
21:59 Epiphex FORM TABLE.csc-mailform TR TD.csc-form-labelcell { }
21:59 dokma And this is what I already have in my template : tt_content.text.20.parseFunc =< lib.parseFunc_RTE
21:59 Epiphex just need to know how to edit/add it
22:00 Denyerec Depends what you did with it dokma
22:00 Denyerec gimme 10 mins
22:00 Denyerec so ebay is finished
22:01 Denyerec and I'll be back
22:01 dokma ok
22:01 dokma np
22:11 Denyerec BOOYAHHHAH
22:11 Epiphex multiple browsers windows ebay uberbidder?
22:11 Denyerec http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&ih=008&sspagename=STRK%3AMEWN%3AIT&viewitem=&item=180119367697&rd=1&rd=1#description
22:12 Denyerec No I just carefully start a timer
22:12 Denyerec and place bids with 1 or 2 seconds to go.
22:12 Denyerec Kinda feel sorry for the other dude
22:12 Epiphex hehde
22:12 Denyerec But, meh, he'd have done the same to me.
22:13 null0_ ahoi
22:14 Denyerec right
22:14 Denyerec so
22:14 Denyerec Epiphex
22:14 dokma hey Denyerec
22:14 Denyerec right dokma
22:14 dokma got any clue as to my error?
22:14 Denyerec are you configuring your plugin in TS or flexform ?
22:15 dokma I would like to make this one global
22:15 Epiphex i'm using the builtin csc-mailform
22:15 dokma so it would have to be ts
22:15 Denyerec OK
22:15 Denyerec acn you give me a login to your site ?
22:15 Denyerec so I can have a look ?
22:15 dokma sure
22:16 dokma I just need to setup some readonly account
22:16 dokma is there a way to do that rapidly*
22:16 Denyerec erm
22:16 Denyerec well
22:16 Denyerec I can tell you now, I'm not in the business of pissing people off and ruining their work.
22:16 Denyerec So you really don't have to.
22:16 Denyerec Just pm me the details.
22:16 dokma eh, it's not my site so I must be professional 100%
22:16 dokma I'll send you the acc
22:17 Denyerec It is fine, you have my word.
22:17 Denyerec I am only going to look, I will not change a thing.
22:18 dokma ok
22:23 Epiphex Denyerec thanks for trying to help but, just forget about it, it's too much
22:24 Denyerec :/
22:24 Denyerec I'm convinced you could do it all with CSS
22:24 dalma hello ppl! :) How can I set different CSS files in a TV template based on the users selection of a template's selector field?
22:24 Denyerec you should try copying the css from www.welshlawawards.com
22:24 Denyerec ifg you look at the CSS source it is easy to find the part relating to the forms.
22:24 Denyerec dalma - good question :)
22:24 dalma :)
22:24 Epiphex it's not a possiblity with css, the label field is not block level element, therefore will not accept sizing options
22:25 Denyerec so define it as a block and float it :)
22:25 Denyerec trust me
22:25 Denyerec before you give up
22:25 Denyerec try this css, and modify the width on the inputs
22:25 Epiphex im looking at injecting the tables/cells into the TS
22:25 Denyerec http://pastebin.ca/510497
22:26 Denyerec But get rid of #content on line 1
22:26 Denyerec :)
22:27 dalma I have my selector field with a couple of values (the names of the CSS files), now the user can choose the CSS name... the only thing missing is... to make something with the user selection
22:30 Epiphex nice Denyerec that css did it, but i still dont know how, lol
22:30 Epiphex from what i was reading all day, things said it wasnt possible
22:30 dalma maybe mapping the root data element to the HTML tag? and then.. maping a TS Object to a <style type="text/css"> tag in order to be able to write something in?
22:30 Denyerec Psfft
22:30 Denyerec CSS is the only thing I do well ;)
22:31 Epiphex css pwns and so do u
22:31 Denyerec You're welcome, go in peace :)
22:32 dalma no idea? I'm really lost with it :(
22:39 dalma I can't set the HTML tag as ROOT element! how can I dinamically write the <style type="text/css"> tag?
22:55 Denyerec you neeeeeeeed
22:55 Denyerec page.includeCSS {
22:55 Denyerec file1 = fileadmin/templates/css/common.css
22:55 Denyerec }
22:55 Denyerec OR
22:56 Denyerec page.headerData.5 = TEXT
22:56 Denyerec page.headerData.5.value = <link rel="stylesheet" type="text/css" media="screen" href="fileadmin/template/css/web.css" />
22:56 Denyerec smt like that
22:56 Denyerec biab
23:16 dalma Denyerec, thanks! It works, but now I have a scope issue... I nee to write that CSS tag based on a TV selector field....
23:16 dalma If I put this TS in the TS setup I have no visibility of TV field...
23:17 dalma and if I put the TS in the TV DS... I' cant get it working... maybe I'm not doing it in the proper way
23:18 dalma (page.includeCSS not worked, page.headerData workd... I don't know why... but it is OK for me :) )

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.