Search the website and IRC logs

#TYPO3 IRC log from : Sunday 6 September 2009

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 30
05:42 SargoDarya good morning chan
10:12 nd How can I protect my lstlistings from beeing split by floating graphics?
12:48 enmerkar_ nd: url?
13:23 nd enmerkar_: I don't know what you mean exactly. I have long code listings spread over two pages, but then one floating graphic splits it.
13:32 animan hi. does anyone know how i could configure realurl to work with tt_news aswell?
13:34 phil1 use autoconfig
13:35 animan i do
13:35 animan it seems that autoconfig works just fine with typo3 in general, but not for tt_news
13:35 animan http://tonism.2bit.ee/
13:37 m4rtijn hi
13:45 nd enmerkar_: Ah, geez... now I know :) Wrong channel :)
13:47 phil1 animan: http://www.google.com/search?hl=de&client=opera&rls=de&hs=2dG&q=typo3+realurl+tt_News&btnG=Suche&lr=
13:49 animan well, i've tried to add the configuration to the autoconfig, but then links just break up :/
13:50 phil1 animan: you may try this: http://news.typo3.org/about/realurl-configuration/
13:53 animan hmm.. now it doesn't seem to render anything anymore
13:55 animan yup, it seems to break my FE & BE
13:57 animan got it working by deleting this file. it seems to be automatically regenerated with default content that works
13:57 animan but no tt_news config, still
13:58 phil1 I guess you gave to add it to the automaticly generated file
13:59 animan i did. i've tried to replace the content or add it next to the line it generated
14:01 animan but my Automatic configuration file format, from Install Tool, is set to serialized
14:01 animan could this cause problems?
14:04 pmk65 animan: Use the RealURL config from the tt_news extension.
14:05 animan i've tried this. it doesn't seem to work as well. FE gets rendered, but links are broken :/
14:06 phil1 animan: what are your versions?
14:07 animan typo3 4.2.8, realurl 1.5.3, tt_news 2.5.2
14:10 animan i've added the config from tt_news again (and disabled backpid) but still links are broken
16:56 polecat hi @ aöö
16:56 polecat all*
17:21 koomi aloha
17:23 m4rtijn hi
18:37 fuchur wtf does backend module content does not scroll ... grmbl
18:54 atmos4 hi
18:56 polecat doed anyone knows how to use automaketemplate? i always get a empty page when using it
18:57 atmos4 I wonder how do you solve the problem of the home page? There are basically two ways I know of: link root page to home page, or link home page to root page. linking home to root has problems with the active entry in the menu and linking root to home, has problems with caching of the home page, so one needs to use a redirect to get visitors to the cached /Users/<removed>/ ...
18:58 atmos4 I've been linking the root page to the real home page so far, but am not happy with it because of the redirect needed to have working static caching.
18:58 derchiller where can i tell typo that i use html 4.0 transitional as doctype and let typo make his auto generated meta tag and includes not end with "/"?
18:59 atmos4 config.doctype
19:00 derchiller thats a setting for typoscript?
19:00 atmos4 yes
19:01 atmos4 but you'll probably also need tidy or sth to make it valid html 4.0
19:01 atmos4 or use typo3 3.8 ;-)
19:01 atmos4 what do you need html 4.0 for?
19:02 derchiller just coded it without "\"
19:02 derchiller is there a usual doctype for a typo template?
19:03 atmos4 ?
19:03 atmos4 you mean just because your tempolate is html 4.0 you wanna switch?
19:03 atmos4 it's far easier to fix your templates to xhtml than make typo3 emit html 4.0
19:04 derchiller so xhtml ist a default doctypoe for typo templates
19:04 atmos4 xhtml 1.0 transitional I'd say
19:05 derchiller have to try out sth, thanks so far
19:05 derchiller :)
19:05 atmos4 you could use sth like config.doctype = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
19:05 atmos4 but the code will not validate
19:05 derchiller strange behaviour
19:05 atmos4 so you have to filter it through tidy to make it html 4.0 compliant
19:06 polecat does anyone knows automaketemplate
19:06 atmos4 yea, I use it
19:06 polecat can you help me with a automake problem, please atmos4
19:07 atmos4 whyt's the prob?
19:07 snoy_ms doctype: http://www.typo3.net/tsref/setup/config/
19:08 snoy_ms scroll down to "doctype" and check out the typoscript config code
19:08 polecat i try to use a simple css template, (many div-containers) but the page which is parsed is always empty
19:08 snoy_ms at first check out if you have the correct doktype when you see the sourcecode of the page
19:09 polecat this is the TS, ist not that long but i can't find the error in it: http://nopaste.info/1a7a79ce74.html
19:09 atmos4 polecat: probably path to your template is wrong?
19:09 snoy_ms second go to "templates" and make sure that you have include the "css styled content"
19:10 snoy_ms third.....clean up your cache
19:10 snoy_ms and reloud ;-)
19:10 polecat the path is correct atm
19:10 polecat atmos4
19:11 atmos4 K, I always try that path via webbrowser, to make sure it's correct
19:11 polecat the pages url is: http://typo.polecat-media.de/index.php?id=101 if you want to take a look
19:11 atmos4 also to make sure the access rights are ok
19:11 snoy_ms if you just see a blank screen check that you inlcude the "css styled content"
19:11 snoy_ms have you ?
19:12 polecat i already checked the access, i think it's an problem inside the TS
19:12 atmos4 yea file seems ok
19:13 atmos4 I assign the code differently in my templates
19:14 polecat i don't understand atmos4
19:14 atmos4 well I'm trying to figure out where's the error in your ts
19:15 polecat oh =D thanks a lot i hope you'll find the clue
19:15 atmos4 ah I think I found it
19:15 atmos4 you use class="mneu_1" instead of id="menu_1"
19:16 atmos4 subparts works on css id not css class
19:16 atmos4 although it should catch main
19:17 atmos4 and I'd try commenting out line 17 + 18 in your TS
19:17 polecat ok let me check
19:18 atmos4 the bodyTagCObject stuff
19:18 polecat i commented, but theres no change
19:18 atmos4 cleared the cache?
19:19 polecat yes
19:21 polecat does the template works for you?
19:21 polecat sry that was wrong... sry for my terrible english ^^
19:21 atmos4 I think I have an idea
19:21 polecat i'm all ears
19:22 ries .
19:22 ries Ooo I am back :)
19:22 atmos4 well what looks different in my setup, is how I create the subpart markers
19:23 atmos4 I create them all expolicitly:
19:24 polecat and that means? i've written the TS by different tutorials and i have no idea wether it's correct or not?
19:24 atmos4 polecat: look at http://nopaste.info/dc67558df7.html
19:24 atmos4 also I'm not sure the markers are case sensitive
19:24 atmos4 you might try ching menu_1 to MENU_1, main to MAIN etc. in your ts
19:24 polecat ok let me try
19:25 atmos4 they way I pasted however works for me
19:27 polecat it's possible to use content < plugin.tx_rlmptmplselector_pi1 even plugin.tx_rlmptmplselector_pi1{}
19:27 polecat ?
19:27 atmos4 well I also use rlmp_tmplselector
19:27 atmos4 you'd have to stick with your content.file
19:31 polecat sry i don't understand, but please wait a minute, phone call
19:31 atmos4 hmm strange, your code should work, if you change class to id in your html template
19:42 atmos4 I wish there was a typoscript debugger
19:43 atmos4 nooo
19:43 atmos4 I think I found it
19:43 atmos4 you forgot a 1
19:43 atmos4 int he plugin name
19:44 atmos4 polecat: plugin.tx_automaketemplate_pi { should be plugin.tx_automaketemplate_pi1 {
19:46 polecat sry the phone call took much longer than i had hoped
19:47 atmos4 yeah, some phonecalls always take longer than one hopes ;-)
19:47 polecat yeah... especially when an ex-girlfriend is calling -.-
19:47 polecat i included the 1 but there is still no change
19:48 atmos4 yea I know
19:48 atmos4 must be some other error
19:48 atmos4 in addition to the missing 1
19:50 polecat ok i've made a new nopaste, including the chances i made in you order... http://nopaste.info/c6d4791d9b.html (e.g. case of the markers, the new function code and so on)
19:55 atmos4 foudn another error
19:55 polecat ?
19:55 atmos4 you write SubpartMarker instead of subpartMarker
19:55 atmos4 TS is case sensitive
19:56 polecat =( still no changes
19:56 atmos4 for me it's at least aprsing the template now
19:56 atmos4 meaning I see the cvopyright footer
19:56 atmos4 still marker is not inserted
19:57 polecat here neither the markers nor the footer is parsed
19:58 atmos4 ah forgot a line now it's working for me
19:58 polecat can u give me the TS
20:00 SEBAR Aloha
20:00 atmos4 polecat: yea just cleaning it up
20:00 atmos4 #
20:00 polecat atmos4: ?
20:00 atmos4 polecat: http://nopaste.info/bffc28078a.html
20:02 atmos4 I remove the page.stylesheet line, because it's unneeded
20:02 atmos4 it-#s also in you html template
20:02 atmos4 just as a note, that was not the problem
20:02 polecat oh ok thanks for the help
20:03 atmos4 if it still ain't working you probably forgot to include the css styled content static template
20:03 polecat you commented the menu part
20:03 atmos4 yea you can add it back in
20:03 atmos4 it was unneeded for testing
20:04 atmos4 it wouldn't work liker that anyway :-)
20:04 polecat =D
20:05 atmos4 well it would have inserted the content from the normal column into both menu_1 and menu_2 I guess
20:05 polecat hmm i'll think i'll delete these part
20:05 atmos4 such error would be much easier to find I typoscript had debugger and syntax checking
20:05 polecat the first step is done ^^
20:06 atmos4 ok, I'm back to working
20:06 polecat can i ask a last question?
20:07 atmos4 what?
20:07 polecat is there a tutorial with further information, for example how to set markers for the left, midle, right and border section
20:08 phil1 modern template building
20:08 atmos4 it's easy:
20:08 atmos4 MAIN_CONTENT < styles.content.get
20:08 atmos4 normal column
20:09 atmos4 getLeft left, getRight right, getBorder marginal column
20:09 phil1 btw. dont forget to visit http://typo3.org/documentation/document-library/ :)
20:09 polecat oh
20:09 atmos4 but it's all in modern template building
20:09 atmos4 only you made errorsat typing the code instead of using copy & paste =)
20:10 polecat i'm using the openoffice file with the tutorials and there c&p doesn't works
20:10 atmos4 for me TS setup is 90% copied from project to project
20:10 atmos4 well use the web version
20:10 atmos4 http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/1/3/#id3959458
20:11 polecat thanks a lot for your help D
20:11 atmos4 ok now really working =)
20:11 atmos4 will quit to avoid further distraction :-)
22:24 atmos4 hmm, very strange problem here
22:24 atmos4 styles.content.get isn't working
22:24 atmos4 page.10 = TEXT, page.10.value = TEst works, but page.10 < styles.content.get isn't working
22:24 atmos4 css styled content is loaded and it's static template included
22:25 atmos4 never had such a problem before
22:32 atmos4 selbst mit diesem minimal setup funzt es nicht:
22:32 atmos4 page = PAGE
22:32 atmos4 page.typeNum = 0
22:32 atmos4 page.10 < styles.content.get
22:35 atmos4 hmm I'm puzzled
22:42 atmos4 hmm
22:42 atmos4 something with the typo3 install was broken
22:42 atmos4 deleted and replaced typo3_Src, now it's working again
22:42 atmos4 seems the static template of css styled content was broken
22:44 snoy_ms lol
22:44 atmos4 I remember I looked at the file few days ago
22:44 atmos4 probably typed sth into it when I had the wrong window active
22:46 snoy_ms could be

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.