Search the website and IRC logs

#TYPO3 IRC log from : Saturday 28 July 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
05:13 meppl good morning
05:13 meppl good morning
11:09 tobstar doesn't tt_news work with typo 4.x?
11:09 tobstar (4.2.x=
11:09 tobstar doesn't tt_news work with typo 4.x?
11:09 tobstar (4.2.x=
11:13 tobstar ah, nevermind.
11:13 tobstar ah, nevermind.
11:16 sercz hi! Can i scale an image using the Typo3 API? Or do I have to call imagemagick directly?
11:16 sercz hi! Can i scale an image using the Typo3 API? Or do I have to call imagemagick directly?
11:32 JANANNE I can't modify my image sizes in typo3, why?
11:32 JANANNE I can't modify my image sizes in typo3, why?
11:40 JANANNE NO ONE?
11:42 tobstar with that much information given, nobody's going to be helping you, JANANNE.
11:43 JANANNE sry :D
11:43 JANANNE tobstar: I just want my images to resize with a max height and width of 250 px. But they won't resize :s.
11:44 JANANNE Is there a value i need to fill in or something? I tried so much already..
11:40 JANANNE NO ONE?
11:42 tobstar with that much information given, nobody's going to be helping you, JANANNE.
11:43 JANANNE sry :D
11:43 JANANNE tobstar: I just want my images to resize with a max height and width of 250 px. But they won't resize :s.
11:44 JANANNE Is there a value i need to fill in or something? I tried so much already..
11:45 JANANNE Just standard Typo3 Text with Image.
11:48 timdeluxe check install tool and if all graphic prozessing is working
11:45 JANANNE Just standard Typo3 Text with Image.
11:48 timdeluxe check install tool and if all graphic prozessing is working
12:02 jananne timdeluxe: ImageMagick enabled: 0, ImageMagick path: (), ImageMagick path/LZW: (), Version 5/GraphicsMagick flag:, GDLib enabled: 1, GDLib using PNG: 0, GDLib 2 enabled: 0
12:02 jananne Wht do i do?
12:02 jananne timdeluxe: ImageMagick enabled: 0, ImageMagick path: (), ImageMagick path/LZW: (), Version 5/GraphicsMagick flag:, GDLib enabled: 1, GDLib using PNG: 0, GDLib 2 enabled: 0
12:02 jananne Wht do i do?
12:07 timdeluxe hm
12:07 timdeluxe you should install imagemagick
12:08 timdeluxe or if it is, provide the path
12:09 jananne timdeluxe: thx
12:07 timdeluxe hm
12:07 timdeluxe you should install imagemagick
12:08 timdeluxe or if it is, provide the path
12:09 jananne timdeluxe: thx
13:37 enzo44 /j #javascript
13:37 enzo44 oups :)
13:37 enzo44 /j #javascript
13:37 enzo44 oups :)
13:51 tobstar is there an option to prevent tt_news 2.5 from adding it's whole bunch of formatting css code?
13:52 tobstar it bothers me that it sets new sizes and colors for headings, which I would have to override to my old values
13:51 tobstar is there an option to prevent tt_news 2.5 from adding it's whole bunch of formatting css code?
13:52 tobstar it bothers me that it sets new sizes and colors for headings, which I would have to override to my old values
14:41 just2b what is best german word for opacity? deckkrafT?
14:43 tobstar I'm saying opacity, probably because there's no really usual translation to german
14:43 tobstar deckkraft should be fine though
14:43 just2b opazität :D
14:44 tobstar yeah that doesn't sound too natural to me either
14:41 just2b what is best german word for opacity? deckkrafT?
14:43 tobstar I'm saying opacity, probably because there's no really usual translation to german
14:43 tobstar deckkraft should be fine though
14:43 just2b opazität :D
14:44 tobstar yeah that doesn't sound too natural to me either
14:45 just2b yeah i know.. i always like english more than german for manuals.. as native german speaker ;)
14:46 tobstar :-P
14:45 just2b yeah i know.. i always like english more than german for manuals.. as native german speaker ;)
14:46 tobstar :-P
15:01 tobstar uhm. how can I tell tt_news not to wrap certain things? ###NEWS_SUBHEADER### for example, is wrapped in <h3>
15:01 just2b TS
15:01 just2b take a loook at template analyzer
15:01 tobstar yeah I'm doing that atm
15:01 just2b or do it in the template.. little bit easier
15:02 tobstar it isn't done in the template
15:02 tobstar the only thing i'm finding in the ts is plugin.tt_news.displayList.subheader_stdWrap
15:03 tobstar but it only has a stripHTML and crop attribute
15:03 just2b seaerch there for a h3 or do it in template
15:03 just2b (html template)
15:03 tobstar it's not in the template
15:03 tobstar i've made the template myself, there's no h3 wrapping
15:04 tobstar must be in the ts then somewhere, right?
15:04 just2b but another wrap in template
15:04 tobstar what do you mean?
15:01 tobstar uhm. how can I tell tt_news not to wrap certain things? ###NEWS_SUBHEADER### for example, is wrapped in <h3>
15:01 just2b TS
15:01 just2b take a loook at template analyzer
15:01 tobstar yeah I'm doing that atm
15:01 just2b or do it in the template.. little bit easier
15:02 tobstar it isn't done in the template
15:02 tobstar the only thing i'm finding in the ts is plugin.tt_news.displayList.subheader_stdWrap
15:03 tobstar but it only has a stripHTML and crop attribute
15:03 just2b seaerch there for a h3 or do it in template
15:03 just2b (html template)
15:03 tobstar it's not in the template
15:03 tobstar i've made the template myself, there's no h3 wrapping
15:04 tobstar must be in the ts then somewhere, right?
15:04 just2b but another wrap in template
15:04 tobstar what do you mean?
15:05 just2b there should be still a wrap around the title in template
15:05 tobstar this is from my template: <p><em>###NEWS_SUBHEADER###</em></p>, and this is from the output: <p><em><h3>ich bin der kurze Teaser-Text</h3></em></p>
15:06 tobstar I can't figure why it would have to do anything with the template
15:06 just2b uh ok... so really ts... take a look at TSOB and not template anaylzer
15:07 tobstar i'm on it
15:07 tobstar but there's no key I'd connect to that problem
15:07 tobstar at least not in plugin.tt_news.displayList.subheader_stdWrap
15:07 tobstar and there's no occurance of "subheader" apart from that one
15:07 just2b dont look in the analyzer but in TSOB on that page
15:07 tobstar it's from the TSOB
15:08 just2b search for h3 in whole tsob
15:08 tobstar ok
15:08 just2b or you are looking in wrong template ;)
15:08 tobstar nah, i may be stupid but not that stupid ;)
15:09 tobstar got it
15:09 tobstar plugin.tt_news.displaySingle.subheader_stdWrap
15:09 tobstar been looking at the list section, heh.
15:09 tobstar stupid me
15:05 just2b there should be still a wrap around the title in template
15:05 tobstar this is from my template: <p><em>###NEWS_SUBHEADER###</em></p>, and this is from the output: <p><em><h3>ich bin der kurze Teaser-Text</h3></em></p>
15:06 tobstar I can't figure why it would have to do anything with the template
15:06 just2b uh ok... so really ts... take a look at TSOB and not template anaylzer
15:07 tobstar i'm on it
15:07 tobstar but there's no key I'd connect to that problem
15:07 tobstar at least not in plugin.tt_news.displayList.subheader_stdWrap
15:07 tobstar and there's no occurance of "subheader" apart from that one
15:07 just2b dont look in the analyzer but in TSOB on that page
15:07 tobstar it's from the TSOB
15:08 just2b search for h3 in whole tsob
15:08 tobstar ok
15:08 just2b or you are looking in wrong template ;)
15:08 tobstar nah, i may be stupid but not that stupid ;)
15:09 tobstar got it
15:09 tobstar plugin.tt_news.displaySingle.subheader_stdWrap
15:09 tobstar been looking at the list section, heh.
15:09 tobstar stupid me
15:10 just2b ^^
15:11 tobstar I wonder why they put wraps in the ts when it can be done so perfectly easy in the templates
15:12 just2b because TS is quite fast and you are more flexible with 1 template and n pages
15:13 tobstar that's a point
15:14 just2b it is always difficult for a developer.. whihch way to prefer ;)
15:14 tobstar heh
15:10 just2b ^^
15:11 tobstar I wonder why they put wraps in the ts when it can be done so perfectly easy in the templates
15:12 just2b because TS is quite fast and you are more flexible with 1 template and n pages
15:13 tobstar that's a point
15:14 just2b it is always difficult for a developer.. whihch way to prefer ;)
15:14 tobstar heh
16:09 titii helo
16:09 titii a there some one?
16:09 just2b sure
16:09 titii helo
16:09 titii a there some one?
16:09 just2b sure
16:10 titii i just need to write into marker the current HTML page in the address bar, this is generated by RealURI, so i have to get this page name, any tipes?
16:10 titii thank you
16:10 titii i dont know if the RealURI can put this page into marker, or the TYPO can get this page name by some variable, or something
16:10 just2b just some seconds
16:11 titii what seconds?
16:11 just2b for the answer
16:11 titii typo3 can get the page name in TS?
16:11 just2b sure
16:12 just2b you mean the page name or the url to the page?
16:12 titii YES? HOW? .... thank
16:12 titii just the page name, but the segment path also
16:12 just2b so the url
16:12 just2b page name =>
16:12 just2b wouldbenice.org
16:12 titii so it should by also full adress yes
16:12 just2b temp.pageTitle = TEXT
16:12 just2b temp.pageTitle {
16:12 just2b field = title
16:12 just2b }
16:12 titii ok. it deosnt matter
16:12 just2b ok then this is frong
16:13 titii for example i have www.test.com/blabla/test.html, so i have to get just the blabla/test.html
16:14 just2b temp.footerLeft = TEXT
16:14 just2b temp.footerLeft {
16:14 just2b typolink.parameter.field = uid
16:14 just2b typolink.returnLast = url
16:14 just2b }
16:14 just2b try
16:14 titii but in case i gat also the full address www.test.com/blabla/test.html
16:14 titii ok i do
16:10 titii i just need to write into marker the current HTML page in the address bar, this is generated by RealURI, so i have to get this page name, any tipes?
16:10 titii thank you
16:10 titii i dont know if the RealURI can put this page into marker, or the TYPO can get this page name by some variable, or something
16:10 just2b just some seconds
16:11 titii what seconds?
16:11 just2b for the answer
16:11 titii typo3 can get the page name in TS?
16:11 just2b sure
16:12 just2b you mean the page name or the url to the page?
16:12 titii YES? HOW? .... thank
16:12 titii just the page name, but the segment path also
16:12 just2b so the url
16:12 just2b page name =>
16:12 just2b wouldbenice.org
16:12 titii so it should by also full adress yes
16:12 just2b temp.pageTitle = TEXT
16:12 just2b temp.pageTitle {
16:12 just2b field = title
16:12 just2b }
16:12 titii ok. it deosnt matter
16:12 just2b ok then this is frong
16:13 titii for example i have www.test.com/blabla/test.html, so i have to get just the blabla/test.html
16:14 just2b temp.footerLeft = TEXT
16:14 just2b temp.footerLeft {
16:14 just2b typolink.parameter.field = uid
16:14 just2b typolink.returnLast = url
16:14 just2b }
16:14 just2b try
16:14 titii but in case i gat also the full address www.test.com/blabla/test.html
16:14 titii ok i do
16:18 titii just2b No, he retursn blank string
16:18 just2b ok
16:18 titii hmm
16:19 just2b i will try it after solving my problem
16:20 titii just2b aaah, but if am looking for that, the typolink creating the links
16:18 titii just2b No, he retursn blank string
16:18 just2b ok
16:18 titii hmm
16:19 just2b i will try it after solving my problem
16:21 titii just2b oh, soryy i made som mistakes, now it looks correct! .. i'll test the path segment
16:23 titii just2b GREAT it works! THANK you man :)
16:23 titii nice one
16:24 just2b np
16:20 titii just2b aaah, but if am looking for that, the typolink creating the links
16:21 titii just2b oh, soryy i made som mistakes, now it looks correct! .. i'll test the path segment
16:23 titii just2b GREAT it works! THANK you man :)
16:23 titii nice one
16:24 just2b np
17:06 Rocketjock Helo Everyone... hi ries
17:06 Rocketjock hello
17:07 Rocketjock so is anyone using lighttpd?
17:08 Rocketjock ries: what do you use? apache?
17:06 Rocketjock Helo Everyone... hi ries
17:06 Rocketjock hello
17:07 Rocketjock so is anyone using lighttpd?
17:08 Rocketjock ries: what do you use? apache?
18:08 Denyerec Evenin all
18:08 Denyerec Evenin all
19:02 blaze76 hi all!Iam from russia and i very bad speak english but i have a question
19:03 blaze76 after install typo and login in admin panel they displayed me "....viewpage/view/locallang_mod.xml was not XML!: Line 1: no element found"
19:03 blaze76 what i need to do?
19:02 blaze76 hi all!Iam from russia and i very bad speak english but i have a question
19:03 blaze76 after install typo and login in admin panel they displayed me "....viewpage/view/locallang_mod.xml was not XML!: Line 1: no element found"
19:03 blaze76 what i need to do?
19:05 blaze76 somebody can help me?
19:05 tobstar which browser do you use?
19:06 blaze76 tobstar Opera,lastest version
19:06 tobstar this is just a guess, but did you try another browser too?
19:07 blaze76 i think that it is not browser problem....i think is problem with this xml file
19:07 tobstar yes, it probably is. can you paste it?
19:09 blaze76 paste xml?
19:09 tobstar yes. on a nopaste site, not in this channel
19:09 tobstar http://phpfi.com
19:05 blaze76 somebody can help me?
19:05 tobstar which browser do you use?
19:06 blaze76 tobstar Opera,lastest version
19:06 tobstar this is just a guess, but did you try another browser too?
19:07 blaze76 i think that it is not browser problem....i think is problem with this xml file
19:07 tobstar yes, it probably is. can you paste it?
19:09 blaze76 paste xml?
19:09 tobstar yes. on a nopaste site, not in this channel
19:09 tobstar http://phpfi.com
19:13 blaze76 http://phpfi.com/252992
19:13 blaze76 here)
19:13 |Awillys| hi there
19:13 |Awillys| http://prdownloads.sourceforge.net/typo3/typo3_src-4.1.2.tar.gz?download broken?
19:13 tobstar this is the whole content of the file, blaze76?
19:14 Awillys any other place i can download typo3 src
19:14 Awillys ?
19:13 blaze76 http://phpfi.com/252992
19:13 blaze76 here)
19:13 |Awillys| hi there
19:13 |Awillys| http://prdownloads.sourceforge.net/typo3/typo3_src-4.1.2.tar.gz?download broken?
19:13 tobstar this is the whole content of the file, blaze76?
19:14 Awillys any other place i can download typo3 src
19:14 Awillys ?
19:16 blaze76 it is content of xml filt
19:16 tobstar doesn't look good to me.
19:16 tobstar what is the full path to this file?
19:17 tobstar for example, my typo3conf/l10n/de/viewpage/view/de.locallang_mod.xml looks like this: http://phpfi.com/252993
19:17 blaze76 public_html/typo3/sysext/viewpage/view/locallang_mod.xml
19:17 blaze76 yes it is it
19:17 tobstar ok, let me just paste mine
19:18 blaze76 but typo3 redirect me to him after login
19:18 tobstar I don't know why yours is screwed up, but if you replace yours with mine you could be fine
19:18 tobstar http://phpfi.com/252995 <-- there it is
19:18 tobstar try to replace the content of your file with that
19:19 blaze76 ok wait)
19:19 tobstar oh, and by the way
19:19 tobstar the stuff you pasted was probably the output in your browser
19:19 tobstar I meant you to paste the contents of the file directly
19:19 tobstar it would probably have looked more like what I pasted a few lines above
19:16 blaze76 it is content of xml filt
19:16 tobstar doesn't look good to me.
19:16 tobstar what is the full path to this file?
19:17 tobstar for example, my typo3conf/l10n/de/viewpage/view/de.locallang_mod.xml looks like this: http://phpfi.com/252993
19:17 blaze76 public_html/typo3/sysext/viewpage/view/locallang_mod.xml
19:17 blaze76 yes it is it
19:17 tobstar ok, let me just paste mine
19:18 blaze76 but typo3 redirect me to him after login
19:18 tobstar I don't know why yours is screwed up, but if you replace yours with mine you could be fine
19:18 tobstar http://phpfi.com/252995 <-- there it is
19:18 tobstar try to replace the content of your file with that
19:19 blaze76 ok wait)
19:19 tobstar oh, and by the way
19:19 tobstar the stuff you pasted was probably the output in your browser
19:19 tobstar I meant you to paste the contents of the file directly
19:19 tobstar it would probably have looked more like what I pasted a few lines above
19:21 blaze76 im lamer)http://phpfi.com/252996
19:21 tobstar Awillys: http://sourceforge.net/project/downloading.php?group_id=20391&use_mirror=kent&filename=typo3_src-4.1.2.tar.gz&84420788
19:21 Awillys tobstar: cheers
19:21 tobstar sponsored by google: typo3_src-4.1.2.tar.gz
19:22 blaze76 our XML's is similar
19:22 tobstar the same or similar?
19:22 blaze76 bad english)same
19:22 tobstar nevermind
19:22 tobstar okay, is your typo version reachable online?
19:24 blaze76 what?))i dont understand u but my version of typo is 4.12
19:24 blaze76 BUT version of dummy is 4.1.1
19:21 blaze76 im lamer)http://phpfi.com/252996
19:21 tobstar Awillys: http://sourceforge.net/project/downloading.php?group_id=20391&use_mirror=kent&filename=typo3_src-4.1.2.tar.gz&84420788
19:21 Awillys tobstar: cheers
19:21 tobstar sponsored by google: typo3_src-4.1.2.tar.gz
19:22 blaze76 our XML's is similar
19:22 tobstar the same or similar?
19:22 blaze76 bad english)same
19:22 tobstar nevermind
19:22 tobstar okay, is your typo version reachable online?
19:24 blaze76 what?))i dont understand u but my version of typo is 4.12
19:24 blaze76 BUT version of dummy is 4.1.1
19:27 blaze76 i download it from http://www.typo3pro.ru/download/
19:27 tobstar I can't really help you there
19:27 tobstar my next advice would have been to reinstall from scratch.
19:27 tobstar With matching dummy and source packages from the typo3 site
19:27 tobstar I can't even figure out why your browser gets to see this xml file
19:29 blaze76 it is not browser)))http://blaze.kzet.ru/typo3/alt_main.php-this is admin script?
19:27 blaze76 i download it from http://www.typo3pro.ru/download/
19:27 tobstar I can't really help you there
19:27 tobstar my next advice would have been to reinstall from scratch.
19:27 tobstar With matching dummy and source packages from the typo3 site
19:27 tobstar I can't even figure out why your browser gets to see this xml file
19:29 blaze76 it is not browser)))http://blaze.kzet.ru/typo3/alt_main.php-this is admin script?
19:30 blaze76 ))))))i mean alt main.php is admin script?
19:33 tobstar this is the admin script, yes.
19:30 blaze76 ))))))i mean alt main.php is admin script?
19:33 tobstar this is the admin script, yes.
20:03 Awillys anyone using tinyrte around?
20:03 Awillys anyone using tinyrte around?
20:49 Denyerek All I can say is that I *tried* tinyRTE, and didn't like it much
20:49 Denyerek All I can say is that I *tried* tinyRTE, and didn't like it much
21:18 Awillys Denyerek: ^^
21:18 Awillys i think my 'problem' is same in tinyrte and htmlarea anyway
21:18 Awillys i explain: when i press enter i'd like to go to the line even though i creates a P tag.
21:19 Awillys not to jump one line like it does now
21:19 Awillys shift+enter does a BR tag and that's not what i want
21:18 Awillys Denyerek: ^^
21:18 Awillys i think my 'problem' is same in tinyrte and htmlarea anyway
21:18 Awillys i explain: when i press enter i'd like to go to the line even though i creates a P tag.
21:19 Awillys not to jump one line like it does now
21:19 Awillys shift+enter does a BR tag and that's not what i want
21:20 Awillys but i'd like the ENTER to go to the line just like the shift +enter does. but still want the ENTER to create a P tag not a BR one...
21:20 Awillys but i'd like the ENTER to go to the line just like the shift +enter does. but still want the ENTER to create a P tag not a BR one...
21:34 Denyerec Um
21:34 Denyerec Awillys
21:34 Denyerec You mean it goes down an extra line ?
21:34 Denyerec and you don#'t want it to ?
21:34 Denyerec As far as I know that is correct behaviour for a paragraph.
21:34 Denyerec Um
21:34 Denyerec Awillys
21:34 Denyerec You mean it goes down an extra line ?
21:34 Denyerec and you don#'t want it to ?
21:34 Denyerec As far as I know that is correct behaviour for a paragraph.
21:35 Denyerec so they're both actually working correctly
21:35 Denyerec so they're both actually working correctly
21:46 s-andersen Hi, can i configure page fields with the page TSconfig?
21:49 tobstar I have this in my tt_news template: <p class="teaser">###NEWS_SUBHEADER###</p>, but I get <p class="teaser"/><p class="bodytext">ich bin der kurze Teaser-Text</p> in my output
21:49 tobstar appears to be a replacing but
21:49 tobstar *bug
21:46 s-andersen Hi, can i configure page fields with the page TSconfig?
21:49 tobstar I have this in my tt_news template: <p class="teaser">###NEWS_SUBHEADER###</p>, but I get <p class="teaser"/><p class="bodytext">ich bin der kurze Teaser-Text</p> in my output
21:49 tobstar appears to be a replacing but
21:49 tobstar *bug
21:50 Denyerec Erm
21:50 Denyerec tt_news will output its content in a bodytext paragraph
21:51 Denyerec To preserve compliance with specs
21:51 Denyerec the easiest approch for you
21:51 Denyerec is to have <div class="teaser">###NEWS_SUBHEADER###</div>
21:51 Denyerec that way you don't get a nested P (illegal) and can still style the teaser with CSS via .teaser p.bodytext
21:52 tobstar yeah. Yet, it's funny how the replace fucks up
21:52 tobstar btw, is <p> in <p> really illegal? I mean, p is a block element, isn't it?
21:53 Denyerec AFAIK you cannot have a p inside a p.
21:53 Denyerec It makes no semantic sense, afterall
21:53 tobstar that's right
21:54 tobstar oh yeah, it doesn't validate
21:50 Denyerec Erm
21:50 Denyerec tt_news will output its content in a bodytext paragraph
21:51 Denyerec To preserve compliance with specs
21:51 Denyerec the easiest approch for you
21:51 Denyerec is to have <div class="teaser">###NEWS_SUBHEADER###</div>
21:51 Denyerec that way you don't get a nested P (illegal) and can still style the teaser with CSS via .teaser p.bodytext
21:52 tobstar yeah. Yet, it's funny how the replace fucks up
21:52 tobstar btw, is <p> in <p> really illegal? I mean, p is a block element, isn't it?
21:53 Denyerec AFAIK you cannot have a p inside a p.
21:53 Denyerec It makes no semantic sense, afterall
21:53 tobstar that's right
21:54 tobstar oh yeah, it doesn't validate
21:58 Denyerec Indeed
21:58 Denyerec when you output body text, it'll usually come out in a <p class="bodytext">
21:58 Denyerec Indeed
21:58 Denyerec when you output body text, it'll usually come out in a <p class="bodytext">
22:00 s-andersen Does someone know, where it's defined that TCEFORM.pages.alias.config.eval is not allowed to be edited?
22:03 Awillys Denyerec: re
22:04 Awillys Denyerec: yeah that's the correct behaviour i reckon
22:04 Awillys but it annoys me ^^
22:04 Denyerec Write to the W3C ;)
22:04 Awillys especially when you want to create bullet points
22:00 s-andersen Does someone know, where it's defined that TCEFORM.pages.alias.config.eval is not allowed to be edited?
22:03 Awillys Denyerec: re
22:04 Awillys Denyerec: yeah that's the correct behaviour i reckon
22:04 Awillys but it annoys me ^^
22:04 Denyerec Write to the W3C ;)
22:04 Awillys especially when you want to create bullet points
22:06 Denyerec then use a list?
22:06 Denyerec not lots of paragraphs ?
22:06 Awillys well
22:06 Awillys you have to press enter between each item of the list
22:06 Awillys before you actually turn them to a list
22:07 Awillys so initially you have a long 'list' of data
22:07 Awillys not sure if u see what i mean
22:07 Denyerec or press the list button befor eyou start typing your list
22:06 Denyerec then use a list?
22:06 Denyerec not lots of paragraphs ?
22:06 Awillys well
22:06 Awillys you have to press enter between each item of the list
22:06 Awillys before you actually turn them to a list
22:07 Awillys so initially you have a long 'list' of data
22:07 Awillys not sure if u see what i mean
22:07 Denyerec or press the list button befor eyou start typing your list
22:11 Awillys Denyerec: u right it's better
22:11 Awillys stupid me ^^
22:11 Denyerec :D
22:11 Awillys Denyerec: u right it's better
22:11 Awillys stupid me ^^
22:11 Denyerec :D
22:19 s-andersen Denyerec do you have experience with the TCEFORM object?
22:19 s-andersen Denyerec do you have experience with the TCEFORM object?
22:20 Denyerec Oh most certainly not.
22:20 Denyerec :/
22:21 s-andersen Damn :( I have an irritating problem. I could easily solve it with an extension, if not for the fact that only some of my pages should be affected by it
22:22 s-andersen I need the alias field to be required,and I thought i could do that with TCEFORM in page TSconfig
22:20 Denyerec Oh most certainly not.
22:20 Denyerec :/
22:21 s-andersen Damn :( I have an irritating problem. I could easily solve it with an extension, if not for the fact that only some of my pages should be affected by it
22:22 s-andersen I need the alias field to be required,and I thought i could do that with TCEFORM in page TSconfig
22:39 tobstar Mhh. I still need to get tt_news to not wrap the subheader in a <p class="bodytext"></p>.
22:39 tobstar It's not done in the template, and a search in the TSOB didn't deliver anything either.
22:39 tobstar Can't this be done without too much effort?
22:39 tobstar Mhh. I still need to get tt_news to not wrap the subheader in a <p class="bodytext"></p>.
22:39 tobstar It's not done in the template, and a search in the TSOB didn't deliver anything either.
22:39 tobstar Can't this be done without too much effort?
22:40 tobstar The background is that I want a latest news output like this: News title - News subheader \n >> more
22:40 tobstar oh yeah, and floating would probably kill my layout.
22:40 tobstar The background is that I want a latest news output like this: News title - News subheader \n >> more
22:40 tobstar oh yeah, and floating would probably kill my layout.
22:49 Denyerec tobstar
22:49 Denyerec http://wilcoding.xs4all.nl/Wilco/Pastecode/4939/showpaste.aspx
22:49 Denyerec Next time, search google :)
22:49 Denyerec Second hit for --- tt_news no class="bodytext"
22:49 Denyerec tobstar
22:49 Denyerec http://wilcoding.xs4all.nl/Wilco/Pastecode/4939/showpaste.aspx
22:49 Denyerec Next time, search google :)
22:49 Denyerec Second hit for --- tt_news no class="bodytext"
22:51 tobstar this is typo code for an extension to tt_news
22:51 tobstar found this before and thought it was a solution, but it is not
22:51 tobstar unfortunately ;-)
22:52 tobstar at least I think it is not. But let me check again
22:53 Denyerec You slap that in your TS
22:53 Denyerec job done
22:51 tobstar this is typo code for an extension to tt_news
22:51 tobstar found this before and thought it was a solution, but it is not
22:51 tobstar unfortunately ;-)
22:52 tobstar at least I think it is not. But let me check again
22:53 Denyerec You slap that in your TS
22:53 Denyerec job done
22:57 tobstar negative on that, houston
22:57 tobstar it's from there: http://typo3.org/documentation/document-library/extension-manuals/ttnews_teasertext/1.0.3/view/1/4/
22:57 tobstar it's a ttnews_teasertext configuration directive
22:57 tobstar I'm not using ttnews_teasertext
22:58 tobstar and it is in my ts, but doesn't affect anything
22:58 tobstar in fact, the keys modified don't even exist until the added ts is parsed
22:59 tobstar so.. unless this is another stupid mistake of mine, it's not the solution
22:59 Denyerec I think working around th eissue with divs will save you time
22:59 Denyerec but that's just me
22:59 tobstar Have you got a hint on how to do this?
22:57 tobstar negative on that, houston
22:57 tobstar it's from there: http://typo3.org/documentation/document-library/extension-manuals/ttnews_teasertext/1.0.3/view/1/4/
22:57 tobstar it's a ttnews_teasertext configuration directive
22:57 tobstar I'm not using ttnews_teasertext
22:58 tobstar and it is in my ts, but doesn't affect anything
22:58 tobstar in fact, the keys modified don't even exist until the added ts is parsed
22:59 tobstar so.. unless this is another stupid mistake of mine, it's not the solution
22:59 Denyerec I think working around th eissue with divs will save you time
22:59 Denyerec but that's just me
22:59 tobstar Have you got a hint on how to do this?
23:00 tobstar The closest thing to an idea I have is to wrap the news title with a floated p and then clear the float after the bodytext-wrapped subtitle
23:00 tobstar This will probably break something else in my layout on some browsers.
23:00 tobstar (displaying the bodytext inline does, too)
23:00 tobstar The closest thing to an idea I have is to wrap the news title with a floated p and then clear the float after the bodytext-wrapped subtitle
23:00 tobstar This will probably break something else in my layout on some browsers.
23:00 tobstar (displaying the bodytext inline does, too)
23:06 Denyerec Do you know what the finished markup should look like ?
23:06 tobstar yeah, it's just <p>Newsheader - Newsteaser</p>
23:07 tobstar I'm working on something that could work right now.
23:07 tobstar Something that doesn't really feel too good, though
23:09 Denyerec I've got to go to bed.
23:09 Denyerec I'm certian that what you want to achieve is possible with tt_news without dirty tricks
23:09 Denyerec you might just have to rethink your markup and cSS approach
23:09 Denyerec but from me, goodnight:)
23:06 Denyerec Do you know what the finished markup should look like ?
23:06 tobstar yeah, it's just <p>Newsheader - Newsteaser</p>
23:07 tobstar I'm working on something that could work right now.
23:07 tobstar Something that doesn't really feel too good, though
23:09 Denyerec I've got to go to bed.
23:09 Denyerec I'm certian that what you want to achieve is possible with tt_news without dirty tricks
23:09 Denyerec you might just have to rethink your markup and cSS approach
23:09 Denyerec but from me, goodnight:)
23:10 tobstar It has not much to do with markup faults if tt_news can't produce that output ;-)
23:10 tobstar However, I'm quite certain this doesn't get too dirty.
23:10 tobstar Good night
23:11 tobstar got it.
23:10 tobstar It has not much to do with markup faults if tt_news can't produce that output ;-)
23:10 tobstar However, I'm quite certain this doesn't get too dirty.
23:10 tobstar Good night
23:11 tobstar got it.
23:41 mimi_ hi there
23:42 mimi_ got a development - organization - question :-)
23:42 tobstar I'd say you just ask it :>
23:42 mimi_ does anybody have a proper solution to syncronize a development database against a production database?
23:42 mimi_ we have a production server and two laptops on which we do the development
23:43 mimi_ now we want to synchronize not only the code, but also the dbs
23:43 mimi_ is there a tool for such an issue?
23:44 mimi_ we thought about dumping the data on the dbservers and sending the dumps
23:44 mimi_ but that's no real sync
23:41 mimi_ hi there
23:42 mimi_ got a development - organization - question :-)
23:42 tobstar I'd say you just ask it :>
23:42 mimi_ does anybody have a proper solution to syncronize a development database against a production database?
23:42 mimi_ we have a production server and two laptops on which we do the development
23:43 mimi_ now we want to synchronize not only the code, but also the dbs
23:43 mimi_ is there a tool for such an issue?
23:44 mimi_ we thought about dumping the data on the dbservers and sending the dumps
23:44 mimi_ but that's no real sync
23:52 tobstar that's way outta my knowledge, sorry
23:52 tobstar which way do you want to synchronize?
23:52 tobstar which data takes precedence?
23:52 tobstar that's way outta my knowledge, sorry
23:52 tobstar which way do you want to synchronize?
23:52 tobstar which data takes precedence?
23:55 mimi_ hm - we just thought about it... seems to be not possible :-)
23:55 mimi_ I wanted to hear how the people here do the job, as it's a common problem i suppose
23:56 tobstar oh, ok
23:56 tobstar then: never done anything like it
23:56 tobstar good night folks
23:58 mimi_ tobstar: good n8
23:55 mimi_ hm - we just thought about it... seems to be not possible :-)
23:55 mimi_ I wanted to hear how the people here do the job, as it's a common problem i suppose
23:56 tobstar oh, ok
23:56 tobstar then: never done anything like it
23:56 tobstar good night folks
23:58 mimi_ tobstar: good n8

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.