Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 21 August 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:05 meppl good night
00:05 meppl good night
00:21 Joker19 good night
00:24 tanob anybody here can tell me why RTE.default.disableBordersFieldsetInTableOperations=1 doesnt work?
00:21 Joker19 good night
00:24 tanob anybody here can tell me why RTE.default.disableBordersFieldsetInTableOperations=1 doesnt work?
00:48 brain-xy hm.. any idea how i could get a | between the pagelinks of the tt_news pagebrowser?
00:49 brain-xy tanob .. where did you insert it?
00:48 brain-xy hm.. any idea how i could get a | between the pagelinks of the tt_news pagebrowser?
00:49 brain-xy tanob .. where did you insert it?
00:51 tanob brain-xy: i was putting it on the template code
00:51 brain-xy page TSconfig?
00:51 tanob no
00:51 tanob that was the problem
00:51 brain-xy :P
00:52 tanob i just figured it out :P
00:52 tanob took me 3h
00:52 brain-xy jap.. i know these loooooong nights :P
00:51 tanob brain-xy: i was putting it on the template code
00:51 brain-xy page TSconfig?
00:51 tanob no
00:51 tanob that was the problem
00:51 brain-xy :P
00:52 tanob i just figured it out :P
00:52 tanob took me 3h
00:52 brain-xy jap.. i know these loooooong nights :P
01:14 tanob brain-xy: you already used contentCSS ?
01:14 tanob now im trying to offer some classes in the table properties dialog
01:15 brain-xy contentcss?
01:14 tanob brain-xy: you already used contentCSS ?
01:14 tanob now im trying to offer some classes in the table properties dialog
01:15 brain-xy contentcss?
01:15 tanob yes
01:15 tanob its a property of RTE.default
01:15 tanob http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/
01:15 brain-xy ah you mean that a css file is loaded for the rte
01:16 tanob yes
01:16 tanob but i want to offer some classes in the table dialog
01:16 tanob do you know how can i do it?
01:16 tanob its not very clear if i need to defined RTE.default.classes ...
01:17 tanob define*
01:17 brain-xy out of my damaged brain no.. but i have to look into another t3 website
01:19 tanob ok
01:15 tanob yes
01:15 tanob its a property of RTE.default
01:15 tanob http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/
01:15 brain-xy ah you mean that a css file is loaded for the rte
01:16 tanob yes
01:16 tanob but i want to offer some classes in the table dialog
01:16 tanob do you know how can i do it?
01:16 tanob its not very clear if i need to defined RTE.default.classes ...
01:17 tanob define*
01:17 brain-xy out of my damaged brain no.. but i have to look into another t3 website
01:19 tanob ok
01:20 brain-xy tanob http://phpfi.com/257594
01:21 tanob RTE.default.classes = table_top, table_body, table_bottom
01:21 tanob these are defined in the contentCSS' file ?
01:22 brain-xy and in the normal css file.. i think ^^ .. so much time went by ..
01:20 brain-xy tanob http://phpfi.com/257594
01:21 tanob RTE.default.classes = table_top, table_body, table_bottom
01:21 tanob these are defined in the contentCSS' file ?
01:22 brain-xy and in the normal css file.. i think ^^ .. so much time went by ..
01:26 tanob hm, strange
01:26 tanob i defined 2 classes inside the CSS file
01:27 brain-xy the rte class is just for displaying everything correctly in the BE rte.. for the frontend the other css files are needed
01:27 tanob and in the TS i declared classesTable = class1
01:27 tanob and classesParagraph = class2
01:27 tanob but both appear for paragraph
01:27 tanob and table also
01:26 tanob hm, strange
01:26 tanob i defined 2 classes inside the CSS file
01:27 brain-xy the rte class is just for displaying everything correctly in the BE rte.. for the frontend the other css files are needed
01:27 tanob and in the TS i declared classesTable = class1
01:27 tanob and classesParagraph = class2
01:27 tanob but both appear for paragraph
01:27 tanob and table also
01:32 tanob brain-xy: is this behavior correct?
01:32 brain-xy aeh uhm oeh.. i have to be honest.. RTE is a strange thing for me :P can't say if this is right or not
01:33 tanob heheh
01:33 tanob im totally newbie
01:33 tanob i'll look the best documentation that can exist for a software, the code itself :P
01:32 tanob brain-xy: is this behavior correct?
01:32 brain-xy aeh uhm oeh.. i have to be honest.. RTE is a strange thing for me :P can't say if this is right or not
01:33 tanob heheh
01:33 tanob im totally newbie
01:33 tanob i'll look the best documentation that can exist for a software, the code itself :P
01:44 tanob ok got it
01:44 tanob if you dont define your classes in RTE.classes, it will show them in all the possible places
01:44 tanob ok got it
01:44 tanob if you dont define your classes in RTE.classes, it will show them in all the possible places
01:45 tanob so you can define them in RTE.classes with a simple name
01:45 tanob and then in table dialog will appear your classesTable classes, etc
01:46 tanob just need to understand now, why the generated table in the frontend doesnt have the class specified ¬¬
01:45 tanob so you can define them in RTE.classes with a simple name
01:45 tanob and then in table dialog will appear your classesTable classes, etc
01:46 tanob just need to understand now, why the generated table in the frontend doesnt have the class specified ¬¬
01:50 brain-xy you defined the classes from the rte.css in the normal css files as well?
01:51 tanob no
01:51 tanob it checks if the classes exists?
01:54 brain-xy ah .. no i thought that the classes are defined in the html source but not in the css files..
01:54 tanob in the database the table have my class
01:54 tanob but when rendered, it doesnt
01:50 brain-xy you defined the classes from the rte.css in the normal css files as well?
01:51 tanob no
01:51 tanob it checks if the classes exists?
01:54 brain-xy ah .. no i thought that the classes are defined in the html source but not in the css files..
01:54 tanob in the database the table have my class
01:54 tanob but when rendered, it doesnt
01:56 brain-xy ok.. then you may configure something.. ^^ .. WEIRD ^^ in your template record for the rte .. perhaps anything like allowed classes or something else
01:57 brain-xy and when you finished you may send it all to me.. i need that stuff in 4 hours too ^^
01:57 tanob proc.allowedClasses := addToList(asda)
01:57 tanob asda is the classname
01:58 brain-xy isn't it only a commaseparated line?
01:56 brain-xy ok.. then you may configure something.. ^^ .. WEIRD ^^ in your template record for the rte .. perhaps anything like allowed classes or something else
01:57 brain-xy and when you finished you may send it all to me.. i need that stuff in 4 hours too ^^
01:57 tanob proc.allowedClasses := addToList(asda)
01:57 tanob asda is the classname
01:58 brain-xy isn't it only a commaseparated line?
02:05 tanob brain-xy: yes, just changed to a more simple construction, but doesnt work also
02:05 tanob http://phpfi.com/257599
02:05 tanob this is the current page tsconfg
02:06 brain-xy hm
02:07 brain-xy i have in my pageTSconfig also this..
02:07 brain-xy RTE.default.proc {
02:07 brain-xy allowedClasses = ci_red
02:07 brain-xy }
02:08 brain-xy did i miss that in the phpfi post?
02:08 tanob yes
02:08 tanob lets test
02:09 tanob look my code again, its already there :P
02:05 tanob brain-xy: yes, just changed to a more simple construction, but doesnt work also
02:05 tanob http://phpfi.com/257599
02:05 tanob this is the current page tsconfg
02:06 brain-xy hm
02:07 brain-xy i have in my pageTSconfig also this..
02:07 brain-xy RTE.default.proc {
02:07 brain-xy allowedClasses = ci_red
02:07 brain-xy }
02:07 brain-xy did i miss that in the phpfi post?
02:07 tanob yes
02:07 tanob lets test
02:09 tanob look my code again, its already there :P
02:10 brain-xy it works?
02:10 tanob no
02:10 brain-xy bah..
02:12 brain-xy what about that?
02:12 brain-xy proc.entryHTMLparser_db = 1
02:12 brain-xy proc.entryHTMLparser_db {
02:12 brain-xy allowedClasses = table_lines
02:12 brain-xy }
02:14 tanob nop
02:14 tanob these are inside RTE.default, right?
02:10 brain-xy it works?
02:10 tanob no
02:10 brain-xy bah..
02:12 brain-xy what about that?
02:12 brain-xy proc.entryHTMLparser_db = 1
02:12 brain-xy proc.entryHTMLparser_db {
02:12 brain-xy allowedClasses = table_lines
02:12 brain-xy }
02:14 tanob nop
02:14 tanob these are inside RTE.default, right?
02:16 tanob yes.
02:16 brain-xy aehh .. they are?
02:17 brain-xy should be yes
02:17 tanob bedlamhotel: hello
02:17 tanob bedlamhotel: did you already handled with RTE and custom classes ?
02:18 bedlamhotel tanob: I have, but I can't actually help out here at the moment--just back home from a short holiday...
02:19 tanob ok, at the moment the problem is that from db to rendering my custom table class is dropped out
02:16 tanob yes.
02:16 brain-xy aehh .. they are?
02:17 brain-xy should be yes
02:17 tanob bedlamhotel: hello
02:17 tanob bedlamhotel: did you already handled with RTE and custom classes ?
02:18 bedlamhotel tanob: I have, but I can't actually help out here at the moment--just back home from a short holiday...
02:19 tanob ok, at the moment the problem is that from db to rendering my custom table class is dropped out
02:20 tanob i think that this is something with the transformation
02:20 tanob but dont know how fix it
02:20 tanob brain-xy: http://typo3.org/documentation/document-library/core-documentation/doc_core_api/current/view/5/2/
02:20 tanob brain-xy: it says that allowedClasses is for direction "to-db"
02:20 tanob but in the database its already ok...
02:20 tanob so is something from db
02:22 bedlamhotel tanob: there's a good chance that you haven't allowed the class in enough places. If I am remembering correctly, there should be THREE different spots where classes are allowed. Also (again, if I remember right), the class in the CSS file must have the selector of the element it's applied to... If it doesn't have e.g. 'td.someclassname' in the stylesheet, you need to add the class to allowedfreeclasses or something like that.
02:22 brain-xy somewhere in lib.parseFunc_RTE we have to configure it
02:22 bedlamhotel No guarantees about any of this--I think I sunburned my brains on the weekend '-)
02:23 brain-xy yours is burned.. my got many holes
02:23 brain-xy mine
02:23 bedlamhotel brain-xy: hunting holiday?\
02:24 brain-xy default
02:20 tanob i think that this is something with the transformation
02:20 tanob but dont know how fix it
02:20 tanob brain-xy: http://typo3.org/documentation/document-library/core-documentation/doc_core_api/current/view/5/2/
02:20 tanob brain-xy: it says that allowedClasses is for direction "to-db"
02:20 tanob but in the database its already ok...
02:20 tanob so is something from db
02:22 bedlamhotel tanob: there's a good chance that you haven't allowed the class in enough places. If I am remembering correctly, there should be THREE different spots where classes are allowed. Also (again, if I remember right), the class in the CSS file must have the selector of the element it's applied to... If it doesn't have e.g. 'td.someclassname' in the stylesheet, you need to add the class to allowedfreeclasses or something like that.
02:22 brain-xy somewhere in lib.parseFunc_RTE we have to configure it
02:22 bedlamhotel No guarantees about any of this--I think I sunburned my brains on the weekend '-)
02:23 brain-xy yours is burned.. my got many holes
02:23 brain-xy mine
02:23 bedlamhotel brain-xy: hunting holiday?\
02:24 brain-xy default
02:26 bedlamhotel aha. Does the 'xy' refer to the coordinate location of (one of) the holes?
02:27 tanob http://phpfi.com/257603
02:27 tanob the lastest version, but it doesnt work
02:27 brain-xy ha ha :P
02:28 brain-xy xy refers to my multiple persons in my brain
02:29 tanob http://www.typo3.net/forum/list/list_post//54790/?page=1#pid204843
02:26 bedlamhotel aha. Does the 'xy' refer to the coordinate location of (one of) the holes?
02:27 tanob http://phpfi.com/257603
02:27 tanob the lastest version, but it doesnt work
02:27 brain-xy ha ha :P
02:28 brain-xy xy refers to my multiple persons in my brain
02:29 tanob http://www.typo3.net/forum/list/list_post//54790/?page=1#pid204843
02:30 tanob maybe this post can help
02:30 tanob but i dont speak german
02:30 tanob maybe this post can help
02:30 tanob but i dont speak german
02:37 tanob hm, for P it works
02:37 tanob but for table no
02:38 tanob i think that you're right brain-xy
02:38 tanob i'll take a look in the lib,partfunc_rte
02:37 tanob hm, for P it works
02:37 tanob but for table no
02:38 tanob i think that you're right brain-xy
02:38 tanob i'll take a look in the lib,partfunc_rte
02:41 tanob worked
02:42 tanob i used this friendly line lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list >
02:42 tanob but now, as i used "toggle table borders", the table comes also with the class "htmlarea-showtableborders"
02:42 tanob any ideas?
02:41 tanob worked
02:42 tanob i used this friendly line lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list >
02:42 tanob but now, as i used "toggle table borders", the table comes also with the class "htmlarea-showtableborders"
02:42 tanob any ideas?
02:49 brain-xy hm.. where can we disallow it :P
02:49 brain-xy hm.. where can we disallow it :P
02:50 tanob just toggle the button in RTE
02:50 brain-xy yawn...
02:51 tanob too many links today
02:51 tanob lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table
02:51 tanob i forgot where i can take a look in the properties of this
02:52 brain-xy you mean the object browser?
02:52 tanob no, the documentation
02:52 brain-xy ah ^^
02:52 tanob i remember that exists a list of possible classes for taables
02:52 tanob something like this
02:52 tanob not clear
02:53 brain-xy everything i want is to finish those 3 jobs and sleep for 2 weeks...
02:50 tanob just toggle the button in RTE
02:50 brain-xy yawn...
02:51 tanob too many links today
02:51 tanob lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table
02:51 tanob i forgot where i can take a look in the properties of this
02:52 brain-xy you mean the object browser?
02:52 tanob no, the documentation
02:52 brain-xy ah ^^
02:52 tanob i remember that exists a list of possible classes for taables
02:52 tanob something like this
02:52 tanob not clear
02:53 brain-xy everything i want is to finish those 3 jobs and sleep for 2 weeks...
02:57 brain-xy uhhh .. red bull is .. HUI
02:57 brain-xy uhhh .. red bull is .. HUI
03:06 brain-xy anybody knows a api func which returns the pagetitle with the pid as argument?
03:08 tanob i18n enabled?
03:08 tanob if yes, i want that too! :D
03:08 tanob i implemented by hand
03:08 brain-xy its l18n
03:08 tanob but at the moment its not supporting i18n
03:09 tanob strlen(internationalization) = 18
03:09 brain-xy damn.. you're right.. :P
03:09 tanob actually 20
03:09 tanob thats why its called i + 18 + n
03:06 brain-xy anybody knows a api func which returns the pagetitle with the pid as argument?
03:08 tanob i18n enabled?
03:08 tanob if yes, i want that too! :D
03:08 tanob i implemented by hand
03:08 brain-xy its l18n
03:08 tanob but at the moment its not supporting i18n
03:09 tanob strlen(internationalization) = 18
03:09 brain-xy damn.. you're right.. :P
03:09 tanob actually 20
03:09 tanob thats why its called i + 18 + n
03:10 brain-xy i'm tired. had something like localization in mind..
03:10 tanob i did select title from pages where uid = $uid
03:10 brain-xy jap.. but i am lazy! :P
03:11 brain-xy and the api has almost always something for me :)
03:11 tanob hehe, the next step is check if the language is different than 0, and then check the sys_overlay_pages
03:11 tanob something like this
03:11 tanob pages_language_overlay
03:11 tanob totally different, haha
03:12 tanob brain-xy: if you find, please tell me
03:12 brain-xy sure
03:14 tanob brain-xy: http://phpfi.com/257607
03:10 brain-xy i'm tired. had something like localization in mind..
03:10 tanob i did select title from pages where uid = $uid
03:10 brain-xy jap.. but i am lazy! :P
03:11 brain-xy and the api has almost always something for me :)
03:11 tanob hehe, the next step is check if the language is different than 0, and then check the sys_overlay_pages
03:11 tanob something like this
03:11 tanob pages_language_overlay
03:11 tanob totally different, haha
03:12 tanob brain-xy: if you find, please tell me
03:12 brain-xy sure
03:14 tanob brain-xy: http://phpfi.com/257607
03:15 brain-xy does it work?
03:15 tanob thats it, only that little extra code generated
03:15 tanob in the case that you toggle to show the table borders in the backend
03:17 brain-xy hm.. tanob.. like i said.. i'm lazy.. may i ask you for your func? :)
03:18 tanob i dont have it here, let me type
03:18 brain-xy ok then i will write it myself
03:19 brain-xy but you could suggest it to the coreteam.. if there is really no function in the api that would be helpful
03:15 brain-xy does it work?
03:15 tanob thats it, only that little extra code generated
03:15 tanob in the case that you toggle to show the table borders in the backend
03:17 brain-xy hm.. tanob.. like i said.. i'm lazy.. may i ask you for your func? :)
03:18 tanob i dont have it here, let me type
03:18 brain-xy ok then i will write it myself
03:19 brain-xy but you could suggest it to the coreteam.. if there is really no function in the api that would be helpful
03:20 tanob http://phpfi.com/257608
03:20 tanob let me put support to i18n
03:24 brain-xy i have it.. but thx tanob :)
03:20 tanob http://phpfi.com/257608
03:20 tanob let me put support to i18n
03:24 brain-xy i have it.. but thx tanob :)
03:29 tanob http://phpfi.com/257610
03:29 tanob i think that now its fine
03:29 tanob i'll use it tomorrow :)
03:29 tanob http://phpfi.com/257610
03:29 tanob i think that now its fine
03:29 tanob i'll use it tomorrow :)
03:30 brain-xy i will test mine in 5 mins :P
03:30 tanob let me know if you use a different approach
03:32 tanob ops, im not that used to touchpads :P
03:30 brain-xy i will test mine in 5 mins :P
03:30 tanob let me know if you use a different approach
03:32 tanob ops, im not that used to touchpads :P
03:40 brain-xy tanob .. http://phpfi.com/257612
03:41 brain-xy but i doesn't know if it will work with multilanguage
03:41 brain-xy there is something missing.. argh
03:40 brain-xy tanob .. http://phpfi.com/257612
03:41 brain-xy but i doesn't know if it will work with multilanguage
03:41 brain-xy there is something missing.. argh
04:03 tanob i think thats ok brain-xy
04:03 tanob simpler than mine
04:03 tanob to undestand
04:04 brain-xy it works.. that's all what i'm interested on :P
04:04 brain-xy i am a simple thinker.. my brain is no high performancemachine
04:03 tanob i think thats ok brain-xy
04:03 tanob simpler than mine
04:03 tanob to undestand
04:04 brain-xy it works.. that's all what i'm interested on :P
04:04 brain-xy i am a simple thinker.. my brain is no high performancemachine
04:13 bedlamhotel brain-xy: do you need php or TS for this?
04:13 brain-xy php
04:14 bedlamhotel well, you could use an HMENU (even in php). If you want a multilanguage page title in TS, you use an HMENU object, since all the l10n stuff is done for you...
04:13 bedlamhotel brain-xy: do you need php or TS for this?
04:13 brain-xy php
04:14 bedlamhotel well, you could use an HMENU (even in php). If you want a multilanguage page title in TS, you use an HMENU object, since all the l10n stuff is done for you...
04:15 bedlamhotel With other cObjects, you can do $foo = $this->cObj->TEXT($conf); ... you should be able to do the same with an HMENU.
04:18 brain-xy hm.. good idea.. but because i have no time at the moment my function is fine for me :)
04:15 bedlamhotel With other cObjects, you can do $foo = $this->cObj->TEXT($conf); ... you should be able to do the same with an HMENU.
04:18 brain-xy hm.. good idea.. but because i have no time at the moment my function is fine for me :)
04:20 brain-xy hey tanob
04:20 brain-xy argh
04:20 brain-xy tansta i meant :P
04:20 brain-xy hey tanob
04:20 brain-xy argh
04:20 brain-xy tansta i meant :P
04:26 tanob yes
04:26 tanob so the trick is use a HMENU ?
04:26 tanob yes
04:26 tanob so the trick is use a HMENU ?
04:31 brain-xy hey tansta
04:31 brain-xy hey tansta
05:05 dax77 good morning/afternoon/evening :)
05:05 dax77 good morning/afternoon/evening :)
05:18 Ruudi morning
05:19 Ruudi anyone could give me a hint about indexed search? right now it shows me all the menu records in search results, so if i write any word in menu i get all pages in results and that's sort of pointless
05:18 Ruudi morning
05:19 Ruudi anyone could give me a hint about indexed search? right now it shows me all the menu records in search results, so if i write any word in menu i get all pages in results and that's sort of pointless
05:20 Ruudi let's say me got "contact" in menu, now i want to find contact page but searching for the word wil find all the pages that include the menu that includes contact...
05:20 Ruudi how to avoid it :o?
05:23 dax77 Ruudi: there is a marker you can put around things that should/shouldn't get indexed
05:24 dax77 <!--TYPOSEACH_begin--> and <!--TYPOSEACH_end-->
05:24 dax77 I think
05:24 Ruudi aha that's a simple trick :)
05:24 Ruudi thank you dax77
05:20 Ruudi let's say me got "contact" in menu, now i want to find contact page but searching for the word wil find all the pages that include the menu that includes contact...
05:20 Ruudi how to avoid it :o?
05:23 dax77 Ruudi: there is a marker you can put around things that should/shouldn't get indexed
05:24 dax77 <!--TYPOSEACH_begin--> and <!--TYPOSEACH_end-->
05:24 dax77 I think
05:24 Ruudi aha that's a simple trick :)
05:24 Ruudi thank you dax77
05:30 Ruudi hm seems that no luck withthe marker
05:30 Ruudi hm seems that no luck withthe marker
05:37 dax77 Ruudi: you might wanna clear the indexed search table
05:37 Ruudi i did
05:37 dax77 and maybe google for the marker, maybe there is something else you have to do
05:38 dax77 but this is definitly the right track
05:38 Ruudi yes been googling for the solution for some time now :) but ok marker is something i didn't think of indeed :)
05:37 dax77 Ruudi: you might wanna clear the indexed search table
05:37 Ruudi i did
05:37 dax77 and maybe google for the marker, maybe there is something else you have to do
05:38 dax77 but this is definitly the right track
05:38 Ruudi yes been googling for the solution for some time now :) but ok marker is something i didn't think of indeed :)
05:40 Ruudi aha i found a typo in marker right onw did compy paste from the channel here lol
05:42 dax77 "search" I guess ;)
05:42 Ruudi yea but seems like need to google bit more still
05:40 Ruudi aha i found a typo in marker right onw did compy paste from the channel here lol
05:42 dax77 "search" I guess ;)
05:42 Ruudi yea but seems like need to google bit more still
06:04 Ruudi dax77 marker is TYPO3SEARCH :) just in case, anyways thanx a lot got it correct now
06:04 Ruudi dax77 marker is TYPO3SEARCH :) just in case, anyways thanx a lot got it correct now
06:14 dax77 Ruudi: cool
06:14 dax77 Ruudi: cool
06:15 Ruudi yea :)
06:15 Ruudi yea :)
06:25 silithlas I need help with tt_news, anybody can help?
06:26 dax77 silithlas: hi, what was your problem?
06:27 silithlas so, about LATEST element, I noticed that tt_news remove all html formatting such as BR, and any other, except <p>. It keeps <p> and I do not like it. Any way to have <p> remove as well in LATEST view?
06:25 silithlas I need help with tt_news, anybody can help?
06:26 dax77 silithlas: hi, what was your problem?
06:27 silithlas so, about LATEST element, I noticed that tt_news remove all html formatting such as BR, and any other, except <p>. It keeps <p> and I do not like it. Any way to have <p> remove as well in LATEST view?
06:33 silithlas or perhaps something I would like to is to add BR instead of <P> in the RTE when I add a new line, is it possible ?
06:34 silithlas mmmm forget it, bad idea :)
06:34 silithlas but so, how to remove <p> formatting in the teaser LATEST view?
06:34 dax77 silithlas: I bet you should be able to configure the general_stdWrap to remove p-tags
06:34 silithlas yes perhaps, but I need to find some example somewhere to know how to do it :)
06:33 silithlas or perhaps something I would like to is to add BR instead of <P> in the RTE when I add a new line, is it possible ?
06:34 silithlas mmmm forget it, bad idea :)
06:34 silithlas but so, how to remove <p> formatting in the teaser LATEST view?
06:34 dax77 silithlas: I bet you should be able to configure the general_stdWrap to remove p-tags
06:34 silithlas yes perhaps, but I need to find some example somewhere to know how to do it :)
06:36 dax77 silithlas: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/5/#id2930334 might be a good place to start
06:39 dax77 silithlas: do you speak german?
06:39 silithlas no ^^
06:39 silithlas seems many typo3 pages are in german, it is a german product?
06:39 dax77 hmm, damn. there are many references in german
06:36 dax77 silithlas: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/5/#id2930334 might be a good place to start
06:39 dax77 silithlas: do you speak german?
06:39 silithlas no ^^
06:39 silithlas seems many typo3 pages are in german, it is a german product?
06:39 dax77 hmm, damn. there are many references in german
06:40 dax77 no, but there is a big comminuty in germany
06:40 dax77 and many dev's are from there
06:41 dax77 silithlas: http://www.typo3wizard.com/en/snippets/common-problems-and-solutions/remove-annoying-p-tags.html
06:42 silithlas thanks. I guess this will remove all tags even in normal view?
06:44 silithlas there is a problem then, it removes all lines breaks, it does not replace p by br :)
06:40 dax77 no, but there is a big comminuty in germany
06:40 dax77 and many dev's are from there
06:41 dax77 silithlas: http://www.typo3wizard.com/en/snippets/common-problems-and-solutions/remove-annoying-p-tags.html
06:42 silithlas thanks. I guess this will remove all tags even in normal view?
06:44 silithlas there is a problem then, it removes all lines breaks, it does not replace p by br :)
06:45 silithlas I think I prefer keeping p tags but remove them in the latest view only :)
06:48 dax77 silithlas: well, tt_news doesn't offer this option. either for all or none :(
06:49 af_ I have seen that with fe a user can create a list, a table an article with image. there is any extension that add other things to the fe interface?
06:49 dax77 brb
06:45 silithlas I think I prefer keeping p tags but remove them in the latest view only :)
06:48 dax77 silithlas: well, tt_news doesn't offer this option. either for all or none :(
06:49 af_ I have seen that with fe a user can create a list, a table an article with image. there is any extension that add other things to the fe interface?
06:49 dax77 brb
06:58 bauschan hi
06:58 dax77 hi bauschan :)
06:58 bauschan morning dax :)
06:59 dax77 bauschan: how are things going?
06:58 bauschan hi
06:58 dax77 hi bauschan :)
06:58 bauschan morning dax :)
06:59 dax77 bauschan: how are things going?
07:00 bauschan I'm freezing, the concept of summer seems to be a _big_ lie
07:00 dax77 yeah, definitly
07:03 bauschan OT: any crontab gurus around? dax77 ?
07:00 bauschan I'm freezing, the concept of summer seems to be a _big_ lie
07:00 dax77 yeah, definitly
07:03 bauschan OT: any crontab gurus around? dax77 ?
07:05 dax77 not really
07:05 dax77 I'm comming from the win world
07:06 bauschan ok, I'll give it a try later on , when the linux geeks are awake ;)
07:06 dax77 hehe
07:05 dax77 not really
07:05 dax77 I'm comming from the win world
07:06 bauschan ok, I'll give it a try later on , when the linux geeks are awake ;)
07:06 dax77 hehe
07:26 randomres someone here who can help with a tv-problem?
07:27 randomres ... someone online?
07:28 dax77 hi randomres
07:28 randomres hi dax
07:28 randomres nice to meet u
07:28 randomres where u from?
07:26 randomres someone here who can help with a tv-problem?
07:27 randomres ... someone online?
07:28 dax77 hi randomres
07:28 randomres hi dax
07:28 randomres nice to meet u
07:28 randomres where u from?
07:30 randomres ok, i have a problem with my templavoila... i exported an existing web (the database) converted it to utf8 and now... all my content elements are in non used elements...
07:30 randomres someone has an idea why?
07:30 randomres ok, i have a problem with my templavoila... i exported an existing web (the database) converted it to utf8 and now... all my content elements are in non used elements...
07:30 randomres someone has an idea why?
07:43 s-andersen When I upload a file to the fileadmin folder, and refer to it from a content-element, the file is copied to a folder in /uploads/. When I overwrite the file in the filadmin folder, the file in the content-element doesn't get updated, how can I make it update the file?
07:43 s-andersen When I upload a file to the fileadmin folder, and refer to it from a content-element, the file is copied to a folder in /uploads/. When I overwrite the file in the filadmin folder, the file in the content-element doesn't get updated, how can I make it update the file?
07:52 Rens hi guys & dolls...
07:53 Rens question about the categorizing of indexed_search...
07:53 Rens the manual states that it is possible to set the categorizing using typoscript ("Notice, you can preset this value from TypoScript as well!")
07:53 Rens but...
07:53 Rens the code is not added ;-)
07:54 Rens so, does someone know what typoscript I must use to display search results categorized?
07:52 Rens hi guys & dolls...
07:53 Rens question about the categorizing of indexed_search...
07:53 Rens the manual states that it is possible to set the categorizing using typoscript ("Notice, you can preset this value from TypoScript as well!")
07:53 Rens but...
07:53 Rens the code is not added ;-)
07:54 Rens so, does someone know what typoscript I must use to display search results categorized?
08:00 floxx tinyrte: after update it doesn't load in be anymore. made someone else the same experience?
08:01 Rens did you clear cache / temp dir?
08:03 floxx sure
08:04 bauschan s-andersen: that's exactly the point, imagine all references to the file will get lost if you delete the file in fileadmin
08:04 bauschan s-andersen: that's why TYPO3 always does a clone when a file is referened
08:00 floxx tinyrte: after update it doesn't load in be anymore. made someone else the same experience?
08:01 Rens did you clear cache / temp dir?
08:03 floxx sure
08:04 bauschan s-andersen: that's exactly the point, imagine all references to the file will get lost if you delete the file in fileadmin
08:04 bauschan s-andersen: that's why TYPO3 always does a clone when a file is referened
08:05 bauschan the only workaround is to asign the path to the file explicit in TS
08:06 Rens floxx: just updated from 1.6.5 to 1.6.6, no problems...
08:06 s-andersen I know bauschan, but that's not a good argument to my client, why she has to upload the files and after that update every content-element
08:07 Rens floxx: in Firefox
08:07 bauschan s-andersen: np, use TS
08:08 s-andersen Well I can't, it's an image-field in template voila
08:08 floxx Rens: yes i use ff too, is anything to configure for tinyrte? or should it work without config
08:09 Rens floxx: you said that it didn't work after an update, so I think it worked before (means config was good)
08:05 bauschan the only workaround is to asign the path to the file explicit in TS
08:06 Rens floxx: just updated from 1.6.5 to 1.6.6, no problems...
08:06 s-andersen I know bauschan, but that's not a good argument to my client, why she has to upload the files and after that update every content-element
08:07 Rens floxx: in Firefox
08:07 bauschan s-andersen: np, use TS
08:08 s-andersen Well I can't, it's an image-field in template voila
08:08 floxx Rens: yes i use ff too, is anything to configure for tinyrte? or should it work without config
08:09 Rens floxx: you said that it didn't work after an update, so I think it worked before (means config was good)
08:10 Rens floxx: the only thing I know about installing tinyrte is that you have to uninstall htmlarea, clear cache, install tinyrte
08:10 Rens floxx: after that it should be working
08:11 floxx rens: yes. had the small hope sth changed within the last releases i didnb't know. had version 1.4.5 or sth similiar before
08:10 Rens floxx: the only thing I know about installing tinyrte is that you have to uninstall htmlarea, clear cache, install tinyrte
08:10 Rens floxx: after that it should be working
08:11 floxx rens: yes. had the small hope sth changed within the last releases i didnb't know. had version 1.4.5 or sth similiar before
08:15 floxx rens: ok it works now
08:15 Rens ok
08:16 floxx rens: i removed extension, cleared cache, installed htmlarea, cleared cache, removed htmlarea, cleaed cache, installed tinyrte, cleared cache :-D
08:16 Rens :D nice short solution :p
08:18 floxx yep :) shorter i dared to believe
08:18 bauschan s-andersen: AFAIK the DAM Extension supports real references to files, maybe that helps
08:15 floxx rens: ok it works now
08:15 Rens ok
08:16 floxx rens: i removed extension, cleared cache, installed htmlarea, cleared cache, removed htmlarea, cleaed cache, installed tinyrte, cleared cache :-D
08:16 Rens :D nice short solution :p
08:18 floxx yep :) shorter i dared to believe
08:18 bauschan s-andersen: AFAIK the DAM Extension supports real references to files, maybe that helps
08:20 pulponair hi there
08:22 bauschan hi pulp !
08:20 pulponair hi there
08:22 bauschan hi pulp !
08:35 s-andersen How do I get "Text w/image" to place the image below the title of the CE
08:35 s-andersen How do I get "Text w/image" to place the image below the title of the CE
08:50 s-andersen cron_cssstyledimgtext looks like it can do what I want, but it's an old extension and it says in the manual it will be fully implemented in css_styled_content, can someone tell me if it's integrated yet?
08:50 s-andersen cron_cssstyledimgtext looks like it can do what I want, but it's an old extension and it says in the manual it will be fully implemented in css_styled_content, can someone tell me if it's integrated yet?
09:07 Rens I want to group news entries like this: http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/1/4/#id3516082
09:07 Rens how can I set the grouping with typoscript?
09:08 Rens correction :-) news entries = search results
09:07 Rens I want to group news entries like this: http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/1/4/#id3516082
09:07 Rens how can I set the grouping with typoscript?
09:08 Rens correction :-) news entries = search results
09:10 delmonico hi guys :)
09:10 delmonico hi guys :)
09:17 Rens is there really nobody online who has ever grouped search results successfully, and added the group header rows to the list???
09:17 Rens is there really nobody online who has ever grouped search results successfully, and added the group header rows to the list???
09:20 dax77 Rens: http://wiki.typo3.org/index.php/De:Indexed_search
09:21 dax77 hope you understand German ;)
09:23 Rens dax77: I always try, but Germans are hard to understand :-) thanks for the link!
09:20 dax77 Rens: http://wiki.typo3.org/index.php/De:Indexed_search
09:21 dax77 hope you understand German ;)
09:23 Rens dax77: I always try, but Germans are hard to understand :-) thanks for the link!
09:50 Pariah dax77?
09:50 Pariah dax77?
09:56 Pariah dax77: thanks for the link you gave me (nick was Rens) for indexedsearch. but, didn't find the answer in it... I did get it to work using plugin.tx_indexedsearch._DEFAULT_PI_VARS.group >, but I don't think this is the way it should be done :-)
09:56 Pariah dax77: thanks for the link you gave me (nick was Rens) for indexedsearch. but, didn't find the answer in it... I did get it to work using plugin.tx_indexedsearch._DEFAULT_PI_VARS.group >, but I don't think this is the way it should be done :-)
10:28 dax77 re
10:28 dax77 re
10:39 Ruudi anyone has run indexed search autocomplete? http://www.dageida.ee/hiiumaale/hiiumaa-praam.html interesting why does it keep poping up away from search input, out of box installation...
10:39 Ruudi anyone has run indexed search autocomplete? http://www.dageida.ee/hiiumaale/hiiumaa-praam.html interesting why does it keep poping up away from search input, out of box installation...
10:55 silithlas hi, is this possible in tt_news to drag'n drop a picture from the picture list (below the RTE) inside the RTE? I tried but : 1/ it puts a small version of the picture and 2/ it adds a link to news editing
10:55 silithlas hi, is this possible in tt_news to drag'n drop a picture from the picture list (below the RTE) inside the RTE? I tried but : 1/ it puts a small version of the picture and 2/ it adds a link to news editing
11:02 delmonico hmmm, when I try to use "typoscript object path" with FCEs I don't get any output at all... anyone knows this problem?
11:03 dax77 silithlas: I don't think so.
11:02 delmonico hmmm, when I try to use "typoscript object path" with FCEs I don't get any output at all... anyone knows this problem?
11:03 dax77 silithlas: I don't think so.
11:09 GnR hi
11:09 GnR hi
11:14 GnR is there a way to show headerimages addicted to the current date or time?
11:14 GnR is there a way to show headerimages addicted to the current date or time?
11:17 dax77 GnR: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526450
11:19 silithlas dax77, so I'm afraid I'll have to make my own extension, to add a button in the picture list to put the correct img tag into the RTE ^^
11:17 dax77 GnR: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526450
11:19 silithlas dax77, so I'm afraid I'll have to make my own extension, to add a button in the picture list to put the correct img tag into the RTE ^^
11:20 silithlas but I never did any extension yet ^^
11:20 dax77 silithlas: the RTE can insert images itself. no need to create a new extension
11:21 dax77 there is an image button - if not, go to the extension manager and edit the rte settings, to allow to insert images
11:21 GnR thx dax77
11:23 silithlas dax77, yes the RTE can insert images itself, but I want the images to be taken from the tt_news image list, not the fileadmin one. I want the user to add images from the tt_news image list browser, and then the user will just have to click the image, click a button, and the image will be inserted into the RTE
11:24 silithlas dax77, images from the tt_news image list are put in uploads/pics dir
11:20 silithlas but I never did any extension yet ^^
11:20 dax77 silithlas: the RTE can insert images itself. no need to create a new extension
11:21 dax77 there is an image button - if not, go to the extension manager and edit the rte settings, to allow to insert images
11:21 GnR thx dax77
11:23 silithlas dax77, yes the RTE can insert images itself, but I want the images to be taken from the tt_news image list, not the fileadmin one. I want the user to add images from the tt_news image list browser, and then the user will just have to click the image, click a button, and the image will be inserted into the RTE
11:24 silithlas dax77, images from the tt_news image list are put in uploads/pics dir
11:25 dax77 silithlas: you should either use the rte with images and not choose any image in the fields below, or the rte as text and the images below
11:25 dax77 a mixture is deadly
11:25 dax77 silithlas: you should either use the rte with images and not choose any image in the fields below, or the rte as text and the images below
11:25 dax77 a mixture is deadly
11:30 silithlas nah, a mixture is easy... for example, if I add a file with the tt_news system, let's call it mypicture.jpg, the file will be in ../uploads/pics/mypicture.jpg. So I just have to make a button which will insert the code : <img src="../uploads/pics/mypicture.jpg" /> into the RTE. Not deadly and I find it useful
11:30 silithlas and then I'll be able to hide the img button from RTE
11:34 dax77 silithlas: its not that easy. how do you wanna know what the original image name was?
11:30 silithlas nah, a mixture is easy... for example, if I add a file with the tt_news system, let's call it mypicture.jpg, the file will be in ../uploads/pics/mypicture.jpg. So I just have to make a button which will insert the code : <img src="../uploads/pics/mypicture.jpg" /> into the RTE. Not deadly and I find it useful
11:30 silithlas and then I'll be able to hide the img button from RTE
11:34 dax77 silithlas: its not that easy. how do you wanna know what the original image name was?
11:35 dax77 and don't forget, that you don't have any TS options to treat the images anymore
11:36 dax77 for someone who hasn't done any extension yet, you are setting a pretty high goal for the first shot
11:35 dax77 and don't forget, that you don't have any TS options to treat the images anymore
11:36 dax77 for someone who hasn't done any extension yet, you are setting a pretty high goal for the first shot
11:40 silithlas when I put my mouse over the file in the image list, it displays the file link. So I guess this link is displayed somewhere...
11:40 silithlas when I put my mouse over the file in the image list, it displays the file link. So I guess this link is displayed somewhere...
11:45 dax77 silithlas: sure, but are you talking about writing an extension to get this feature, or hacking the core ;)
11:48 David_Stenstrom Is there anyway of installing a extension from a t3x file localy on the web browser thru the backend :O
11:49 David_Stenstrom on the web server thru the backend using the web browser ;)
11:45 dax77 silithlas: sure, but are you talking about writing an extension to get this feature, or hacking the core ;)
11:48 David_Stenstrom Is there anyway of installing a extension from a t3x file localy on the web browser thru the backend :O
11:49 David_Stenstrom on the web server thru the backend using the web browser ;)
11:57 Joker19 David_Stenstrom: don't think so. what about downloading the t3x and using the webbrowser and the t3 backend to upload it again?
11:58 David_Stenstrom That wont work since the executetime runs out on the upload and since the site is hosted att a company who refuses to change the time i thought maybe doing it truly localy would work.
11:59 Joker19 David_Stenstrom: upload the extracted extension to typo3conf/ext/<folder> through ftp ... then use the extension manager to install it
11:59 David_Stenstrom How do i extract the t3x file then never figured that.
11:57 Joker19 David_Stenstrom: don't think so. what about downloading the t3x and using the webbrowser and the t3 backend to upload it again?
11:58 David_Stenstrom That wont work since the executetime runs out on the upload and since the site is hosted att a company who refuses to change the time i thought maybe doing it truly localy would work.
11:59 Joker19 David_Stenstrom: upload the extracted extension to typo3conf/ext/<folder> through ftp ... then use the extension manager to install it
11:59 David_Stenstrom How do i extract the t3x file then never figured that.
12:00 dax77 David_Stenstrom: there is an option in the extension manager to upload a t3x ;)
12:00 Joker19 David_Stenstrom: don't know either ... either install a typo3 locally and let that typo do it or you can download each file of the extension from the repository ;)
12:01 David_Stenstrom Dax77: i know.
12:01 delmonico I use some lib.news < plugin.tt_news stuff to display 2 news items on every page. can I disable caching for these items? because I always have to clear the cache after a news item is added now
12:01 dax77 and btw, you can always copy an extension from a local install to a remote through ftp. it just has to end up in the right directory
12:02 dax77 normally: typo3conf/ext/{extension key}
12:02 dax77 ^thats what the key is good for, btw ;)
12:02 s-andersen delmonico, lib.news = USER_INT might work
12:04 dax77 delmonico: in the tt_news manual is described, how you can automatically clear the cache for pages, if a news record has been created
12:00 dax77 David_Stenstrom: there is an option in the extension manager to upload a t3x ;)
12:00 Joker19 David_Stenstrom: don't know either ... either install a typo3 locally and let that typo do it or you can download each file of the extension from the repository ;)
12:01 David_Stenstrom Dax77: i know.
12:01 delmonico I use some lib.news < plugin.tt_news stuff to display 2 news items on every page. can I disable caching for these items? because I always have to clear the cache after a news item is added now
12:01 dax77 and btw, you can always copy an extension from a local install to a remote through ftp. it just has to end up in the right directory
12:02 dax77 normally: typo3conf/ext/{extension key}
12:02 dax77 ^thats what the key is good for, btw ;)
12:02 s-andersen delmonico, lib.news = USER_INT might work
12:04 dax77 delmonico: in the tt_news manual is described, how you can automatically clear the cache for pages, if a news record has been created
12:06 floxx i have to create a page only with content...any ideas how to get rid of head and bodytag?
12:08 dax77 delmonico: search for "TCEMAIN.clearCacheCmd"
12:08 pmk65 David_Stenstrom: http://droptix.ohost.de/boards/typo3-expandt3x/expandt3x.exe
12:08 Joker19 floxx: you could create a new page type, all it does is calling a plugin which echo's out content and before it reaches the return to end the plugin you can exit; ... it's a unclean solution though ;)
12:06 floxx i have to create a page only with content...any ideas how to get rid of head and bodytag?
12:08 dax77 delmonico: search for "TCEMAIN.clearCacheCmd"
12:08 pmk65 David_Stenstrom: http://droptix.ohost.de/boards/typo3-expandt3x/expandt3x.exe
12:08 Joker19 floxx: you could create a new page type, all it does is calling a plugin which echo's out content and before it reaches the return to end the plugin you can exit; ... it's a unclean solution though ;)
12:10 floxx joker: i created the new pagetype and i have an extension which echoes the content. to exit the plugin - mmh a little bit dirty? ;) so -i'll give it a try
12:10 Joker19 floxx: it's perfectly bypassing the system ... so ... it's art ;)
12:12 pmk65 floxx: just set "config.disableAllHeaderCode = 1" in your setup.
12:12 floxx Joker19: was much easier: page.config.disableAllHeaderCode = 1
12:12 Joker19 yeah ... that would be easier ... indeed ;)
12:12 floxx pmk: oh i found it at the moment - thx
12:10 floxx joker: i created the new pagetype and i have an extension which echoes the content. to exit the plugin - mmh a little bit dirty? ;) so -i'll give it a try
12:10 Joker19 floxx: it's perfectly bypassing the system ... so ... it's art ;)
12:12 pmk65 floxx: just set "config.disableAllHeaderCode = 1" in your setup.
12:12 floxx Joker19: was much easier: page.config.disableAllHeaderCode = 1
12:12 Joker19 yeah ... that would be easier ... indeed ;)
12:12 floxx pmk: oh i found it at the moment - thx
12:15 David_Stenstrom pmk65 thanks
12:18 delmonico dax77: sounds good, thanks
12:18 pmk65 David_Stenstrom: See here alos.. http://www.typo3.net/forum/list/list_post//61537/?howto=1
12:15 David_Stenstrom pmk65 thanks
12:18 delmonico dax77: sounds good, thanks
12:18 pmk65 David_Stenstrom: See here alos.. http://www.typo3.net/forum/list/list_post//61537/?howto=1
12:24 delmonico works :)
12:24 delmonico works :)
12:34 David_Stenstrom pmk65: thanks will take some time for me to read it but will save the link for when i get hom. I'm quite novice at the german language. ^^
12:34 David_Stenstrom pmk65: thanks will take some time for me to read it but will save the link for when i get hom. I'm quite novice at the german language. ^^
12:36 David_Stenstrom pmk65: now i got 2.5.0 tt_news installed but it says it is 2.3.0 and kinda looks like 2.5.0 ^_^
12:36 pmk65 German is not my strong point either, I usually uses some online translators like http://babelfish.altavista.com/
12:37 David_Stenstrom I can coope with german speach but not reading since the gramar is diffrent from both my first and second language.
12:36 David_Stenstrom pmk65: now i got 2.5.0 tt_news installed but it says it is 2.3.0 and kinda looks like 2.5.0 ^_^
12:36 pmk65 German is not my strong point either, I usually uses some online translators like http://babelfish.altavista.com/
12:37 David_Stenstrom I can coope with german speach but not reading since the gramar is diffrent from both my first and second language.
12:41 mosez is there a nice bulletin board extension for typo3?
12:41 mosez is there a nice bulletin board extension for typo3?
12:54 dax77 mosez: mm_forum
12:54 dax77 mosez: mm_forum
12:57 delmonico hmmm I mapped an <a> tag with TV (using the "attribute" mode) and it produces "<a href="en/"><a href="en/">" which is invalid html :( remapped it several times, but I can't get it to work. in the templavoila preview the problem is not there, only in the frontend...
12:59 s-andersen delmonico, what type did you choose? Plain input, typolink, or?
12:57 delmonico hmmm I mapped an <a> tag with TV (using the "attribute" mode) and it produces "<a href="en/"><a href="en/">" which is invalid html :( remapped it several times, but I can't get it to work. in the templavoila preview the problem is not there, only in the frontend...
12:59 s-andersen delmonico, what type did you choose? Plain input, typolink, or?
13:00 ries mosez: mm_forum is quite nice they say
13:00 delmonico s-andersen: link field
13:01 delmonico source: <div id="head_logo"><a href="#"><img src="images/header/logo.jpg" width="185" height="160"></a></div>
13:01 s-andersen delmonico: I did the same thing recently, also resulting in some weird output. I had to edit the typoscript code in the template structure
13:00 ries mosez: mm_forum is quite nice they say
13:00 delmonico s-andersen: link field
13:01 delmonico source: <div id="head_logo"><a href="#"><img src="images/header/logo.jpg" width="185" height="160"></a></div>
13:01 s-andersen delmonico: I did the same thing recently, also resulting in some weird output. I had to edit the typoscript code in the template structure
13:07 delmonico hmmm I just use plain input now
13:07 delmonico this link doesnt change normally anyway
13:07 delmonico hmmm I just use plain input now
13:07 delmonico this link doesnt change normally anyway
13:16 delmonico phew, finally valid xhtml output :)
13:16 delmonico phew, finally valid xhtml output :)
13:32 dan`afk delmonico <img />
13:32 dan`afk :)
13:32 dan`afk delmonico <img />
13:32 dan`afk :)
13:38 GnR is there a way to use a special character encoding at chinese websites, so that the user dont habe to install the font in windows?
13:38 delmonico dan`afk: yeah thats fixed by typo3s xhtml cleaner ;) have to bug my designer to use xhtml for the template for the next project
13:38 dan`afk :)
13:38 GnR is there a way to use a special character encoding at chinese websites, so that the user dont habe to install the font in windows?
13:38 delmonico dan`afk: yeah thats fixed by typo3s xhtml cleaner ;) have to bug my designer to use xhtml for the template for the next project
13:38 dan`afk :)
13:43 delmonico hmmm my "localize to" links are gone o_O
13:43 delmonico hmmm my "localize to" links are gone o_O
13:47 pmk65 GnR: then you'll have to render all text as graphics..
13:48 GnR hm ok. somebody told me that its possible ;-)
13:47 pmk65 GnR: then you'll have to render all text as graphics..
13:48 GnR hm ok. somebody told me that its possible ;-)
13:51 pmk65 if the user doesn't have the chinese font you are refering to in your css, I think theres a fallback to whatever chinese font is installed.
13:51 pmk65 if the user doesn't have the chinese font you are refering to in your css, I think theres a fallback to whatever chinese font is installed.
14:02 GnR pmk65: ok thx
14:02 GnR pmk65: ok thx
14:27 rabbit7_ does anyone of you has experience with typo3 workflows
14:27 rabbit7_ developement -> integration -> staging -> live ?
14:27 rabbit7_ does anyone of you has experience with typo3 workflows
14:27 rabbit7_ developement -> integration -> staging -> live ?
15:15 wilz hi
15:15 flipmoe5000 hi
15:16 wilz how can I create a link on the FE that show/hides a page from my ext ?
15:18 wilz flipmoe5000: I want to use the TYPO3 library to set the hidden flag of a page
15:18 wilz so it can validate user access and do it properly
15:19 flipmoe5000 sorry, i have no clue
15:19 wilz neither do I =/
15:15 wilz hi
15:15 flipmoe5000 hi
15:16 wilz how can I create a link on the FE that show/hides a page from my ext ?
15:18 wilz flipmoe5000: I want to use the TYPO3 library to set the hidden flag of a page
15:18 wilz so it can validate user access and do it properly
15:19 flipmoe5000 sorry, i have no clue
15:19 wilz neither do I =/
15:20 flipmoe5000 ask your question later again
15:20 flipmoe5000 there will be some poeple who can solve your problem for sure
15:21 wilz yeah... I'll keep looking in TYPO3 docs meanwhile
15:20 flipmoe5000 ask your question later again
15:20 flipmoe5000 there will be some poeple who can solve your problem for sure
15:21 wilz yeah... I'll keep looking in TYPO3 docs meanwhile
15:49 pulponair re
15:49 pulponair re
15:59 kv0s Hi!
15:59 kv0s Installed rgsmoothgallery a few day ago, but i don't get working it with tt_news and single view ...
15:59 kv0s ... any hints how to setup tscode?
15:59 kv0s Hi!
15:59 kv0s Installed rgsmoothgallery a few day ago, but i don't get working it with tt_news and single view ...
15:59 kv0s ... any hints how to setup tscode?
16:00 kv0s plugin.tt_news.rgsmoothgallery ... works at list ... but not at singleview ... which one must i choose? plugin.tt_news.displaySingle?
16:00 kv0s plugin.tt_news.rgsmoothgallery ... works at list ... but not at singleview ... which one must i choose? plugin.tt_news.displaySingle?
16:11 koomi i need a list of all tables/options in page ts config TCEform
16:11 koomi any ideas?
16:12 koomi funny. someone uses wordpress to blog about typo3 http://typo3tips.wordpress.com/
16:11 koomi i need a list of all tables/options in page ts config TCEform
16:11 koomi any ideas?
16:12 koomi funny. someone uses wordpress to blog about typo3 http://typo3tips.wordpress.com/
16:22 voidus koomi: why not? elmaz hintz also uses wordpress
16:22 voidus koomi: look at ts config ref...
16:24 s-andersen Do any of you know how to get a blog a buzz.typo3.org? I have applied via email more than a week ago, but no reply
16:22 voidus koomi: why not? elmaz hintz also uses wordpress
16:22 voidus koomi: look at ts config ref...
16:24 s-andersen Do any of you know how to get a blog a buzz.typo3.org? I have applied via email more than a week ago, but no reply
16:26 voidus s-andersen: hm.. why on buzz.typo3.org?
16:26 meppl good evening
16:26 voidus good evening
16:27 s-andersen Because I thought it was the best place for a TYPO3 related blog
16:27 meppl good evening voidus
16:27 koomi voidus: the ts config reference is crap (or i can't read it). i want a list with all tables/config options
16:27 koomi not just some generic operator descriptions
16:27 voidus koomi: ah.. you want to change a TCA?
16:28 voidus koomi: but a TS config?
16:28 voidus *do you
16:28 koomi voidus: try to find TCEFORM.tt_content.header_layout.altLabels without knowing the exact string
16:28 koomi there's no real documentation out there
16:29 voidus s-andersen: dunno... try to send another mail - maybe yours was checked as a spam..
16:29 koomi isn't buzz not simly aggregating blogs?
16:29 koomi simply
16:29 koomi like a planet
16:29 koomi + you prolly need some karma to get on buzz.typo3.org as it's semi-official
16:26 voidus s-andersen: hm.. why on buzz.typo3.org?
16:26 meppl good evening
16:26 voidus good evening
16:27 s-andersen Because I thought it was the best place for a TYPO3 related blog
16:27 meppl good evening voidus
16:27 koomi voidus: the ts config reference is crap (or i can't read it). i want a list with all tables/config options
16:27 koomi not just some generic operator descriptions
16:27 voidus koomi: ah.. you want to change a TCA?
16:28 voidus koomi: but a TS config?
16:28 voidus *do you
16:28 koomi voidus: try to find TCEFORM.tt_content.header_layout.altLabels without knowing the exact string
16:28 koomi there's no real documentation out there
16:29 voidus s-andersen: dunno... try to send another mail - maybe yours was checked as a spam..
16:29 koomi isn't buzz not simly aggregating blogs?
16:29 koomi simply
16:29 koomi like a planet
16:29 koomi + you prolly need some karma to get on buzz.typo3.org as it's semi-official
16:30 voidus koomi: i see altLabels propetry in ts config ref
16:30 koomi url please
16:31 koomi i'm feeling stupid now
16:31 voidus one sec... i use chm file now
16:32 s-andersen Says this on buzz.typo3.org: The site is aimed at the TYPO3 community so if youre already visible in the newsgroups or active in a way or another in the community then we will be glad to open a blog page for you.
16:32 koomi s-andersen: oh.
16:32 koomi s-andersen: then go ahead and write another mail
16:33 s-andersen I'll try that :)
16:30 voidus koomi: i see altLabels propetry in ts config ref
16:30 koomi url please
16:31 koomi i'm feeling stupid now
16:31 voidus one sec... i use chm file now
16:32 s-andersen Says this on buzz.typo3.org: The site is aimed at the TYPO3 community so if youre already visible in the newsgroups or active in a way or another in the community then we will be glad to open a blog page for you.
16:32 koomi s-andersen: oh.
16:32 koomi s-andersen: then go ahead and write another mail
16:33 s-andersen I'll try that :)
17:48 Joker19 *yawn*
17:48 Joker19 *yawn*
17:58 titii helo there
17:58 titii helo there
18:00 titii somebody knows about simulatestaticdocuments or realurl problem with RTE linking? if you are updating a content element, you have to relinking all the links in the content, else there just id=num... not a translated document, any helps?
18:00 titii somebody knows about simulatestaticdocuments or realurl problem with RTE linking? if you are updating a content element, you have to relinking all the links in the content, else there just id=num... not a translated document, any helps?
18:12 timdeluxe titii: i remember darkly (does that word exist in english?) that there was something with leaving the "title" field empty in the link-popup box
18:12 timdeluxe not sure
18:13 titii timdeluxe i mean, i am not using at all that fields, or you mean the title of link? So sure i am using my own title links
18:14 titii but this is strange to didnt using that field for correcting that problem
18:12 timdeluxe titii: i remember darkly (does that word exist in english?) that there was something with leaving the "title" field empty in the link-popup box
18:12 timdeluxe not sure
18:13 titii timdeluxe i mean, i am not using at all that fields, or you mean the title of link? So sure i am using my own title links
18:14 titii but this is strange to didnt using that field for correcting that problem
18:19 silithlas is it possible to change the default path (uploads/pics) where tt_news store pictures?
18:19 silithlas is it possible to change the default path (uploads/pics) where tt_news store pictures?
18:23 wilz what's $perms_clause in t3lib_BEfunc::readPageAccess ?
18:23 wilz what's $perms_clause in t3lib_BEfunc::readPageAccess ?
18:29 voidus silithlas: yes
18:29 voidus silithlas: yes
18:31 silithlas voidus: how? what should I put and where? :)
18:32 voidus silithlas: you should change TCA.
18:32 voidus it can be done in 2 ways:
18:32 silithlas so a var like TCA.default ?
18:32 voidus 1) put some php-code in your typo3conf/ext_tables.php
18:32 voidus 2) or using TS config
18:33 voidus but for 2) there was a bug. search bugs.typo3.org for "uploadfolder"
18:33 voidus can anybody here make a screenshot for me?
18:31 silithlas voidus: how? what should I put and where? :)
18:32 voidus silithlas: you should change TCA.
18:32 voidus it can be done in 2 ways:
18:32 silithlas so a var like TCA.default ?
18:32 voidus 1) put some php-code in your typo3conf/ext_tables.php
18:32 voidus 2) or using TS config
18:33 voidus but for 2) there was a bug. search bugs.typo3.org for "uploadfolder"
18:33 voidus can anybody here make a screenshot for me?
18:35 silithlas how can I search something in this bug tracker ?
18:37 silithlas mmm and another question then, is this possible and how to mount another folder than fileadmin ? For example I would like uploads/pics folder to be accessible from within the typo3 BE
18:35 silithlas how can I search something in this bug tracker ?
18:37 silithlas mmm and another question then, is this possible and how to mount another folder than fileadmin ? For example I would like uploads/pics folder to be accessible from within the typo3 BE
18:43 voidus wilz: t3lib_BEfunc::readPageAccess($rec['pid'], $GLOBALS['BE_USER']->getPagePermsClause(1))
18:43 wilz thx voidus
18:43 voidus wilz: t3lib_BEfunc::readPageAccess($rec['pid'], $GLOBALS['BE_USER']->getPagePermsClause(1))
18:43 wilz thx voidus
18:46 silithlas perhaps I can just delete the upload folders and create a symlink to whatever dir I choose ^^
18:48 voidus yes, you can. but you should remember, that upload files are managed by typo3
18:48 voidus files can be deleted if you delete record and so on
18:46 silithlas perhaps I can just delete the upload folders and create a symlink to whatever dir I choose ^^
18:48 voidus yes, you can. but you should remember, that upload files are managed by typo3
18:48 voidus files can be deleted if you delete record and so on
18:57 s-andersen what screenshot voidus?
18:59 Aadaam hi all
18:57 s-andersen what screenshot voidus?
18:59 Aadaam hi all
19:07 Aadaam how could I insert a preVar into the current url in a link? (http://site.com/somepage -> [click: in English] -> http://site.com/en/somepage)
19:07 Aadaam how could I insert a preVar into the current url in a link? (http://site.com/somepage -> [click: in English] -> http://site.com/en/somepage)
19:12 wilz what would be the best way to make a link that hides a page ?
19:12 wilz what would be the best way to make a link that hides a page ?
19:17 s-andersen wilz, a link to some kode, that sets hidden = 1 in your database should be enough?
19:17 s-andersen code even :)
19:18 Aadaam ok, solved
19:19 wilz s-andersen: it's not from an extension so the TYPO3 API or whatever is not loaded =/
19:17 s-andersen wilz, a link to some kode, that sets hidden = 1 in your database should be enough?
19:17 s-andersen code even :)
19:18 Aadaam ok, solved
19:19 wilz s-andersen: it's not from an extension so the TYPO3 API or whatever is not loaded =/
19:20 s-andersen Well how does that prevent you from setting hidden=1 in pages table?
19:22 wilz I want to do it through TYPO3 if possible
19:24 wilz at least be able to use DBAL
19:24 reDBull what do people generally use to generate a plaintext version of a page is &type=99
19:20 s-andersen Well how does that prevent you from setting hidden=1 in pages table?
19:22 wilz I want to do it through TYPO3 if possible
19:24 wilz at least be able to use DBAL
19:24 reDBull what do people generally use to generate a plaintext version of a page is &type=99
19:25 reDBull i mean, is there an extension for this?
19:26 reDBull ah
19:26 reDBull nevermind, found it
19:25 reDBull i mean, is there an extension for this?
19:26 reDBull ah
19:26 reDBull nevermind, found it
21:54 tanob brain_xy hallo!
21:54 tanob bedlamhotel hey there
21:54 tanob brain_xy hallo!
21:54 tanob bedlamhotel hey there
21:59 bedlamhotel tanob: afternoon :-)
21:59 bedlamhotel tanob: afternoon :-)
22:05 flipmoe5000 hi
22:06 flipmoe5000 anybody here?
22:05 flipmoe5000 hi
22:06 flipmoe5000 anybody here?
22:11 tanob 42 people here
22:11 tanob :)
22:11 tanob 42 people here
22:11 tanob :)
22:21 flipmoe5000 jep
22:21 flipmoe5000 it seems so
22:21 flipmoe5000 ;-)
22:21 flipmoe5000 jep
22:21 flipmoe5000 it seems so
22:21 flipmoe5000 ;-)
22:25 ries anybody using DAM here?
22:25 ries anybody using DAM here?
22:30 reDBull DAM hey
22:30 reDBull been there done that, removed it
22:30 reDBull DAM hey
22:30 reDBull been there done that, removed it
22:40 voidus ries: me
22:41 ries voidus: How do you do the indexing? cron or BE?
22:42 ries When i do it in the BE it just shows : Search for files to be indexed. Be patient.
22:42 ries and nothing happens
22:42 voidus hm.. viewed such behaviour... but didn't fixed it..
22:43 ries I 'think' it's a php 5.2.x issue (I am currently using 5.2.3)
22:43 ries cauze on a php4 server it always worked
22:44 voidus dunno..
22:44 voidus let me test
22:40 voidus ries: me
22:41 ries voidus: How do you do the indexing? cron or BE?
22:42 ries When i do it in the BE it just shows : Search for files to be indexed. Be patient.
22:42 ries and nothing happens
22:42 voidus hm.. viewed such behaviour... but didn't fixed it..
22:43 ries I 'think' it's a php 5.2.x issue (I am currently using 5.2.3)
22:43 ries cauze on a php4 server it always worked
22:44 voidus dunno..
22:44 voidus let me test
22:45 voidus is it about files, uploaded by ftp?
22:45 ries Hmm dry run does work
22:45 ries may be it's a DB error
22:45 voidus is it about files, uploaded by ftp?
22:45 ries Hmm dry run does work
22:45 ries may be it's a DB error
22:58 Diblo hey How can edit the tempale htlm code on a install template
22:59 Diblo i have use TemplaVoilà to install/setup the template
22:59 ries voidus: solved
22:58 Diblo hey How can edit the tempale htlm code on a install template
22:59 Diblo i have use TemplaVoilà to install/setup the template
22:59 ries voidus: solved
23:00 ries voidus: cal had problems with &$this and static infotables had to be updated because of teh same problem
23:01 ries voidus: How many files do you have in DAM?
23:02 voidus ries: just my fileadmin.. about 50
23:02 ries ever tries like 10.000 files or more?
23:02 voidus no
23:02 ries it just indexes 5 files/sec :(
23:04 ries at least it works...
23:04 ries brb
23:04 voidus 33 min for all files?
23:00 ries voidus: cal had problems with &$this and static infotables had to be updated because of teh same problem
23:01 ries voidus: How many files do you have in DAM?
23:02 voidus ries: just my fileadmin.. about 50
23:02 ries ever tries like 10.000 files or more?
23:02 voidus no
23:02 ries it just indexes 5 files/sec :(
23:04 ries at least it works...
23:04 ries brb
23:04 voidus 33 min for all files?
23:14 ries voidus: 3200 files in 800 seconds now
23:14 ries voidus: server is just 10% loaded, no IO waits
23:14 ries voidus: 3200 files in 800 seconds now
23:14 ries voidus: server is just 10% loaded, no IO waits
23:15 ries voidus: How do you use DAM?
23:16 voidus ries: just for testing...
23:16 ries Ahh ok..
23:16 voidus it is installed on sites where i do program extensions
23:17 voidus so.. i look mostly on developer's POV, not administator's
23:15 ries voidus: How do you use DAM?
23:16 voidus ries: just for testing...
23:16 ries Ahh ok..
23:16 voidus it is installed on sites where i do program extensions
23:17 voidus so.. i look mostly on developer's POV, not administator's
23:22 ries voidus: Ahh ok... wel I am glad I don't run a image gallery with DAM :)
23:23 voidus ries: why?
23:24 ries voidus: Because the indexing takes such a long time...
23:24 ries I am starting my gallery system again.. need to re-write soem code
23:24 ries but needs to handle much more images
23:22 ries voidus: Ahh ok... wel I am glad I don't run a image gallery with DAM :)
23:23 voidus ries: why?
23:24 ries voidus: Because the indexing takes such a long time...
23:24 ries I am starting my gallery system again.. need to re-write soem code
23:24 ries but needs to handle much more images

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.