Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 22 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:04 meppl good night
00:04 meppl good night
00:27 brain_xy bahhh.,.
00:27 brain_xy any htmlarea expert in here ^^
00:27 brain_xy bahhh.,.
00:27 brain_xy any htmlarea expert in here ^^
02:38 mayeco if I have a page tree like this:
02:38 mayeco ** home
02:38 mayeco ***page1
02:38 mayeco ***page2
02:38 mayeco can I have a real url like this
02:38 mayeco www.mydomain.com/en/Users/<removed>/
02:39 mayeco please I need help
02:38 mayeco if I have a page tree like this:
02:38 mayeco ** home
02:38 mayeco ***page1
02:38 mayeco ***page2
02:38 mayeco can I have a real url like this
02:38 mayeco www.mydomain.com/en/Users/<removed>/
02:39 mayeco please I need help
03:03 olegs mayeco: yes you can
03:04 olegs download cannonbose starter extension and see their realurl config
03:03 olegs mayeco: yes you can
03:04 olegs download cannonbose starter extension and see their realurl config
03:06 mayeco ok
03:06 mayeco ok
03:55 mayeco olegs: what cannonbose does?
03:55 mayeco I install it but.. nothing happend :D
03:55 olegs read their manual and included realurl configuration file
03:56 olegs the extension contains TS for quickstarting a website, like, better settings.
03:55 mayeco olegs: what cannonbose does?
03:55 mayeco I install it but.. nothing happend :D
03:55 olegs read their manual and included realurl configuration file
03:56 olegs the extension contains TS for quickstarting a website, like, better settings.
04:37 tsrepadmin good morning #typo3!
04:37 tsrepadmin good morning #typo3!
05:05 dax77 gooood morning @all
05:05 dax77 gooood morning @all
05:33 tsrepadmin wow dax77. seems you slept vry well ;-)
05:33 tsrepadmin wow dax77. seems you slept vry well ;-)
05:37 dax77 hi tsrepadmin
05:37 tsrepadmin hi dax77 :-)(
05:37 dax77 ^ not really, but hey, shouldn't we start each day with a smile? :)
05:38 tsrepadmin yeah, you right
05:38 tsrepadmin + 're
05:38 tsrepadmin but it's not very easy, seven thirty in the morning :-D
05:39 dax77 hey, I've been already 2 hours awake
05:39 tsrepadmin tell me, is there a db query solution (FE), which filters automatic the deleted, hidden, time stuf?
05:39 tsrepadmin 2 hours?
05:39 dax77 jup
05:39 tsrepadmin what you've done?
05:37 dax77 hi tsrepadmin
05:37 tsrepadmin hi dax77 :-)(
05:37 dax77 ^ not really, but hey, shouldn't we start each day with a smile? :)
05:38 tsrepadmin yeah, you right
05:38 tsrepadmin + 're
05:38 tsrepadmin but it's not very easy, seven thirty in the morning :-D
05:39 dax77 hey, I've been already 2 hours awake
05:39 tsrepadmin tell me, is there a db query solution (FE), which filters automatic the deleted, hidden, time stuf?
05:39 tsrepadmin 2 hours?
05:39 dax77 jup
05:39 tsrepadmin what you've done?
05:40 tsrepadmin does it work for commerce extension queries also?
05:40 dax77 $this->cObj->enableFields('tx_cal_event')
05:40 dax77 that creates the query part for you
05:41 tsrepadmin hmmm
05:41 tsrepadmin I'm not sure you gort me right. That seems definitly not correct for me ;-)
05:41 dax77 ^^I'm at work now and had to travel 1 hour
05:42 dax77 well, you have to adapt it to your table, but it should be what you are looking for
05:43 tsrepadmin ah, okay.
05:43 tsrepadmin yeah, now it looks correct for me
05:43 tsrepadmin but what I do if I have a JOIN?
05:43 dax77 do it twice for both tables
05:44 tsrepadmin It seems for me I did it not the way thje coding guidelines say.
05:44 tsrepadmin I have created a second table, an there is a 1:m connection between them
05:40 tsrepadmin does it work for commerce extension queries also?
05:40 dax77 $this->cObj->enableFields('tx_cal_event')
05:40 dax77 that creates the query part for you
05:41 tsrepadmin hmmm
05:41 tsrepadmin I'm not sure you gort me right. That seems definitly not correct for me ;-)
05:41 dax77 ^^I'm at work now and had to travel 1 hour
05:42 dax77 well, you have to adapt it to your table, but it should be what you are looking for
05:43 tsrepadmin ah, okay.
05:43 tsrepadmin yeah, now it looks correct for me
05:43 tsrepadmin but what I do if I have a JOIN?
05:43 dax77 do it twice for both tables
05:44 tsrepadmin It seems for me I did it not the way thje coding guidelines say.
05:44 tsrepadmin I have created a second table, an there is a 1:m connection between them
05:45 tsrepadmin If I now use the query_mm_table function, the documentation tells me that the join will set over the uid part
05:45 tsrepadmin hmmm
05:46 dax77 well, do you have a mm table? with exactly the structure typo3 is looking for? (uid_local, uid_foreign, tablenames, sorting)
05:47 dax77 if not, you have to do the query yourself - no big deal
05:47 dax77 in the end, its all sql
05:48 tsrepadmin yes i know. but i want to meet the coding guidelines
05:48 tsrepadmin i have something like uid_parent and uid_leaf
05:49 tsrepadmin seems that I have to change the values
05:49 dax77 ?? mm tables are only for m:n connections
05:49 tsrepadmin or is it possible to tell typo3 the names of the uid_local and stuff
05:45 tsrepadmin If I now use the query_mm_table function, the documentation tells me that the join will set over the uid part
05:45 tsrepadmin hmmm
05:46 dax77 well, do you have a mm table? with exactly the structure typo3 is looking for? (uid_local, uid_foreign, tablenames, sorting)
05:47 dax77 if not, you have to do the query yourself - no big deal
05:47 dax77 in the end, its all sql
05:48 tsrepadmin yes i know. but i want to meet the coding guidelines
05:48 tsrepadmin i have something like uid_parent and uid_leaf
05:49 tsrepadmin seems that I have to change the values
05:49 dax77 ?? mm tables are only for m:n connections
05:49 tsrepadmin or is it possible to tell typo3 the names of the uid_local and stuff
05:50 dax77 nope
05:50 dax77 they have to be the onces I named
05:50 tsrepadmin hmm. okay. i will change that. no big deal
05:52 tsrepadmin with this it's possible to join just two tables, not three: function exec_mm_query_uidList
05:52 tsrepadmin so i can make a 1:m join
05:54 dax77 thats why I don't use the mm_query anymore - just normal queries
05:50 dax77 nope
05:50 dax77 they have to be the onces I named
05:50 tsrepadmin hmm. okay. i will change that. no big deal
05:52 tsrepadmin with this it's possible to join just two tables, not three: function exec_mm_query_uidList
05:52 tsrepadmin so i can make a 1:m join
05:54 dax77 thats why I don't use the mm_query anymore - just normal queries
05:56 tsrepadmin yeah but you don't match the coding guidelines then
05:56 dax77 and?
05:56 tsrepadmin it's a little bit tricky i see
05:56 tsrepadmin typo3 cannot use your extensions with other databases than mysql
05:56 dax77 don't think so :)
05:56 tsrepadmin In other words: you cannot use DBAL
05:57 dax77 I'm using the query functions, but not the mm_query
05:57 tsrepadmin so which way you go?
05:57 tsrepadmin 2 queries?
05:58 tsrepadmin I have something like this: a normal table, with descripton, title, etc. and a matching table, just with uid_local and uid_foreign
05:58 tsrepadmin so uid local could be 3, and the uid_foreign for uid_local could be more than one value
05:59 tsrepadmin so the uid from the local table is matched to several other uids from the foreig table. But: local table = foreign table.
05:56 tsrepadmin yeah but you don't match the coding guidelines then
05:56 dax77 and?
05:56 tsrepadmin it's a little bit tricky i see
05:56 tsrepadmin typo3 cannot use your extensions with other databases than mysql
05:56 dax77 don't think so :)
05:56 tsrepadmin In other words: you cannot use DBAL
05:57 dax77 I'm using the query functions, but not the mm_query
05:57 tsrepadmin so which way you go?
05:57 tsrepadmin 2 queries?
05:58 tsrepadmin I have something like this: a normal table, with descripton, title, etc. and a matching table, just with uid_local and uid_foreign
05:58 tsrepadmin so uid local could be 3, and the uid_foreign for uid_local could be more than one value
05:59 tsrepadmin so the uid from the local table is matched to several other uids from the foreig table. But: local table = foreign table.
06:00 tsrepadmin and i guess i cannot use the normal mm_query for this setting
06:03 MasterYin I need help with a great DB-Problem
06:04 dax77 hmm, why not? exec_SELECT_mm_query($select,$local_table,$mm_table,$foreign_table,$whereClause='',$groupBy='',$orderBy='',$limit='') <- who sais, that $local_table has to be different from $foreign_table?
06:04 tsrepadmin I'm not sure, If the matching would be correct :-/
06:04 dax77 MasterYin: hi, don't ask just ask (topic)
06:04 tsrepadmin I'll try
06:00 tsrepadmin and i guess i cannot use the normal mm_query for this setting
06:03 MasterYin I need help with a great DB-Problem
06:04 dax77 hmm, why not? exec_SELECT_mm_query($select,$local_table,$mm_table,$foreign_table,$whereClause='',$groupBy='',$orderBy='',$limit='') <- who sais, that $local_table has to be different from $foreign_table?
06:04 tsrepadmin I'm not sure, If the matching would be correct :-/
06:04 dax77 MasterYin: hi, don't ask just ask (topic)
06:04 tsrepadmin I'll try
06:06 MasterYin Sorry, (stressed) I have a one tree Multilanguage page and now I got an Error because I makes something like this:
06:06 MasterYin SELECT *
06:06 MasterYin FROM pages_language_overlay
06:06 MasterYin WHERE
06:06 MasterYin 1=1 AND pid= AND sys_language_uid=1
06:06 MasterYin without an PID there is trouble..., refreshing it works sometimes and sometimes not
06:08 silithlas Hi, what happens to the content in the TEMP folder of the fileadmin folder? Is it cleaned sometimes?
06:09 dax77 silithlas: not automatically, there are cleanup functions - I think in the install tool
06:06 MasterYin Sorry, (stressed) I have a one tree Multilanguage page and now I got an Error because I makes something like this:
06:06 MasterYin SELECT *
06:06 MasterYin FROM pages_language_overlay
06:06 MasterYin WHERE
06:06 MasterYin 1=1 AND pid= AND sys_language_uid=1
06:06 MasterYin without an PID there is trouble..., refreshing it works sometimes and sometimes not
06:08 silithlas Hi, what happens to the content in the TEMP folder of the fileadmin folder? Is it cleaned sometimes?
06:09 dax77 silithlas: not automatically, there are cleanup functions - I think in the install tool
06:10 silithlas ok thanks
06:10 silithlas but the install tool is usually disabled in a production environment :)
06:11 silithlas according to what I see in the install tool, the only cleanup function is to clean up database cache
06:12 silithlas I have another question. Someone told me it is possible to automatically clear the cache when we edit / submit content, how to achieve this?
06:13 dax77 brb
06:10 silithlas ok thanks
06:10 silithlas but the install tool is usually disabled in a production environment :)
06:11 silithlas according to what I see in the install tool, the only cleanup function is to clean up database cache
06:12 silithlas I have another question. Someone told me it is possible to automatically clear the cache when we edit / submit content, how to achieve this?
06:13 dax77 brb
06:16 tg hi
06:16 tg hi
06:28 tg hey
06:28 bauschan goog morning everybody!
06:28 bauschan good
06:28 tg anyone used tipafriend?
06:28 tg or tipafriend_plus
06:29 tg im trying to configure to use it with tt_news
06:28 tg hey
06:28 bauschan goog morning everybody!
06:28 bauschan good
06:28 tg anyone used tipafriend?
06:28 tg or tipafriend_plus
06:29 tg im trying to configure to use it with tt_news
06:32 tsrepadmin dax77: it doesn't work. I only get the fields of the local table as results in the join
06:32 tsrepadmin dax77: it doesn't work. I only get the fields of the local table as results in the join
06:37 dax77 tsrepadmin: hmmm, strange
06:39 tsrepadmin well I'll do it like this now: I query the list of foreign uids of the relation table, and n a second query I will use the uidlist query.
06:37 dax77 tsrepadmin: hmmm, strange
06:39 tsrepadmin well I'll do it like this now: I query the list of foreign uids of the relation table, and n a second query I will use the uidlist query.
06:42 tsrepadmin dax7 do you know a function which gives you the resultset in an array (just one field)
06:42 tsrepadmin dax7 do you know a function which gives you the resultset in an array (just one field)
06:47 dax77 exec_SELECTgetRows($select_fields,$from_table,$where_clause,$groupBy='',$orderBy='',$limit='',$uidIndexField='') {
06:49 tsrepadmin thx
06:49 tsrepadmin but I'll go a more performant way now. I'll use BLOB and serialized array
06:47 dax77 exec_SELECTgetRows($select_fields,$from_table,$where_clause,$groupBy='',$orderBy='',$limit='',$uidIndexField='') {
06:49 tsrepadmin thx
06:49 tsrepadmin but I'll go a more performant way now. I'll use BLOB and serialized array
06:51 silithlas mmm I have a problem, I created a class for paragraphs, but I cannot see my new class in the RTE... what have I forgotten? thanks
06:54 silithlas what I don't understand is that I already have created classes and they show in the RTE, don't understand why this one don't...
06:51 silithlas mmm I have a problem, I created a class for paragraphs, but I cannot see my new class in the RTE... what have I forgotten? thanks
06:54 silithlas what I don't understand is that I already have created classes and they show in the RTE, don't understand why this one don't...
07:10 MasterYin I have a question (not realy typo3) Does anyone know a Windows-Featuere to set a Inputfield for CMD-Commands on the Startmenu? Like there is the Encarda Quicksearch or so?
07:10 MasterYin I have a question (not realy typo3) Does anyone know a Windows-Featuere to set a Inputfield for CMD-Commands on the Startmenu? Like there is the Encarda Quicksearch or so?
07:30 silithlas is there a way to activate the RTE for other fields than the main one as well ?
07:30 silithlas is there a way to activate the RTE for other fields than the main one as well ?
07:50 wingot hey
07:51 wingot Does anyone have any experience installing typo3 in ispconfig?
07:50 wingot hey
07:51 wingot Does anyone have any experience installing typo3 in ispconfig?
07:56 MasterYin Hey everyone
07:57 MasterYin I have a Problem with my Multilanguage Page, default and one language are working fine but my third is not possible
07:58 MasterYin When I type the ?L=2 it works but also the rootline is linking back to the default-language
07:56 MasterYin Hey everyone
07:57 MasterYin I have a Problem with my Multilanguage Page, default and one language are working fine but my third is not possible
07:58 MasterYin When I type the ?L=2 it works but also the rootline is linking back to the default-language
08:11 meppl good morning
08:11 meppl good morning
08:41 toms MasterYin: What is the full URL if you add the "L=2"?
08:41 toms MasterYin: What is the full URL if you add the "L=2"?
08:45 socken23 Hi all! I installed tt_address, direct_mail and direct_mail_subscription but I dont get the page content 'direct mail subscription'. What did I do wrong???
08:48 MasterYin toms I see you are not identified... you have to answer here in the channel
08:45 socken23 Hi all! I installed tt_address, direct_mail and direct_mail_subscription but I dont get the page content 'direct mail subscription'. What did I do wrong???
08:48 MasterYin toms I see you are not identified... you have to answer here in the channel
08:50 toms MasterYin: I'm not that used to typo. I made the mistake to have urls like "?id=45?L=2" instead of "?id=45&L=2". I guessed you could have made the same mistake.
08:52 socken23 Could my problem have anything to do with TV?
08:52 MasterYin no it is a little more complicared
08:50 toms MasterYin: I'm not that used to typo. I made the mistake to have urls like "?id=45?L=2" instead of "?id=45&L=2". I guessed you could have made the same mistake.
08:52 socken23 Could my problem have anything to do with TV?
08:52 MasterYin no it is a little more complicared
09:17 simpsonetti hi
09:19 simpsonetti i just downloaded the dummy-4.1.2.tar.gz and can't extract them, the zip isworking. is the file corrupt ?
09:19 simpsonetti i try it few times ...
09:17 simpsonetti hi
09:19 simpsonetti i just downloaded the dummy-4.1.2.tar.gz and can't extract them, the zip isworking. is the file corrupt ?
09:19 simpsonetti i try it few times ...
09:22 delmonico hey, I want to create a content element for an extension that uses flexforms... do I have to write the XML for the flexform settings myself or is there some api for this?
09:24 delmonico documentation is as always completly unusable... if there were doxygen api docs at least :(
09:22 delmonico hey, I want to create a content element for an extension that uses flexforms... do I have to write the XML for the flexform settings myself or is there some api for this?
09:24 delmonico documentation is as always completly unusable... if there were doxygen api docs at least :(
09:26 MasterYin I HATE REALURL!!!!!!!!!!!!!!!!!
09:27 MasterYin 3 Days of Bugsearching and only to see that realURL has no config for L = 2 :-/
09:27 procedura hi ppl
09:28 procedura i need a help
09:28 MasterYin tel what kind of
09:28 procedura i need to make extension for typo3
09:28 procedura i have made a code
09:28 procedura and everything
09:29 procedura but how can I integrate into backend system that code
09:29 MasterYin What should the ext do?
09:26 MasterYin I HATE REALURL!!!!!!!!!!!!!!!!!
09:27 MasterYin 3 Days of Bugsearching and only to see that realURL has no config for L = 2 :-/
09:27 procedura hi ppl
09:28 procedura i need a help
09:28 MasterYin tel what kind of
09:28 procedura i need to make extension for typo3
09:28 procedura i have made a code
09:28 procedura and everything
09:29 procedura but how can I integrate into backend system that code
09:29 MasterYin What should the ext do?
09:31 procedura it is some custom code for checking some data , i need only to secure the class file that only ppl that have rights can access it
09:32 MasterYin sorry can't help you so far
09:31 procedura it is some custom code for checking some data , i need only to secure the class file that only ppl that have rights can access it
09:32 MasterYin sorry can't help you so far
09:35 danielito hey there. you have to help me out. it's like
09:35 danielito I changed an EXISTING extension by adding some fields to a selector box. I did this change in the extension kickstarter
09:35 danielito the changes were saved successfully and the updates were done successfully
09:35 danielito unfortunately the output on the frontend is totally fucked up now. anyone knows what I did wrong and where I have to fix the problem?
09:36 danielito I'm totally lost :-/
09:35 danielito hey there. you have to help me out. it's like
09:35 danielito I changed an EXISTING extension by adding some fields to a selector box. I did this change in the extension kickstarter
09:35 danielito the changes were saved successfully and the updates were done successfully
09:35 danielito unfortunately the output on the frontend is totally fucked up now. anyone knows what I did wrong and where I have to fix the problem?
09:36 danielito I'm totally lost :-/
09:44 danielito ok, fixed. thx for your help guys :)
09:44 danielito ok, fixed. thx for your help guys :)
09:52 procedura can someone help me? :D
09:52 procedura can someone help me? :D
09:55 danielito but stays the question, how I do write plugins for frontend output
09:59 aptonem somebody knows how can i find typo3portal?
09:55 danielito but stays the question, how I do write plugins for frontend output
09:59 aptonem somebody knows how can i find typo3portal?
10:21 randomres705 someone can help with directmail/templavoila/plaintext? Problem: the content is not rendered in the plaintext
10:21 randomres705 the marker ist replaced... but empty...
10:22 danielito is there an automatic backup function or anything?
10:22 randomres705 danielito: there is a backup extension... which works quite good.
10:23 danielito yes see this, but what actually drives me nuts is when I'm editing a file and save it, there's no function like "gimme one former branch" like CVS does
10:21 randomres705 someone can help with directmail/templavoila/plaintext? Problem: the content is not rendered in the plaintext
10:21 randomres705 the marker ist replaced... but empty...
10:22 danielito is there an automatic backup function or anything?
10:22 randomres705 danielito: there is a backup extension... which works quite good.
10:23 danielito yes see this, but what actually drives me nuts is when I'm editing a file and save it, there's no function like "gimme one former branch" like CVS does
10:33 procedura people when i try to insert some file
10:33 procedura with include it says
10:33 procedura Warning: Unknown(): open_basedir restriction in effect.
10:34 procedura File(/fileadmin/1bc_templatecollection/zeritifikat/zertifikat.php) is not within the allowed path(s): (/www/htdocs/v157250/:/tmp:/usr/bin:/www/htdocs/v157250:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/v157250/typo3conf/ext/page_php_content/pi1/class.tx_pagephpcontent_pi1.php(55) : eval()'d code on line 3
10:34 procedura what can be the problem
10:33 procedura people when i try to insert some file
10:33 procedura with include it says
10:33 procedura Warning: Unknown(): open_basedir restriction in effect.
10:34 procedura File(/fileadmin/1bc_templatecollection/zeritifikat/zertifikat.php) is not within the allowed path(s): (/www/htdocs/v157250/:/tmp:/usr/bin:/www/htdocs/v157250:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/v157250/typo3conf/ext/page_php_content/pi1/class.tx_pagephpcontent_pi1.php(55) : eval()'d code on line 3
10:34 procedura what can be the problem
10:35 procedura pliz
10:35 procedura :D
10:35 procedura pliz
10:35 procedura :D
10:44 danielito maybe it's not in the allowed path's? :)
10:44 danielito maybe it's not in the allowed path's? :)
10:52 pulponair i need a n option split for wrapping the first item with something different than the rest any hints?
10:53 danielito if I change files of an extension, let's say the locallang_db.php, what do I have to do afterwards to make the changes take effect?
10:54 flipmoe5000 empty cache ...?
10:52 pulponair i need a n option split for wrapping the first item with something different than the rest any hints?
10:53 danielito if I change files of an extension, let's say the locallang_db.php, what do I have to do afterwards to make the changes take effect?
10:54 flipmoe5000 empty cache ...?
10:59 danielito hm. actually worked without - great
10:59 danielito hm. actually worked without - great
11:00 snowman any Commerce Developer here?
11:00 snowman any Commerce Developer here?
11:11 wingot Hey
11:11 wingot How do I change which template is applied to a site?
11:11 wingot I can't find it anywhere in the menus :(
11:11 wingot Hey
11:11 wingot How do I change which template is applied to a site?
11:11 wingot I can't find it anywhere in the menus :(
11:33 fred^ is it possible with templavoila to have a different stylesheet included if there is no subpages
11:33 fred^ is it possible with templavoila to have a different stylesheet included if there is no subpages
11:42 bauschan re
11:42 bauschan re
11:46 pulponair how to escape {} within a TS text.value which is parsed by insertData?
11:47 bauschan pulponair: &#123; and &#125;
11:48 pulponair bauschan: wont work if the {} belongs to a js function bla() { }
11:48 bauschan in this case you're right
11:49 pulponair any hints?
11:46 pulponair how to escape {} within a TS text.value which is parsed by insertData?
11:47 bauschan pulponair: &#123; and &#125;
11:48 pulponair bauschan: wont work if the {} belongs to a js function bla() { }
11:48 bauschan in this case you're right
11:49 pulponair any hints?
11:56 danielito where do I actually EDIT frontpage plugin
11:57 danielito the appearance in the backend I mean :)
11:56 danielito where do I actually EDIT frontpage plugin
11:57 danielito the appearance in the backend I mean :)
12:03 bauschan pulponair: maybe stdWrap.rawUrlEncode would do the trick. Just an idea.
12:04 pulponair bauschan: yeah but the proble is that it got {register:xyz} things next to regular {}(like thoose of the JS) ...so it is a conflict with insertDAta ...
12:03 bauschan pulponair: maybe stdWrap.rawUrlEncode would do the trick. Just an idea.
12:04 pulponair bauschan: yeah but the proble is that it got {register:xyz} things next to regular {}(like thoose of the JS) ...so it is a conflict with insertDAta ...
12:12 pmk65 pulponair: the only solution is to split the TS object up.
12:12 pulponair pmk65: did that
12:11 pmk65 pulponair: the only solution is to split the TS object up.
12:12 pulponair pmk65: did that
12:16 MasterYin tt_news specialistst here?
12:17 MasterYin I wanna set if language_uid = x not awayleble then use languge_uid = y
12:16 MasterYin tt_news specialistst here?
12:17 MasterYin I wanna set if language_uid = x not awayleble then use languge_uid = y
12:25 pmk65 pulponair: where did you split it up? You need to put all the brackets you want to be displayed, into seperate TEXT objects.
12:26 pulponair pmk65: yes i did that and it works now...but is was looking for a more elegant solution
12:27 pmk65 pulponair: there is no clean solution unfortunatly.. :(
12:27 pulponair pmk65: yeah what a pitty
12:29 pmk65 I usually make an external JS file, and then just set the variables I need from TS, that way I can keep the part inserted using TS very simple..
12:25 pmk65 pulponair: where did you split it up? You need to put all the brackets you want to be displayed, into seperate TEXT objects.
12:26 pulponair pmk65: yes i did that and it works now...but is was looking for a more elegant solution
12:27 pmk65 pulponair: there is no clean solution unfortunatly.. :(
12:27 pulponair pmk65: yeah what a pitty
12:29 pmk65 I usually make an external JS file, and then just set the variables I need from TS, that way I can keep the part inserted using TS very simple..
12:30 zven hi
12:33 zven @toms: da?
12:30 zven hi
12:33 zven @toms: da?
12:37 toms zven: what does this mean?
12:38 zven this means: "ob du da bist". you connect you from RWTH, so i think, you speak german
12:39 toms zven: I expected you to speak english, sorry. But as you can see, I am here. :)
12:37 toms zven: what does this mean?
12:38 zven this means: "ob du da bist". you connect you from RWTH, so i think, you speak german
12:39 toms zven: I expected you to speak english, sorry. But as you can see, I am here. :)
12:40 zven toms: ok :-) . for me it's easier to describe my typoscript problem in german, because my english is not very well
12:41 zven toms: can you help me?
12:41 toms zven: You can try, but I'm afraid I can't help you. If you like give it a try
12:43 zven toms: ok. I will try... :-)
12:44 zven toms: I fill the subtitle in the content by typoscript. nothing special. i wrap the subtitle with <h1>. but i want, if the subtitle is empty, that nothing will be filled in
12:40 zven toms: ok :-) . for me it's easier to describe my typoscript problem in german, because my english is not very well
12:41 zven toms: can you help me?
12:41 toms zven: You can try, but I'm afraid I can't help you. If you like give it a try
12:43 zven toms: ok. I will try... :-)
12:44 zven toms: I fill the subtitle in the content by typoscript. nothing special. i wrap the subtitle with <h1>. but i want, if the subtitle is empty, that nothing will be filled in
12:45 zven toms: so <h1> have to be deleted
12:48 zven toms: do you know a condition for proving, if the field {field:subtitle} is empty or not?
12:45 zven toms: so <h1> have to be deleted
12:48 zven toms: do you know a condition for proving, if the field {field:subtitle} is empty or not?
12:54 delmonico I'm trying to use RTE to format my <thead>s. I created a class in the CSS but I can't select it in the RTE. it works with classes for <ul> lists, but not for <thead> :(
12:54 delmonico I'm trying to use RTE to format my <thead>s. I created a class in the CSS but I can't select it in the RTE. it works with classes for <ul> lists, but not for <thead> :(
12:56 toms zven: I'm not sure if this is correct, but it should be something like this... add a new line after the one ending with ".wrap=<h1>|</h1>" ending with ".ifempty.wrap=|"
12:57 pmk65 zven: add a line after your wrap with ".required = 1"
12:56 toms zven: I'm not sure if this is correct, but it should be something like this... add a new line after the one ending with ".wrap=<h1>|</h1>" ending with ".ifempty.wrap=|"
12:57 pmk65 zven: add a line after your wrap with ".required = 1"
13:00 toms zven: It seems as if pmk65 has more knowledge than I have...
13:00 zven ok, thank you! i will try this
13:00 pmk65 zven: here's an example http://phpfi.com/257893
13:02 pmk65 A list of stdWrap properties can be found in TSRef.. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/1/
13:02 zven pmk65: Ahh, thank you very much!
13:04 pmk65 does anyone have experience setting up TYPO3 for delivering content to mobile devices, such as cellphones and PDAs?
13:00 toms zven: It seems as if pmk65 has more knowledge than I have...
13:00 zven ok, thank you! i will try this
13:00 pmk65 zven: here's an example http://phpfi.com/257893
13:02 pmk65 A list of stdWrap properties can be found in TSRef.. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/1/
13:02 zven pmk65: Ahh, thank you very much!
13:04 pmk65 does anyone have experience setting up TYPO3 for delivering content to mobile devices, such as cellphones and PDAs?
13:05 toms pmk65: Even i do not doubt your solution is the better one, would my suggestion work?
13:07 pmk65 toms: I don't think so, because ifEmty checks the value of the value/field/data parameter, so you'll just override the title with yet another wrap.
13:05 toms pmk65: Even i do not doubt your solution is the better one, would my suggestion work?
13:07 pmk65 toms: I don't think so, because ifEmty checks the value of the value/field/data parameter, so you'll just override the title with yet another wrap.
13:10 fred^ pmk65: no experience, but ive stumbled on resources related to mobile devices and typo3 a couple times..
13:10 fred^ like http://dev.mobi/node/50
13:10 fred^ http://www.synapsy.com/single_new/article/32/typo3_meets_mobile_content_delivery.html
13:12 pulponair is there a way to manipulate the textimg sourround dl ?
13:14 pmk65 fred^: Thanks I'll take a look at those URLs.. I just want to make sure I do the output correctly
13:10 fred^ pmk65: no experience, but ive stumbled on resources related to mobile devices and typo3 a couple times..
13:10 fred^ like http://dev.mobi/node/50
13:10 fred^ http://www.synapsy.com/single_new/article/32/typo3_meets_mobile_content_delivery.html
13:12 pulponair is there a way to manipulate the textimg sourround dl ?
13:14 pmk65 fred^: Thanks I'll take a look at those URLs.. I just want to make sure I do the output correctly
13:21 pmk65 pulponair: what do you meany. please be a bit more specific.
13:24 pulponair pmk65: well testimg is sourounded by dl class=csc.... i just wondered how to manipulate this dl (e.g. attach another class to it). so i am currently dinggin through css-styled-content to find the that dl. But i hoped someone would know it right of hand.
13:24 pulponair TEXTIMG i meant
13:21 pmk65 pulponair: what do you meany. please be a bit more specific.
13:24 pulponair pmk65: well testimg is sourounded by dl class=csc.... i just wondered how to manipulate this dl (e.g. attach another class to it). so i am currently dinggin through css-styled-content to find the that dl. But i hoped someone would know it right of hand.
13:24 pulponair TEXTIMG i meant
13:27 toms I wanted to use an extension to enable fe-users to change their password. I have chosen "fechangepassword", which tells me i do not have support for "ctype". I googled that ctype can only be installed by recompiling php. Is that right? I would like not recompile php :(
13:29 pulponair pmk65: foundt it :tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap
13:27 toms I wanted to use an extension to enable fe-users to change their password. I have chosen "fechangepassword", which tells me i do not have support for "ctype". I googled that ctype can only be installed by recompiling php. Is that right? I would like not recompile php :(
13:29 pulponair pmk65: foundt it :tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap
13:32 pmk65 pulponair: If you use the Template Analyzer of TYPO3, you can get the various templates listed out. (It's sometimes faster than using the Object Browser, specially if you need to unfold several properties)
13:32 pulponair pmk65: yes i am aware of the analyser
13:32 pmk65 pulponair: If you use the Template Analyzer of TYPO3, you can get the various templates listed out. (It's sometimes faster than using the Object Browser, specially if you need to unfold several properties)
13:32 pulponair pmk65: yes i am aware of the analyser
13:35 pmk65 There's 3 different ways you can get TEXTIMG rendered, default is using DL, but if you want UL instead, you set:
13:35 pmk65 tt_content.image.20.renderMethod = ul
13:35 pmk65 Or if you want it to use DIV, you set tt_content.image.20.renderMethod = div
13:38 pulponair pmk65: yes, but the main problem is that i need to assign a differen class to the "first" dl(or whatever) and optionSplit for tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap doesnt seem to work :|
13:39 pmk65 optionSplit only works inside menu objects, or in ccombination to the "split" property.
13:35 pmk65 There's 3 different ways you can get TEXTIMG rendered, default is using DL, but if you want UL instead, you set:
13:35 pmk65 tt_content.image.20.renderMethod = ul
13:35 pmk65 Or if you want it to use DIV, you set tt_content.image.20.renderMethod = div
13:38 pulponair pmk65: yes, but the main problem is that i need to assign a differen class to the "first" dl(or whatever) and optionSplit for tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap doesnt seem to work :|
13:39 pmk65 optionSplit only works inside menu objects, or in ccombination to the "split" property.
13:40 pulponair pmk65: wrong
13:41 pulponair pmk65: it works for all repeative elements
13:43 pmk65 nope. check TSRef, only "split" and menu objects list optionSplit support, not CONTENT or RECORD objects, which can display repeative data too.
13:44 pmk65 BUT, you can use it with other elements by setting up a dummy split property.
13:44 tanob hello guys, im using PHP_SCRIPT, but inside the script the $GLOBALS['TSFE']->sys_language_uid always returns 0
13:40 pulponair pmk65: wrong
13:41 pulponair pmk65: it works for all repeative elements
13:43 pmk65 nope. check TSRef, only "split" and menu objects list optionSplit support, not CONTENT or RECORD objects, which can display repeative data too.
13:44 pmk65 BUT, you can use it with other elements by setting up a dummy split property.
13:44 tanob hello guys, im using PHP_SCRIPT, but inside the script the $GLOBALS['TSFE']->sys_language_uid always returns 0
13:45 tanob how can I get the right config?
13:47 tanob $GLOBALS['TSFE']->config['config']['sys_language_uid']
13:47 tanob this is returning the right one
13:48 pmk65 pulponair: Here's an example that uses a dummy split property, to enable optionSplit in CONTENT objects. http://phpfi.com/257904
13:45 tanob how can I get the right config?
13:47 tanob $GLOBALS['TSFE']->config['config']['sys_language_uid']
13:47 tanob this is returning the right one
13:48 pmk65 pulponair: Here's an example that uses a dummy split property, to enable optionSplit in CONTENT objects. http://phpfi.com/257904
13:54 pulponair pmk65: do you think that could be attached to :tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap?
13:54 pulponair pmk65: do you think that could be attached to :tt_content.image.20.rendering.dl.oneImageStdWrap.dataWrap?
13:58 pmk65 maybe, bu from what i can se in my Template Analyzer, then the TEXTIMG object is a USER object, so it might behave differently than normal objects. (it looks like it got optionSplit already.)
13:59 pmk65 There's a line like this in the setup: addClassesImage.override = csc-textpic-firstcol |*| |*| csc-textpic-lastcol
13:58 pmk65 maybe, bu from what i can se in my Template Analyzer, then the TEXTIMG object is a USER object, so it might behave differently than normal objects. (it looks like it got optionSplit already.)
13:59 pmk65 There's a line like this in the setup: addClassesImage.override = csc-textpic-firstcol |*| |*| csc-textpic-lastcol
14:05 pulponair pmk65:yes but that seems to be column related (already played arround with it)
14:05 pulponair pmk65:yes but that seems to be column related (already played arround with it)
14:12 tsrepadmin just2b
14:14 delmonico hmmm my editor user can't edit templavoila flexcontent elements for some reason... what do I need to set in the premissions?
14:14 tsrepadmin I develop a commerce extension, and the images are saved without path. I'm using DAM. Anybody knows if this is because I'm using DAM, and how I can use the images?
14:12 tsrepadmin just2b
14:14 delmonico hmmm my editor user can't edit templavoila flexcontent elements for some reason... what do I need to set in the premissions?
14:14 tsrepadmin I develop a commerce extension, and the images are saved without path. I'm using DAM. Anybody knows if this is because I'm using DAM, and how I can use the images?
14:15 tsrepadmin delmonico: TV Data Structure and TO
14:17 delmonico oh, I only had TO... thanks :)
14:17 pulponair pmk65: there is a register:IMG_NUM which counts through the image i could use this one to override that datawrap
14:15 tsrepadmin delmonico: TV Data Structure and TO
14:17 delmonico oh, I only had TO... thanks :)
14:17 pulponair pmk65: there is a register:IMG_NUM which counts through the image i could use this one to override that datawrap
14:29 pulponair hmm can someone help getting a grip on that data.override thing? i got a dataWrap contdition i need to change on a certain condition (e.g. register:NUM_IM >0)
14:29 pulponair hmm can someone help getting a grip on that data.override thing? i got a dataWrap contdition i need to change on a certain condition (e.g. register:NUM_IM >0)
14:46 pulponair no one?
14:46 pulponair no one?
15:03 delmonico can I disable the tt_content "header" field (want to use templavoila headers only...)
15:03 delmonico can I disable the tt_content "header" field (want to use templavoila headers only...)
15:14 voidus anyone here used DAM, Templavoila and DAM-TV-connector?
15:14 voidus delmonico: yes, you can
15:14 voidus anyone here used DAM, Templavoila and DAM-TV-connector?
15:14 voidus delmonico: yes, you can
15:24 delmonico voidus: ;) how?
15:24 delmonico voidus: ;) how?
15:25 delmonico "can you tell me how?" ;)
15:25 voidus delmonico: change a TCA... you need to write 1 line in your typo3conf/exttables.php
15:29 voidus delmonico: are you ready to do that? :)
15:25 delmonico "can you tell me how?" ;)
15:25 voidus delmonico: change a TCA... you need to write 1 line in your typo3conf/exttables.php
15:29 voidus delmonico: are you ready to do that? :)
15:42 delmonico voidus: sorry, got distracted :(
15:42 delmonico voidus: sorry, got distracted :(
15:45 voidus so.. at first, we need to know actual TCA for tt_content table
15:46 voidus it's located at EXT:cms/tslib/tbl_tt_content.php
15:47 voidus for 'text' type it's a
15:47 voidus 'text' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties'),
15:47 delmonico thanks mate, will check it out :)
15:48 voidus so, open your typo3conf/exttables.php and write $GLOBALS['TCA']['tt_content']['types']['text'] = str_replace('header;;3;;2-2-2,', '', $GLOBALS['TCA']['tt_content']['types']['text']);
15:48 voidus if i am not wrong in argument order
15:45 voidus so.. at first, we need to know actual TCA for tt_content table
15:46 voidus it's located at EXT:cms/tslib/tbl_tt_content.php
15:47 voidus for 'text' type it's a
15:47 voidus 'text' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties'),
15:47 delmonico thanks mate, will check it out :)
15:48 voidus so, open your typo3conf/exttables.php and write $GLOBALS['TCA']['tt_content']['types']['text'] = str_replace('header;;3;;2-2-2,', '', $GLOBALS['TCA']['tt_content']['types']['text']);
15:48 voidus if i am not wrong in argument order
15:57 Boonkerz Warning: parse_url(http://javascript:linkTo_UnCryptMailto
15:57 Boonkerz i hate it :-)
15:57 Boonkerz Warning: parse_url(http://javascript:linkTo_UnCryptMailto
15:57 Boonkerz i hate it :-)
16:07 bedlamhotel boonkerz: what's the problem?
16:07 Boonkerz this error in frintend
16:07 Boonkerz frontend
16:07 Boonkerz :D
16:08 anteater_sa does anyone know why "related news" in tt_news will only show one related news article?
16:09 anteater_sa i am looking in typoscript object browser and cannot find anything
16:07 bedlamhotel boonkerz: what's the problem?
16:07 Boonkerz this error in frintend
16:07 Boonkerz frontend
16:07 Boonkerz :D
16:08 anteater_sa does anyone know why "related news" in tt_news will only show one related news article?
16:09 anteater_sa i am looking in typoscript object browser and cannot find anything
16:13 bedlamhotel bonkerz: you have spamProtectEmailAddresses = {something} in your template, right? Do you also have something like removeDefaultJS = 1 ?
16:13 bedlamhotel bonkerz: you have spamProtectEmailAddresses = {something} in your template, right? Do you also have something like removeDefaultJS = 1 ?
17:13 silithlas hi, anybody knows how I can change background color, or other css styles in the RTE window? I tried changing body, bodytext, htmlarea classes but it does nothing. thanks
17:13 silithlas hi, anybody knows how I can change background color, or other css styles in the RTE window? I tried changing body, bodytext, htmlarea classes but it does nothing. thanks
17:17 SuperBusinessman hi
17:18 SuperBusinessman can i edit no. of fields in a user profile?
17:18 SuperBusinessman and, i want a particular page to show usename, and a particular page to show Email. is it possible?
17:17 SuperBusinessman hi
17:18 SuperBusinessman can i edit no. of fields in a user profile?
17:18 SuperBusinessman and, i want a particular page to show usename, and a particular page to show Email. is it possible?
17:44 dokma duh
17:44 dokma the population is getting diminished
17:44 dokma :D
17:44 dokma anyone here used weeaar_googlesitemap?
17:44 dokma duh
17:44 dokma the population is getting diminished
17:44 dokma :D
17:44 dokma anyone here used weeaar_googlesitemap?
17:45 dokma actually this is more of a 'filename' section of realurl question
17:46 dokma Can someone explain what does this:
17:46 dokma 'sitemap.xml' => array(
17:46 dokma 'keyValues' => array(
17:46 dokma 'type' => 200,
17:46 dokma ),
17:46 dokma ),
17:46 dokma do in the localconf.php and how can I make use of it?
17:45 dokma actually this is more of a 'filename' section of realurl question
17:46 dokma Can someone explain what does this:
17:46 dokma 'sitemap.xml' => array(
17:46 dokma 'keyValues' => array(
17:46 dokma 'type' => 200,
17:46 dokma ),
17:46 dokma ),
17:46 dokma do in the localconf.php and how can I make use of it?
18:04 theconic heyho guys, can someone tell me how to hide the submenu in a special page?
18:04 theconic heyho guys, can someone tell me how to hide the submenu in a special page?
18:05 theconic (the page is made with TemplaVoila)
18:05 theconic (the page is made with TemplaVoila)
18:36 uschi hello folks :-))
18:38 silithlas hi, anybody knows what I should put in htmlarea.css to change background color of the RTE? Thanks
18:36 uschi hello folks :-))
18:38 silithlas hi, anybody knows what I should put in htmlarea.css to change background color of the RTE? Thanks
18:41 uschi wait a second, silithlas
18:43 uschi silithlas, try .htmlarea-content-body body {background-color: yourcolor}
18:44 silithlas does not work, it is still blank
18:41 uschi wait a second, silithlas
18:43 uschi silithlas, try .htmlarea-content-body body {background-color: yourcolor}
18:44 silithlas does not work, it is still blank
18:45 uschi this is my only idea, silithlas
18:45 silithlas thanks :)
18:49 uschi hey, not true, silithlas
18:49 uschi i have another idea
18:49 silithlas oh ^^
18:49 uschi .htmlarea-content-body might be your friend
18:45 uschi this is my only idea, silithlas
18:45 silithlas thanks :)
18:49 uschi hey, not true, silithlas
18:49 uschi i have another idea
18:49 silithlas oh ^^
18:49 uschi .htmlarea-content-body might be your friend
18:50 silithlas it works, thanks :)
18:50 uschi grats :-)
18:50 silithlas it works, thanks :)
18:50 uschi grats :-)
19:00 bedlamhotel uschi + silithlas: you can also set the background color in the stylesheet that you provide to rtehtmlarea using RTE.default.contentCSS. I usually use a stylesheet for htmlarea, and another for the main layout etc in the site. I override the body background color for the FE with the other stylesheet...
19:01 uschi bedlamhotel, my way is different
19:01 uschi i have only one css for rte and fe
19:02 uschi i divide my css in the frontend into common.css (main blocks and stuff) and a content.css
19:02 uschi in content.css everything is defined which is needed for the RTE
19:03 uschi then I do have an rte.css, but that one only imports content.css and restricts certain classes to certain elements
19:04 uschi i am still struggling with this language stuff, by the way
19:04 bedlamhotel uschi: yes, that sounds like a good way too. Still? Any progress at all?
19:04 uschi yes
19:04 uschi i found out, what is wrong with those unparsed xml files
19:00 bedlamhotel uschi + silithlas: you can also set the background color in the stylesheet that you provide to rtehtmlarea using RTE.default.contentCSS. I usually use a stylesheet for htmlarea, and another for the main layout etc in the site. I override the body background color for the FE with the other stylesheet...
19:01 uschi bedlamhotel, my way is different
19:01 uschi i have only one css for rte and fe
19:02 uschi i divide my css in the frontend into common.css (main blocks and stuff) and a content.css
19:02 uschi in content.css everything is defined which is needed for the RTE
19:03 uschi then I do have an rte.css, but that one only imports content.css and restricts certain classes to certain elements
19:04 uschi i am still struggling with this language stuff, by the way
19:04 bedlamhotel uschi: yes, that sounds like a good way too. Still? Any progress at all?
19:04 uschi yes
19:04 uschi i found out, what is wrong with those unparsed xml files
19:05 uschi now i am on my way to solve the problem with the broken umlauts with the 'direct' method
19:05 uschi once i found out about that one, i will put the whole thingy into the bugtracker
19:06 bedlamhotel What was wrong with the files?
19:07 uschi in function getLLContent $LANG->lang gets mapped to a rte variable $this->contentTypo3Language
19:07 uschi but this variable is empty
19:08 uschi it is first defined in function drawRTE at line 420 ff
19:08 uschi but then overwritten under certain circumstances in the following lines
19:09 uschi somehow the content language is taken into account
19:09 uschi one will end up with an empty value, if sys_language_uid of the CE is 0 or English
19:05 uschi now i am on my way to solve the problem with the broken umlauts with the 'direct' method
19:05 uschi once i found out about that one, i will put the whole thingy into the bugtracker
19:06 bedlamhotel What was wrong with the files?
19:07 uschi in function getLLContent $LANG->lang gets mapped to a rte variable $this->contentTypo3Language
19:07 uschi but this variable is empty
19:08 uschi it is first defined in function drawRTE at line 420 ff
19:08 uschi but then overwritten under certain circumstances in the following lines
19:09 uschi somehow the content language is taken into account
19:09 uschi one will end up with an empty value, if sys_language_uid of the CE is 0 or English
19:10 uschi because table static_languages.lg_typo3 is empty for english
19:11 bedlamhotel Sometimes I want to chuck TYPO3 and start from scratch ;-)
19:11 uschi all in all, it is wrong to take the content language into account, because if my BE-language is german, and I am editing a spanish version of a CE, this does not mean, that I want to have a spanish gui for the RTE
19:13 uschi means, you want to throw the baby away with the water, bedlamhotel ?
19:10 uschi because table static_languages.lg_typo3 is empty for english
19:11 bedlamhotel Sometimes I want to chuck TYPO3 and start from scratch ;-)
19:11 uschi all in all, it is wrong to take the content language into account, because if my BE-language is german, and I am editing a spanish version of a CE, this does not mean, that I want to have a spanish gui for the RTE
19:13 uschi means, you want to throw the baby away with the water, bedlamhotel ?
19:21 bedlamhotel uschi: precisely ;-)
19:22 bedlamhotel uschi: or at least the content and the BE language should be considered separately in their rightful places...
19:22 uschi bedlamhotel, as a matter of fact, it all goes back to the same problem *grumbles*
19:23 uschi have a look at this language section in drawRTE, it seems to be complete nonsense to me
19:21 bedlamhotel uschi: precisely ;-)
19:22 bedlamhotel uschi: or at least the content and the BE language should be considered separately in their rightful places...
19:22 uschi bedlamhotel, as a matter of fact, it all goes back to the same problem *grumbles*
19:23 uschi have a look at this language section in drawRTE, it seems to be complete nonsense to me
19:29 bedlamhotel uschi: what file's that in?
19:29 bedlamhotel uschi: what file's that in?
19:30 uschi class.txt_rtehtmlarea_base.php
19:33 bedlamhotel Uschi: you're right: gobbledygook.
19:34 uschi do you have any idea what stanislas might have had in mind, when he was doing this?
19:30 uschi class.txt_rtehtmlarea_base.php
19:33 bedlamhotel Uschi: you're right: gobbledygook.
19:34 uschi do you have any idea what stanislas might have had in mind, when he was doing this?
19:36 bedlamhotel uschi: no, not without digging a lot deeper into it.
19:36 uschi one problem solved: xml files get read
19:36 uschi fine, and converted correctly
19:37 bedlamhotel [!] Nice going.
19:37 uschi but only if you have iso-8859-1 for $LANG->origCharSet
19:38 uschi because if you set this to utf-8, the 'direct' values are displayed correctly, but the encoding of the xml-stuff is fucked up!
19:38 uschi it drives me NUTS!!!!!!
19:39 bedlamhotel Too many lang settings in too many places...a sign of how cruftily much of T3 was originally coded...
19:36 bedlamhotel uschi: no, not without digging a lot deeper into it.
19:36 uschi one problem solved: xml files get read
19:36 uschi fine, and converted correctly
19:37 bedlamhotel [!] Nice going.
19:37 uschi but only if you have iso-8859-1 for $LANG->origCharSet
19:38 uschi because if you set this to utf-8, the 'direct' values are displayed correctly, but the encoding of the xml-stuff is fucked up!
19:38 uschi it drives me NUTS!!!!!!
19:39 bedlamhotel Too many lang settings in too many places...a sign of how cruftily much of T3 was originally coded...
19:46 silithlas btw I also use a special css for htmlarea, but it still needs to know the classes to us e:)
19:49 uschi yes, i am fiddling around with exactly that mess right now, silithlas
19:49 silithlas is there a way to increase RTE width even when not full screen, like we do with TCEFORM.tt_news.bodytext.RTEfullScreenWidth ?
19:49 uschi i do not know right now, but if there is a way, let me know, because i would like to do that as well
19:46 silithlas btw I also use a special css for htmlarea, but it still needs to know the classes to us e:)
19:49 uschi yes, i am fiddling around with exactly that mess right now, silithlas
19:49 silithlas is there a way to increase RTE width even when not full screen, like we do with TCEFORM.tt_news.bodytext.RTEfullScreenWidth ?
19:49 uschi i do not know right now, but if there is a way, let me know, because i would like to do that as well
19:51 silithlas because always having to click on full screen editing... ^^
19:51 uschi right
19:53 silithlas btw how to come back in normal RTE after beeing in full screen one?
19:54 uschi save document and close?
19:51 silithlas because always having to click on full screen editing... ^^
19:51 uschi right
19:53 silithlas btw how to come back in normal RTE after beeing in full screen one?
19:54 uschi save document and close?
19:55 silithlas it is the only way?
19:57 uschi i do not see another one
19:58 silithlas too bad they do not put a button to do that ^^
19:55 silithlas it is the only way?
19:57 uschi i do not see another one
19:58 silithlas too bad they do not put a button to do that ^^
20:00 silithlas so thanks for your help, good night
20:00 silithlas so thanks for your help, good night
20:23 timo41 hi im trying to write an login extension and always get an redirect error "The page isn't redirecting properly" can some one help me? i am a newbie in extension developement, i use !$GLOBALS['TSFE']->loginUser to get the login state
20:23 timo41 hi im trying to write an login extension and always get an redirect error "The page isn't redirecting properly" can some one help me? i am a newbie in extension developement, i use !$GLOBALS['TSFE']->loginUser to get the login state
22:46 Denyerec vening all
22:46 Denyerec +E
22:46 Denyerec vening all
22:46 Denyerec +E
23:48 Diblo Hello is som boddy fres to help me whit my site. The imge in the top will not work :(
23:49 Diblo http://www.team-target.dk/index.php?id=1
23:48 Diblo Hello is som boddy fres to help me whit my site. The imge in the top will not work :(
23:49 Diblo http://www.team-target.dk/index.php?id=1
23:52 voidus Diblo: what do you mean "will not work"?
23:52 voidus home, visions, etc?
23:52 Diblo http://www.team-target.dk/fileadmin/templates/index.html <- the template
23:53 voidus and?
23:53 Diblo it have to show at imge whit the name in
23:53 Diblo a*
23:53 voidus seems like files aren't find at the filesystem
23:54 voidus clear the fe cache and try again
23:54 Diblo the im6 og gdlib have to convert the imige to get it to work
23:54 voidus IM
23:52 voidus Diblo: what do you mean "will not work"?
23:52 voidus home, visions, etc?
23:52 Diblo http://www.team-target.dk/fileadmin/templates/index.html <- the template
23:53 voidus and?
23:53 Diblo it have to show at imge whit the name in
23:53 Diblo a*
23:53 voidus seems like files aren't find at the filesystem
23:54 voidus clear the fe cache and try again
23:54 Diblo the im6 og gdlib have to convert the imige to get it to work
23:54 voidus IM
23:55 voidus but as I see image url's that seem 'right'..
23:55 Diblo just done or i have to reples the template after words
23:56 Diblo yse but i dont unstandt is whey we it not take the image i have ind the tempate and use it ? :S
23:57 Diblo well*
23:57 voidus ind?
23:57 Diblo in* :P
23:57 voidus whey? :P
23:58 Diblo why
23:58 Diblo :S
23:58 voidus aha.. i understand :)
23:58 voidus show your TS
23:58 Diblo sry for my bad English :)
23:59 voidus not so bad.. just typos :)
23:59 Diblo TS ? :P
23:59 voidus at least 3 for each line. you're t3's guru :))
23:59 voidus TS = typoScript
23:55 voidus but as I see image url's that seem 'right'..
23:55 Diblo just done or i have to reples the template after words
23:56 Diblo yse but i dont unstandt is whey we it not take the image i have ind the tempate and use it ? :S
23:57 Diblo well*
23:57 voidus ind?
23:57 Diblo in* :P
23:57 voidus whey? :P
23:58 Diblo why
23:58 Diblo :S
23:58 voidus aha.. i understand :)
23:58 voidus show your TS
23:58 Diblo sry for my bad English :)
23:59 voidus not so bad.. just typos :)
23:59 Diblo TS ? :P
23:59 voidus at least 3 for each line. you're t3's guru :))
23:59 voidus TS = typoScript

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.