Search the website and IRC logs

#TYPO3 IRC log from : Monday 26 February 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 26 27 28
12:13 MasterYin Can I configure IS so, that only my contendelements are parsed for the Indexing, because I have default-Text on all my pages (setted by template) and theese should not be parsed for indexing
12:18 tobi just set <!--TYPO3SEARCH_begin--> CONTENT TO BE FOUND WITH IS<!--TYPO3SEARCH_end-->
12:21 amultimedia is there an auction-module available for Typo3?
12:25 delmonico typo3.org/extensions says no
12:30 atmorell hello everyone. I would like to create a homepage where users can register and create articles. each article has 5-10 pictures and some text. Any suggestions about how I should pull this of?
12:42 amultimedia is there an auction-module available for Typo3? anyone who need this order?
12:44 ta Does anyone know if Franz Holzinger (tt_products) is alive and well ?
12:44 amultimedia is there an auction-module available for Typo3? anyone who need this order? mailto:(obscured mail address)
12:45 tobi i think he is, he is quite active in the mailinglist
12:46 diane Hi there.. anybody there who can help me with mailformplus? I have a problem with the submission..
12:47 ta tobi: he is? /me haven't seen any posts from him lately (at least in the lists, I'm subscribed to)
12:48 tobi he posted saturday on typo3 en mailinglist
12:49 ta tobi: ok, maybe I've mailed him at a address, that he is not using anymore
12:50 ta diane: perhaps if you explain the problem :)
12:52 diane I simply don't know why the form isn't submitted.. But I think I'll do some trial and error..
12:52 diane thanks a lot anyway..
13:00 ta diane: try viewing the source from browser and see if the form action is set
13:23 specter hi all
13:28 specter i have now renamed the file _htacces to .htacces, and now there's no mor 404 error, but if i browse through my site is an 403 typo3 error
13:33 MartinMai is it possible to access typoscript template values (TSFE ?) in an backend extension? e.g. a constant from the template-setup-field for a page-id ?
13:35 ta MartinMai: you can look in $GLOBALS['TSFE']
13:35 MartinMai ta seems to b enot there
13:37 MartinMai $GLOBALS['TSFE'] right ?
13:37 ta yup
13:37 MartinMai empty
13:37 MartinMai does I have to instantioati it or so ?
13:38 ta It should be set
13:38 MartinMai ok
13:39 MartinMai will look in another extension
13:42 MartinMai yes there it is like expected, thx ta
13:43 MartinMai will crate one with the kickstarter
13:44 [666] i have a problem with horizontal gmenu. the links are as large as the largest link , and that looks awful. can i change this somehow ?
13:46 [666] this is my code
13:46 [666] http://phpfi.com/208399
13:53 j0hndeere Good morning, earthlings.
13:54 Ries Hey j0hndeere
13:55 Ries j0hndeere: are you a relative of this company? http://www.deere.com/
14:02 uschi hi folks :)
14:06 Ries Hey uschi
14:07 uschi Hi Ries :))
14:24 uschi Ries, can you give me a tip how to solve a TV-FCE problem, please?
14:24 uschi or anybody else?
14:24 Denyerec I can try
14:24 uschi thx
14:24 Denyerec But I doubt I'll be much help.
14:24 Denyerec <- idiot
14:25 uschi are you? admitteltly? ;-)
14:25 Ries uschi: Denyerec is quite good, I am quite buzy right now
14:25 uschi ok, i only need a starting point
14:25 Denyerec Shoot
14:25 Denyerec and I'll see if I can spew some nonsense that'll give you a clue :)
14:25 uschi so, my problem is
14:26 uschi i have an fce, one h3 with link inside
14:27 uschi then one list of links <ul class="first"><li class="internal-link"><a href="#">label</a></li></ul>
14:27 uschi and then one ore more additional lists of links
14:27 uschi those additional lists are my problem
14:28 Denyerec Hmm.
14:28 Denyerec How to create those in the FCE
14:28 uschi right, exactly that is my question
14:29 Denyerec And they are variable in number ?
14:29 Denyerec as in, you don't know how many links you will have?
14:29 uschi i tried to surround the additional lists with a <div id="dummy"> and made that one an SC
14:29 uschi and then the first ul inside an SC again
14:29 Denyerec SC = standard content ?
14:29 uschi but then i can add a new list
14:30 uschi no, Container for Elements with Section flag set
14:31 Denyerec What's a section flag ?
14:31 uschi if you create a fce, than you have the mapping type Container for elements
14:32 uschi if you save it, a checkbox turns up "Make this Container a section". If you check it and klick update, this results in an xml-tag <section>1</section>
14:33 uschi this way the editor gets a selectorbox new something
14:33 uschi and can add multiple entries of the same type
14:33 uschi the problem is, i need this nested
14:36 Denyerec Ah
14:36 Denyerec As you want to create a nested UL
14:36 uschi no not nested
14:37 uschi but a second one, if the user needs more than one list
14:37 uschi wait i show you what it shall look like in the end
14:37 Denyerec I thought you said that's what a section does?
14:37 uschi yes one
14:37 uschi but i need more than one
14:37 uschi the first list is easy
14:38 uschi there the ul itself is the section
14:38 Denyerec If a section lets you repeat the same element... then surely you just wanna map to the <ul> and make it a "section" so you can add as many as required?
14:38 uschi but now i need an indefinite number of additional lists
14:38 uschi <ul>....</ul><ul>....</ul>
14:39 uschi the first ul-section is a container for the <li>-elements
14:39 Denyerec Riiiiiight
14:39 uschi and then i have a div
14:39 Denyerec so you've made the first UL a section and that contains an indefinate number of list elements.
14:40 Denyerec I think I'm with you now.
14:40 uschi inside are many <ul>-elements
14:40 uschi ah
14:40 Denyerec and what you need, is a repeating sectiopn of UL'#s inside which are repeating sections of LI's
14:40 uschi right
14:40 Denyerec With you.
14:40 uschi now you got me
14:40 Denyerec Yes now I see
14:41 Denyerec can you add your own <section> headings manually to the XML
14:41 Denyerec and see if it works?
14:41 uschi i thought, i could just have a section (ul) in a section <div>
14:41 uschi hm, i will try that, good idea
14:41 uschi or perhaps i need sheets
14:42 uschi i can map it as nested sections
14:43 uschi but, if i klick new list, and then save an choose new link and then klick save, the new link does not appear
14:43 uschi shit, there might be another problem
14:43 uschi let me try something
14:53 Denyerec How far have you got uschi
14:53 uschi i messed it all up and have to map it again
14:54 Denyerec Bugger
14:54 Denyerec :/
14:55 ndee anyone ever did something like that: If a visitor first visits a page, he gets to a language selection page. When he comes the 2nd time, that preference is saved in a cookie. How could I do that?
14:56 uschi does the rlmp_languageselector help you? the name might be slightly different, search for rlmp or language, ndee
14:56 Denyerec I think that's in the localisation tutorial ndee
14:56 uschi which one?
14:59 ndee ah okay
14:59 ndee sweet
14:59 ndee yeah, in which one? :D
14:59 tobi strange, i played around and maping a section in a section does not work, the be form resets after selectin new on the 2nd section
15:01 ndee http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/ that page is SO outdated ;:D
15:03 MartinMai ta: it seems that the template relevant values are only in TSFE when called in FE (ux_tslib_fe)
15:04 Denyerec Oohhhh tobi is on the case.
15:04 Denyerec the solution is near.
15:04 Denyerec :)
15:04 uschi no, does not work
15:04 uschi tobi :))
15:04 uschi i tried the very same thing yesterday and today and i do not get anywhere
15:05 alexwx helo friends, is there a option to make an MENU by my IDs of page? like a excludeUidList but inverse
15:05 uschi because of the same reasons as you said above
15:05 uschi do we need sheets perhaps?
15:06 uschi yes, there is
15:06 uschi alexwx
15:06 uschi i think, you have to look under special = list
15:07 alexwx uschi thanx friend i do
15:08 Denyerec uschi
15:08 Denyerec this is gonna sound simplistic
15:08 Denyerec but can you not make your UL contaner a container for elements
15:08 Denyerec and just add N "list" type CE's ?
15:08 Denyerec or is that too complex for the end user?
15:08 uschi no, there is a div around the additional divs
15:08 Denyerec I would understand that, as usually users are stupid.
15:08 uschi ah, i see what you mean
15:09 uschi no, in this case i really need all those lists in one content element
15:09 uschi because i want to reuse it
15:09 uschi alexwx http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/8/11/
15:10 uschi it must be possible to do this
15:12 alexwx uschi thanx i am looking on it, and preparing TS,, now i am gonna try
15:13 ndee Denyerec: if you have a link to said tutorial(multi language, not the real old school one), that would rock :D
15:14 Denyerec I think I only know the old one :/
15:14 ndee ah ok
15:15 uschi ndee, this one perhaps
15:15 uschi http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/current/
15:15 uschi that is the new one
15:16 uschi use the swx file, it is hard to understand because it references colors which are not there in the online version
15:16 ndee ok, thx uschi
15:16 neostar hi
15:17 uschi hi neostar
15:19 neostar hi uschi
15:25 uschi Denyerec, just found this piece of info in the tv-docu
15:25 uschi <type>array</type> + <section>1</section> = Renders a section which must contain other array-types (without <section> set!)
15:26 Denyerec Ooooh!
15:26 Denyerec so you make your UL a section, and the LI's an array
15:26 Denyerec I guess FCE's really are flexible ;)
15:26 uschi yes, but then i cannot add a second <ul> *grumble*
15:27 ndee uschi: it seems like the rlmp_language_detection extension is not in the repository anymore :(
15:27 ndee hm
15:28 ndee I find it on the typo3.org page but not in the repository from the installation. Weird.
15:31 uschi right, it was there a few weeks ago
15:35 Denyerec n
15:41 Wol Hi
15:41 Wol anyone use tt_news version 1.0.4?
15:42 Wol i have a little problem with it!
15:43 Wol the archive page don't want to show the news
15:43 Wol *dosen't
15:43 Wol *doesn't
15:43 Wol lol
15:43 Wol sorry
15:44 zatmania hey Wol !
15:45 Wol hey zat!! how are you??
15:45 zatmania fine and you
15:46 Wol yeah fine but i have a problem
15:46 Wol and i dont know how to solve it...
15:50 ndee which plugin do you guys use for multi language selectors?
15:54 zatmania ndee : no plugin
15:58 ndee zatmania: so how do you do it?
15:58 Denyerec uschi how is it going ?
16:02 ndee http://typo3.org/documentation/document-library/extension-manuals/sr_language_menu/1.2.4/view/3/2/ <-- "You may now assign temp.languageMenu anywhere you want it to be displayed in your template. Now, we use templavoila and I don't know too much about TS. Would it also be possible to show that menu with TV?`
16:06 koomi ndee: just add a new field to your tv setup and change the type to "typoscript object". set the object path to your language menu (call it lib.langmenu or something) and it should show up
16:06 uschi does not work at all
16:06 uschi reading ftb again
16:07 ndee koomi: ok, gonna try that
16:07 Denyerec YOU CAN DO IT!!
16:09 uschi i am really unhappy by now :-(
16:10 koomi np: New Order - Blue Monday
16:10 koomi ^^
16:11 Denyerec Not working uschi ?
16:12 uschi perhaps this range thing does the trick?
16:12 Denyerec you mean array / section ?
16:12 Denyerec Or you have found something new
16:13 uschi i could try to set the mapping mode for the additional lists to range
16:16 Ries ndee: !
16:28 just2b___ hello! why do I still get a The page is not configured! [type= 99][] if i included the static ext file from plaintext?
16:31 ndee Ries: !!! :D
16:31 ndee what up in Ecuador?
16:31 ndee I heard there died a lot of people because of the Carneval :D
16:32 j0hndeere Ries, in response to your earlier inquiry: Those are manufactured based on plans we gave some earthlings many earth decades ago.
16:32 j0hndeere They don't fly, though, that I'm aware of.
16:33 just2b___ nobody=?
16:33 Ries ndee: Ireally?? I am still alive
16:35 ndee Ries: luckily, how else would we all solve our typo3 problems? ;)
16:39 Ries ndee: I am to buzy with my freelance work lately to really help here :(
16:40 ndee Ries: that's not a bad thing though :)
16:42 Denyerec uschi any progress?
16:56 j0hndeere If two wrongs made a right... armed robbery wouldn't be a crime.
17:12 ndee so, I'm off for the night, cu guys and gals
17:13 uschi i am sure that it is possible, somehow, and that i just do not find the trick
17:15 uschi and in the end, i am not sure whether it is really impossible to have nested sections or i am simply doing some small thing wrong
17:23 Denyerec :S uschi
17:23 Denyerec it sounded to me like you found the thing you needed
17:23 Denyerec (Array)
17:26 Ries uschi: there is somewhere an demo how to do that (I think...)
17:26 Ries check teh podcasts...
17:27 uschi hm, ok
17:28 j0hndeere LOL
17:28 j0hndeere delmonico, man, just get mirc or trillian or something
17:29 Denyerec Cmon uschi, you have to do it man.
17:29 Denyerec Now I'm counting on you :)
17:29 uschi i am not exactly a man, Denyerec ;)
17:29 Denyerec Either way, you have to succeed!
17:30 Denyerec (BTW suffixing "man" to something is just a turn of phrase in english, you can say it to anyone.)
17:30 uschi in german as well :)
17:33 gerards hey Denyerec
17:33 gerards you there?
17:33 Denyerec allo
17:33 gerards i have a css problem.
17:33 gerards table in div.
17:33 gerards in IE, there is a little space on the left of the table, between the div and table.
17:34 gerards margins and paddings are ALL set to zero in a css file.
17:34 uschi Ries, where do i find those podcasts?
17:35 gerards any ideas?
17:35 uschi found, under Community
17:36 uschi url, gerards?
17:36 Denyerec gerards is the site online ?
17:36 Denyerec http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/4/#id2854232
17:36 Denyerec uschi - have you read the 2nd half of that?
17:37 gerards nope.
17:37 uschi what do you mean by second half?
17:37 uschi i have read this document, yes
17:37 uschi hm, your div has a class?
17:38 uschi your table has a class?
17:38 uschi your doctype is?
17:38 gerards they all have classes.... but let me fool around with border-space and stuff first.
17:38 uschi good idea
17:38 gerards xhtml transitional.
17:39 uschi ok, then we do not have some kind of nasty boxmodel problem
17:46 Denyerec gerards
17:46 Denyerec was the border mode on the table set to collapse?
17:46 Denyerec border-collapse: collapse;
17:48 uschi i doubt that that makes things easier in ie
17:49 Denyerec without seeing a page online, I can't really help people fix them
17:49 Denyerec there's too many variables :/
17:49 uschi neither can i
17:52 ira Hallo! Anyone could advise me a tutorial for News Plugin
17:55 Denyerec Um
17:55 Denyerec you mean tt_news ?
17:55 ira Yep
17:55 Denyerec the documentation has a tutorial I think ?
17:56 Denyerec http://www.mcuniverse.com/TT_News.134.0.html
17:56 Denyerec or Marley
17:56 ira Marley?
17:56 Denyerec http://www.mcuniverse.com/TT_News.134.0.html
17:56 ira Ahhh! OK!
17:57 Denyerec Hmmm
17:57 Denyerec uschi I'm still reading the TV docs.
17:57 Denyerec now onlto the Wiki
17:57 Denyerec :/
17:58 uschi i am trying to download this podcast of kasper
18:02 Denyerec uschi : http://wiki.typo3.org/index.php/TemplaVoila#2_level_FCEs
18:02 Denyerec Any use ?
18:03 uschi hm, let me see
18:03 uschi this about nested ul
18:03 ira The running TYPO3 version (4.0.4) is higher than allowed (4.0.2)
18:03 uschi perhaps this itemandsub, yes
18:03 ira is that a problem for me?
18:03 uschi ignore
18:03 ira Thanks
18:03 uschi try to ignore
18:04 ira Ok
18:04 ira It worked i think
18:09 uschi hm, might be useful, Denyerec, thanks
18:10 uschi at least it shows that you can have an SC inside an SC
18:24 Awillys hi there
18:24 Awillys anyone familiar with tt_news?
18:24 Awillys tt_news codes
18:25 Awillys tt_news templates have a marker as follow: <!--###LINK_ITEM###--> i'd like t have an alternate one
18:26 Awillys which would link to the item as well but with and different extension at the end
18:27 Awillys it would just add a ID to the end of the normal link, something like news.html#comments
18:46 Denyerec Awillys
18:46 Denyerec Love the supcom side dude
18:47 Awillys hehe
18:47 Awillys side?
18:47 Denyerec I wondered how you did the forum, and how many extensions you had to write
18:47 Denyerec *site
18:47 Awillys ah, it's really nice
18:47 Awillys more functions to come soon
18:47 uschi Denyerec i will give it a try
18:48 uschi the trick seems to be to map one element twice
18:48 Denyerec Ok uschi, please let me know how you get on as now I'm very interested.
18:48 uschi i will keep you informed
18:49 Denyerec Awillys how di dyou do the fourm on the supcom site?
18:49 Awillys Denyerec: i am not a coder myself
18:50 Awillys the forum was done by Valery Romanech's team - your probably know Voidus, he is one of them
18:50 Denyerec Ah yes.
18:50 Denyerec So it's a typo forum?
18:50 Awillys nope
18:50 Denyerec Ah
18:50 Awillys VBulletin integration
18:50 Denyerec With you
18:51 Awillys any taker for my small tt_news extenion project?
18:53 sick hi there
18:54 Denyerec Awillys
18:54 Denyerec do you want to alternate the links
18:54 Denyerec or make an alternative one
18:54 Denyerec the difference is pretty big
18:55 sick there is any chance that make typo3 to NOT instanciate all the plugins that are installed? i only want instaciate the plugins of the page that is being requested (i'm facing the "Page is being generated" all the time with the plugins in ajax)
18:55 Awillys Denyerec: make an alternate one
18:56 sick anyone ? please
18:56 sick Ries: could you help me? :)
18:56 Denyerec Awillys I suppose you could just look into the plugin PHP and alter what it generates for that market ?
18:56 Denyerec *marker
18:57 Denyerec Also I think you can change the marker wrapping via TS
18:57 Denyerec I'm sure I've had to do something like that at one point.
18:57 Awillys yeah, i dont want to change the root codes
18:57 Awillys and it's definitelly an alternate one that i need
18:57 Awillys as i would need both
18:59 sick please anyone ?
19:00 sick :( well i hope anyone :(
19:00 Awillys sick: no clue here sorry :/
19:00 sick :( thx anyway
19:00 Denyerec Awillys
19:00 Denyerec http://tt-news.lehmano.de/Single_View_4.583+M55377ffd124.0.html
19:00 Denyerec 2/3 of the way down
19:00 Denyerec a big blue image
19:00 Denyerec and a guide on how to configure links
19:00 Denyerec I think you can do what you want with that.
19:00 voidus sick: i think only those plugins are instantiated that on the requested page
19:01 Awillys hello voidus
19:02 Awillys I was telling Denyerec the good job that you guys did with the VB integration on my site ;)
19:02 sick voidus: try to install a plugin with some syntax error, and never put them on a page, every request that you made to any page, typo3 will shw that php error of the syntax, that means that typo3 is instatiate that plugin
19:02 sick i think ..
19:03 sick now imagine that you have about 30 plugins and you are trying to get one a digit from ajax, don't make sence instantiate all the plug ins, to get a value from ajax :(
19:04 sick the problem i'm facing is the "Page is being generated"
19:04 sick and i have a good machine with 4 GB of RAM ...
19:05 sick anyone had facing this problem ?
19:05 sick or anyone know how to resolve it ?
19:06 voidus i think you are wrong...
19:06 sick Ries: are you there :) you know a lot of typo3 :)
19:06 sick voidus: why ?
19:06 voidus only that cObjects are instanciated that was defined in TS
19:07 voidus so if you install plugin but not put that on the page
19:07 voidus and not insert into some subpart
19:07 voidus it should not be called
19:07 sick do you know where you read that ? i would like to have that
19:08 sick or how could i see if my front end plug ins are cObjects ?
19:09 voidus your plugin is USER cObject
19:09 voidus or USER_INT
19:09 sick i have this: $this->pi_USER_INT_obj = 1;
19:09 voidus so, it's USER_INT
19:10 sick so is instatiate every time that i make a request to some url ?
19:11 voidus sick: depends on url. if this page doesn't contain this plugin, it will not instantialed
19:12 sick are you sure about that ?
19:12 voidus yes. but it may be instantiated even if it is not on this page...
19:13 voidus but normally it is not.
19:13 sick but well i don't understand, how can i know that ? when it is instantiate or not ?
19:16 voidus it depends on your TS
19:17 Ries voidus: sick : $this->pi_USER_INT_obj <=== doesn't mean it's a user int object...
19:17 sick Ries: i don't know if you remember me :)
19:17 sick i'm still facing the problem "Page is being generated"
19:18 Ries sick: Must be a looong time ago...
19:18 sick now more then ever, because of the ajax plugins :(
19:18 sick 1 month more or less :)
19:18 Ries sick: I would check if complete page caching is not disabled
19:19 sick sorry i didn't understant, can you explain in other words please ?
19:20 sick how can i check that ?
19:21 sick the type3 instatiate all the plugin when i try to request to some page ?
19:22 sick imagine that you have a syntax error in one of your plug in, the site crash, even if you try to request a page that doesn't contains that plug in
19:23 sick there is any optin to activate to disable this ? Only plug ins that are on the requested page are instatiated ?
19:23 voidus sick: show me such apge
19:23 sick voidus: you can try that on you typo3 site
19:23 sick put some error in the main of some front end plug in that you have
19:24 voidus i have about 60+ extensions installed
19:24 voidus and i have no errors in such case
19:24 sick voidus: yes but try to put some error in one, and them try to access to some page that dowsn't contains that extension
19:25 sick you will see that the typo will give you the error
19:25 sick so why typo3 want to check a extension that he doesn't need do process the request ?
19:25 voidus where? in plugin file?
19:26 voidus i get no error
19:26 sick yes in plugin main ..
19:26 voidus if your error is in ext_tables.php or in ext_localconf.php, it will be shown
19:26 voidus if error is in the plugin - it should not
19:26 sick in function main($content,$conf)
19:27 sick in my typo3 it shows :(
19:27 sick could be some default option is making this ?
19:29 sick voidus: you never see the "page is being generated" ?
19:29 voidus yes, of course
19:30 sick you see ?
19:30 sick a lot ?
19:32 voidus no..
19:32 sick Ries: in your site you can see the "Page is being generated" a lot ?
19:32 voidus i see it very rare
19:32 sick :(
19:32 sick why i'm seeing :(
19:32 Ries sick: I never seen it...
19:32 sick what i'm doing wrong :( ?
19:33 Ries sick: Checj you cache_pages table please, and tell me if it has records
19:33 sick only have 3
19:33 sick howing rows 0 - 2 (3 total, Query took 0.0010 sec)
19:34 sick only have 3 pages in there
19:34 sick it's normal ?
19:34 sick i have about 100 pages or more
19:34 Fab1an- sick are you using content slide extension
19:35 sick nop
19:35 sick i'm using the Extension Kickstarter to start the extension
19:36 sick them i change the code of main only
19:36 sick i'm doing Front End plug ins
19:36 sick Ries: it's normal just have 3 pages on cache_pages
19:38 sick anyone have some ideia why this happen ?
19:42 Ries sick: check for any extension that uses this code : $GLOBALS['TSFE'] -> set_no_cache()
19:43 sick i have that only in 1 plugin that is on only 1 page
19:43 Ries sick: are you 10000% sure it's only executed on that page?
19:43 sick yes
19:43 sick i'm really sure
19:44 sick there is any optin in typo3 or any configuration in php that could make this ? I'm in safe mode in PHP
19:45 Ries sick: You might want to check your TS that disables caching
19:46 sick could you help me to find that ? where do i check that ?
19:54 sick Ries: where ccould i check that ? please
20:16 jpk hi guys.
20:16 jpk where exactly do I have to put "$GLOBALS['TSFE']->anchorPrefix" for realurl support? Constants? Source code? Typoscript?
20:17 jpk ah localconf.php looks promising...
20:24 Ries sick: check it in all of your extensoins
20:24 Ries sorry I am a bit buzy
20:44 Denyerec in tt_news when you're setting the plugin up through TS
20:45 Denyerec how do you define what categories are displayed ?
20:45 Denyerec as I think it's excluding archived items
21:13 voidus where i can read about versioning in typo3?
21:30 Tr0y Has anyone have/heard of any success stories migrating from Typo3 to Drupal?
21:34 j0hndeere Hello, earthlings.
21:35 Denyerec How could migrating from Typo3 to Drupal be a success?
21:35 uschi Denyerec i still cannot manage it *sniff*
21:35 Denyerec :(
21:36 Denyerec uschi that sucks
21:36 Denyerec :/
21:36 uschi true
21:36 Denyerec Tobi could not help ?
21:37 uschi tobi was not there
21:39 uschi now i can obviously bild several lists, but only one item is possible inside of each
22:03 Denyerec DOH
22:03 Denyerec Not much of a list...
22:03 Denyerec ;)
22:23 j0hndeere If brute force doesn't solve your problem...
22:23 j0hndeere you're not using enough.
22:37 uschi right you are, Denyerec
22:43 Denyerec mm
22:43 Denyerec voidus, uschi
22:43 Denyerec anyone in fact
22:44 Denyerec with tt_news i have set my teasers on the frontpage to be 60 characters.
22:44 Denyerec Problem is that someone has put a list in teh news article, and its chopping the markup in half
22:44 Denyerec causing a validation error.
22:44 uschi not me then, i am not into tt_news yet
22:44 Denyerec Wondered if there's a TS flag to "sanitize" markup
22:45 uschi interesting to know about that problem
22:45 voidus Denyerec: there was a bug in bugtracker
22:45 voidus Denyerec: and patch to add .cropHTML property to TS
22:45 Denyerec do you recall if there was a resolution to it voidus ?
22:46 Denyerec If you could find the bug # that would be awesome.
22:46 voidus Denyerec:
22:46 voidus Denyerec: http://bugs.typo3.org/view.php?id=4747
22:47 Denyerec you == rock
22:47 uschi i suppose, i will have to post my little fce-section-problem to tv-newsgroup
22:47 Denyerec Still no luck uschi? :(
22:47 uschi no
22:47 Denyerec voidus - I'm afraid to be stupid, but what do I do now? :)
22:48 uschi and i have no idea anymore
22:48 voidus Denyerec: maybe apply this patch and then use .cropHTML property instead of .crop
22:48 Denyerec were you following a tutorial to get the single repeating section working ?
22:49 Denyerec yes, I figure that... but I don't see the patchfile
22:49 tansta dont listen to Denyerec he dont know anything ;)
22:49 Denyerec unless I'mb eing very blind or its hidden in Opera
22:49 Denyerec Aye
22:49 Denyerec tansta has it :)
22:49 tansta hahaha
22:49 tansta g'day mate
22:49 uschi if a "Container for Elements" with Section-flag set has a direct child of the same kind, the be-form will not work as intended
22:54 Denyerec voidus I have no idea where the patch is...
22:54 Denyerec :(
22:56 Denyerec gerards !
22:57 koomi http://lists.netfielders.de/pipermail/typo3-project-tt-news/2006-June/000438.html
22:57 Denyerec koomi if I strip HTML, the list and links will collapse.
22:57 Denyerec This would not be good...
22:58 gerards Denyerec
22:58 gerards how did your day go?
22:58 Denyerec Shite.
22:58 Denyerec http://bugs.typo3.org/view.php?id=4747
22:58 koomi http://bugs.typo3.org/view.php?id=4747
22:58 koomi :)
22:58 Denyerec I see the bug (Thanks to voidus)
22:58 Denyerec BUt I don't see a patch.
22:58 Denyerec even though it says it's patched
22:59 voidus Denyerec: there is an attached file
22:59 voidus .txt
22:59 uschi and that is the patch?
22:59 Denyerec Yes I see it, but it doesn't look like a patchfile ?
23:00 Denyerec patchfiles normally have some DIFF output and a source/target etc.
23:00 Denyerec eg "Apply patch to file X"
23:03 Denyerec So I have a mystery function and no idea where to stick it :S
23:09 uschi Denyerec, you shall not tickle people publicly in this chatroom
23:09 Denyerec Aww.
23:10 tansta dont touch me
23:10 tansta i am very ticklish ;)
23:10 uschi otherwise you will be tickled yourself to laughter
23:10 Denyerec Oh just you wait until I'm done with voidus tansta.... you're next :)
23:10 tansta crap
23:10 tansta see ya all
23:10 voidus Denyerec: dunno... seems like raw function..
23:10 tansta i am going
23:10 Denyerec Yeah voidus :/
23:10 Denyerec That's what I was thinking. Not overly helpful.
23:10 Denyerec It being a raw function
23:11 Denyerec unless it can be dropped easily into the TS functionlist.
23:11 voidus Denyerec: i can apply this but i am a bit busy now
23:11 Denyerec bummer.
23:11 uschi what a pity, voidus
23:17 uschi good night Denyerec, voidus and the rest
23:17 uschi i am off, my bed is calling out for company
23:17 Denyerec gnigh uschi :(
23:17 uschi i cannot even reproduce, what i did at first
23:18 uschi sometimes it is hard to learn t3
23:18 voidus uschi: good night
23:18 uschi night voidus, even it is early for you
23:18 voidus 2:18 a.m :)
23:18 uschi yeah, and still alife
23:19 uschi you must be a youngster or a neard or both
23:20 voidus yes :)
23:20 Denyerec uschi perhaps all will be well after some sleep.
23:21 uschi lol

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.