Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 19 June 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
02:20 tansta hi all
02:20 tansta anyone free for some TS help ? :D
02:21 tansta how to i put a content element Title anywhere i want ?
02:21 tansta eg: on the right column
02:21 tansta do i make sense at all ?
02:21 tansta :D
02:20 tansta hi all
02:20 tansta anyone free for some TS help ? :D
02:21 tansta how to i put a content element Title anywhere i want ?
02:21 tansta eg: on the right column
02:21 tansta do i make sense at all ?
02:21 tansta :D
04:11 d|g hi all
04:11 d|g hi all
04:45 Lann hey!
04:45 Lann how can i link to a page in my site...but retain the current language? it loses the &L= on hard links
04:45 Lann hey!
04:45 Lann how can i link to a page in my site...but retain the current language? it loses the &L= on hard links
05:14 d|g Lann, how you setup your link?
05:14 Lann well right now it is in the template file
05:14 Lann im trying to make a link to the homepage
05:14 Lann that is on all pages
05:14 d|g Lann, how you setup your link?
05:14 Lann well right now it is in the template file
05:14 Lann im trying to make a link to the homepage
05:14 Lann that is on all pages
05:16 Lann how can i do that?
05:16 d|g one moment...
05:16 Lann how can i do that?
05:16 d|g one moment...
05:26 d|g try something like this:
05:27 d|g lib.menu = COA
05:27 d|g lib.menu {
05:27 d|g 10 = TEXT
05:27 d|g 10.data = DB : pages:{$mainpage_uid}:title
05:27 d|g 10.typolink.parameter.data = leveluid : 0
05:27 d|g }
05:28 d|g {$mainpage_uid} is ID of main page
05:29 bedlamhotel d|g / Lann: try 10.data = leveltitle:0
05:29 bedlamhotel ...no need for that constant in that case...
05:29 Lann k
05:26 d|g try something like this:
05:27 d|g lib.menu = COA
05:27 d|g lib.menu {
05:27 d|g 10 = TEXT
05:27 d|g 10.data = DB : pages:{$mainpage_uid}:title
05:27 d|g 10.typolink.parameter.data = leveluid : 0
05:27 d|g }
05:28 d|g {$mainpage_uid} is ID of main page
05:29 bedlamhotel d|g / Lann: try 10.data = leveltitle:0
05:29 bedlamhotel ...no need for that constant in that case...
05:29 Lann k
05:30 Lann where do i put that code?
05:30 d|g bedlamhotel yes =) if main page on top level
05:30 bedlamhotel Lann: Huh? What do you mean?
05:31 Lann where do i put D|G's code
05:31 bedlamhotel d|g: not much point making a link to the root page with another page's title... ;-)
05:31 Lann i have this:
05:31 Lann <td><img src="header.jpg"</td>
05:31 Lann err
05:31 Lann <td id="header_img">
05:31 Lann how can i make that image a link to the homepage?
05:32 Lann on all pages
05:32 bedlamhotel Lann: um. It's too late at night for me to offer a complete course in Typoscript templating. Try the Typoscript By Example manual.
05:33 Lann i understand the templating a little
05:33 Lann i could replace the whole td area...but i dont know how to put a link in there
05:34 bedlamhotel Lann: if you know a little templating, then this /may/ help you with the TSref: http://www.typo3apprentice.com/howto/rftm/
05:30 Lann where do i put that code?
05:30 d|g bedlamhotel yes =) if main page on top level
05:30 bedlamhotel Lann: Huh? What do you mean?
05:31 Lann where do i put D|G's code
05:31 bedlamhotel d|g: not much point making a link to the root page with another page's title... ;-)
05:31 Lann i have this:
05:31 Lann <td><img src="header.jpg"</td>
05:31 Lann err
05:31 Lann <td id="header_img">
05:31 Lann how can i make that image a link to the homepage?
05:32 Lann on all pages
05:32 bedlamhotel Lann: um. It's too late at night for me to offer a complete course in Typoscript templating. Try the Typoscript By Example manual.
05:33 Lann i understand the templating a little
05:33 Lann i could replace the whole td area...but i dont know how to put a link in there
05:34 bedlamhotel Lann: if you know a little templating, then this /may/ help you with the TSref: http://www.typo3apprentice.com/howto/rftm/
05:35 d|g Lann are you use markers/subparts or templaVoila?
05:35 bedlamhotel ...but what you probably need more is to look at samples of the TEMPLATE cObject or TV templating...
05:35 Lann markers/subparts
05:35 bedlamhotel ...as d|g has just beaten me to saying ;-D
05:36 Lann i have no faith in the documentation
05:36 Lann it took me 8 hours to set up localization
05:36 d|g bedlamhotel ...howto/rTFm/ ;)
05:36 Lann and i still cant get workflows going
05:37 Lann and nobody that i've run across could either
05:37 bedlamhotel d|g: I don't follow ;-)
05:38 bedlamhotel Lann: I wrote the rtfm piece, but IMO it's pretty good ;-) In any case, you won't get very far if you refuse to read the docs.
05:38 Lann someone shoulda visited howto/wtfm
05:39 bedlamhotel 8 hours does not seem outlandish for first time setting up localization in TYPO3--especially if you're new to the system as a whole.
05:39 d|g Lann ok... you use markers/subparts... and you may replace <td> to simple TEXT for all pages... right?
05:35 d|g Lann are you use markers/subparts or templaVoila?
05:35 bedlamhotel ...but what you probably need more is to look at samples of the TEMPLATE cObject or TV templating...
05:35 Lann markers/subparts
05:35 bedlamhotel ...as d|g has just beaten me to saying ;-D
05:36 Lann i have no faith in the documentation
05:36 Lann it took me 8 hours to set up localization
05:36 d|g bedlamhotel ...howto/rTFm/ ;)
05:36 Lann and i still cant get workflows going
05:37 Lann and nobody that i've run across could either
05:37 bedlamhotel d|g: I don't follow ;-)
05:38 bedlamhotel Lann: I wrote the rtfm piece, but IMO it's pretty good ;-) In any case, you won't get very far if you refuse to read the docs.
05:38 Lann someone shoulda visited howto/wtfm
05:39 bedlamhotel 8 hours does not seem outlandish for first time setting up localization in TYPO3--especially if you're new to the system as a whole.
05:39 d|g Lann ok... you use markers/subparts... and you may replace <td> to simple TEXT for all pages... right?
05:40 Lann uh, i want to put an image link to the home page inside of the header_img td
05:40 Lann for all pages
05:40 Lann i can get it working with jankiness...but it wont retain localization parameters
05:40 d|g image will be next step =)
05:42 Lann what was the first step?
05:43 Lann lol
05:44 dax77 moin
05:44 d|g first step i want know, can you insert TEXT = Hello in your TD for all pages or you cann't
05:44 Lann yeah i know how to do that
05:40 Lann uh, i want to put an image link to the home page inside of the header_img td
05:40 Lann for all pages
05:40 Lann i can get it working with jankiness...but it wont retain localization parameters
05:40 d|g image will be next step =)
05:42 Lann what was the first step?
05:43 Lann lol
05:44 dax77 moin
05:44 d|g first step i want know, can you insert TEXT = Hello in your TD for all pages or you cann't
05:44 Lann yeah i know how to do that
05:46 d|g shom me your TS code for this TEXT please
05:46 d|g dax77 hi =)
05:48 Lann aww fuck it, my shell host is down
05:48 Lann i'll work on it tomorrow morning
05:48 Lann see you guys in about 10 hours
05:46 d|g shom me your TS code for this TEXT please
05:46 d|g dax77 hi =)
05:48 Lann aww fuck it, my shell host is down
05:48 Lann i'll work on it tomorrow morning
05:48 Lann see you guys in about 10 hours
05:51 d|g bedlamhotel, i think he need this 10 hour for reading TSRef =)
05:51 d|g bedlamhotel, i think he need this 10 hour for reading TSRef =)
05:59 katie hi all
05:59 katie RO.allWrap = <div id="sub-menu-link-RO"> | </div>
06:00 katie do this command is ok with TMENU
05:59 katie hi all
05:59 katie RO.allWrap = <div id="sub-menu-link-RO"> | </div>
06:00 katie do this command is ok with TMENU
06:00 katie its not working!
06:01 d|g RO = 1?
06:01 katie yes i have done RO =1
06:01 katie but class is not applying
06:02 katie does RO not worked on TMENU?
06:03 d|g sorry... i used RO on GMENU only
06:04 katie :(
06:04 katie any one else here got a solution?
06:00 katie its not working!
06:01 d|g RO = 1?
06:01 katie yes i have done RO =1
06:01 katie but class is not applying
06:02 katie does RO not worked on TMENU?
06:03 d|g sorry... i used RO on GMENU only
06:04 katie :(
06:04 katie any one else here got a solution?
06:07 d|g may be this can help you... http://www.rvantwisk.nl/typo3-snippets/yacbddm-yet-another-css-based-drop-down-menu-for-typo3.html
06:07 d|g may be this can help you... http://www.rvantwisk.nl/typo3-snippets/yacbddm-yet-another-css-based-drop-down-menu-for-typo3.html
06:32 uschi has anyone ever installed t3 under solaris
06:32 uschi everything seems to work, but we do have problems with graphicsmagick
06:32 uschi has anyone ever installed t3 under solaris
06:32 uschi everything seems to work, but we do have problems with graphicsmagick
06:47 null_0 moin
06:46 null_0 moin
06:51 smeringe moin null_0
06:51 smeringe moin null_0
07:02 FloLeBlanc hi all
07:02 FloLeBlanc hi all
07:15 mar77i morning
07:18 mar77i need to parse form objects inside an extension. that is tslib_content->FORM() function if I don't err, but what's the args? - or is it possible to receive content in the $content arg of my ext->main() func?
07:15 mar77i morning
07:18 mar77i need to parse form objects inside an extension. that is tslib_content->FORM() function if I don't err, but what's the args? - or is it possible to receive content in the $content arg of my ext->main() func?
07:20 mar77i anyone?
07:20 mar77i anyone?
07:31 FloLeBlanc mar77i: don't know sorry
07:32 mar77i found something on the web, I think. thx though
07:31 FloLeBlanc mar77i: don't know sorry
07:32 mar77i found something on the web, I think. thx though
07:51 teppi|work goog morning!
07:52 teppi|work can somebody give me a hint, how to set a page title in an extension .. it seems that $GLOBALS['TSFE']->page['title'] = $pageTitle; is not working :-(
07:52 teppi|work it has something to do with the loading order i think
07:53 cookiestar HI, on what can i see, that the navi was builded by gifbuilder?
07:51 teppi|work goog morning!
07:52 teppi|work can somebody give me a hint, how to set a page title in an extension .. it seems that $GLOBALS['TSFE']->page['title'] = $pageTitle; is not working :-(
07:52 teppi|work it has something to do with the loading order i think
07:53 cookiestar HI, on what can i see, that the navi was builded by gifbuilder?
07:59 cookiestar any idea?
07:59 cookiestar any idea?
08:01 FloLeBlanc can someone tell me where to clear the cache in FF plz?
08:04 FloLeBlanc nvm
08:01 FloLeBlanc can someone tell me where to clear the cache in FF plz?
08:04 FloLeBlanc nvm
08:06 FloLeBlanc FF gives me the creeps.. tells me there's an premature end of file headers but the page works in IE and opera so there cannot be an error, it is php related lol
08:09 Fanty anyway to easily make a TV template when you view a page to display a wide top column and a left and right column below it instead of just three columns?
08:06 FloLeBlanc FF gives me the creeps.. tells me there's an premature end of file headers but the page works in IE and opera so there cannot be an error, it is php related lol
08:09 Fanty anyway to easily make a TV template when you view a page to display a wide top column and a left and right column below it instead of just three columns?
08:26 thrawn hi guys, i have simple question: i have some frontend users and some sites with limited access. if the users are not logged in, the links in the navigation are hidden. how can i change this? i want to show the link all the users (also the not logged in users) but redirect all the users to the login page, who have no access rights
08:28 thrawn or maybe you can give me some buzzwords for google, i cant find anything :/
08:26 thrawn hi guys, i have simple question: i have some frontend users and some sites with limited access. if the users are not logged in, the links in the navigation are hidden. how can i change this? i want to show the link all the users (also the not logged in users) but redirect all the users to the login page, who have no access rights
08:28 thrawn or maybe you can give me some buzzwords for google, i cant find anything :/
08:31 brainwasher can someone help me with ve_guestbook?
08:31 brainwasher can someone help me with ve_guestbook?
08:51 FloLeBlanc thrawn: wouldn't it be wiser to set access to the content elements on the pages and tell the user that he should register to see the content?
08:52 mar77i Fanty: config by ts, that the center column is not floating and 100% of width
08:52 brainwasher can someone help me with ve_guestbook?
08:52 brainwasher how i can use installed extensions
08:52 brainwasher i have problems 2 use ve_guestbook
08:51 FloLeBlanc thrawn: wouldn't it be wiser to set access to the content elements on the pages and tell the user that he should register to see the content?
08:52 mar77i Fanty: config by ts, that the center column is not floating and 100% of width
08:52 brainwasher can someone help me with ve_guestbook?
08:52 brainwasher how i can use installed extensions
08:52 brainwasher i have problems 2 use ve_guestbook
08:56 mar77i brainwasher: uses of extensions are as volatile as the extensions themselves. read doc for ve_guestbook... do you mind a german tutorial?
08:56 dax77 brainwasher: please describe the problems, than people might answer ;)
08:58 mar77i need to parse form objects inside an extension. that is tslib_content->FORM() function if I don't err, but what's the args? - or is it possible to receive content in the $content arg of my ext->main() func?
08:59 brainwasher i have installed the extension and i used a tutorial
08:59 brainwasher but it doesnt run
08:59 dax77 mar77i: tt_content inside tslib (typo3/sysext/cms) is your friend :)
08:56 mar77i brainwasher: uses of extensions are as volatile as the extensions themselves. read doc for ve_guestbook... do you mind a german tutorial?
08:56 dax77 brainwasher: please describe the problems, than people might answer ;)
08:58 mar77i need to parse form objects inside an extension. that is tslib_content->FORM() function if I don't err, but what's the args? - or is it possible to receive content in the $content arg of my ext->main() func?
08:59 brainwasher i have installed the extension and i used a tutorial
08:59 brainwasher but it doesnt run
08:59 dax77 mar77i: tt_content inside tslib (typo3/sysext/cms) is your friend :)
09:00 brainwasher mar77i lets go in an other channel i am german
09:00 dax77 brainwasher: startingpoints defined? static template configured?
09:00 mar77i dax77: what about that $conf argument?
09:01 brainwasher mar #typo3.ger
09:01 mar77i brainwasher: I have to get back @w
09:01 dax77 mar77i: for which function?
09:01 brainwasher i have a simple strukture...
09:02 mar77i content->FORM() << if that is the mailform parser, right?
09:02 brainwasher 1startpoint and 4 underpoints
09:02 brainwasher and 2 markers
09:02 FloLeBlanc is there a "replace every 2nd occurance of a string" function in php? :)
09:02 brainwasher MENU and CONTENT
09:03 dax77 mar77i: you should have a look at typo3/sysext/cms/tslib/class.tt_content.php there you will find the according function and in the description what you have to pass to it
09:03 dax77 FloLeBlanc: don't think so
09:04 FloLeBlanc hmm have to check how jkpoll does the displaying
09:04 ndee http://suzukiv2.autoglobal.ch/ <-- we upgraded to php5 and now that menu on the left looks weird. Anyone experienced something similar?
09:00 brainwasher mar77i lets go in an other channel i am german
09:00 dax77 brainwasher: startingpoints defined? static template configured?
09:00 mar77i dax77: what about that $conf argument?
09:01 brainwasher mar #typo3.ger
09:01 mar77i brainwasher: I have to get back @w
09:01 dax77 mar77i: for which function?
09:01 brainwasher i have a simple strukture...
09:02 mar77i content->FORM() << if that is the mailform parser, right?
09:02 brainwasher 1startpoint and 4 underpoints
09:02 brainwasher and 2 markers
09:02 FloLeBlanc is there a "replace every 2nd occurance of a string" function in php? :)
09:02 brainwasher MENU and CONTENT
09:03 dax77 mar77i: you should have a look at typo3/sysext/cms/tslib/class.tt_content.php there you will find the according function and in the description what you have to pass to it
09:03 dax77 FloLeBlanc: don't think so
09:04 FloLeBlanc hmm have to check how jkpoll does the displaying
09:04 ndee http://suzukiv2.autoglobal.ch/ <-- we upgraded to php5 and now that menu on the left looks weird. Anyone experienced something similar?
09:05 dax77 brainwasher: and where is the problem with ve_guestbook?
09:05 brainwasher how i implementate it
09:06 brainwasher i read many tutorials but it doesn t run
09:06 ndee the images get streched to a width of 1029 suddenly
09:06 brainwasher and the template and typo3 scripts are so differen
09:06 beev0r hey i've got a problem concerning the integrated typo3 searchfunction (not indexed search)
09:06 mar77i dax77: there it says "config array" :)
09:07 beev0r i have a site with 2 languages
09:07 beev0r and when i search the page with the alternate language
09:07 beev0r the bodytext in the searchresult is in the correct language
09:08 beev0r but the headlines are always in my standard language although alternate language titles are entered
09:08 beev0r any ideas?
09:08 dax77 mar77i: than have a look at the tsref: FORM. all values there are available as key => value for $conf
09:09 dax77 brainwasher: can you paste at phpfi.com what your current setup for ve_guestbook is?
09:05 dax77 brainwasher: and where is the problem with ve_guestbook?
09:05 brainwasher how i implementate it
09:06 brainwasher i read many tutorials but it doesn t run
09:06 ndee the images get streched to a width of 1029 suddenly
09:06 brainwasher and the template and typo3 scripts are so differen
09:06 beev0r hey i've got a problem concerning the integrated typo3 searchfunction (not indexed search)
09:06 mar77i dax77: there it says "config array" :)
09:07 beev0r i have a site with 2 languages
09:07 beev0r and when i search the page with the alternate language
09:07 beev0r the bodytext in the searchresult is in the correct language
09:08 beev0r but the headlines are always in my standard language although alternate language titles are entered
09:08 beev0r any ideas?
09:08 dax77 mar77i: than have a look at the tsref: FORM. all values there are available as key => value for $conf
09:09 dax77 brainwasher: can you paste at phpfi.com what your current setup for ve_guestbook is?
09:13 koomi how could i trim whitespace in rte?
09:14 koomi i've got several editors who don't understand that newlines at the end of a content element are bad
09:13 koomi how could i trim whitespace in rte?
09:14 koomi i've got several editors who don't understand that newlines at the end of a content element are bad
09:33 tim83 hello
09:34 tim83 i have some problems with typo3 and the extension "extended calendar" does anybody know something about this extensions?
09:33 tim83 hello
09:34 tim83 i have some problems with typo3 and the extension "extended calendar" does anybody know something about this extensions?
09:36 tim83 does anybody know about it?
09:37 dax77 hi tim83
09:37 dax77 ask you questions and people will try to answer if they know ;)
09:37 tim83 hello dax77
09:39 tim83 Ok I just tried out the extension "extended calendar" for typo3. It works fine so far, but... when I want to switch to another month.. nothing happens.. the buttons seem to be no links...
09:39 tim83 do you understand my problem :)
09:36 tim83 does anybody know about it?
09:37 dax77 hi tim83
09:37 dax77 ask you questions and people will try to answer if they know ;)
09:37 tim83 hello dax77
09:39 tim83 Ok I just tried out the extension "extended calendar" for typo3. It works fine so far, but... when I want to switch to another month.. nothing happens.. the buttons seem to be no links...
09:39 tim83 do you understand my problem :)
09:40 dax77 yes, I do. Let me have a look at the manual
09:40 tim83 ok cool...
09:42 dax77 "You have to set at least all the pages for the views that you want to use"
09:42 dax77 did you do that, tim83?
09:43 tim83 i don't really understand what that should mean... I'm a dump bad english speaking german :)
09:44 dax77 tim83: go to the page where you ahve inserted the plugin and edit it. There should be flexform where you are able to choose pages for the different views
09:40 dax77 yes, I do. Let me have a look at the manual
09:40 tim83 ok cool...
09:42 dax77 "You have to set at least all the pages for the views that you want to use"
09:42 dax77 did you do that, tim83?
09:43 tim83 i don't really understand what that should mean... I'm a dump bad english speaking german :)
09:44 dax77 tim83: go to the page where you ahve inserted the plugin and edit it. There should be flexform where you are able to choose pages for the different views
09:45 tim83 ok I'll do that wait a moment...
09:46 koomi uschi: any ideas why i can set a table-class in rte but it's lost in the frontend?
09:47 tim83 edit the page or edit the pagecontent (the calendar)?
09:47 dax77 koomi: http://datenwolken.de/index.php?id=198
09:47 koomi hrhr dax77. uschi's page? :)
09:47 dax77 jup
09:47 koomi dax77: works in rte
09:47 koomi seems like i had an override for lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class
09:48 koomi that was broken
09:48 dax77 tim83: the plugin, which is part of thee page content
09:49 tim83 ok yeah now I'm there...
09:45 tim83 ok I'll do that wait a moment...
09:46 koomi uschi: any ideas why i can set a table-class in rte but it's lost in the frontend?
09:47 tim83 edit the page or edit the pagecontent (the calendar)?
09:47 dax77 koomi: http://datenwolken.de/index.php?id=198
09:47 koomi hrhr dax77. uschi's page? :)
09:47 dax77 jup
09:47 koomi dax77: works in rte
09:47 koomi seems like i had an override for lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class
09:48 koomi that was broken
09:48 dax77 tim83: the plugin, which is part of thee page content
09:49 tim83 ok yeah now I'm there...
09:50 dax77 tim83: search for an element with tabs (=flexform)
09:50 tim83 dax77: should I insert the sysfolder there, where I get the data from?
09:51 dax77 tim83: there should be an option to define a page for each view. These pages should not be sysfolders
09:52 tim83 dax77: oh, I insert the page where the calendar is shown?
09:52 dax77 tim83: I think so. or you have to create a separate page for each view (which I don't hope)
09:54 tim83 oh it works. thank you...
09:50 dax77 tim83: search for an element with tabs (=flexform)
09:50 tim83 dax77: should I insert the sysfolder there, where I get the data from?
09:51 dax77 tim83: there should be an option to define a page for each view. These pages should not be sysfolders
09:52 tim83 dax77: oh, I insert the page where the calendar is shown?
09:52 dax77 tim83: I think so. or you have to create a separate page for each view (which I don't hope)
09:54 tim83 oh it works. thank you...
09:59 thone hi. has someone a hint, links on a imagemap are opened in a new broswerwindow, i would like them to get opened in the same window :)
09:59 thone hi. has someone a hint, links on a imagemap are opened in a new broswerwindow, i would like them to get opened in the same window :)
10:20 cuchuoi hello
10:21 cuchuoi co ai biet noi tieng viet ko vay ?:D
10:20 cuchuoi hello
10:21 cuchuoi co ai biet noi tieng viet ko vay ?:D
10:27 dax77 cuchuoi: english please :)
10:27 dax77 cuchuoi: english please :)
10:40 beev0r is there a way to get chc forum running in several languages?
10:40 beev0r i need german and english. at the moment the whole forum is german
10:41 beev0r any ideas how i can show english forum labels if L=1 ?
10:40 beev0r is there a way to get chc forum running in several languages?
10:40 beev0r i need german and english. at the moment the whole forum is german
10:41 beev0r any ideas how i can show english forum labels if L=1 ?
10:49 dax77 beev0r: how did you get it to be displayed in german? do it the same way for default -> english
10:49 dax77 beev0r: how did you get it to be displayed in german? do it the same way for default -> english
10:50 beev0r i did nothing to get it displayed in german. that's my default language
10:50 beev0r i just inserted the plugin into the page
10:50 beev0r and voila: it was german
10:50 andreasbalzer beev0r: do you get the other contents in English when you add &L=1 ?
10:51 beev0r yep
10:51 beev0r the translation works fine
10:51 beev0r but not in the forum
10:52 andreasbalzer hm..
10:52 beev0r i also added the plugin to the english version of the page
10:52 beev0r but still german though
10:52 andreasbalzer for me it was German per default too.. so I don't have any idea...
10:52 andreasbalzer maybe there's a special setting in the manual?
10:53 FloLeBlanc can someone tell me how to save utf8 tables as txt/csv and make it readable for excel??
10:50 beev0r i did nothing to get it displayed in german. that's my default language
10:50 beev0r i just inserted the plugin into the page
10:50 beev0r and voila: it was german
10:50 andreasbalzer beev0r: do you get the other contents in English when you add &L=1 ?
10:51 beev0r yep
10:51 beev0r the translation works fine
10:51 beev0r but not in the forum
10:52 andreasbalzer hm..
10:52 beev0r i also added the plugin to the english version of the page
10:52 beev0r but still german though
10:52 andreasbalzer for me it was German per default too.. so I don't have any idea...
10:52 andreasbalzer maybe there's a special setting in the manual?
10:53 FloLeBlanc can someone tell me how to save utf8 tables as txt/csv and make it readable for excel??
10:55 andreasbalzer FloLeBlanc: Doesn't it work with phpmyadmin?
10:55 FloLeBlanc andreas: seems to me like not... always have hieroglyphs instead of umlauts :)
10:55 andreasbalzer hm....
10:55 andreasbalzer which excel version do you use?
10:56 FloLeBlanc 2003
10:55 andreasbalzer FloLeBlanc: Doesn't it work with phpmyadmin?
10:55 FloLeBlanc andreas: seems to me like not... always have hieroglyphs instead of umlauts :)
10:55 andreasbalzer hm....
10:55 andreasbalzer which excel version do you use?
10:56 FloLeBlanc 2003
11:01 FloLeBlanc has to be a phpadm problem though not even my texteditor with utf-8 support can display it *Grml*
11:02 andreasbalzer i'm afk 4 10 minutes because I have to eat lunch. I found out that Excel (all versions) is only capable of understanding utf-8 when the document (request) comes from a Share Point Server
11:02 brainwasher can someone help me with ve_guestbook?
11:02 andreasbalzer you have to convert the document to Latin
11:03 FloLeBlanc yes but how can I export the db query NOT in utf-8?
11:03 FloLeBlanc can I set the collation with the query somehow?
11:03 cookiestar hi
11:03 brainwasher can someone help me with ve_guestbook -> #typo3.ger
11:04 cookiestar i have a problem with a picture size.... i want to change a flashanimation to a picture.. i selectthe type PICTURE (old: multimedia)
11:01 FloLeBlanc has to be a phpadm problem though not even my texteditor with utf-8 support can display it *Grml*
11:02 andreasbalzer i'm afk 4 10 minutes because I have to eat lunch. I found out that Excel (all versions) is only capable of understanding utf-8 when the document (request) comes from a Share Point Server
11:02 andreasbalzer you have to convert the document to Latin
11:02 brainwasher can someone help me with ve_guestbook?
11:03 FloLeBlanc yes but how can I export the db query NOT in utf-8?
11:03 FloLeBlanc can I set the collation with the query somehow?
11:03 cookiestar hi
11:03 brainwasher can someone help me with ve_guestbook -> #typo3.ger
11:04 cookiestar i have a problem with a picture size.... i want to change a flashanimation to a picture.. i selectthe type PICTURE (old: multimedia)
11:05 cookiestar the flash file has the same size as the picture... but when i refresh the website i see the new picture but not in the correct size!!!
11:05 cookiestar any idea?
11:05 pesz hi all
11:09 elbart hi guys
11:05 cookiestar the flash file has the same size as the picture... but when i refresh the website i see the new picture but not in the correct size!!!
11:05 cookiestar any idea?
11:05 pesz hi all
11:09 elbart hi guys
11:12 cookiestar ???
11:12 cookiestar can anybody help me?
11:14 andreasbalzer FloLeBlanc: you need a converter to convert the files locally
11:12 cookiestar ???
11:12 cookiestar can anybody help me?
11:14 andreasbalzer FloLeBlanc: you need a converter to convert the files locally
11:21 FloLeBlanc andreasbalzer: the problem is that the file is nonsense when it arrives already
11:21 wu-nix Rebooting server every 30 minutes makes me wanna kill someone
11:21 FloLeBlanc it seems it's not even proper utf-8 in the export :(
11:21 Fanty any extensions out there that extends the FE user handling? Ie. it would be nice to be able to delete all users belonging to a specific group
11:21 andreasbalzer FloLeBlanc: what about export through a terminal?
11:21 snowgirl how can i send ss out of typo3?
11:21 snowgirl sms
11:21 FloLeBlanc haven't access ::(
11:22 andreasbalzer that's a problem ;)
11:22 just2b_ snowgirl this has nothing to do with typo3
11:22 andreasbalzer just2b_: it has..
11:22 andreasbalzer snowgirl: there might be an extension for this
11:22 snowgirl maybe, then tell me how to do this anyway ;-)
11:23 snowgirl i didn't find any
11:23 wu-nix is there any way to use memcache with typo3?
11:23 andreasbalzer but you need to register for a service provider that actually sends the sms to your mobile phones
11:23 just2b_ andreasbalzer no, there needs to be a API call to a provider and this is enough... you can't send through php
11:23 snowgirl I just saw it at the CEBIT
11:23 just2b_ and the service provider will tell you how the function needs to be... nothing typo3 specific... plain html/php
11:23 andreasbalzer just2b_: it works like http://serviceproviderxyz.com/?number=12324&message=ABC
11:23 snowgirl oh no wait, that was the other way around
11:24 snowgirl just2b you can tell me a good costeffective serviceprovider?
11:24 just2b_ andreasbalzer > API of the provider
11:24 just2b_ no
11:24 snowgirl anybody else?
11:24 just2b_ snowgirl i just ask someone
11:21 FloLeBlanc andreasbalzer: the problem is that the file is nonsense when it arrives already
11:21 wu-nix Rebooting server every 30 minutes makes me wanna kill someone
11:21 FloLeBlanc it seems it's not even proper utf-8 in the export :(
11:21 Fanty any extensions out there that extends the FE user handling? Ie. it would be nice to be able to delete all users belonging to a specific group
11:21 andreasbalzer FloLeBlanc: what about export through a terminal?
11:21 snowgirl how can i send ss out of typo3?
11:21 snowgirl sms
11:21 FloLeBlanc haven't access ::(
11:22 andreasbalzer that's a problem ;)
11:22 just2b_ snowgirl this has nothing to do with typo3
11:22 andreasbalzer just2b_: it has..
11:22 andreasbalzer snowgirl: there might be an extension for this
11:22 snowgirl maybe, then tell me how to do this anyway ;-)
11:23 snowgirl i didn't find any
11:23 wu-nix is there any way to use memcache with typo3?
11:23 andreasbalzer but you need to register for a service provider that actually sends the sms to your mobile phones
11:23 just2b_ andreasbalzer no, there needs to be a API call to a provider and this is enough... you can't send through php
11:23 snowgirl I just saw it at the CEBIT
11:23 just2b_ and the service provider will tell you how the function needs to be... nothing typo3 specific... plain html/php
11:23 andreasbalzer just2b_: it works like http://serviceproviderxyz.com/?number=12324&message=ABC
11:23 snowgirl oh no wait, that was the other way around
11:24 snowgirl just2b you can tell me a good costeffective serviceprovider?
11:24 just2b_ andreasbalzer > API of the provider
11:24 just2b_ no
11:24 snowgirl anybody else?
11:24 just2b_ snowgirl i just ask someone
11:25 dax77 snowgirl: google for "sms gateway"
11:25 snowgirl thank you just2b
11:25 andreasbalzer snowgirl: I don't know what it is but maybe it helps: http://typo3.org/documentation/document-library/extension-manuals/wec_sermons/0.9.1/view/3/1/
11:25 just2b_ snowgirl how many sms you wanna send?
11:25 snowgirl oh i don't know at the moment
11:25 snowgirl maybe some a day
11:26 andreasbalzer maybe this might help too: http://bugs.typo3.org/view.php?id=1863
11:26 just2b_ snowgirll? which amount?
11:26 just2b_ oh just saw your answer
11:26 FloLeBlanc can't be that I can't export my friggin file in readable form grrrr
11:28 just2b_ andreasbalzer... please read before giving advice > Sermons Management System extension (SMS) for their own church or ministry website >> nothing to do with SMS short message service
11:25 dax77 snowgirl: google for "sms gateway"
11:25 snowgirl thank you just2b
11:25 andreasbalzer snowgirl: I don't know what it is but maybe it helps: http://typo3.org/documentation/document-library/extension-manuals/wec_sermons/0.9.1/view/3/1/
11:25 just2b_ snowgirl how many sms you wanna send?
11:25 snowgirl oh i don't know at the moment
11:25 snowgirl maybe some a day
11:26 andreasbalzer maybe this might help too: http://bugs.typo3.org/view.php?id=1863
11:26 just2b_ snowgirll? which amount?
11:26 just2b_ oh just saw your answer
11:26 FloLeBlanc can't be that I can't export my friggin file in readable form grrrr
11:28 just2b_ andreasbalzer... please read before giving advice > Sermons Management System extension (SMS) for their own church or ministry website >> nothing to do with SMS short message service
11:30 just2b_ snowgirl special companies getting interesting if you wanna send some 1000...
11:31 snowgirl a month?
11:31 just2b_ yeah
11:32 snowgirl so there is no way with just lets say 100 fr the beginning?
11:32 just2b_ i guess so, but i don't know any companies
11:32 just2b_ just use google
11:32 snowgirl okay, thx just2b
11:30 just2b_ snowgirl special companies getting interesting if you wanna send some 1000...
11:31 snowgirl a month?
11:31 just2b_ yeah
11:32 snowgirl so there is no way with just lets say 100 fr the beginning?
11:32 just2b_ i guess so, but i don't know any companies
11:32 just2b_ just use google
11:32 snowgirl okay, thx just2b
11:39 floxx mhh...how can i set the alias via typoscript?
11:39 just2b_ alias for the page?
11:39 floxx mhh...how can i set the alias via typoscript?
11:39 just2b_ alias for the page?
11:40 floxx yep
11:40 just2b_ you can't IMO
11:40 floxx i guessed :-)
11:40 floxx thx
11:42 Boonkerz hi
11:43 elbart does it is possible to access all A-Tags in a content-element and to add a style-param to them?
11:44 elbart or another parameter, not only the style-param
11:40 floxx yep
11:40 just2b_ you can't IMO
11:40 floxx i guessed :-)
11:40 floxx thx
11:42 Boonkerz hi
11:43 elbart does it is possible to access all A-Tags in a content-element and to add a style-param to them?
11:44 elbart or another parameter, not only the style-param
12:15 JohnN Hello ya'all. Having a little problem here. I think it may be related to http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=1318 , but haven't found a fix/patch yet
12:16 JohnN strange <//font> tags keep appearing at apparent random.
12:16 JohnN Anyone got a fix or work-around for this?
12:15 JohnN Hello ya'all. Having a little problem here. I think it may be related to http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=1318 , but haven't found a fix/patch yet
12:16 JohnN strange <//font> tags keep appearing at apparent random.
12:16 JohnN Anyone got a fix or work-around for this?
12:35 pesz great silence;)
12:38 JohnN Unfortunately :)
12:38 specialunderwear check th following hack: stdWrap.typolink.parameter= index.php?id={field:pid}&L={$sys_language_uid} 650x650 . If I do this the L parameter remains empty, any idea how I can read out and add the current language id to the query string?
12:35 pesz great silence;)
12:38 JohnN Unfortunately :)
12:38 specialunderwear check th following hack: stdWrap.typolink.parameter= index.php?id={field:pid}&L={$sys_language_uid} 650x650 . If I do this the L parameter remains empty, any idea how I can read out and add the current language id to the query string?
12:47 koomi specialunderwear: i take you tried config keepvar
12:47 koomi specialunderwear: i take you tried config keepvar
12:50 specialunderwear hehe what do you mean?
12:51 specialunderwear what syntax should I use?
12:52 helli_t3w Has anyone an idea if there is a solution for the "The plaintext version could not be fetched" problem in direct mail?
12:52 specialunderwear {$config.sys_language_uid} ?
12:52 specialunderwear {config.sys_language_uid} ?
12:52 koomi specialunderwear: we're talking about keeping the language var in your links?
12:53 specialunderwear yes
12:53 specialunderwear nut
12:53 specialunderwear but
12:54 specialunderwear I'm constructing my own link
12:54 specialunderwear check the hack
12:54 specialunderwear So I have to do it manually now
12:54 koomi specialunderwear: then you've got to set the constant first
12:55 specialunderwear ok but it isn't a constant, it's a variable, can I read that out in some way too?
12:50 specialunderwear hehe what do you mean?
12:51 specialunderwear what syntax should I use?
12:52 helli_t3w Has anyone an idea if there is a solution for the "The plaintext version could not be fetched" problem in direct mail?
12:52 specialunderwear {$config.sys_language_uid} ?
12:52 specialunderwear {config.sys_language_uid} ?
12:52 koomi specialunderwear: we're talking about keeping the language var in your links?
12:53 specialunderwear yes
12:53 specialunderwear nut
12:53 specialunderwear but
12:54 specialunderwear I'm constructing my own link
12:54 specialunderwear check the hack
12:54 specialunderwear So I have to do it manually now
12:54 koomi specialunderwear: then you've got to set the constant first
12:54 specialunderwear ok but it isn't a constant, it's a variable, can I read that out in some way too?
12:55 koomi specialunderwear: probably
12:56 specialunderwear Do you know how? The language type is set in config.sys_language_uid
12:55 koomi specialunderwear: probably
12:56 specialunderwear Do you know how? The language type is set in config.sys_language_uid
13:07 null0_ specialunderwear: you can use if , else into TS :)
13:07 null0_ specialunderwear: you can use if , else into TS :)
13:56 ratschnowski hello, got some issues with T3 4.1.1 and email spamprotection
13:56 ratschnowski i instereted in my setup the following lines: spamProtectEmailAddresses = 1
13:56 ratschnowski spamProtectEmailAddresses_atSubst = [at]
13:57 ratschnowski the maillink is java encrypted but when clicking on it, no mail window opens
13:57 ratschnowski on another T3 instance on the same server it works perfectly, never had issues with that
13:57 ratschnowski does anyone have a clue? here is the page: http://www.cicero-rhetorik.com/de/kontakt/
13:56 ratschnowski hello, got some issues with T3 4.1.1 and email spamprotection
13:56 ratschnowski i instereted in my setup the following lines: spamProtectEmailAddresses = 1
13:56 ratschnowski spamProtectEmailAddresses_atSubst = [at]
13:57 ratschnowski the maillink is java encrypted but when clicking on it, no mail window opens
13:57 ratschnowski on another T3 instance on the same server it works perfectly, never had issues with that
13:57 ratschnowski does anyone have a clue? here is the page: http://www.cicero-rhetorik.com/de/kontakt/
14:00 meppl re
14:02 ratschnowski no one any hints where to look for the error?
14:00 meppl re
14:02 ratschnowski no one any hints where to look for the error?
14:09 Tanuva maybe in the jscript. but Im not that experienced with t3 yet :)
14:09 Tanuva maybe in the jscript. but Im not that experienced with t3 yet :)
14:13 FloLeBlanc can a php guru plz tell me how I would do the assignement inside the loop command (foreach) to split an string into an array : $arrayentry = explode('|',$arrayentry); doesn't do it for me :(
14:14 just2b__ foreach ( as $key=>$value) {
14:14 just2b__ foreach ($yourarrey as $key=>$value) {
14:13 FloLeBlanc can a php guru plz tell me how I would do the assignement inside the loop command (foreach) to split an string into an array : $arrayentry = explode('|',$arrayentry); doesn't do it for me :(
14:14 just2b__ foreach ( as $key=>$value) {
14:14 just2b__ foreach ($yourarrey as $key=>$value) {
14:16 FloLeBlanc thx just2b I thought I remembered something like "byref"
14:16 just2b__ which editor you use? don't care, change it to a editor which knows the functions
14:17 FloLeBlanc just2b: textpad - as always :)
14:17 jan notepad++ ;)
14:17 just2b__ or pspad
14:18 just2b__ i won't answer these questions anymore, FYI ;)
14:18 jan FYI ?
14:18 FloLeBlanc *cries*
14:18 just2b__ for your information
14:18 jan ah ok thx
14:18 andreasbalzer only the original notepad is the right choice :)
14:19 smeringe_ please.. explain to me the difference between thee two methods in http://phpfi.com/243125 ?
14:19 jan look @notepad++ -> http://notepad-plus.sourceforge.net/de/site.htm
14:19 smeringe_ btw vim/scite/jedit/eclipse is for me :)
14:19 just2b__ andreasbalzer.. yeah i guess you make the skins there too ^^
14:19 smeringe_ just2b__: ouch.. :)
14:16 FloLeBlanc thx just2b I thought I remembered something like "byref"
14:16 just2b__ which editor you use? don't care, change it to a editor which knows the functions
14:17 FloLeBlanc just2b: textpad - as always :)
14:17 jan notepad++ ;)
14:17 just2b__ or pspad
14:18 just2b__ i won't answer these questions anymore, FYI ;)
14:18 jan FYI ?
14:18 FloLeBlanc *cries*
14:18 just2b__ for your information
14:18 jan ah ok thx
14:18 andreasbalzer only the original notepad is the right choice :)
14:19 smeringe_ please.. explain to me the difference between thee two methods in http://phpfi.com/243125 ?
14:19 jan look @notepad++ -> http://notepad-plus.sourceforge.net/de/site.htm
14:19 smeringe_ btw vim/scite/jedit/eclipse is for me :)
14:19 just2b__ andreasbalzer.. yeah i guess you make the skins there too ^^
14:19 smeringe_ just2b__: ouch.. :)
14:20 andreasbalzer what skins?
14:20 timof hi @all
14:20 andreasbalzer (normally I use Dreamweaver for coding)
14:20 just2b__ smeringe: with page.99 you insert directly into the page-´object
14:20 jan and fast
14:21 smeringe_ just2b__: yeah, but.. I mean - why doesn't the first one work? it doesn't display the title
14:21 FloLeBlanc just2b: does eclipse know how to remove all entries beyond the 2nd in a 0 based array? :)
14:22 just2b__ you need to do something with the lib object... e.g. page.99 < lib.foo
14:22 smeringe_ just2b__: yeah.. I'm outputing it via TV. and it's getting out, but not the title, only other things.. like the span..
14:23 timof i want to scroll text horizontally in a DIV or table. is there a way to do this?
14:23 just2b__ timeof.. css
14:23 smeringe_ just2b__: ie I'm able to get everything else but the page:title in lib.bott..
14:23 timof just2b__ und wie?
14:23 jan if you r german -> http://www.css4you.de/
14:24 timof danke
14:24 timof aber ich hab schon alles versucht
14:24 just2b__ smeriinge: hmm strange.. first of all you should change HTML to TEXT
14:24 just2b__ timeof... english here
14:24 jan http://www.css4you.de/overflow.html
14:24 smeringe_ just2b__: yeah.. but still.. look at http://phpfi.com/243126 for full understanding on what I'm doing...
14:24 jan yes, slaps timof ;)
14:20 andreasbalzer what skins?
14:20 timof hi @all
14:20 andreasbalzer (normally I use Dreamweaver for coding)
14:20 just2b__ smeringe: with page.99 you insert directly into the page-´object
14:20 jan and fast
14:21 smeringe_ just2b__: yeah, but.. I mean - why doesn't the first one work? it doesn't display the title
14:21 FloLeBlanc just2b: does eclipse know how to remove all entries beyond the 2nd in a 0 based array? :)
14:22 just2b__ you need to do something with the lib object... e.g. page.99 < lib.foo
14:22 smeringe_ just2b__: yeah.. I'm outputing it via TV. and it's getting out, but not the title, only other things.. like the span..
14:23 timof i want to scroll text horizontally in a DIV or table. is there a way to do this?
14:23 just2b__ timeof.. css
14:23 smeringe_ just2b__: ie I'm able to get everything else but the page:title in lib.bott..
14:23 timof just2b__ und wie?
14:23 jan if you r german -> http://www.css4you.de/
14:24 timof danke
14:24 timof aber ich hab schon alles versucht
14:24 just2b__ smeriinge: hmm strange.. first of all you should change HTML to TEXT
14:24 just2b__ timeof... english here
14:24 jan http://www.css4you.de/overflow.html
14:24 smeringe_ just2b__: yeah.. but still.. look at http://phpfi.com/243126 for full understanding on what I'm doing...
14:24 jan yes, slaps timof ;)
14:25 smeringe_ just2b__: if I change it to page.9999 it works right of..
14:25 timof jan: with overflow:auto or scroll i can only scroll vertikally
14:25 smeringe_ and I'm curious on why..
14:25 just2b__ timeof.. with the 100% width, nothing to scroll.. as webdeveloper wrote .@ typoi3.net
14:25 just2b__ smeringe.. yeah me too.. don't know ;)
14:26 jan timof: hm.. vertikally... never tried but the way had to be similar like this explaind @ overflow
14:26 smeringe_ just2b__: :)
14:27 just2b__ restart, ASAP back
14:27 ries I have seen people using dreamweaver for coding.. it's nice for a single PHP files, but not if you need to manage 15 or more extensions...
14:29 smeringe_ DW is not a development env.. it's an advanced layout thingie.
14:25 smeringe_ just2b__: if I change it to page.9999 it works right of..
14:25 timof jan: with overflow:auto or scroll i can only scroll vertikally
14:25 smeringe_ and I'm curious on why..
14:25 just2b__ timeof.. with the 100% width, nothing to scroll.. as webdeveloper wrote .@ typoi3.net
14:25 just2b__ smeringe.. yeah me too.. don't know ;)
14:26 jan timof: hm.. vertikally... never tried but the way had to be similar like this explaind @ overflow
14:26 smeringe_ just2b__: :)
14:27 just2b__ restart, ASAP back
14:27 ries I have seen people using dreamweaver for coding.. it's nice for a single PHP files, but not if you need to manage 15 or more extensions...
14:29 smeringe_ DW is not a development env.. it's an advanced layout thingie.
14:34 just2b__ timeof, you solved it?
14:34 timof wait a second pls. i will look
14:34 just2b__ timeof, you solved it?
14:34 timof wait a second pls. i will look
14:40 timof i have answered just2b
14:41 just2b__ that won'T work
14:41 timof no way???
14:41 just2b__ because you need a fixed width for scrolling!
14:41 just2b__ no way
14:41 timof :-(
14:41 timof ok thx
14:41 just2b__ if you understand html+css, you know why...
14:41 just2b__ browser doesn'T know how far to scroll..
14:42 timof and when it has a width of 500px then i can scroll hori...
14:42 just2b__ should work, yes
14:42 just2b__ but still crap to read
14:44 timof hm
14:44 timof but i still have the problem that the text break at the right end. an i have to scroll vertically
14:40 timof i have answered just2b
14:41 just2b__ that won'T work
14:41 timof no way???
14:41 just2b__ because you need a fixed width for scrolling!
14:41 just2b__ no way
14:41 timof :-(
14:41 timof ok thx
14:41 just2b__ if you understand html+css, you know why...
14:41 just2b__ browser doesn'T know how far to scroll..
14:42 timof and when it has a width of 500px then i can scroll hori...
14:42 just2b__ should work, yes
14:42 just2b__ but still crap to read
14:44 timof hm
14:44 timof but i still have the problem that the text break at the right end. an i have to scroll vertically
14:47 just2b__ is there a <br>?
14:47 just2b__ or why should it break
14:47 timof no <br>.
14:47 timof it breaks because of the end of the box?
14:49 just2b__ you have a fixed width given?
14:49 timof yes
14:47 just2b__ is there a <br>?
14:47 just2b__ or why should it break
14:47 timof no <br>.
14:47 timof it breaks because of the end of the box?
14:49 just2b__ you have a fixed width given?
14:49 timof yes
14:52 just2b__ so there it will break
14:53 timof i see no way thx
14:52 just2b__ so there it will break
14:53 timof i see no way thx
14:55 timof so i go home ;-)
14:55 timof bye and thx
14:57 specialunderwear how do I select all pages one level above the curent page?
14:58 just2b__ with entrylevel
14:58 specialunderwear hmm
14:59 specialunderwear select.where.entryLevel=3 something like that?
14:55 timof so i go home ;-)
14:55 timof bye and thx
14:57 specialunderwear how do I select all pages one level above the curent page?
14:58 just2b__ with entrylevel
14:58 specialunderwear hmm
14:59 specialunderwear select.where.entryLevel=3 something like that?
15:00 FloLeBlanc does someone know any open source php code classes that allow me to draw charts from arrays?
15:01 koomi FloLeBlanc: libphp-jpgraph, php-image-graph
15:02 koomi FloLeBlanc: google knows, there are some nice "frameworks" around
15:02 FloLeBlanc koomi: yes but I had so many hits it's hard to filter if you don't know any of these
15:00 FloLeBlanc does someone know any open source php code classes that allow me to draw charts from arrays?
15:01 koomi FloLeBlanc: libphp-jpgraph, php-image-graph
15:02 koomi FloLeBlanc: google knows, there are some nice "frameworks" around
15:02 FloLeBlanc koomi: yes but I had so many hits it's hard to filter if you don't know any of these
15:11 FloLeBlanc and thx of course :)
15:11 kv0s Hi!
15:12 kv0s I've just made some pages within my typo3-page which are only for a restricted user group ...
15:13 kv0s ... for example: http://www.freizeittaucher-marbach.de/Downloads.435.0.html
15:14 kv0s ... but if someone clicks these link we can only see the main page ... how can i redirect users with links from internal pages to the loginform?
15:11 FloLeBlanc and thx of course :)
15:11 kv0s Hi!
15:12 kv0s I've just made some pages within my typo3-page which are only for a restricted user group ...
15:13 kv0s ... for example: http://www.freizeittaucher-marbach.de/Downloads.435.0.html
15:14 kv0s ... but if someone clicks these link we can only see the main page ... how can i redirect users with links from internal pages to the loginform?
15:25 pulponair hi there
15:25 pulponair anyone ever tried a21glossary?
15:25 pulponair hi there
15:25 pulponair anyone ever tried a21glossary?
15:32 ries pulponair: not me
15:32 ries pulponair: not me
15:39 ckoehler anyone familiar with flexforms and displayCond?
15:39 just2b__ little bit
15:39 ckoehler how does it work?
15:39 ckoehler :)
15:39 ckoehler what exactly is the fieldname?
15:39 ckoehler anyone familiar with flexforms and displayCond?
15:39 just2b__ little bit
15:39 ckoehler how does it work?
15:39 ckoehler :)
15:39 ckoehler what exactly is the fieldname?
15:40 ckoehler got this:
15:40 ckoehler <displayCond>FIELD:showDirections:REQ:true</displayCond>
15:40 ckoehler showDirections is a field in a sheet
15:40 ckoehler does the sheet name have to go somewhere?
15:40 just2b__ conditons work only in one shee
15:42 ckoehler not even if it's in the same sheet?
15:42 just2b__ same sheet works perfect
15:43 just2b__ e.g. in my latest ext > <displayCond>FIELD:mode:=:DIRECTORY</displayCond>
15:43 just2b__ fieldname = mode in this case
15:43 ckoehler okay, so same sheet works even if there is more than one sheet, right?
15:43 ckoehler just clarifying
15:44 ckoehler test
15:40 ckoehler got this:
15:40 ckoehler <displayCond>FIELD:showDirections:REQ:true</displayCond>
15:40 ckoehler showDirections is a field in a sheet
15:40 ckoehler does the sheet name have to go somewhere?
15:40 just2b__ conditons work only in one shee
15:42 ckoehler not even if it's in the same sheet?
15:42 just2b__ same sheet works perfect
15:43 just2b__ e.g. in my latest ext > <displayCond>FIELD:mode:=:DIRECTORY</displayCond>
15:43 just2b__ fieldname = mode in this case
15:43 ckoehler okay, so same sheet works even if there is more than one sheet, right?
15:43 ckoehler just clarifying
15:44 ckoehler test
15:45 just2b__ right
15:45 ckoehler okay good
15:45 ckoehler hm
15:46 just2b__ my ext key is rgsmoothgallery where i implemented it... but just one sheet...
15:46 just2b__ if you need to do more.. > flexforms
15:47 Lann hello
15:48 ckoehler oh
15:48 ckoehler i guess it worked already
15:48 ckoehler i was expecting it to dynamically show or hide the field though
15:48 ckoehler not just after a reload
15:49 just2b__ no, you need a save there
15:45 just2b__ right
15:45 ckoehler okay good
15:45 ckoehler hm
15:46 just2b__ my ext key is rgsmoothgallery where i implemented it... but just one sheet...
15:46 just2b__ if you need to do more.. > flexforms
15:47 Lann hello
15:48 ckoehler oh
15:48 ckoehler i guess it worked already
15:48 ckoehler i was expecting it to dynamically show or hide the field though
15:48 ckoehler not just after a reload
15:49 just2b__ no, you need a save there
15:53 ckoehler right
15:53 ckoehler that's not cool :)
15:54 just2b__ yeah but that's the way
15:53 ckoehler right
15:53 ckoehler that's not cool :)
15:54 just2b__ yeah but that's the way
15:59 ckoehler :) thanks
15:59 just2b__ np
15:59 ckoehler I guess there is requestUpdate, too
15:59 ckoehler looking into that now
15:59 ckoehler :) thanks
15:59 just2b__ np
15:59 ckoehler I guess there is requestUpdate, too
15:59 ckoehler looking into that now
16:03 brain-xy hey guys :)
16:03 brain-xy is it possible to sort the tt_content fields in the backend when you added some additional fields via an own extension?
16:03 brain-xy hey guys :)
16:03 brain-xy is it possible to sort the tt_content fields in the backend when you added some additional fields via an own extension?
16:07 uffi hi folks :))
16:08 uffi ries, are you there
16:08 uffi hey pulponair, long time no see :))
16:08 ries uffi: I am here.. but kidna buzy
16:08 uffi uffi == uschi
16:09 andreasbalzer how does the new name comes?
16:09 uffi what a pity ries, because we cannot install extension
16:09 andreasbalzer kommt drauf an
16:09 andreasbalzer ah sry wrong window ;)
16:07 uffi hi folks :))
16:08 uffi ries, are you there
16:08 uffi hey pulponair, long time no see :))
16:08 ries uffi: I am here.. but kidna buzy
16:08 uffi uffi == uschi
16:09 andreasbalzer how does the new name comes?
16:09 uffi what a pity ries, because we cannot install extension
16:09 andreasbalzer kommt drauf an
16:09 andreasbalzer ah sry wrong window ;)
16:10 uffi anyone ever had this:
16:10 pulponair uschi: hi
16:10 ries uffi: what extension?
16:10 uffi we are trying to install an extension, everything seems to work fine, tables are created, ext_key is written to localconf.php, but it is not installed
16:11 uffi means: the icon is not green
16:11 uffi each and every ext, ries
16:11 uffi this is really weird, and i do not know where to look for the error
16:11 ries uffi: Hmm I have seen that once
16:12 uffi system is solaris 10 with php5.2.1 and mysql 5.#
16:12 uffi ries do you know what the reason was?
16:13 ries I 'think' it was permissions
16:13 ries nice going, using solaris :D
16:13 uffi you are kidding ries, are you?
16:13 ries uffi: Solars is quite good....
16:14 uffi so we shall ask our webmistress, who is sitting her e and reading, to check all those fu... rights again :))
16:14 Lann ok i am still stuck on this one: how can I make a link that exists on all pages with typoscript that goes to a page with a certain id?
16:14 uffi our server mistress, i mean
16:14 pulponair uffi: this usually happens if not all tabelles are created
16:14 pulponair uffi: or something else interrupts the installation process
16:10 uffi anyone ever had this:
16:10 pulponair uschi: hi
16:10 ries uffi: what extension?
16:10 uffi we are trying to install an extension, everything seems to work fine, tables are created, ext_key is written to localconf.php, but it is not installed
16:11 uffi means: the icon is not green
16:11 uffi each and every ext, ries
16:11 uffi this is really weird, and i do not know where to look for the error
16:11 ries uffi: Hmm I have seen that once
16:12 uffi system is solaris 10 with php5.2.1 and mysql 5.#
16:12 uffi ries do you know what the reason was?
16:13 ries I 'think' it was permissions
16:13 ries nice going, using solaris :D
16:13 uffi you are kidding ries, are you?
16:13 ries uffi: Solars is quite good....
16:14 uffi so we shall ask our webmistress, who is sitting her e and reading, to check all those fu... rights again :))
16:14 Lann ok i am still stuck on this one: how can I make a link that exists on all pages with typoscript that goes to a page with a certain id?
16:14 uffi our server mistress, i mean
16:14 pulponair uffi: this usually happens if not all tabelles are created
16:14 pulponair uffi: or something else interrupts the installation process
16:15 uffi ok, checking rights
16:15 uffi thx ries
16:15 pulponair uffi: move over to the install tool do a db compare and check if it complains about missing fields
16:15 pulponair uffi: ...missing in your ext table i meant
16:15 ries uffi: delete teh CACHED fiels and see if they are getting re-created
16:15 uffi ok, checking rights
16:15 uffi thx ries
16:15 pulponair uffi: move over to the install tool do a db compare and check if it complains about missing fields
16:15 pulponair uffi: ...missing in your ext table i meant
16:15 ries uffi: delete teh CACHED fiels and see if they are getting re-created
16:23 Lann if i have "<td id="header_section"><a href="#"><img src="header.jpg"></a></td>" in my template file, and I am not using templateVoila. How can i get that link to point to page id 13 with typoscript?
16:24 pulponair gotta go bye folks
16:23 Lann if i have "<td id="header_section"><a href="#"><img src="header.jpg"></a></td>" in my template file, and I am not using templateVoila. How can i get that link to point to page id 13 with typoscript?
16:24 pulponair gotta go bye folks
16:33 Lann ries?
16:34 ries Lann: place a marker and assign it with typoscript
16:34 Lann i dont know how
16:34 Lann could you show me please?
16:33 Lann ries?
16:34 ries Lann: place a marker and assign it with typoscript
16:34 Lann i dont know how
16:34 Lann could you show me please?
16:35 ries somethign with ###MARKERNAME####
16:35 ries and then you replace it with your markers section
16:36 Lann how do i build one up that has a link to page id 13?
16:37 ries Lann: I think there is a link TS function, I don't use it that much... but it is possibñe
16:35 ries somethign with ###MARKERNAME####
16:35 ries and then you replace it with your markers section
16:36 Lann how do i build one up that has a link to page id 13?
16:37 ries Lann: I think there is a link TS function, I don't use it that much... but it is possibñe
16:41 Lann well im not following how to use the typolink ...statement
16:44 Lann woot, got it working with .wrap
16:41 Lann well im not following how to use the typolink ...statement
16:44 Lann woot, got it working with .wrap
16:45 Lann how do i get it to keep its current value inside of the marker but WRAP it with something?
16:45 Lann how do i get it to keep its current value inside of the marker but WRAP it with something?
16:51 Lann i hate typoscript
16:51 Lann i hate typoscript
16:55 Lann ries: when you make a site how do you link back to home?
16:55 ries I often hard link i
16:55 ries t
16:55 Lann what if the user is in a different language?
16:56 Lann i mean all i really know how to do is replace content sections with typoscript
16:56 Lann im replacin it with the whole image link...which works
16:56 Lann but its ghetto and nobody will help me do it right
16:55 Lann ries: when you make a site how do you link back to home?
16:55 ries I often hard link i
16:55 ries t
16:55 Lann what if the user is in a different language?
16:56 Lann i mean all i really know how to do is replace content sections with typoscript
16:56 Lann im replacin it with the whole image link...which works
16:56 Lann but its ghetto and nobody will help me do it right
17:00 bedlamhote1 Lann: it's way hard to help users who haven't worked through some of the more basic tutorials. Check into the TSref and the TS By Example manual and look at the TEMPLATE cObject. If you're used to switching content section, you've already used 'subparts.' What you should be looking into now is 'marks' in TEMPLATE...
17:01 Lann link?
17:01 bedlamhote1 ...as for the linking function--.typolink--check the tutorial I referred you to yesterday (typo3apprentice.com/howto/rtfm/)--it shows how to build a linked image in a lot of detail.
17:00 bedlamhote1 Lann: it's way hard to help users who haven't worked through some of the more basic tutorials. Check into the TSref and the TS By Example manual and look at the TEMPLATE cObject. If you're used to switching content section, you've already used 'subparts.' What you should be looking into now is 'marks' in TEMPLATE...
17:01 Lann link?
17:01 bedlamhote1 ...as for the linking function--.typolink--check the tutorial I referred you to yesterday (typo3apprentice.com/howto/rtfm/)--it shows how to build a linked image in a lot of detail.
17:08 comradeNikolai hello
17:08 comradeNikolai hello
17:10 Nikolais what is the best search extension to use? indexed_search seems popullar, but is really really slow
17:11 ries Nikolais: there is a patch to make it faster...
17:11 ries Nikolais: you could also look at solutions like mnoGoSearch
17:14 Nikolais ok, thanks
17:10 Nikolais what is the best search extension to use? indexed_search seems popullar, but is really really slow
17:11 ries Nikolais: there is a patch to make it faster...
17:11 ries Nikolais: you could also look at solutions like mnoGoSearch
17:14 Nikolais ok, thanks
17:18 uschi hey ries, i am back home
17:18 uschi hey ries, i am back home
17:24 Lann woot!
17:24 Lann # Page header
17:24 Lann subparts.header_1 = HTML
17:24 Lann subparts.header_1 {
17:24 Lann value = <img src="fileadmin/template/main/images/header.jpg" alt="Home">
17:24 Lann value.typolink {
17:24 Lann woot!
17:24 Lann # Page header
17:24 Lann subparts.header_1 = HTML
17:24 Lann subparts.header_1 {
17:24 Lann value = <img src="fileadmin/template/main/images/header.jpg" alt="Home">
17:24 Lann value.typolink {
17:25 Lann parameter = 13
17:25 Lann }
17:25 Lann }
17:25 Lann it works yay
17:28 bedlamhote1 uschi: hello.
17:29 ries Lann: Please use pastebin if you want to paste some TS ot other code
17:29 Lann k
17:29 uschi hey bedlamhote1
17:29 uschi you are doubled today
17:29 bedlamhote1 Lann. Fine work ;-) Suggestion: change value.typolink.parameter = 13 to value.typolink.parameter.data = leveluid:0
17:29 uschi ries, could you suggest any search words for google for the problem with the extensions?
17:29 bedlamhote1 uschi: yes indeed. Forgot to log out at home.
17:25 Lann parameter = 13
17:25 Lann }
17:25 Lann }
17:25 Lann it works yay
17:28 bedlamhote1 uschi: hello.
17:29 ries Lann: Please use pastebin if you want to paste some TS ot other code
17:29 Lann k
17:29 uschi hey bedlamhote1
17:29 uschi you are doubled today
17:29 bedlamhote1 Lann. Fine work ;-) Suggestion: change value.typolink.parameter = 13 to value.typolink.parameter.data = leveluid:0
17:29 uschi ries, could you suggest any search words for google for the problem with the extensions?
17:29 bedlamhote1 uschi: yes indeed. Forgot to log out at home.
17:30 uschi well, fortunately uffi is gone. gabi must have logged me out at work
17:30 ries uschi: check in your localconf.php if you have two lines wich try to include extensions
17:31 uschi oh, thx ries, this might be a good idea :))
17:31 bedlamhote1 'uffi'? *L*
17:30 uschi well, fortunately uffi is gone. gabi must have logged me out at work
17:30 ries uschi: check in your localconf.php if you have two lines wich try to include extensions
17:31 uschi oh, thx ries, this might be a good idea :))
17:31 bedlamhote1 'uffi'? *L*
17:38 Lann odd...does typo3 like tables or something? when i turned my tables into divs the template stopped replacing things at the markers
17:38 Lann odd...does typo3 like tables or something? when i turned my tables into divs the template stopped replacing things at the markers
18:35 koomi arte themenabend zur ueberwachung
18:37 voidus hello
18:37 voidus is there extension which allows to set visibility options for content elements instead of pages?
18:35 koomi arte themenabend zur ueberwachung
18:37 voidus hello
18:37 voidus is there extension which allows to set visibility options for content elements instead of pages?
18:40 koomi voidus: you can hide content elements
18:42 voidus koomi: i need to hide content elements for one fe-group and show for another
18:40 koomi voidus: you can hide content elements
18:42 voidus koomi: i need to hide content elements for one fe-group and show for another
18:51 bedlamhote1 voidus: that's a core capability...
18:51 koomi voidus: then use the builtin acl's
18:51 bedlamhote1 No extensions needed unless I'm quite misunderstanding you...
18:52 voidus hm.. yes, you are right
18:52 voidus i am stupid..
18:52 bedlamhote1 *L* Hardly. TYPO3 is mind-boggling.
18:51 bedlamhote1 voidus: that's a core capability...
18:51 koomi voidus: then use the builtin acl's
18:51 bedlamhote1 No extensions needed unless I'm quite misunderstanding you...
18:52 voidus hm.. yes, you are right
18:52 voidus i am stupid..
18:52 bedlamhote1 *L* Hardly. TYPO3 is mind-boggling.
18:59 voidus hm.. how can i hide content element from just one group?
18:59 voidus hm.. how can i hide content element from just one group?
19:00 voidus s/from/for
19:04 bedlamhote1 voidus: select all the other groups in the box. Not the most flexible approach I will admit...
19:00 voidus s/from/for
19:04 bedlamhote1 voidus: select all the other groups in the box. Not the most flexible approach I will admit...
19:05 voidus bedlamhote1: but groups are nested...
19:05 voidus so this way is not possible..
19:05 Lann mmm...this mexican place near me makes the best burritos
19:07 Lann this guy that made typo3 is hardcore smart
19:07 Lann he's good at software design in any case
19:05 voidus bedlamhote1: but groups are nested...
19:05 voidus so this way is not possible..
19:05 Lann mmm...this mexican place near me makes the best burritos
19:07 Lann this guy that made typo3 is hardcore smart
19:07 Lann he's good at software design in any case
19:20 bedlamhote1 voidus: sorry. You should be able to do it with a condition, but it's not at all flexible.
19:20 voidus TS-condition?
19:20 voidus or CASE/if construction?
19:21 bedlamhote1 TS condition.
19:21 bedlamhote1 http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526717
19:22 voidus what i should put inside condition.. that's question
19:23 voidus how can i unset content element with certain uid?
19:20 bedlamhote1 voidus: sorry. You should be able to do it with a condition, but it's not at all flexible.
19:20 voidus TS-condition?
19:20 voidus or CASE/if construction?
19:21 bedlamhote1 TS condition.
19:21 bedlamhote1 http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526717
19:22 voidus what i should put inside condition.. that's question
19:23 voidus how can i unset content element with certain uid?
19:29 Lann bedlamhote1: http://typo3.vvortex3.veritynet.net
19:29 Lann bedlamhote1: http://typo3.vvortex3.veritynet.net
19:31 Lann what u think?
19:31 Lann what u think?
19:39 bedlamhote1 Lann: not sure what you're asking about...it seems to work though, and that's always good ;-)
19:39 Lann well it does almost everything i was asked to prepare
19:39 Lann except workflows
19:39 Lann are workflows broken in 4.0?
19:39 bedlamhote1 Lann: not sure what you're asking about...it seems to work though, and that's always good ;-)
19:39 Lann well it does almost everything i was asked to prepare
19:39 Lann except workflows
19:39 Lann are workflows broken in 4.0?
19:40 Lann looks like the docs were written in 2002
19:40 Lann looks like the docs were written in 2002
19:58 VaLouille hi all
19:59 VaLouille I'm creating a website and I use to use typo3
19:58 VaLouille hi all
19:59 VaLouille I'm creating a website and I use to use typo3
20:00 Lann use to use?
20:03 VaLouille but what does that mean ? Fatal error: Call to undefined function ImageTTFBBox() in /var/www/cms/typo3_src-4.1.1/t3lib/class.t3lib_stdgraphic.php on line 970
20:00 Lann use to use?
20:03 VaLouille but what does that mean ? Fatal error: Call to undefined function ImageTTFBBox() in /var/www/cms/typo3_src-4.1.1/t3lib/class.t3lib_stdgraphic.php on line 970
20:07 voidus VaLouille: do you have php gd module installed?
20:07 VaLouille I install it
20:09 VaLouille it work with php5 ?
20:09 voidus yes
20:09 VaLouille thanks
20:07 voidus VaLouille: do you have php gd module installed?
20:07 VaLouille I install it
20:09 VaLouille it work with php5 ?
20:09 voidus yes
20:09 VaLouille thanks
20:12 Lann if i have translations of pages...why would only one page show its translations while others do not
20:12 Lann if i have translations of pages...why would only one page show its translations while others do not
20:24 Olegs hi
20:24 Olegs hi
20:25 Olegs I have a DB in a charset other than UTF-8 , is it possible that the backend will still work in utf-8 mode?
20:25 just2b__ olegs, then everything is written wrong to db
20:26 Olegs hi just2b__
20:26 Olegs yes I see
20:27 Olegs the problem is, I'm getting error "Warning: xml_parser_set_option() [function.xml-parser-set-option]: Unsupported target encoding "windows-1251" ...
20:28 just2b__ don't know something about it
20:25 Olegs I have a DB in a charset other than UTF-8 , is it possible that the backend will still work in utf-8 mode?
20:25 just2b__ olegs, then everything is written wrong to db
20:26 Olegs hi just2b__
20:26 Olegs yes I see
20:27 Olegs the problem is, I'm getting error "Warning: xml_parser_set_option() [function.xml-parser-set-option]: Unsupported target encoding "windows-1251" ...
20:28 just2b__ don't know something about it
20:30 ckoehler you can get a lot of trouble with mixed encoding db queries
20:30 ckoehler so just watch out
20:30 ckoehler another question, how do you save module info into the BE user record?
20:30 ckoehler so you can save user specific settings for my own modules?
20:32 Olegs me too
20:32 Olegs php xml functions don't support the charset; how critical the warning is...
20:33 Olegs ckoehler: module info? Just trying to edit a content record
20:34 ckoehler :) this is my question
20:34 ckoehler unrelated to yours
20:34 Olegs I can't use UTF8 on that server
20:34 Olegs mysql 4.0
20:30 ckoehler you can get a lot of trouble with mixed encoding db queries
20:30 ckoehler so just watch out
20:30 ckoehler another question, how do you save module info into the BE user record?
20:30 ckoehler so you can save user specific settings for my own modules?
20:32 Olegs me too
20:32 Olegs php xml functions don't support the charset; how critical the warning is...
20:33 Olegs ckoehler: module info? Just trying to edit a content record
20:34 ckoehler :) this is my question
20:34 ckoehler unrelated to yours
20:34 Olegs I can't use UTF8 on that server
20:34 Olegs mysql 4.0
20:35 Olegs I don't know answer to your question :(
20:35 Lann yeah it only shows translated stuff if i copied the original content item, not if i make a new one. Why is thaT?
20:38 Lann oic, you have to set the "Trans original" field
20:38 Lann that should be set by default...shinanigans
20:35 Olegs I don't know answer to your question :(
20:35 Lann yeah it only shows translated stuff if i copied the original content item, not if i make a new one. Why is thaT?
20:38 Lann oic, you have to set the "Trans original" field
20:38 Lann that should be set by default...shinanigans
20:47 andreasbalzer is Christian Jul Jensen sometimes in this chat?
20:47 andreasbalzer is Christian Jul Jensen sometimes in this chat?
20:50 Lann who is that?
20:50 andreasbalzer someone from typo3.org
20:50 Lann who is that?
20:50 andreasbalzer someone from typo3.org
20:55 just2b__ andreasbalzer never seen
20:58 andreasbalzer ok.. i have just sent him an email
20:55 just2b__ andreasbalzer never seen
20:58 andreasbalzer ok.. i have just sent him an email
21:02 just2b__ hehe now smoothgallery inside of tt_news :D
21:02 ckoehler just FYI, to save module data you can use the BE_USER methods get and pushModuleData
21:02 just2b__ ckoehler where what was?
21:02 Lann any of you people have workflows or todos going in 4.0?
21:02 just2b__ no sry lann
21:02 Lann grrr
21:03 ckoehler just2b__: what?
21:03 Lann i dont think it works anymore in 4.0+ ...this suspicion is supported by multiple forums on the issue
21:03 andreasbalzer Lann: at least it didn't work for me on my server :-/ I used workspaces then
21:04 Lann yeah i have workSPACES going
21:04 Lann not workFLOWS or todos
21:04 andreasbalzer right
21:04 Lann i tried reinstalling like 3 times
21:04 Lann with different versions
21:04 Lann it doesnt work in any of them
21:02 just2b__ hehe now smoothgallery inside of tt_news :D
21:02 ckoehler just FYI, to save module data you can use the BE_USER methods get and pushModuleData
21:02 just2b__ ckoehler where what was?
21:02 Lann any of you people have workflows or todos going in 4.0?
21:02 just2b__ no sry lann
21:02 Lann grrr
21:03 ckoehler just2b__: what?
21:03 Lann i dont think it works anymore in 4.0+ ...this suspicion is supported by multiple forums on the issue
21:03 andreasbalzer Lann: at least it didn't work for me on my server :-/ I used workspaces then
21:04 Lann yeah i have workSPACES going
21:04 Lann not workFLOWS or todos
21:04 andreasbalzer right
21:04 Lann i tried reinstalling like 3 times
21:04 Lann with different versions
21:04 Lann it doesnt work in any of them
21:05 just2b__ ckoehler i just didn't get what you wanted to tell.. or not for my eyes
21:06 ckoehler just for anyone
21:06 ckoehler FYI
21:06 ckoehler because I was looking for the answer
21:06 ckoehler and found it
21:06 ckoehler so I thought I'd share it
21:05 just2b__ ckoehler i just didn't get what you wanted to tell.. or not for my eyes
21:06 ckoehler just for anyone
21:06 ckoehler FYI
21:06 ckoehler because I was looking for the answer
21:06 ckoehler and found it
21:06 ckoehler so I thought I'd share it
21:13 just2b__ anyone with firefox can test something?
21:13 just2b__ anyone with firefox can test something?
21:19 andreasbalzer me
21:19 andreasbalzer Fx 2.0.0.4 on Windows Vista 64 Bit
21:19 just2b__ do the gallery work? http://www.rggooglemap.com/dev/rgsmoothgallery/smoothgallery-mit-tt-news.html
21:19 andreasbalzer me
21:19 andreasbalzer Fx 2.0.0.4 on Windows Vista 64 Bit
21:19 just2b__ do the gallery work? http://www.rggooglemap.com/dev/rgsmoothgallery/smoothgallery-mit-tt-news.html
21:21 andreasbalzer yes. They work in Firefox 2.0.0.4 on Windows Vista Ultimate 64 Bit
21:21 voidus just2b__: yes
21:21 voidus firefox 2.0.0.4 XP 32bit
21:22 andreasbalzer but the view of a single image does not fit into a firefox window with Windows setting of 1280x1024px
21:24 andreasbalzer but btw: the flash animation of the earth left of the headline fades out completly in Fx 2.0.0.4 and IE 7 64 Bit on Windows Vista 64 Bit. I don't know whether this is a bug or a feature.
21:21 andreasbalzer yes. They work in Firefox 2.0.0.4 on Windows Vista Ultimate 64 Bit
21:21 voidus just2b__: yes
21:21 voidus firefox 2.0.0.4 XP 32bit
21:22 andreasbalzer but the view of a single image does not fit into a firefox window with Windows setting of 1280x1024px
21:24 andreasbalzer but btw: the flash animation of the earth left of the headline fades out completly in Fx 2.0.0.4 and IE 7 64 Bit on Windows Vista 64 Bit. I don't know whether this is a bug or a feature.
21:27 koomi just2b__: even works in konqueror on linux 2.6.20-16-generic X Protocol Version 11, Revision 0, Release 7.2 kde-3.5.7
21:27 koomi 32 bit
21:27 koomi damnit
21:27 andreasbalzer ;)
21:28 ckoehler hehe
21:28 ckoehler Parse error: parse error, unexpected '[' in /html/typo3conf/ext/rgsmoothgallery/class.tx_rgsmoothgallery_fe.php on line 78
21:28 just2b__ thx to you
21:28 just2b__ ckoehler i am working on it.. should work now
21:28 ckoehler you need to fix that, seriously
21:28 andreasbalzer i noticed that there is a general difference in website rendering between IE7 32bit and IE7 64 bit versions running on a 64 bit Windows Vista.. Strange, isn't it?
21:29 ckoehler hm
21:29 ckoehler google maps?
21:29 andreasbalzer ?
21:29 floxx just2b__: what about using thickbox instead of lightbox?
21:29 floxx at least optional would be nice ;-)
21:27 koomi just2b__: even works in konqueror on linux 2.6.20-16-generic X Protocol Version 11, Revision 0, Release 7.2 kde-3.5.7
21:27 koomi 32 bit
21:27 koomi damnit
21:27 andreasbalzer ;)
21:28 ckoehler hehe
21:28 ckoehler Parse error: parse error, unexpected '[' in /html/typo3conf/ext/rgsmoothgallery/class.tx_rgsmoothgallery_fe.php on line 78
21:28 just2b__ thx to you
21:28 just2b__ ckoehler i am working on it.. should work now
21:28 ckoehler you need to fix that, seriously
21:28 andreasbalzer i noticed that there is a general difference in website rendering between IE7 32bit and IE7 64 bit versions running on a 64 bit Windows Vista.. Strange, isn't it?
21:29 ckoehler hm
21:29 ckoehler google maps?
21:29 andreasbalzer ?
21:29 floxx just2b__: what about using thickbox instead of lightbox?
21:29 floxx at least optional would be nice ;-)
21:30 just2b__ floxx i use here slimbox
21:30 floxx oops ;)
21:30 ckoehler this: rggooglemap
21:30 just2b__ but i can't do everything.. next guy oesn't want mootools but anything else
21:30 ckoehler sounds like it has something to do with google maps
21:30 just2b__ ckoehler yes... projectpage
21:30 ckoehler yours?
21:30 just2b__ http://www.rggooglemap.com/index.php?id=35
21:30 just2b__ yeah rggooglemap
21:31 just2b__ every extension with rg in the beginning is mine ;)
21:31 ckoehler ah
21:31 andreasbalzer i vote for slimbox used instead of lightbox
21:31 ckoehler know wec_map?
21:31 just2b__ rgtabs, rgsmoothgallery, rgmenu, rgpopup, rgteaser, rgcarousel, rgnvaigationm...
21:31 just2b__ yeah
21:31 ckoehler like it?
21:31 just2b__ yeah but i have a quite different aproach
21:31 andreasbalzer it's easy to use if you'd ask me
21:32 ckoehler andreasbalzer: wec_map is?
21:32 andreasbalzer yes
21:32 ckoehler :) good to hear
21:32 andreasbalzer install the ext, create a page content element
21:32 ckoehler seems we did something right
21:32 andreasbalzer insert the plugin and change the flexforms
21:32 ckoehler yep
21:32 ckoehler it's really meant to be an api for other extensions
21:32 andreasbalzer is it by you?
21:32 Lann what is a flexform?
21:32 ckoehler I work for WEC
21:32 ckoehler it's by WEC
21:33 Lann when i hear that i think macromedia flex
21:33 andreasbalzer ah nice :)
21:33 ckoehler google just released built in directions
21:33 ckoehler so i am implementing that
21:33 ckoehler for 1.3
21:33 ckoehler with some other nice features
21:33 ckoehler really pretty neat
21:33 andreasbalzer ckoehler: I'd like to include something like a table list with everyone who's shown in the map. Is it somehow possible?
21:33 ckoehler no, not right now
21:34 ckoehler but i saw rggooglemap has it
21:34 andreasbalzer ckoehler: better question: can you add it?
21:34 ckoehler so we must at least consider it :)
21:34 ckoehler yeah i will look into it
21:34 andreasbalzer right
21:34 ckoehler there are some other features that have priority
21:34 ckoehler like directions and config for the BE module map
21:34 ckoehler but after that, sure
21:35 andreasbalzer In fact I would have liked to use just2b's extension but it throw a few errors and my faculty wants to have it done.. perfectly yesterday :D
21:30 just2b__ floxx i use here slimbox
21:30 floxx oops ;)
21:30 ckoehler this: rggooglemap
21:30 just2b__ but i can't do everything.. next guy oesn't want mootools but anything else
21:30 ckoehler sounds like it has something to do with google maps
21:30 just2b__ ckoehler yes... projectpage
21:30 ckoehler yours?
21:30 just2b__ http://www.rggooglemap.com/index.php?id=35
21:30 just2b__ yeah rggooglemap
21:31 just2b__ every extension with rg in the beginning is mine ;)
21:31 ckoehler ah
21:31 ckoehler know wec_map?
21:31 andreasbalzer i vote for slimbox used instead of lightbox
21:31 just2b__ rgtabs, rgsmoothgallery, rgmenu, rgpopup, rgteaser, rgcarousel, rgnvaigationm...
21:31 just2b__ yeah
21:31 ckoehler like it?
21:31 just2b__ yeah but i have a quite different aproach
21:31 andreasbalzer it's easy to use if you'd ask me
21:32 ckoehler andreasbalzer: wec_map is?
21:32 andreasbalzer yes
21:32 ckoehler :) good to hear
21:32 andreasbalzer install the ext, create a page content element
21:32 ckoehler seems we did something right
21:32 andreasbalzer insert the plugin and change the flexforms
21:32 ckoehler yep
21:32 ckoehler it's really meant to be an api for other extensions
21:32 andreasbalzer is it by you?
21:32 Lann what is a flexform?
21:32 ckoehler I work for WEC
21:32 ckoehler it's by WEC
21:33 Lann when i hear that i think macromedia flex
21:33 andreasbalzer ah nice :)
21:33 ckoehler google just released built in directions
21:33 ckoehler so i am implementing that
21:33 ckoehler for 1.3
21:33 ckoehler with some other nice features
21:33 ckoehler really pretty neat
21:33 andreasbalzer ckoehler: I'd like to include something like a table list with everyone who's shown in the map. Is it somehow possible?
21:33 ckoehler no, not right now
21:34 ckoehler but i saw rggooglemap has it
21:34 andreasbalzer ckoehler: better question: can you add it?
21:34 ckoehler so we must at least consider it :)
21:34 ckoehler yeah i will look into it
21:34 andreasbalzer right
21:34 ckoehler there are some other features that have priority
21:34 ckoehler like directions and config for the BE module map
21:34 ckoehler but after that, sure
21:35 ckoehler will see how hard it is
21:35 ckoehler will see how hard it is
21:35 Lann the usual
21:35 ckoehler that seems to always be the deadline
21:35 floxx just2b__: sure, you cant implement everything, but because of unobtrusive js, it wouldnt be a problem to switch between lightbox/thickbox/slimbox imho
21:35 andreasbalzer and to name another feature that would be cool: What about sorting everything via country? So something to view only a specific country
21:35 floxx and jquery, where thickbox based on, is very popular
21:35 just2b__ floxx it is just a fun project, earning really nothing.. so..
21:35 ckoehler i like jquery
21:35 ckoehler nice little lib
21:36 andreasbalzer just2b: slimbox can even display websites within an iframe
21:36 floxx just2b__: ok :-)
21:36 just2b__ andreasbalzer yeah and.... ? what is the point?
21:36 Lann are these cmss?
21:37 andreasbalzer just2b: it has more options than any other of these exts afaik
21:37 just2b__ so? are ever gonna display an iframe in it? no
21:37 just2b__ reminds me just of a cock comparison :D
21:38 Lann haha am i even herE?
21:38 andreasbalzer ckoehler: and as I can't get enough (hehe) it would be cool, if your ext can distinguish between the amount of people at one place and maybe show different icons for them
21:38 ckoehler what do you mean?
21:38 ckoehler oh
21:38 ckoehler 20+ people, show big red icon, 10+ show yellow, 0+ show green
21:39 ckoehler or something like that
21:39 ckoehler ?
21:39 andreasbalzer just2b: not yet but it's far simplier to have one extension used by many instead of having many extensions used by some other extensions that will lead to very much JS code in FE where only parts are really used often
21:39 andreasbalzer ckoehler: right
21:39 ckoehler hm
21:39 ckoehler we are adding custom icons soon
21:39 ckoehler i am sure you can do it yourself then
21:39 andreasbalzer ckoehler: other example: 1 person: show a little man, 10 persons: show some men.. 30 persons: show a house or a group or so
21:35 andreasbalzer In fact I would have liked to use just2b's extension but it throw a few errors and my faculty wants to have it done.. perfectly yesterday :D
21:35 Lann the usual
21:35 ckoehler that seems to always be the deadline
21:35 floxx just2b__: sure, you cant implement everything, but because of unobtrusive js, it wouldnt be a problem to switch between lightbox/thickbox/slimbox imho
21:35 andreasbalzer and to name another feature that would be cool: What about sorting everything via country? So something to view only a specific country
21:35 floxx and jquery, where thickbox based on, is very popular
21:35 just2b__ floxx it is just a fun project, earning really nothing.. so..
21:35 ckoehler i like jquery
21:35 ckoehler nice little lib
21:36 andreasbalzer just2b: slimbox can even display websites within an iframe
21:36 floxx just2b__: ok :-)
21:36 just2b__ andreasbalzer yeah and.... ? what is the point?
21:36 Lann are these cmss?
21:37 andreasbalzer just2b: it has more options than any other of these exts afaik
21:37 just2b__ so? are ever gonna display an iframe in it? no
21:37 just2b__ reminds me just of a cock comparison :D
21:38 Lann haha am i even herE?
21:38 andreasbalzer ckoehler: and as I can't get enough (hehe) it would be cool, if your ext can distinguish between the amount of people at one place and maybe show different icons for them
21:38 ckoehler what do you mean?
21:38 ckoehler oh
21:38 ckoehler 20+ people, show big red icon, 10+ show yellow, 0+ show green
21:39 ckoehler or something like that
21:39 ckoehler ?
21:39 andreasbalzer just2b: not yet but it's far simplier to have one extension used by many instead of having many extensions used by some other extensions that will lead to very much JS code in FE where only parts are really used often
21:39 andreasbalzer ckoehler: right
21:39 ckoehler hm
21:39 ckoehler we are adding custom icons soon
21:39 ckoehler i am sure you can do it yourself then
21:39 andreasbalzer ckoehler: other example: 1 person: show a little man, 10 persons: show some men.. 30 persons: show a house or a group or so
21:40 ckoehler like i said, it's just an api for other people to use
21:40 andreasbalzer cool
21:40 ckoehler the plugins are just examples
21:40 ckoehler will keep that in mind
21:40 Lann none of you crazy plugin developers have managed to get to-dos working in 4.0?
21:40 andreasbalzer thanks in advance :)
21:40 ckoehler haha
21:40 ckoehler no promises
21:40 ckoehler Lann: we do plugins, not core
21:41 Lann oic
21:41 andreasbalzer Lann: I have started to install a mantis bugtracker for this on my server as none of the T3 devs plans to code a groupware tool... so basically no.. I did not manage it
21:41 Lann any idea when it stopped working?
21:42 Lann i have an interview in a few days where i was asked to implement this
21:42 andreasbalzer transition to 4.X
21:42 Lann im sure they are running an older typo3 install where it still worked
21:42 Lann are previos distros availalble?
21:42 andreasbalzer maybe on sf.net
21:42 Lann gah...rebuilding my whole site just to get this working
21:43 andreasbalzer why?
21:43 Lann how can i move everything from 4.x down to pre 4.x
21:43 andreasbalzer normally you just have to make a backup and place the old T3 over the new...
21:43 ened `Compare Database` afterwards.
21:43 andreasbalzer before you should set the install tool to compability mode
21:43 Lann wouldnt it not see the newer functionality if i'm using any
21:43 andreasbalzer right
21:44 ened Lann: why are you moving down?
21:44 Lann i was asked to display workflows
21:44 Lann doesnt work in 4.x
21:44 andreasbalzer Lann: btw. there's a mailinglist for this extension
21:40 ckoehler like i said, it's just an api for other people to use
21:40 andreasbalzer cool
21:40 ckoehler the plugins are just examples
21:40 ckoehler will keep that in mind
21:40 Lann none of you crazy plugin developers have managed to get to-dos working in 4.0?
21:40 andreasbalzer thanks in advance :)
21:40 ckoehler haha
21:40 ckoehler no promises
21:40 ckoehler Lann: we do plugins, not core
21:41 Lann oic
21:41 andreasbalzer Lann: I have started to install a mantis bugtracker for this on my server as none of the T3 devs plans to code a groupware tool... so basically no.. I did not manage it
21:41 Lann any idea when it stopped working?
21:42 Lann i have an interview in a few days where i was asked to implement this
21:42 andreasbalzer transition to 4.X
21:42 Lann im sure they are running an older typo3 install where it still worked
21:42 Lann are previos distros availalble?
21:42 andreasbalzer maybe on sf.net
21:42 Lann gah...rebuilding my whole site just to get this working
21:43 andreasbalzer why?
21:43 Lann how can i move everything from 4.x down to pre 4.x
21:43 andreasbalzer normally you just have to make a backup and place the old T3 over the new...
21:43 ened `Compare Database` afterwards.
21:43 andreasbalzer before you should set the install tool to compability mode
21:43 Lann wouldnt it not see the newer functionality if i'm using any
21:43 andreasbalzer right
21:44 ened Lann: why are you moving down?
21:44 Lann i was asked to display workflows
21:44 Lann doesnt work in 4.x
21:44 andreasbalzer Lann: btw. there's a mailinglist for this extension
21:45 Lann i have 2 days
21:45 andreasbalzer and the extension author of workflow is Christian Jul Jensen
21:45 ened Lann: What?/
21:46 ened Lann: What is `Display Workflows`?
21:46 Lann im supposed to implement an example site that utilizes workflows
21:49 Lann oh yeah, is it just me or does typo3 require tables for subparts?
21:45 Lann i have 2 days
21:45 andreasbalzer and the extension author of workflow is Christian Jul Jensen
21:45 ened Lann: What?/
21:46 ened Lann: What is `Display Workflows`?
21:46 Lann im supposed to implement an example site that utilizes workflows
21:49 Lann oh yeah, is it just me or does typo3 require tables for subparts?
21:50 Lann if i use any other tag like say div...does nothing
21:50 just2b__ no tables needed if you mean the <table><tr... thing
21:50 Lann <table><tr><td id="content">blah</td></tr></table> ...typoscript can do a subparts.content.value = "hi"
21:51 Lann same thing, but with <div id="content"> does not work
21:53 bedlamhote1 Lann: sounds like a misconfiguration of the autoparser. Somewhere in the big TS jumble in that extension you need to specify the tags too I believe...
21:54 Lann the alternative to the autoparser is templatevoila?
21:54 just2b__ no the pure way with markers in the template
21:54 just2b__ very easy
21:50 Lann if i use any other tag like say div...does nothing
21:50 just2b__ no tables needed if you mean the <table><tr... thing
21:50 Lann <table><tr><td id="content">blah</td></tr></table> ...typoscript can do a subparts.content.value = "hi"
21:50 Lann same thing, but with <div id="content"> does not work
21:53 bedlamhote1 Lann: sounds like a misconfiguration of the autoparser. Somewhere in the big TS jumble in that extension you need to specify the tags too I believe...
21:54 Lann the alternative to the autoparser is templatevoila?
21:54 just2b__ no the pure way with markers in the template
21:54 just2b__ very easy
21:55 bedlamhote1 Templavoila is a good tool too though.
21:55 voidus TV is evil if you change template often
21:57 bedlamhote1 voidus: that stops happening once you get used to it. Haven't had that happen to me in ~2 years... ;-)
21:57 voidus bedlamhote1: hm.. what is "that"?
21:58 Lann yay found 3.8 on sf
21:59 bedlamhote1 voidus: thought you meant the problems around needing to remap TV templates due to changes...
21:59 voidus andreasbalzer: hehe.. like button "make it amazing" in photoshop? :)
21:59 bedlamhote1 Lann: why do you need an old version>
21:59 bedlamhote1 ">" = "?"
21:59 Lann for workflows
21:59 just2b__ ouch again *ggg*
21:59 Lann they do not work in 4.x
21:59 bedlamhote1 Oh. Outside my area of competence ;-)
21:59 voidus bedlamhote1: not only. TV is cool, but it is not usable in extensions
21:55 bedlamhote1 Templavoila is a good tool too though.
21:55 voidus TV is evil if you change template often
21:57 bedlamhote1 voidus: that stops happening once you get used to it. Haven't had that happen to me in ~2 years... ;-)
21:57 voidus bedlamhote1: hm.. what is "that"?
21:58 Lann yay found 3.8 on sf
21:59 bedlamhote1 voidus: thought you meant the problems around needing to remap TV templates due to changes...
21:59 voidus andreasbalzer: hehe.. like button "make it amazing" in photoshop? :)
21:59 bedlamhote1 Lann: why do you need an old version>
21:59 bedlamhote1 ">" = "?"
21:59 Lann for workflows
21:59 just2b__ ouch again *ggg*
21:59 Lann they do not work in 4.x
21:59 bedlamhote1 Oh. Outside my area of competence ;-)
21:59 voidus bedlamhote1: not only. TV is cool, but it is not usable in extensions
22:00 Lann i like the autoparser :-(
22:00 Lann trying to find the place that will let me use a div tag
22:02 bedlamhote1 voidus: 'not usable in extensions'? Not aware of any particular problems extensions have with TV...
22:02 voidus bedlamhote1: do you know any extension which use TV? mininews, tv_loginbox and that's all
22:03 voidus most popular extensions like tt_news use old ugly templating ###MECHANIZM###
22:03 bedlamhote1 voidus: what do you mean 'use tv'?
22:03 bedlamhote1 Flexforms?
22:03 voidus no
22:04 voidus use TV as a templating mechanism
22:00 Lann i like the autoparser :-(
22:00 Lann trying to find the place that will let me use a div tag
22:02 bedlamhote1 voidus: 'not usable in extensions'? Not aware of any particular problems extensions have with TV...
22:02 voidus bedlamhote1: do you know any extension which use TV? mininews, tv_loginbox and that's all
22:03 voidus most popular extensions like tt_news use old ugly templating ###MECHANIZM###
22:03 bedlamhote1 voidus: what do you mean 'use tv'?
22:03 bedlamhote1 Flexforms?
22:03 voidus no
22:04 voidus use TV as a templating mechanism
22:05 bedlamhote1 voidus: I've never heard anybody claim TV was ready for that kind of use though...
22:05 voidus bedlamhote1: you can see an example in mininews
22:05 voidus t3d file with DS and TO and code which use that DS/TO
22:05 bedlamhote1 I know that--one of the reasons that extension was created. Still very alpha though as far as I've ever heard.
22:06 voidus ECT release lib/div extensions.. which use phpTemplate/Smarty for templating
22:07 andreasbalzer i'm going offline cu later today.. ..it's 00:13am here ;)
22:07 voidus andreasbalzer: 2:14am here :)
22:07 voidus andreasbalzer: good night)
22:07 bedlamhote1 voidus: but none of this has any bearing at all on the common use of TV ;-)
22:07 bedlamhote1 Ye gods! Go to bed you Europeans!
22:08 Lann heh
22:09 voidus bedlamhote1: we will have 4 different templating mechanisms for T3! it's owful i think
22:05 bedlamhote1 voidus: I've never heard anybody claim TV was ready for that kind of use though...
22:05 voidus bedlamhote1: you can see an example in mininews
22:05 voidus t3d file with DS and TO and code which use that DS/TO
22:05 bedlamhote1 I know that--one of the reasons that extension was created. Still very alpha though as far as I've ever heard.
22:06 voidus ECT release lib/div extensions.. which use phpTemplate/Smarty for templating
22:07 andreasbalzer i'm going offline cu later today.. ..it's 00:13am here ;)
22:07 voidus andreasbalzer: 2:14am here :)
22:07 voidus andreasbalzer: good night)
22:07 bedlamhote1 voidus: but none of this has any bearing at all on the common use of TV ;-)
22:07 bedlamhote1 Ye gods! Go to bed you Europeans!
22:08 Lann heh
22:09 voidus bedlamhote1: we will have 4 different templating mechanisms for T3! it's owful i think
22:10 smeringe_ watch tv - be happy. use tv - be happy.. wrap your radio with markers and be happy..
22:10 voidus :)))
22:10 bedlamhote1 voidus: 'owful'...great word ;-) Very apt.
22:11 bedlamhote1 In fact, for extensions, TEMPLATE cObject is probably best, but extension developers don't usually allow the possibility and force the use of html templates...
22:12 Lann what part of typo3 inserts the <meta> tag for the charset?
22:12 Lann it isnt valid html
22:13 voidus Lann: core.. EXT:cms/tslib/pagegen.php afaik
22:13 Lann gracias
22:13 bedlamhote1 Lann: don't even try to 'fix' TYPO3 to output HTML 4.01. You'll just give yourself ulcers...
22:14 Lann its only one error
22:14 bedlamhote1 ...even though it ought to be able to do it.
22:14 Lann it actually works
22:14 Lann just one error
22:14 Lann its the meta tag
22:14 bedlamhote1 Lann: no it's not ;-) Check your img elements etc...
22:14 bedlamhote1 img, base, meta, br, hr...
22:14 Lann good thing my example has none
22:14 voidus bedlamhote1: TEMPLATE is good for small templates without loops. in fact, for tt_news, we need ###NEWS_1###, ###NEWS_2###... other developers don't give us even such possibility
22:10 smeringe_ watch tv - be happy. use tv - be happy.. wrap your radio with markers and be happy..
22:10 voidus :)))
22:10 bedlamhote1 voidus: 'owful'...great word ;-) Very apt.
22:11 bedlamhote1 In fact, for extensions, TEMPLATE cObject is probably best, but extension developers don't usually allow the possibility and force the use of html templates...
22:12 Lann what part of typo3 inserts the <meta> tag for the charset?
22:12 Lann it isnt valid html
22:13 voidus Lann: core.. EXT:cms/tslib/pagegen.php afaik
22:13 Lann gracias
22:13 bedlamhote1 Lann: don't even try to 'fix' TYPO3 to output HTML 4.01. You'll just give yourself ulcers...
22:14 Lann its only one error
22:14 bedlamhote1 ...even though it ought to be able to do it.
22:14 Lann it actually works
22:14 Lann just one error
22:14 Lann its the meta tag
22:14 bedlamhote1 Lann: no it's not ;-) Check your img elements etc...
22:14 bedlamhote1 img, base, meta, br, hr...
22:14 Lann good thing my example has none
22:14 voidus bedlamhote1: TEMPLATE is good for small templates without loops. in fact, for tt_news, we need ###NEWS_1###, ###NEWS_2###... other developers don't give us even such possibility
22:15 bedlamhote1 Lann: The site you showed earlier had img...
22:15 Lann i have no tslib folder :-(
22:15 Lann yeah that img is hard coded
22:15 Lann its part of the template
22:16 bedlamhote1 voidus: what kind of looping do you need to do? chances are good that a) you can already do it with TS, but that b) the method will be fascinatingly obtuse ;-)
22:16 bedlamhote1 I was speaking of the universally available TYPO3 methods...
22:17 Lann im too noobish...
22:17 bedlamhote1 Lann: I don't know who you're interviewing with, but if *I* were interviewing you and you'd changed the source of a CMS to achieve something like that, I'd count it against you...
22:17 Lann heh
22:17 Lann i just wanna take off the backslash on the meta tag
22:17 Lann so it can validate
22:18 bedlamhote1 Lann: config.doctype = xhtml_trans should achieve the same.
22:18 Lann oh ok cool
22:18 voidus Lann: even typo3.org is not valid :)
22:18 bedlamhote1 ...except that you'll have to add a closing slash to the image.
22:18 Lann voidus: some of the development sites on typo3.com are
22:18 just2b__ voidus .. will we die?
22:18 voidus just2b__: 100% of probability.
22:18 bedlamhote1 just2b__: hadn't you heard? Invalid HTML causes cancer ;-p
22:19 just2b__ bedlamhotel yes but i it choclate.. so I am save
22:15 bedlamhote1 Lann: The site you showed earlier had img...
22:15 Lann i have no tslib folder :-(
22:15 Lann yeah that img is hard coded
22:15 Lann its part of the template
22:16 bedlamhote1 voidus: what kind of looping do you need to do? chances are good that a) you can already do it with TS, but that b) the method will be fascinatingly obtuse ;-)
22:16 bedlamhote1 I was speaking of the universally available TYPO3 methods...
22:17 Lann im too noobish...
22:17 bedlamhote1 Lann: I don't know who you're interviewing with, but if *I* were interviewing you and you'd changed the source of a CMS to achieve something like that, I'd count it against you...
22:17 Lann heh
22:17 Lann i just wanna take off the backslash on the meta tag
22:17 Lann so it can validate
22:18 bedlamhote1 Lann: config.doctype = xhtml_trans should achieve the same.
22:18 Lann oh ok cool
22:18 voidus Lann: even typo3.org is not valid :)
22:18 bedlamhote1 ...except that you'll have to add a closing slash to the image.
22:18 Lann voidus: some of the development sites on typo3.com are
22:18 just2b__ voidus .. will we die?
22:18 voidus just2b__: 100% of probability.
22:18 bedlamhote1 just2b__: hadn't you heard? Invalid HTML causes cancer ;-p
22:19 just2b__ bedlamhotel yes but i it choclate.. so I am save
22:20 bedlamhote1 Oh. I thought you had to eat lots of green, leafy vegetables to be safe. I'll switch to chocolate immediately.
22:20 Lann omg! my noob site validates
22:20 just2b__ bedlamhote1 never eat green things
22:21 just2b__ i eat several kilos choclate.. this is the only way
22:23 bedlamhote1 just2b__: that sounds like rather a lot of chocolate...
22:23 just2b__ easter bunny with 1kg ;)
22:24 Lann heh
22:24 Lann im eating chocolate right now...but i'm home sick
22:24 just2b__ Lann where are you and where do you wanna be?
22:24 bedlamhote1 Argh. Question: I have a splash page outside the rootline that's used to link to alternate language versions of the 'home' page. Why doesn't realurl transform the links? @#$@^
22:20 bedlamhote1 Oh. I thought you had to eat lots of green, leafy vegetables to be safe. I'll switch to chocolate immediately.
22:20 Lann omg! my noob site validates
22:20 just2b__ bedlamhote1 never eat green things
22:21 just2b__ i eat several kilos choclate.. this is the only way
22:23 bedlamhote1 just2b__: that sounds like rather a lot of chocolate...
22:23 just2b__ easter bunny with 1kg ;)
22:24 Lann heh
22:24 Lann im eating chocolate right now...but i'm home sick
22:24 just2b__ Lann where are you and where do you wanna be?
22:24 bedlamhote1 Argh. Question: I have a splash page outside the rootline that's used to link to alternate language versions of the 'home' page. Why doesn't realurl transform the links? @#$@^
22:25 bedlamhote1 /me: echoes just2b__
22:25 Lann no i mean i am at home and sick
22:25 Lann but im getting this job damn it
22:25 Lann so im working on this typo3 thing through it
22:25 just2b__ ah sry.. lann you should eat green things... ;) cause you eat my choclate and it is too late for you :D
22:26 just2b__ bedlamhotel how do you create the links?
22:26 Lann hehe
22:26 bedlamhote1 just2b__: HMENU, but using 'additionalParams = &L={something}
22:27 bedlamhote1 just2b__: what about green chocolate?
22:27 just2b__ bedlamhote1 green choclate is either poison or is already VERY old
22:27 just2b__ dont know if additionalparams is translated with realurl?
22:28 Lann the greenness is good for you
22:28 Lann like vegetables
22:28 just2b__ no forget it
22:28 bedlamhote1 just2b__: au contraire: http://www.bakingwarehouse.com/935b.jpg
22:28 Lann where are you guys from?
22:28 bedlamhote1 just2b__: additionalParams is realUrl-ed in other contexts on this site, just not this one.
22:28 just2b__ austria
22:29 bedlamhote1 canada
22:29 voidus russia
22:29 Lann cool I'm from california
22:29 just2b__ bedlamhotel unabled realurl there?
22:29 bedlamhote1 Yeah, according to object browser etc.
22:29 just2b__ have been to canada and california ;)
22:29 bedlamhote1 It's odd.
22:29 Lann what did you think?
22:29 bedlamhote1 Just2b__: I have been to California and Austria ;-)
22:29 just2b__ if you move the page to another branch=?
22:29 Lann california is nice but californians are jackasses
22:25 bedlamhote1 /me: echoes just2b__
22:25 Lann no i mean i am at home and sick
22:25 Lann but im getting this job damn it
22:25 Lann so im working on this typo3 thing through it
22:25 just2b__ ah sry.. lann you should eat green things... ;) cause you eat my choclate and it is too late for you :D
22:26 just2b__ bedlamhotel how do you create the links?
22:26 Lann hehe
22:26 bedlamhote1 just2b__: HMENU, but using 'additionalParams = &L={something}
22:27 bedlamhote1 just2b__: what about green chocolate?
22:27 just2b__ bedlamhote1 green choclate is either poison or is already VERY old
22:27 just2b__ dont know if additionalparams is translated with realurl?
22:28 Lann the greenness is good for you
22:28 Lann like vegetables
22:28 just2b__ no forget it
22:28 bedlamhote1 just2b__: au contraire: http://www.bakingwarehouse.com/935b.jpg
22:28 Lann where are you guys from?
22:28 bedlamhote1 just2b__: additionalParams is realUrl-ed in other contexts on this site, just not this one.
22:28 just2b__ austria
22:29 bedlamhote1 canada
22:29 voidus russia
22:29 Lann cool I'm from california
22:29 just2b__ bedlamhotel unabled realurl there?
22:29 bedlamhote1 Yeah, according to object browser etc.
22:29 just2b__ have been to canada and california ;)
22:29 bedlamhote1 It's odd.
22:29 Lann what did you think?
22:29 bedlamhote1 Just2b__: I have been to California and Austria ;-)
22:29 just2b__ if you move the page to another branch=?
22:29 Lann california is nice but californians are jackasses
22:30 just2b__ lol
22:30 just2b__ bedlamhote1 where have you been in austria?
22:30 bedlamhote1 just2b__: Hm. It's the same if I move the page into the main page tree...checking the TS again.
22:31 just2b__ delete the cache > no realurl at the link?
22:31 bedlamhote1 just2b__: just to Vienna. Nice place, but covered in snow when I was there.
22:31 bedlamhote1 done.
22:31 bedlamhote1 ...and no.
22:31 Lann hahaha im joking with this guy at work about installing a lock that slams and locks the server room door if a server goes down
22:31 just2b__ and you just have a menu on that page or what?
22:32 bedlamhote1 just2b__: yep.
22:32 Lann and only unlocks it when it is confirmed working hahaha
22:32 just2b__ if you add the ts to the normal branch?
22:32 just2b__ or am i talking weird?
22:34 bedlamhote1 just2b__: the only TS in the separate branch is FROM the normal branch (via include basis template field in template record)
22:30 just2b__ lol
22:30 just2b__ bedlamhote1 where have you been in austria?
22:30 bedlamhote1 just2b__: Hm. It's the same if I move the page into the main page tree...checking the TS again.
22:31 just2b__ delete the cache > no realurl at the link?
22:31 bedlamhote1 just2b__: just to Vienna. Nice place, but covered in snow when I was there.
22:31 bedlamhote1 done.
22:31 bedlamhote1 ...and no.
22:31 Lann hahaha im joking with this guy at work about installing a lock that slams and locks the server room door if a server goes down
22:31 just2b__ and you just have a menu on that page or what?
22:32 bedlamhote1 just2b__: yep.
22:32 Lann and only unlocks it when it is confirmed working hahaha
22:32 just2b__ if you add the ts to the normal branch?
22:32 just2b__ or am i talking weird?
22:34 bedlamhote1 just2b__: the only TS in the separate branch is FROM the normal branch (via include basis template field in template record)
22:35 bedlamhote1 Wondering if it's the shortcut pages the menu is composed of that are causing the problem. Going to try using two HMENUS each with .special = list
22:35 bedlamhote1 Wondering if it's the shortcut pages the menu is composed of that are causing the problem. Going to try using two HMENUS each with .special = list
22:42 bedlamhote1 ...which doesn't behave any differently.
22:42 bedlamhote1 Hm.
22:42 bedlamhote1 just2b__: where in Austria are you?
22:42 just2b__ currenty linz, but i am from the becautiful salzkammergut...
22:42 bedlamhote1 ...which doesn't behave any differently.
22:42 bedlamhote1 Hm.
22:42 bedlamhote1 just2b__: where in Austria are you?
22:42 just2b__ currenty linz, but i am from the becautiful salzkammergut...
22:46 bedlamhote1 Hm. A quick photo search makes me want a holiday ;-)
22:46 just2b__ hehe yeah
22:48 just2b__ bedlamhotel > http://www.gosaunet.at/typo3temp/pics/gosau_06_89c5a8b39e.jpg
22:48 bedlamhote1 just2b__: that's not fair :-(
22:48 just2b__ if you like snow> 2y ago > 9m in the winter > http://www.gosaunet.at/gosau/news/rekordwinter-januar-2006.html
22:49 just2b__ so snow from november to april/may ;)
22:49 bedlamhote1 2 years ago I was in Vienna in January. Nice, but we froze our butts off ;-)
22:49 just2b__ http://www.gosaunet.at/gosau/news/rekordwinter-januar-2006.html > first top left > just beautiful.. swimming.. can drink the water and tastes so good... swimming and seeing the glacier...
22:46 bedlamhote1 Hm. A quick photo search makes me want a holiday ;-)
22:46 just2b__ hehe yeah
22:48 just2b__ bedlamhotel > http://www.gosaunet.at/typo3temp/pics/gosau_06_89c5a8b39e.jpg
22:48 bedlamhote1 just2b__: that's not fair :-(
22:48 just2b__ if you like snow> 2y ago > 9m in the winter > http://www.gosaunet.at/gosau/news/rekordwinter-januar-2006.html
22:49 just2b__ so snow from november to april/may ;)
22:49 bedlamhote1 2 years ago I was in Vienna in January. Nice, but we froze our butts off ;-)
22:49 just2b__ http://www.gosaunet.at/gosau/news/rekordwinter-januar-2006.html > first top left > just beautiful.. swimming.. can drink the water and tastes so good... swimming and seeing the glacier...
22:50 bedlamhote1 I'm a few blocks away from this: http://www.katkam.ca/p.asp?what=currentjpg
22:50 just2b__ vienna is not nice in winter..
22:50 bedlamhote1 Maybe the snow made it nicer ;-p
22:50 just2b__ oh not bad ;)
22:50 just2b__ need to visit the real nice places ^^
22:50 just2b__ interested in culture?
22:51 just2b__ > http://bulgar.no-ip.info/downloads/snimki/wall/Hallstatt,%20Austria.jpg
22:51 bedlamhote1 interested in everything, more or less.
22:51 just2b__ making there salt since 7000 years
22:52 Lann uh oh
22:52 Lann http://typo3.vvortex3.veritynet.net ...validates and is semantic now
22:52 bedlamhote1 Wow. How much does 30-something apprentice salt-maker get?
22:53 just2b__ lol don't know ;)
22:53 Lann get back in the salt mines!
22:53 just2b__ but you can visit the mines.. driving with a small train
22:53 just2b__ you wanna change profession? :D
22:54 Lann salt really comes from mines?
22:54 just2b__ Lann of course
22:54 bedlamhote1 just2b__: to live there? Sure I'll change jobs. Will my total lack of German be a problem?
22:54 just2b__ depends on the business and where you live i guess
22:54 just2b__ if you work with the UN in vieanna, probably no :D
22:50 bedlamhote1 I'm a few blocks away from this: http://www.katkam.ca/p.asp?what=currentjpg
22:50 just2b__ vienna is not nice in winter..
22:50 bedlamhote1 Maybe the snow made it nicer ;-p
22:50 just2b__ oh not bad ;)
22:50 just2b__ need to visit the real nice places ^^
22:50 just2b__ interested in culture?
22:51 just2b__ > http://bulgar.no-ip.info/downloads/snimki/wall/Hallstatt,%20Austria.jpg
22:51 bedlamhote1 interested in everything, more or less.
22:51 just2b__ making there salt since 7000 years
22:52 Lann uh oh
22:52 Lann http://typo3.vvortex3.veritynet.net ...validates and is semantic now
22:52 bedlamhote1 Wow. How much does 30-something apprentice salt-maker get?
22:53 just2b__ lol don't know ;)
22:53 Lann get back in the salt mines!
22:53 just2b__ but you can visit the mines.. driving with a small train
22:53 just2b__ you wanna change profession? :D
22:54 Lann salt really comes from mines?
22:54 just2b__ Lann of course
22:54 bedlamhote1 just2b__: to live there? Sure I'll change jobs. Will my total lack of German be a problem?
22:54 just2b__ depends on the business and where you live i guess
22:54 just2b__ if you work with the UN in vieanna, probably no :D
22:56 voidus just2b__: i heard that there is law in Europe.. about accessibility for blind people
22:56 voidus just2b__: is that true?
22:56 just2b__ yeah not only blind ones :D but this is e.g. in germany
22:56 just2b__ but this is standard in US too...
22:56 bedlamhote1 ...and in the UK.
22:57 voidus just2b__: can you give me a link?
22:57 just2b__ accessibility for every page of the state and so on
22:57 just2b__ voidus for what?
22:57 bedlamhote1 ...in US mainly for government sites only.
22:57 voidus just2b__: on that standarts
22:57 just2b__ it is the same in germany
22:58 bedlamhote1 Main resource page in the US: http://www.section508.gov/
22:59 just2b__ voidius can't find anything quick.. but for every page of government.. need to be a standard.. dont' ask me which one, i am not from there :D
22:56 voidus just2b__: i heard that there is law in Europe.. about accessibility for blind people
22:56 voidus just2b__: is that true?
22:56 just2b__ yeah not only blind ones :D but this is e.g. in germany
22:56 just2b__ but this is standard in US too...
22:56 bedlamhote1 ...and in the UK.
22:57 voidus just2b__: can you give me a link?
22:57 just2b__ accessibility for every page of the state and so on
22:57 just2b__ voidus for what?
22:57 bedlamhote1 ...in US mainly for government sites only.
22:57 voidus just2b__: on that standarts
22:57 just2b__ it is the same in germany
22:58 bedlamhote1 Main resource page in the US: http://www.section508.gov/
22:59 just2b__ voidius can't find anything quick.. but for every page of government.. need to be a standard.. dont' ask me which one, i am not from there :D
23:00 bedlamhote1 A useful starting point: http://www.w3.org/TR/WCAG10/full-checklist.html
23:00 bedlamhote1 A useful starting point: http://www.w3.org/TR/WCAG10/full-checklist.html
23:07 voidus ok, thanks
23:07 voidus what is recommended by this standarts: table-based make-up or css-based?
23:09 just2b__ css but valid code is just small part
23:07 voidus ok, thanks
23:07 voidus what is recommended by this standarts: table-based make-up or css-based?
23:09 just2b__ css but valid code is just small part
23:14 ckoehler it's the amount of code, too
23:14 ckoehler if you use tables you get tons of markup that a braille reader will play back for example
23:14 ckoehler and it's not necessary for the content of the website
23:14 ckoehler so just use what's necessary in your html
23:14 ckoehler just content
23:14 ckoehler and do all visual with css
23:14 ckoehler it's the amount of code, too
23:14 ckoehler if you use tables you get tons of markup that a braille reader will play back for example
23:14 ckoehler and it's not necessary for the content of the website
23:14 ckoehler so just use what's necessary in your html
23:14 ckoehler just content
23:14 ckoehler and do all visual with css
23:26 just2b__ good night
23:27 voidus just2b__: good night
23:26 just2b__ good night
23:27 voidus just2b__: good night

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.