Search the website and IRC logs

#TYPO3 IRC log from : Monday 27 August 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:06 leonarda cool, thank you very much :D
00:06 leonarda cool, thank you very much :D
00:10 alskda can i change servers with this?
00:12 W0MB13 how do you change channels?
00:12 alskda david is gay
00:12 W0MB13 So is James, fool
00:12 W0MB13 Alaaaaaanaaaaaaa
00:12 alskda fuckyoumofo
00:13 W0MB13 FUCK
00:13 W0MB13 ANSWER ME NERDS!
00:13 alskda lol
00:10 alskda can i change servers with this?
00:12 W0MB13 how do you change channels?
00:12 alskda david is gay
00:12 W0MB13 So is James, fool
00:12 W0MB13 Alaaaaaanaaaaaaa
00:12 alskda fuckyoumofo
00:13 W0MB13 FUCK
00:13 W0MB13 ANSWER ME NERDS!
00:13 alskda lol
01:13 nomatter hi
01:14 ries hey
01:14 nomatter can you tell me how i can get the links of another page (other id) into another the actual page
01:13 nomatter hi
01:14 ries hey
01:14 nomatter can you tell me how i can get the links of another page (other id) into another the actual page
01:15 nomatter so i need the menu of the page with id 3364 on every page
01:15 nomatter statically
01:15 nomatter no change if the id changes
01:15 ries nomatter: use a HMENU o the type special
01:15 nomatter so i need the menu of the page with id 3364 on every page
01:15 nomatter statically
01:15 nomatter no change if the id changes
01:15 ries nomatter: use a HMENU o the type special
01:20 nomatter thx works great
01:20 nomatter thx works great
01:27 nomatter so now another question
01:27 nomatter how can i make a | in an stdWrap?
01:27 nomatter i mean the char |
01:27 nomatter so now another question
01:27 nomatter how can i make a | in an stdWrap?
01:27 nomatter i mean the char |
01:38 ries hey Thirteenthd
01:38 Thirteenthd hi ries
01:38 ries nomatter: use the correct html sumbol for the | command
01:39 flipmoe5000 hi
01:39 nomatter ok thx
01:38 ries hey Thirteenthd
01:38 Thirteenthd hi ries
01:38 ries nomatter: use the correct html sumbol for the | command
01:39 flipmoe5000 hi
01:39 nomatter ok thx
01:40 flipmoe5000 how can i generat a tip a friend link in an extension?
01:41 ries flipmoe5000: I think I hard coded it once :)
01:41 flipmoe5000 jep
01:41 flipmoe5000 in php?
01:41 ries flipmoe5000: But fo rme it's to long ago since I used that extension....
01:41 ries flipmoe5000: in php with a TS setting...
01:42 flipmoe5000 $markerArray['###TIPAFRIEND###']=$this->cObj->typolink($this->pi_getLL('tipafriend'),array('parameter' => $plugin.tipafriend.PIDtipForm));
01:42 flipmoe5000 in such way?
01:44 ries flipmoe5000: try it to be sure.... but teh above might not work
01:44 ries at least this portopn: $plugin.tipafriend.PIDtipForm sound sincorrect
01:44 flipmoe5000 yes it doesn't work
01:44 flipmoe5000 do you have any idea?
01:44 flipmoe5000 http://www.typo3wizard.com/de/snippets/general-config/tip-a-friend-link-mit-typoscript-erstellen.html
01:40 flipmoe5000 how can i generat a tip a friend link in an extension?
01:41 ries flipmoe5000: I think I hard coded it once :)
01:41 flipmoe5000 jep
01:41 flipmoe5000 in php?
01:41 ries flipmoe5000: But fo rme it's to long ago since I used that extension....
01:41 ries flipmoe5000: in php with a TS setting...
01:42 flipmoe5000 $markerArray['###TIPAFRIEND###']=$this->cObj->typolink($this->pi_getLL('tipafriend'),array('parameter' => $plugin.tipafriend.PIDtipForm));
01:42 flipmoe5000 in such way?
01:44 ries flipmoe5000: try it to be sure.... but teh above might not work
01:44 ries at least this portopn: $plugin.tipafriend.PIDtipForm sound sincorrect
01:44 flipmoe5000 yes it doesn't work
01:44 flipmoe5000 do you have any idea?
01:44 flipmoe5000 http://www.typo3wizard.com/de/snippets/general-config/tip-a-friend-link-mit-typoscript-erstellen.html
01:45 flipmoe5000 generate that typoscript in php ...
01:45 flipmoe5000 or how can i call for example lib.tipafriend?
01:46 flipmoe5000 lib.tipurl
01:45 flipmoe5000 generate that typoscript in php ...
01:45 flipmoe5000 or how can i call for example lib.tipafriend?
01:46 flipmoe5000 lib.tipurl
01:57 ries I would make a TS setting for your extension for it...
01:58 ries if there is a lib.. then use that ofcourse...
01:59 ries flipmoe5000: teh link you send is about right...
01:59 flipmoe5000 and how can i call the lib from the php?
01:57 ries I would make a TS setting for your extension for it...
01:58 ries if there is a lib.. then use that ofcourse...
01:59 ries flipmoe5000: teh link you send is about right...
01:59 flipmoe5000 and how can i call the lib from the php?
02:01 flipmoe5000 $markerArray['###TIPAFRIEND###']=$this->$conf($this->pi_getLL('tipafriend'),('lib.tipafriend'));
02:01 flipmoe5000 that way?
02:01 nomatter how can i display menu elements to which the user don't have access
02:03 ries flipmoe5000: you just do it all in TS
02:03 ries and assign the variable to your plugins config
02:03 ries that should work
02:03 flipmoe5000 ok
02:03 flipmoe5000 thx
02:03 ries nomatter: are the page protected by groups
02:04 flipmoe5000 i will try that tomorrow
02:04 flipmoe5000 have to sleep finally
02:04 ries flipmoe5000: possible you need to run the config trough cObject
02:04 nomatter ries: my problem is, that i don't know how this pages are protected
02:04 nomatter how can i get the information
02:04 flipmoe5000 ok
02:04 nomatter i don't programm the whole site
02:04 nomatter only changing some parts now
02:04 ries nomatter: did you assign a group to a page?
02:04 nomatter i haven't done this
02:01 flipmoe5000 $markerArray['###TIPAFRIEND###']=$this->$conf($this->pi_getLL('tipafriend'),('lib.tipafriend'));
02:01 flipmoe5000 that way?
02:01 nomatter how can i display menu elements to which the user don't have access
02:03 ries flipmoe5000: you just do it all in TS
02:03 ries and assign the variable to your plugins config
02:03 ries that should work
02:03 flipmoe5000 ok
02:03 flipmoe5000 thx
02:03 ries nomatter: are the page protected by groups
02:04 flipmoe5000 i will try that tomorrow
02:04 flipmoe5000 have to sleep finally
02:04 ries flipmoe5000: possible you need to run the config trough cObject
02:04 nomatter ries: my problem is, that i don't know how this pages are protected
02:04 nomatter how can i get the information
02:04 flipmoe5000 ok
02:04 nomatter i don't programm the whole site
02:04 nomatter only changing some parts now
02:04 ries nomatter: did you assign a group to a page?
02:04 nomatter i haven't done this
02:05 ries so a little red hat shows in the page tree?
02:05 nomatter no blue
02:05 nomatter blue shirt
02:05 nomatter and normal head
02:05 nomatter gg
02:05 nomatter but if i open the site
02:05 nomatter i'm redirectet to the site with the red hat
02:05 nomatter gg
02:07 ries nomatter: I am clue less :)
02:08 ries nomatter: but it sounds like the page are protected bu FE users groups
02:08 ries check the page info to be sure
02:08 ries you will see the assignment on the bottom of the page
02:09 nomatter ok i looked arround and found out that there are groups
02:09 nomatter so i think there are groups assigned to the page
02:09 nomatter *pages
02:09 nomatter but i want that the menu displays the protected pages too
02:05 ries so a little red hat shows in the page tree?
02:05 nomatter no blue
02:05 nomatter blue shirt
02:05 nomatter and normal head
02:05 nomatter gg
02:05 nomatter but if i open the site
02:05 nomatter i'm redirectet to the site with the red hat
02:05 nomatter gg
02:07 ries nomatter: I am clue less :)
02:08 ries nomatter: but it sounds like the page are protected bu FE users groups
02:08 ries check the page info to be sure
02:08 ries you will see the assignment on the bottom of the page
02:09 nomatter ok i looked arround and found out that there are groups
02:09 nomatter so i think there are groups assigned to the page
02:09 nomatter *pages
02:09 nomatter but i want that the menu displays the protected pages too
02:10 nomatter with an different icon first
02:10 nomatter you understand?
02:10 ries nomatter: I understand
02:10 ries I remember there where some discussions about this....
02:10 ries let me check the tsref
02:10 nomatter k thx
02:12 ries nomatter: I believe it's not possible... this is because typo3 will not generate a link for a page a user doesn't have access to
02:12 nomatter ok bad luck
02:13 ries also, there is no point in creating a link like that becausem a user will get an access denied anyways
02:13 nomatter but i think its implementet on the site i'm modifying
02:13 nomatter but i don't know where
02:13 ries you could 'hard code' the links in TS
02:13 ries and point each page to a login page
02:13 nomatter ok thx
02:14 ries nomatter: if it's implemented it might be done in PHP using a custom SQL query... or I do mis-understand your current setup
02:14 ries it IS possible to generate a menu of hidden pages
02:14 nomatter no don't hidden
02:14 nomatter they are protected
02:14 ries nomatter: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
02:14 nomatter and only users which are logged in can view them
02:14 ries may be to use a custom PHP functio...
02:10 nomatter with an different icon first
02:10 nomatter you understand?
02:10 ries nomatter: I understand
02:10 ries I remember there where some discussions about this....
02:10 ries let me check the tsref
02:10 nomatter k thx
02:12 ries nomatter: I believe it's not possible... this is because typo3 will not generate a link for a page a user doesn't have access to
02:12 nomatter ok bad luck
02:13 ries also, there is no point in creating a link like that becausem a user will get an access denied anyways
02:13 nomatter but i think its implementet on the site i'm modifying
02:13 nomatter but i don't know where
02:13 ries you could 'hard code' the links in TS
02:13 ries and point each page to a login page
02:13 nomatter ok thx
02:14 ries nomatter: if it's implemented it might be done in PHP using a custom SQL query... or I do mis-understand your current setup
02:14 ries it IS possible to generate a menu of hidden pages
02:14 nomatter no don't hidden
02:14 nomatter they are protected
02:14 ries nomatter: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
02:14 nomatter and only users which are logged in can view them
02:14 ries may be to use a custom PHP functio...
02:15 nomatter yea i think i'll have to do so
02:15 nomatter but i'll talk first to a colluege tomorrow who works with typo for over 3 years i think
02:15 nomatter so maybe he knows an way
02:15 nomatter when not i'll code php
02:15 ries nomatter: typo3 will generate a menu of pages that are protected when a user is logged in and has access to the page
02:16 nomatter yea i read this
02:16 ries brb
02:16 nomatter but i thougt there must be an way in typoscript to override this
02:16 nomatter without using php
02:15 nomatter yea i think i'll have to do so
02:15 nomatter but i'll talk first to a colluege tomorrow who works with typo for over 3 years i think
02:15 nomatter so maybe he knows an way
02:15 nomatter when not i'll code php
02:15 ries nomatter: typo3 will generate a menu of pages that are protected when a user is logged in and has access to the page
02:16 nomatter yea i read this
02:16 ries brb
02:16 nomatter but i thougt there must be an way in typoscript to override this
02:16 nomatter without using php
02:23 ries nomatter: when I look at the HMENU config options it doesn't look like it
02:25 nomatter ok thx
02:23 ries nomatter: when I look at the HMENU config options it doesn't look like it
02:25 nomatter ok thx
02:26 nomatter so i think i'll stop coding tonight and think tomorrow what to do 'cause it's 4 o'clock am here
02:26 nomatter thx and cu
02:26 ries nomatter: seeya tomorrow
02:26 ries it's 9:30 here.... so time to go to bed :)
02:26 nomatter hehe
02:27 nomatter pm or am?
02:27 nomatter *gg8
02:26 nomatter so i think i'll stop coding tonight and think tomorrow what to do 'cause it's 4 o'clock am here
02:26 nomatter thx and cu
02:26 ries nomatter: seeya tomorrow
02:26 ries it's 9:30 here.... so time to go to bed :)
02:26 nomatter hehe
02:27 nomatter pm or am?
02:27 nomatter *gg8
05:05 dax77 good morning @all
05:05 dax77 good morning @all
05:29 tsrepadmin good morning #typo3!
05:29 tsrepadmin good morning #typo3!
05:32 d|g hi all
05:32 d|g hi all
06:26 bauschan hi
06:29 HardPhuck dsa
06:29 HardPhuck anyone knows time formatting by heart?
06:26 bauschan hi
06:29 HardPhuck dsa
06:29 HardPhuck anyone knows time formatting by heart?
06:30 HardPhuck i need date to be formatted as this : 25.8.2007
06:30 HardPhuck i need date to be formatted as this : 25.8.2007
06:36 bauschan date("j.n.Y"), assuming you don't want leeding zeros
06:36 bauschan date("j.n.Y"), assuming you don't want leeding zeros
06:48 HardPhuck thanx
06:48 HardPhuck thanx
07:02 HardPhuck can [more] link be removed from news list and how?
07:02 HardPhuck via TS
07:02 HardPhuck can [more] link be removed from news list and how?
07:02 HardPhuck via TS
07:05 Joker19 good morning
07:06 Awillys HardPhuck: remove it fromthe template
07:07 HardPhuck i know that works, i am trying to do it from TS
07:07 Joker19 HardPhuck: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/7/
07:08 HardPhuck yeah i've read that
07:08 HardPhuck can't find nothing related to taht
07:08 HardPhuck that
07:08 Joker19 HardPhuck: newsMoreLink This register is filled with the html-string for the more-link
07:09 Joker19 HardPhuck: you probably only have to empty that
07:05 Joker19 good morning
07:06 Awillys HardPhuck: remove it fromthe template
07:07 HardPhuck i know that works, i am trying to do it from TS
07:07 Joker19 HardPhuck: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/7/
07:08 HardPhuck yeah i've read that
07:08 HardPhuck can't find nothing related to taht
07:08 HardPhuck that
07:08 Joker19 HardPhuck: newsMoreLink This register is filled with the html-string for the more-link
07:09 Joker19 HardPhuck: you probably only have to empty that
07:11 Awillys HardPhuck: try to remove it by setting the language word to blank
07:12 HardPhuck Awillys that is not the TS way :)
07:12 silithlas hi, anybody can help me configuring realurl? I read the doc but I didn't understand everything. It works but I would like to setup the way the url are displayed. I would like for example : http://mywebsite/mypagename but it displays http://mywebsite/node number instead. thanks
07:12 Awillys plugin.tt_news {
07:12 Awillys _LOCAL_LANG.de {
07:12 Awillys more = [weiterlesen...]
07:12 Awillys }
07:12 Awillys }
07:13 Awillys HardPhuck: there is no proper ts way
07:13 Awillys why dont you want to remove it the natural way anyway?
07:14 HardPhuck because i know how to do that and i won't learn anything :)
07:11 Awillys HardPhuck: try to remove it by setting the language word to blank
07:12 HardPhuck Awillys that is not the TS way :)
07:12 silithlas hi, anybody can help me configuring realurl? I read the doc but I didn't understand everything. It works but I would like to setup the way the url are displayed. I would like for example : http://mywebsite/mypagename but it displays http://mywebsite/node number instead. thanks
07:12 Awillys plugin.tt_news {
07:12 Awillys _LOCAL_LANG.de {
07:12 Awillys more = [weiterlesen...]
07:12 Awillys }
07:12 Awillys }
07:13 Awillys HardPhuck: there is no proper ts way
07:13 Awillys why dont you want to remove it the natural way anyway?
07:14 HardPhuck because i know how to do that and i won't learn anything :)
07:17 HardPhuck and with the kind of page i'm making, well... it's not good to change source files
07:19 Joker19 HardPhuck: it's a common way to copy template files from extensions to fileadmin and tweak them so they fit the sites needs
07:17 HardPhuck and with the kind of page i'm making, well... it's not good to change source files
07:19 Joker19 HardPhuck: it's a common way to copy template files from extensions to fileadmin and tweak them so they fit the sites needs
07:20 Joker19 HardPhuck: you can create more than 1 copy :)
07:22 HardPhuck i know i can but if you have 30 news plugins,...get's crowded lol
07:22 HardPhuck but if i have it all contained in one TS template field, saves me a lot of work later
07:23 HardPhuck i have this page that already has 1400 subpages and i'm not nearly finished
07:23 HardPhuck i mean the customer isn't i'm almost done
07:23 HardPhuck but they have to complete the page structure and fill out the subpages
07:24 HardPhuck the final version is expected to have 2500 subpages
07:20 Joker19 HardPhuck: you can create more than 1 copy :)
07:22 HardPhuck i know i can but if you have 30 news plugins,...get's crowded lol
07:22 HardPhuck but if i have it all contained in one TS template field, saves me a lot of work later
07:23 HardPhuck i have this page that already has 1400 subpages and i'm not nearly finished
07:23 HardPhuck i mean the customer isn't i'm almost done
07:23 HardPhuck but they have to complete the page structure and fill out the subpages
07:24 HardPhuck the final version is expected to have 2500 subpages
07:26 HardPhuck so you see i can't afford to copy files all over
07:26 HardPhuck so you see i can't afford to copy files all over
07:34 Joker19 HardPhuck: I just wonder why it's neccessary to change tt_news's design / template on one site that often .. but ...however ... you can always create an extension which parses the typo3-generated content ...
07:34 Joker19 HardPhuck: I just wonder why it's neccessary to change tt_news's design / template on one site that often .. but ...however ... you can always create an extension which parses the typo3-generated content ...
07:35 Awillys HardPhuck: source file?
07:35 Awillys just make your own templates^^
07:37 toms Good morning everybody.
07:39 Joker19 toms: g'morning
07:35 Awillys HardPhuck: source file?
07:35 Awillys just make your own templates^^
07:37 toms Good morning everybody.
07:39 Joker19 toms: g'morning
07:40 HardPhuck i guess making my own templates is really the best option
07:43 HardPhuck thanx for your help
07:40 HardPhuck i guess making my own templates is really the best option
07:43 HardPhuck thanx for your help
07:50 Joker19 HardPhuck: now I just wonder what's the diff between createing your own templates and ... making a copy of an existing template and editing it ... editing a copy would be less work I think ...
07:51 HardPhuck yeah, i meant i'll copy the existing templates and modify them not making new ones from scratch
07:50 Joker19 HardPhuck: now I just wonder what's the diff between createing your own templates and ... making a copy of an existing template and editing it ... editing a copy would be less work I think ...
07:51 HardPhuck yeah, i meant i'll copy the existing templates and modify them not making new ones from scratch
08:05 Joker19 HardPhuck: oic ;)
08:05 Joker19 HardPhuck: oic ;)
08:23 silithlas en fait j'ai un souci avec realurl, mon site me sort un message d'erreur du style : Reason: "fr/accueil/index.html" could not be found, closest page matching is fr/
08:23 silithlas oups sorry
08:23 silithlas wrong channel :)
08:23 Awillys lol
08:23 Awillys c'est pas mal ca ^^
08:23 Awillys what's the t3 fr channel?
08:23 silithlas typo3 as well but on web2.epiknet.org
08:24 Awillys ya du monde?
08:24 silithlas so I said before beeing discoed
08:24 silithlas hi, I have a problem with realurl, when I try to go to a page, typo3 gives me such an error : Reason: "fr/accueil/index.html" could not be found, closest page matching is fr/
08:24 silithlas and about the people there, currently no, but sometimes yes
08:25 Awillys strange error message
08:23 silithlas en fait j'ai un souci avec realurl, mon site me sort un message d'erreur du style : Reason: "fr/accueil/index.html" could not be found, closest page matching is fr/
08:23 silithlas oups sorry
08:23 silithlas wrong channel :)
08:23 Awillys lol
08:23 Awillys c'est pas mal ca ^^
08:23 Awillys what's the t3 fr channel?
08:23 silithlas typo3 as well but on web2.epiknet.org
08:24 Awillys ya du monde?
08:24 silithlas so I said before beeing discoed
08:24 silithlas hi, I have a problem with realurl, when I try to go to a page, typo3 gives me such an error : Reason: "fr/accueil/index.html" could not be found, closest page matching is fr/
08:24 silithlas and about the people there, currently no, but sometimes yes
08:25 Awillys strange error message
08:25 Awillys never got smthg like this :/
08:25 silithlas so realurl behaves like if it doesn't understand the page name. I looked in the database and the real url redirect table is empty
08:25 Awillys maybe you realurl config
08:26 silithlas I used the default one
08:26 Awillys so you probably dont have fr pages defined? or do you?
08:27 silithlas but realurl is supposed to translate this fr/xxx stuff into the correct page, doesn't it?
08:27 Awillys 'GETvar' => 'L',
08:27 Awillys 'valueMap' => array(
08:27 Awillys 'french' => '1',
08:27 Awillys 'fr' => '1',
08:27 Awillys you should have smthg in your realurl conf
08:28 silithlas I know there is no fr/accueil/index.html page... but isn't realurl supposed to understand this is the same thing as http://mywebsite/2 ?
08:29 Awillys dont think so
08:29 Awillys i am not really a realurl expert though
08:29 Awillys i just followed the cannonbose stuff
08:29 Awillys http://cvs.cannonbose.com/cgi-bin/viewcvs.cgi/typo3/cbstarter/scripts/realurl.php?view=markup
08:25 Awillys never got smthg like this :/
08:25 silithlas so realurl behaves like if it doesn't understand the page name. I looked in the database and the real url redirect table is empty
08:25 Awillys maybe you realurl config
08:26 silithlas I used the default one
08:26 Awillys so you probably dont have fr pages defined? or do you?
08:27 silithlas but realurl is supposed to translate this fr/xxx stuff into the correct page, doesn't it?
08:27 Awillys 'GETvar' => 'L',
08:27 Awillys 'valueMap' => array(
08:27 Awillys 'french' => '1',
08:27 Awillys 'fr' => '1',
08:27 Awillys you should have smthg in your realurl conf
08:28 silithlas I know there is no fr/accueil/index.html page... but isn't realurl supposed to understand this is the same thing as http://mywebsite/2 ?
08:29 Awillys dont think so
08:29 Awillys i am not really a realurl expert though
08:29 Awillys i just followed the cannonbose stuff
08:29 Awillys http://cvs.cannonbose.com/cgi-bin/viewcvs.cgi/typo3/cbstarter/scripts/realurl.php?view=markup
08:30 silithlas what typo3 version do you have?
08:31 silithlas can you paste me your realurl conf at phpfi.com? :)
08:32 Anto|ne Hi
08:33 [SySteM] Anyone can help me ?
08:33 [SySteM] http://phpfi.com/258984
08:33 [SySteM] The "if.isTrue.wrap = | [...]"
08:34 [SySteM] not running
08:30 silithlas what typo3 version do you have?
08:31 silithlas can you paste me your realurl conf at phpfi.com? :)
08:32 Anto|ne Hi
08:33 [SySteM] Anyone can help me ?
08:33 [SySteM] http://phpfi.com/258984
08:33 [SySteM] The "if.isTrue.wrap = | [...]"
08:34 [SySteM] not running
08:35 koomi if is the darkside
08:35 koomi what does if evaluate?
08:35 [SySteM] I would like to have link width [...] but.. when link is blank.. i dont want to have the [...]
08:35 koomi hmpf
08:36 dax77 if normally goes on the content respectivley the data field
08:37 dax77 [SySteM]: I always have to debug this right when it's pares
08:37 [SySteM] if.isTrue.field = tx_txtemplate_lien
08:37 dax77 parsed
08:37 [SySteM] ?
08:39 dax77 [SySteM]: I guess this turns always true: $this->stdWrap($conf['isTrue'],$conf['isTrue.']
08:35 koomi if is the darkside
08:35 koomi what does if evaluate?
08:35 [SySteM] I would like to have link width [...] but.. when link is blank.. i dont want to have the [...]
08:35 koomi hmpf
08:36 dax77 if normally goes on the content respectivley the data field
08:37 dax77 [SySteM]: I always have to debug this right when it's pares
08:37 [SySteM] if.isTrue.field = tx_txtemplate_lien
08:37 dax77 parsed
08:37 [SySteM] ?
08:39 dax77 [SySteM]: I guess this turns always true: $this->stdWrap($conf['isTrue'],$conf['isTrue.']
08:40 dax77 in your case
08:44 [SySteM] http://phpfi.com/258986 running
08:44 [SySteM] thx
08:40 dax77 in your case
08:44 [SySteM] http://phpfi.com/258986 running
08:44 [SySteM] thx
08:46 [SySteM] another question (the last one)
08:46 [SySteM] if i add a "case = upper"
08:46 [SySteM] its not running..
08:46 [SySteM] another question (the last one)
08:46 [SySteM] if i add a "case = upper"
08:46 [SySteM] its not running..
08:52 fred^ hmm, helloes
08:52 fred^ plugin.tt_news.dontUseBackPid = 1 doesnt get rid of the ugly tt_news url
08:53 fred^ i still have tx_ttnews[day] and cHash
08:54 FloLeBlanc hi all
08:52 fred^ hmm, helloes
08:52 fred^ plugin.tt_news.dontUseBackPid = 1 doesnt get rid of the ugly tt_news url
08:53 fred^ i still have tx_ttnews[day] and cHash
08:54 FloLeBlanc hi all
08:56 kaktustmimi hi FloLeBlanc :)
08:58 fred^ there we go : )
08:59 kaktustmimi fred^, sorry I have no idea
08:59 kaktustmimi did you check the tt_news doc?
08:56 kaktustmimi hi FloLeBlanc :)
08:58 fred^ there we go : )
08:59 kaktustmimi fred^, sorry I have no idea
08:59 kaktustmimi did you check the tt_news doc?
09:23 nomatter hi
09:24 nomatter how can i display the subtitles of my pages with the TMENU?
09:23 nomatter hi
09:24 nomatter how can i display the subtitles of my pages with the TMENU?
09:25 nomatter is there any way without coding my own php-function to display title and subtitle?
09:29 bauschan nomatter: NO.allWrap = <div...> | </div> for the title and
09:29 bauschan nomatter: NO.allWrap.dataWrap = | <div id="subtitle{field:uid}" style="display: none;">{field:subtitle}</div> for the subtitle
09:25 nomatter is there any way without coding my own php-function to display title and subtitle?
09:29 bauschan nomatter: NO.allWrap = <div...> | </div> for the title and
09:29 bauschan nomatter: NO.allWrap.dataWrap = | <div id="subtitle{field:uid}" style="display: none;">{field:subtitle}</div> for the subtitle
09:32 nomatter ok thx a lot
09:33 bauschan np, to fetch a specific field just use e.g. stdWrap.field = subtitle
09:33 nomatter ok th
09:33 nomatter *thx
09:34 toms When creating new links in RTE it adds a blue square icon by default. (Like [->] google.com ) How can I configure typo not to do so?
09:32 nomatter ok thx a lot
09:33 bauschan np, to fetch a specific field just use e.g. stdWrap.field = subtitle
09:33 nomatter ok th
09:33 nomatter *thx
09:34 toms When creating new links in RTE it adds a blue square icon by default. (Like [->] google.com ) How can I configure typo not to do so?
09:35 toms And if a picture is a link it gets a blue border. Can I avoid this too?
09:35 toms And if a picture is a link it gets a blue border. Can I avoid this too?
09:43 bauschan toms: disable 'Enable links accessibility icons' in EM
09:43 bauschan toms: disable 'Enable links accessibility icons' in EM
10:34 roadi "Container element with separate localization! (ARI=5/1/0)" <- i've googled for it but i found many different solutions :(
10:34 roadi does onyone have 'the' right solution for it? because "Invalid template values in 1 elements:" is everything what i get.
10:34 roadi "Container element with separate localization! (ARI=5/1/0)" <- i've googled for it but i found many different solutions :(
10:34 roadi does onyone have 'the' right solution for it? because "Invalid template values in 1 elements:" is everything what i get.
10:50 drindt soneone knows a solution where i can use a bold style in a rendered GMENU?
10:53 Joker19 drindt: your ttf need to be bold-style
10:53 drindt Joker19: i think it has the preview told me that already
10:53 drindt Joker19: but i guess you mean that my ttf should only include the bold style only?
10:50 drindt soneone knows a solution where i can use a bold style in a rendered GMENU?
10:53 Joker19 drindt: your ttf need to be bold-style
10:53 drindt Joker19: i think it has the preview told me that already
10:53 drindt Joker19: but i guess you mean that my ttf should only include the bold style only?
10:55 Joker19 drindt: yes, I guess ... I don't know much about ttfs I don't know whether a ttf can hold regular und bold style of letters... nor do I know whether typo3 /imagemagick/grafiksmagick word correct with those
10:55 Joker19 drindt: but using a ttf that only holds only bold style chars will work
10:55 drindt Joker19: so i have to use fontforge and cut out the desired style?
10:55 drindt Joker19: ok
10:56 Joker19 drindt: I am sure there is a better way to solve this problem ... but this solution will work for sure :)
10:56 drindt Joker19: i read in tsref to find a thing to format it but i cant find...
10:58 Joker19 drindt: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/
10:59 Joker19 drindt: >> TEXT
10:59 drindt Joker19: really? :) thanks seems that my pdf is pretty ancient
10:59 Joker19 drindt: iterations posint How many times the text should be "printed" onto it self. This will add the effect of bold text.
10:55 Joker19 drindt: yes, I guess ... I don't know much about ttfs I don't know whether a ttf can hold regular und bold style of letters... nor do I know whether typo3 /imagemagick/grafiksmagick word correct with those
10:55 Joker19 drindt: but using a ttf that only holds only bold style chars will work
10:55 drindt Joker19: so i have to use fontforge and cut out the desired style?
10:55 drindt Joker19: ok
10:56 Joker19 drindt: I am sure there is a better way to solve this problem ... but this solution will work for sure :)
10:56 drindt Joker19: i read in tsref to find a thing to format it but i cant find...
10:58 Joker19 drindt: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/
10:59 Joker19 drindt: >> TEXT
10:59 drindt Joker19: really? :) thanks seems that my pdf is pretty ancient
10:59 Joker19 drindt: iterations posint How many times the text should be "printed" onto it self. This will add the effect of bold text.
11:00 Joker19 drindt: but I wonder whether whether there will be any side effects like when you update your imagemagick or whatever
11:01 drindt Joker19: that is not useable for me because i need niceText
11:01 drindt ok then i do the operation and cut out the bold style only
11:01 Joker19 drindt: ok :) ... I gotta have lunch .... c ya around
11:02 drindt Joker19: good appetite :) thanks
11:03 m4rtijn hi
11:04 m4rtijn did anyone here ever use Tmailform plus with multiple languages?
11:04 drindt Joker19: iam a stupid chicken :) i had the file already there but not opened the eyes, hehe
11:00 Joker19 drindt: but I wonder whether whether there will be any side effects like when you update your imagemagick or whatever
11:01 drindt Joker19: that is not useable for me because i need niceText
11:01 drindt ok then i do the operation and cut out the bold style only
11:01 Joker19 drindt: ok :) ... I gotta have lunch .... c ya around
11:02 drindt Joker19: good appetite :) thanks
11:03 m4rtijn hi
11:04 m4rtijn did anyone here ever use Tmailform plus with multiple languages?
11:04 drindt Joker19: iam a stupid chicken :) i had the file already there but not opened the eyes, hehe
11:05 m4rtijn TMailform..
11:05 m4rtijn or can someone recommend a customizable mailform with multilanguage support?
11:05 m4rtijn TMailform..
11:05 m4rtijn or can someone recommend a customizable mailform with multilanguage support?
11:25 elbart hi
11:25 elbart hi
11:31 drindt can someone please take a look at my lil screenshot http://img146.imageshack.us/my.php?image=kitsnotworkmq3.png iam not undertsand why this not work? it is a example from a book what iam try but whith different content - thanks for helping me.
11:32 elbart you should use http://phpfi.com/ to paste the content which doesn't work
11:34 bauschan drindt: I didn't look in detail, but on line 5 there is a "|" which definitely shouldn't be there
11:31 drindt can someone please take a look at my lil screenshot http://img146.imageshack.us/my.php?image=kitsnotworkmq3.png iam not undertsand why this not work? it is a example from a book what iam try but whith different content - thanks for helping me.
11:32 elbart you should use http://phpfi.com/ to paste the content which doesn't work
11:34 bauschan drindt: I didn't look in detail, but on line 5 there is a "|" which definitely shouldn't be there
11:36 flipmoe5000 how can i call TS from php?
11:36 flipmoe5000 how can i call TS from php?
11:46 drindt bauschan: ah thats the cursor from screenshot :)
11:47 bauschan yup, I already guessed that ;)
11:47 drindt bauschan: but the entrylevel is correct?
11:49 bauschan wait a sec, I'll take a look
11:49 drindt bauschan: they simply not shiow my subpages
11:46 drindt bauschan: ah thats the cursor from screenshot :)
11:47 bauschan yup, I already guessed that ;)
11:47 drindt bauschan: but the entrylevel is correct?
11:49 bauschan wait a sec, I'll take a look
11:49 drindt bauschan: they simply not shiow my subpages
12:00 Jessica Hello can someone help me with extension sql connections
12:00 Jessica Hello can someone help me with extension sql connections
12:05 silithlas hi, how do I remove the backPid from my urls with realurls? Thanks
12:06 bauschan re
12:07 bauschan drindt: if you use special= directory entryLevel doesn't have any influence at all
12:07 drindt bauschan: but why the hell is this in the book? how to do that? remove special?
12:08 bauschan drindt: I usually do it like that http://phpfi.com/259014
12:09 drindt bauschan: and the second layer?
12:05 silithlas hi, how do I remove the backPid from my urls with realurls? Thanks
12:06 bauschan re
12:07 bauschan drindt: if you use special= directory entryLevel doesn't have any influence at all
12:07 drindt bauschan: but why the hell is this in the book? how to do that? remove special?
12:08 bauschan drindt: I usually do it like that http://phpfi.com/259014
12:09 drindt bauschan: and the second layer?
12:10 bauschan drindt: 2 < .1 and so on
12:11 bauschan brb
12:11 drindt bauschan: what the hell iam doing wrong?
12:12 [1]toms bauschan: Thank you for your help and excuse me for responding that late. Unfortunately "disable 'Enable links accessibility icons'" was not a solution.
12:10 bauschan drindt: 2 < .1 and so on
12:11 bauschan brb
12:11 drindt bauschan: what the hell iam doing wrong?
12:12 [1]toms bauschan: Thank you for your help and excuse me for responding that late. Unfortunately "disable 'Enable links accessibility icons'" was not a solution.
12:27 Joker19 Jessica: http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/1/4/
12:29 m4rtijn re
12:29 Joker19 m4rtijn: hi
12:27 Joker19 Jessica: http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/1/4/
12:29 m4rtijn re
12:29 Joker19 m4rtijn: hi
12:35 fred^ hmm, how can i remove some unwanted variables from my tt_news url. im using realurl, and at the moment my url is like this: /articl/arkiv/2007/august/27/sak/ankommet-nummer-2/
12:36 fred^ if any one would like my realurl setup, i'd pastebin it
12:36 fred^ i was thinking about an url like: /article/ankommet-nummer-2/
12:37 Jessica Joker19: I've already read the document you've gave me
12:37 Jessica But if I execute two queries in one document it stops working
12:37 bauschan re
12:37 Joker19 Jessica: what does stop working?
12:37 drindt bauschan: wb :)
12:38 bauschan toms: try RTE.default.classesAnchor=
12:39 bauschan toms: in TSconfig of your root page
12:39 Jessica I've got two functions LIST and SINGLE
12:39 Jessica SINGLE works, but if I define the LIST function, SINGLE stops working.
12:35 fred^ hmm, how can i remove some unwanted variables from my tt_news url. im using realurl, and at the moment my url is like this: /articl/arkiv/2007/august/27/sak/ankommet-nummer-2/
12:36 fred^ if any one would like my realurl setup, i'd pastebin it
12:36 fred^ i was thinking about an url like: /article/ankommet-nummer-2/
12:37 Jessica Joker19: I've already read the document you've gave me
12:37 Jessica But if I execute two queries in one document it stops working
12:37 bauschan re
12:37 Joker19 Jessica: what does stop working?
12:37 drindt bauschan: wb :)
12:38 bauschan toms: try RTE.default.classesAnchor=
12:39 bauschan toms: in TSconfig of your root page
12:39 Jessica I've got two functions LIST and SINGLE
12:39 Jessica SINGLE works, but if I define the LIST function, SINGLE stops working.
12:40 Joker19 Jessica: what sql command is "SINGLE" or "LIST"?
12:41 drindt bauschan: i pasted you the ts again, can you please take a look? http://phpfi.com/259018
12:42 Jessica no not a query
12:42 Jessica I use the SELECT query
12:42 Jessica but I have two functions > function showList () {
12:42 Jessica and function showView () {
12:42 Joker19 Jessica: I wonder since you asked for help with sql connections
12:44 Jessica Okay :) But have you ever wrote an extension that executes two functions?
12:44 dax77 Jessica: use the plugin twice ;)
12:44 bauschan drindt: works fine here, I just replaced the pid and commented out the font and voila
12:44 dax77 use the force, luke ;)
12:40 Joker19 Jessica: what sql command is "SINGLE" or "LIST"?
12:41 drindt bauschan: i pasted you the ts again, can you please take a look? http://phpfi.com/259018
12:42 Jessica no not a query
12:42 Jessica I use the SELECT query
12:42 Jessica but I have two functions > function showList () {
12:42 Jessica and function showView () {
12:42 Joker19 Jessica: I wonder since you asked for help with sql connections
12:44 Jessica Okay :) But have you ever wrote an extension that executes two functions?
12:44 dax77 Jessica: use the plugin twice ;)
12:44 bauschan drindt: works fine here, I just replaced the pid and commented out the font and voila
12:44 dax77 use the force, luke ;)
12:45 Jessica Well I have made a flexform so I can chose the function
12:45 drindt bauschan: hm i wondering you use the latest ver from t3?
12:45 Jessica But I'm stuck when writing the second function in my document
12:45 dax77 Jessica: so where is the problem exactly?
12:45 bauschan drindt: tested on 4.1.2
12:46 drindt it is to getting some more childs :D
12:47 Jessica Shall I paste the code into phpfi.com?
12:47 drindt bauschan: i can provide you the login data to access and see that it not work here...
12:47 dax77 yes, please
12:48 bauschan drindt: sorry,but currently I'm full of work, I have to finish some stuff first
12:48 drindt bauschan: no problem
12:48 Jessica dax77: http://phpfi.com/259020 << This is the function where the SELECT function is not getting any data from the database
12:48 beeeviz anyone got an idea how i can get "not in menu" pages in a rootline menu?
12:49 beeeviz this is my typoscript http://nopaste.tshw.de/11882193077e96c/
12:45 Jessica Well I have made a flexform so I can chose the function
12:45 drindt bauschan: hm i wondering you use the latest ver from t3?
12:45 Jessica But I'm stuck when writing the second function in my document
12:45 dax77 Jessica: so where is the problem exactly?
12:45 bauschan drindt: tested on 4.1.2
12:46 drindt it is to getting some more childs :D
12:47 Jessica Shall I paste the code into phpfi.com?
12:47 drindt bauschan: i can provide you the login data to access and see that it not work here...
12:47 dax77 yes, please
12:48 bauschan drindt: sorry,but currently I'm full of work, I have to finish some stuff first
12:48 drindt bauschan: no problem
12:48 Jessica dax77: http://phpfi.com/259020 << This is the function where the SELECT function is not getting any data from the database
12:48 beeeviz anyone got an idea how i can get "not in menu" pages in a rootline menu?
12:49 beeeviz this is my typoscript http://nopaste.tshw.de/11882193077e96c/
12:50 bauschan drindt: when I'm done I will check if you and your prob are still around
12:50 dax77 Jessica: first, you should use TYP3 functions to do sql commands
12:50 drindt bauschan: thats very friendly
12:51 beeeviz oh i found it. thx
12:51 Jessica okay I had that on my first function, but if I do it again... the other function is also not working
12:51 dax77 sorry, afk
12:51 beeeviz includeNotInMenu = 1 :)
12:53 Jessica dax can you advice me on this?
12:50 bauschan drindt: when I'm done I will check if you and your prob are still around
12:50 dax77 Jessica: first, you should use TYP3 functions to do sql commands
12:50 drindt bauschan: thats very friendly
12:51 beeeviz oh i found it. thx
12:51 Jessica okay I had that on my first function, but if I do it again... the other function is also not working
12:51 dax77 sorry, afk
12:51 beeeviz includeNotInMenu = 1 :)
12:53 Jessica dax can you advice me on this?
13:02 dax77 back again
13:03 dax77 Jessica: are you sure you are running into this query? because its hardcoded an there is no variable inside
13:03 dax77 heya uschi :)
13:03 uschi hey dax77 :-)))))
13:03 toms What is meant by "TSconfig of your root page"? My Root-Page has a "Template" including "Constants" and "Setup". Is this the same?
13:04 uschi no toms, it is not
13:02 dax77 back again
13:03 dax77 Jessica: are you sure you are running into this query? because its hardcoded an there is no variable inside
13:03 dax77 heya uschi :)
13:03 uschi hey dax77 :-)))))
13:03 toms What is meant by "TSconfig of your root page"? My Root-Page has a "Template" including "Constants" and "Setup". Is this the same?
13:04 uschi no toms, it is not
13:05 uschi in the page properties, there is a field TSConfig
13:05 uschi basically the difference between TSconfig and Template setup is that with Page TSconfig or User TSconfig you configure the behaviour of the backend
13:06 uschi and with Template Setup and Constants you configure the frontend
13:07 uschi what you can do with TSconfig is documented here: http://typo3.org/documentation/document-library/references/doc_core_tsconfig/current/
13:08 uschi and for template setup and constants there is tsref: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/
13:09 toms Uschi: Good to know that, thank you.
13:05 uschi in the page properties, there is a field TSConfig
13:05 uschi basically the difference between TSconfig and Template setup is that with Page TSconfig or User TSconfig you configure the behaviour of the backend
13:06 uschi and with Template Setup and Constants you configure the frontend
13:07 uschi what you can do with TSconfig is documented here: http://typo3.org/documentation/document-library/references/doc_core_tsconfig/current/
13:08 uschi and for template setup and constants there is tsref: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/
13:09 toms Uschi: Good to know that, thank you.
13:10 Jessica Hmmm I dont really know how else to code it dax77
13:11 uschi Hey Jessica, what are you doing there?
13:12 uschi what is tx_virtuallibrary
13:12 dokma ahhh uschi :D
13:12 dokma sneaking in on us?
13:12 dokma tc tc tc
13:12 dokma shame on u
13:12 uschi who is on u
13:12 dax77 uschi: sounds a bit like our demo ext ;)
13:12 uschi you and jessica
13:12 uschi right
13:12 Jessica What I'm doing in typo3 you mean?
13:13 uschi well sounds if you are writing an ext
13:13 uschi i ask, because the title of the ext sounds promising
13:13 Jessica Well I'm trying to write an extension
13:14 uschi i am doing a page for a university, and therefore i am interested in extensions with the word 'library'
13:14 Jessica well it's a videoclip library for e-learning clips
13:10 Jessica Hmmm I dont really know how else to code it dax77
13:11 uschi Hey Jessica, what are you doing there?
13:12 uschi what is tx_virtuallibrary
13:12 dokma ahhh uschi :D
13:12 dokma sneaking in on us?
13:12 dokma tc tc tc
13:12 dokma shame on u
13:12 uschi who is on u
13:12 dax77 uschi: sounds a bit like our demo ext ;)
13:12 uschi you and jessica
13:12 uschi right
13:12 Jessica What I'm doing in typo3 you mean?
13:13 uschi well sounds if you are writing an ext
13:13 uschi i ask, because the title of the ext sounds promising
13:13 Jessica Well I'm trying to write an extension
13:14 uschi i am doing a page for a university, and therefore i am interested in extensions with the word 'library'
13:14 Jessica well it's a videoclip library for e-learning clips
13:15 uschi sounds interesting
13:16 Jessica It is, but I can't figure out why it's not working with the queries
13:16 uschi is $res a valid mysql result, Jessica?
13:17 uschi perhaps you do not get a result, because there is no connect to the database
13:17 uschi perhaps you should try to use the typo3 DB class
13:17 Jessica well I got that from the document written about sql queries
13:17 uschi if you put this query into phpmyadmin, does it work?
13:18 uschi Jessica, is there any error message?
13:19 Jessica yeah I've generated that query with my phpMyAdmin tool
13:19 Jessica so that works
13:19 uschi ok
13:19 Jessica but maybe you're right and I have to connect with the db
13:19 Jessica but what is the code for that?
13:19 uschi use the build in one
13:19 Jessica cuz I've used $this->internal['currentTable']
13:19 uschi wait a second
13:15 uschi sounds interesting
13:16 Jessica It is, but I can't figure out why it's not working with the queries
13:16 uschi is $res a valid mysql result, Jessica?
13:17 uschi perhaps you do not get a result, because there is no connect to the database
13:17 uschi perhaps you should try to use the typo3 DB class
13:17 Jessica well I got that from the document written about sql queries
13:17 uschi if you put this query into phpmyadmin, does it work?
13:18 uschi Jessica, is there any error message?
13:19 Jessica yeah I've generated that query with my phpMyAdmin tool
13:19 Jessica so that works
13:19 uschi ok
13:19 Jessica but maybe you're right and I have to connect with the db
13:19 Jessica but what is the code for that?
13:19 uschi use the build in one
13:19 Jessica cuz I've used $this->internal['currentTable']
13:19 uschi wait a second
13:20 elbart do you use pi_base as "super"-class?
13:23 uschi Jessica, i shall post you a function that is selecting authors and publications in an ext we learned to make with dax77
13:24 Jessica oke thanks :) I can look into that
13:20 elbart do you use pi_base as "super"-class?
13:23 uschi Jessica, i shall post you a function that is selecting authors and publications in an ext we learned to make with dax77
13:24 Jessica oke thanks :) I can look into that
13:25 uschi http://phpfi.com/259031
13:25 null__ hi
13:25 elbart hi null__
13:26 null__ kuckuck
13:26 uschi the important part for you is lines 11 ff
13:27 teppi|work can somebody tell me how i get the <UL> of the second level into the <LI> of the first level ? http://phpfi.com/259032
13:27 uschi $GLOBALS['TYPO3_DB'] is an instance of the typo3 db class, and there the connection to the database is already done for you
13:28 uschi furthermore you have a lot of useful functions, like, for example, exec_SELECTquery ready for you
13:29 uschi you definitely should dig into this when you write extensions
13:30 Jessica oke this is totally different from what the documents from typo3 say about connecting to db
13:25 uschi http://phpfi.com/259031
13:25 null__ hi
13:25 elbart hi null__
13:26 null__ kuckuck
13:26 uschi the important part for you is lines 11 ff
13:27 teppi|work can somebody tell me how i get the <UL> of the second level into the <LI> of the first level ? http://phpfi.com/259032
13:27 uschi $GLOBALS['TYPO3_DB'] is an instance of the typo3 db class, and there the connection to the database is already done for you
13:28 uschi furthermore you have a lot of useful functions, like, for example, exec_SELECTquery ready for you
13:29 uschi you definitely should dig into this when you write extensions
13:30 Jessica oke this is totally different from what the documents from typo3 say about connecting to db
13:30 teppi|work ok i got it wrapItemAndSub
13:30 teppi|work .. :)
13:30 uschi 'wer suchet, der findet' teppi
13:31 uschi Jessica, they do tell you to use the typo3_db methods
13:31 Jessica yeah but to use $res = mysql(TYPO3_db, 'SELECT * FROM mytable WHERE uid=123 AND title LIKE "%blabla%" ORDER BY title LIMIT 5');
13:32 uschi this must be an outdated piece of documentation
13:34 Jessica I dont know if it's outdated
13:30 teppi|work ok i got it wrapItemAndSub
13:30 teppi|work .. :)
13:30 uschi 'wer suchet, der findet' teppi
13:31 uschi Jessica, they do tell you to use the typo3_db methods
13:31 Jessica yeah but to use $res = mysql(TYPO3_db, 'SELECT * FROM mytable WHERE uid=123 AND title LIKE "%blabla%" ORDER BY title LIMIT 5');
13:32 uschi this must be an outdated piece of documentation
13:34 Jessica I dont know if it's outdated
13:42 null__ Is there a short and easy way to store values into the database, of the fe_user?
13:43 null__ I extendet the tt_address with some fields, and i want to save the values a current logged in user enters in input fields, to the matching db set
13:42 null__ Is there a short and easy way to store values into the database, of the fe_user?
13:43 null__ I extendet the tt_address with some fields, and i want to save the values a current logged in user enters in input fields, to the matching db set
13:50 null__ Or do i have create my own sqlquery?
13:53 smeringe hi folks
13:50 null__ Or do i have create my own sqlquery?
13:53 smeringe hi folks
14:01 silithlas hi, I need some help with archives and tt_news. I have a page with an AMENU element, an other with a SINGLE one showing only archives, but how do I link them together?
14:01 silithlas hi, I need some help with archives and tt_news. I have a page with an AMENU element, an other with a SINGLE one showing only archives, but how do I link them together?
14:07 Flachzang hi
14:08 Flachzang does someone know how i could use a ts var in ext_table ?
14:07 Flachzang hi
14:08 Flachzang does someone know how i could use a ts var in ext_table ?
14:11 Flachzang nobody here ?
14:11 null__ hm
14:12 drindt bauschan: please notify my if your workload allows you to care about my problem, i left the station now...
14:12 drindt Flachzange: doch
14:12 Flachzang hehe ;)
14:12 drindt :D
14:12 null__ iwo
14:12 drindt Flachzang: whats up?
14:12 Flachzang i made a extension .... only a smal db relation
14:13 drindt Flachzang: fine
14:13 Flachzang i need a typoscript var in the ext_tables
14:13 drindt $conf
14:13 Flachzang but how could i call it ?!
14:13 Flachzang conf is not working
14:11 Flachzang nobody here ?
14:11 null__ hm
14:12 drindt bauschan: please notify my if your workload allows you to care about my problem, i left the station now...
14:12 drindt Flachzange: doch
14:12 Flachzang hehe ;)
14:12 drindt :D
14:12 null__ iwo
14:12 drindt Flachzang: whats up?
14:12 Flachzang i made a extension .... only a smal db relation
14:13 drindt Flachzang: fine
14:13 Flachzang i need a typoscript var in the ext_tables
14:13 drindt $conf
14:13 Flachzang but how could i call it ?!
14:13 Flachzang conf is not working
14:15 ries Flachzang: what are you trying to do?
14:17 drindt ries: greetings
14:17 Flachzang i want to read a conf var in ext_tables.php
14:17 drindt Flachzang: flexforms!
14:18 ries Flachzang: typoscript or page TS config... read drindt's hint...
14:18 drindt hehe yeah :)
14:19 drindt ries: did you remember on our last talk about latex?
14:19 Flachzang its an extension for tt_news
14:19 Flachzang :)
14:19 drindt Flachzang: i told you that the news ext contains a lot of flexforms in various combinations
14:19 Flachzang yes :)
14:15 ries Flachzang: what are you trying to do?
14:17 drindt ries: greetings
14:17 Flachzang i want to read a conf var in ext_tables.php
14:17 drindt Flachzang: flexforms!
14:18 ries Flachzang: typoscript or page TS config... read drindt's hint...
14:18 drindt hehe yeah :)
14:19 drindt ries: did you remember on our last talk about latex?
14:19 Flachzang its an extension for tt_news
14:19 Flachzang :)
14:19 drindt Flachzang: i told you that the news ext contains a lot of flexforms in various combinations
14:19 Flachzang yes :)
14:20 ries drindt: Not really.... But it's LaTeX, otherwise people might think...... :D
14:20 drindt ries: we talk about cheap printers and further
14:20 ries hmmmm yeaaa
14:20 ries I remember a bit
14:21 drindt ries: the hippo now works :)
14:21 ries glad to hear....
14:23 drindt ries: yes and it is really good output, but i must tell that iam drop the latex programming thingy because it is a freaking bitchin language i am getting not warm with it
14:23 ries drindt: I feel teh same...
14:23 drindt ries: but smarty and latex are good things for producing such content like books and magazines
14:24 drindt ries: welcome in the club :)
14:24 ries drindt: I create a XML config file that controls fpdf library.. with full color (CMYK) support
14:24 ries thanks...
14:24 drindt ries: is fpdf in the meantime such powerful?
14:24 ries teh XML file is great for flyers and stuff... not for a complete book
14:24 ries drindt: it's indeed powerfull... But you cannot create table and such
14:25 drindt ries: iam dark remember me for a long time it wasnt such great
14:20 ries drindt: Not really.... But it's LaTeX, otherwise people might think...... :D
14:20 drindt ries: we talk about cheap printers and further
14:20 ries hmmmm yeaaa
14:20 ries I remember a bit
14:21 drindt ries: the hippo now works :)
14:21 ries glad to hear....
14:23 drindt ries: yes and it is really good output, but i must tell that iam drop the latex programming thingy because it is a freaking bitchin language i am getting not warm with it
14:23 ries drindt: I feel teh same...
14:23 drindt ries: but smarty and latex are good things for producing such content like books and magazines
14:23 drindt ries: welcome in the club :)
14:24 ries drindt: I create a XML config file that controls fpdf library.. with full color (CMYK) support
14:24 ries thanks...
14:24 drindt ries: is fpdf in the meantime such powerful?
14:24 ries teh XML file is great for flyers and stuff... not for a complete book
14:24 ries drindt: it's indeed powerfull... But you cannot create table and such
14:24 drindt ries: iam dark remember me for a long time it wasnt such great
14:25 ries But I am plannint to upgrad emy tool to allow for that
14:25 drindt oh tables are very essential in my project
14:25 ries they are not hard to make, just not possible woth fpdf out of the box...
14:26 drindt the cool thing is that the ugly code runs just 11 seconds to create a book (small version currently) with 200 pages in a5 format. excluding pictures
14:26 ries drindt: in latex?
14:26 drindt ries: all smarty latex and database
14:26 ries yeaaa indeed... it's extreemly fast
14:27 drindt ries: yes i cant understand why :)
14:27 ries we sue fpdf to create page numbers and tabs on our catalogs
14:27 drindt ries: yes i remember
14:27 ries drindt: it is designed to be fast since it a OLD tool...
14:27 ries drindt: Newbie tools nowdays are written bad... and only for faster computers
14:28 drindt ries: hm because old things are not usually fast :)
14:28 drindt ries: hehe newbie tools :) you mean the after-lunch-time programmers?
14:28 drindt ah jetzt
14:28 silithlas is it possible to create constants for just one page?
14:29 ries drindt: old thinks are usually faster because they where written for teh HW they needed to run on :)
14:29 drindt ries: ah from this view you are right :)
14:25 ries But I am plannint to upgrad emy tool to allow for that
14:25 drindt oh tables are very essential in my project
14:25 ries they are not hard to make, just not possible woth fpdf out of the box...
14:26 drindt the cool thing is that the ugly code runs just 11 seconds to create a book (small version currently) with 200 pages in a5 format. excluding pictures
14:26 ries drindt: in latex?
14:26 drindt ries: all smarty latex and database
14:26 ries yeaaa indeed... it's extreemly fast
14:27 drindt ries: yes i cant understand why :)
14:27 ries we sue fpdf to create page numbers and tabs on our catalogs
14:27 drindt ries: yes i remember
14:27 ries drindt: it is designed to be fast since it a OLD tool...
14:27 ries drindt: Newbie tools nowdays are written bad... and only for faster computers
14:28 drindt ries: hm because old things are not usually fast :)
14:28 drindt ries: hehe newbie tools :) you mean the after-lunch-time programmers?
14:28 drindt ah jetzt
14:28 silithlas is it possible to create constants for just one page?
14:29 ries drindt: old thinks are usually faster because they where written for teh HW they needed to run on :)
14:29 drindt ries: ah from this view you are right :)
14:42 ries anybody know a lot about XSS?
14:42 ries anybody know a lot about XSS?
14:48 FireMail hi there
14:48 FireMail after upgrading to php5.2.4 all typo3 sites dont output any content, just the background gets visible and thats all - before that it worked - is any bug known or how to fix that?
14:48 FireMail hi there
14:48 FireMail after upgrading to php5.2.4 all typo3 sites dont output any content, just the background gets visible and thats all - before that it worked - is any bug known or how to fix that?
15:00 ries FireMail: use a other version of php....
15:00 ries from what version of php did you upgrade?
15:00 FireMail ries: that can't be the best solution! there is a reason why there was a php update
15:00 FireMail from 5.2.3-r3 to 5.2.4
15:01 ries I run typo3 on 5.2.2 I believe...
15:01 FireMail on 5.2.3-r3 it also worked
15:01 ries But lately php dev team keeps on changing stuff around and it's hard to catch up.. check your error logs
15:01 ries and see what happens
15:02 FireMail no entries in error log :()
15:00 ries FireMail: use a other version of php....
15:00 ries from what version of php did you upgrade?
15:00 FireMail ries: that can't be the best solution! there is a reason why there was a php update
15:00 FireMail from 5.2.3-r3 to 5.2.4
15:01 ries I run typo3 on 5.2.2 I believe...
15:01 FireMail on 5.2.3-r3 it also worked
15:01 ries But lately php dev team keeps on changing stuff around and it's hard to catch up.. check your error logs
15:01 ries and see what happens
15:02 FireMail no entries in error log :()
15:31 kangt hi there :)
15:33 kangt i need to use a value in $TCA of a table for content rendring ... what is the best way to achieve this ? this is only for an uploadfolder value
15:34 kangt i know i can use includeTCA from TSFE but is this not tough to include the TCA just for one value ?
15:31 kangt hi there :)
15:33 kangt i need to use a value in $TCA of a table for content rendring ... what is the best way to achieve this ? this is only for an uploadfolder value
15:34 kangt i know i can use includeTCA from TSFE but is this not tough to include the TCA just for one value ?
15:36 Joker19 kangt: don't you have $GLOBALS['TCA'] anyway?
15:37 kangt yes got it
15:37 kangt but in FE rendering scope you can only acces ctrl
15:37 kangt not columns
15:37 kangt ctrl and feInterface
15:38 kangt i'm gonna hardcode the value... i don't wanna load all the TCA for just this value
15:39 kangt no better idea ?
15:36 Joker19 kangt: don't you have $GLOBALS['TCA'] anyway?
15:37 kangt yes got it
15:37 kangt but in FE rendering scope you can only acces ctrl
15:37 kangt not columns
15:37 kangt ctrl and feInterface
15:38 kangt i'm gonna hardcode the value... i don't wanna load all the TCA for just this value
15:39 kangt no better idea ?
15:40 Joker19 kangt: hmmm ... I don't know ...
15:40 Joker19 kangt: hmmm ... I don't know ...
15:57 uschi hello friends
15:57 uschi hey bedlamhotel
15:57 bedlamhotel bonjour uschi.
15:57 uschi you are coming at the right moment :-)
15:57 uschi is there some limit on how many menuitems get shown?
15:58 uschi in menu sitemap?
15:57 uschi hello friends
15:57 uschi hey bedlamhotel
15:57 bedlamhotel bonjour uschi.
15:57 uschi you are coming at the right moment :-)
15:57 uschi is there some limit on how many menuitems get shown?
15:58 uschi in menu sitemap?
16:01 uschi some secret settings that i do not know yet?
16:01 uschi some secret settings that i do not know yet?
16:22 ulf_k_ hi i am looking for some help, im using gmenu layer on a hoz. menu with one sublevel and i use RO and CUR with an image that changes for mouseover and current, this is fine working but when i click in the second level menu the indication is back on NO, how do i inherit this to the second level?
16:22 ulf_k_ hi i am looking for some help, im using gmenu layer on a hoz. menu with one sublevel and i use RO and CUR with an image that changes for mouseover and current, this is fine working but when i click in the second level menu the indication is back on NO, how do i inherit this to the second level?
16:26 ulf_k_ ahh i got it not CUR but ACT - perfect
16:26 ries hahahahahaha : http://blogs.msdn.com/wga/archive/2007/08/25/validation-issue-fix.aspx
16:26 ulf_k_ ahh i got it not CUR but ACT - perfect
16:26 ries hahahahahaha : http://blogs.msdn.com/wga/archive/2007/08/25/validation-issue-fix.aspx
16:31 ries what if my new ford would crawl to a hold and run in 'safe mode' on a highway at 20KM/hour.....
16:32 ries and that ford would gearing 3,4 and 5....
16:32 ries would disable...
16:31 ries what if my new ford would crawl to a hold and run in 'safe mode' on a highway at 20KM/hour.....
16:32 ries and that ford would gearing 3,4 and 5....
16:32 ries would disable...
16:37 bedlamhotel sorry uschi.
16:37 bedlamhotel still there?
16:38 uschi yeah, but obviously there is only a problem with one single page
16:38 uschi it seems to stop the menu
16:38 uschi and i do not know why
16:38 uschi not that important anymore, was only in the datenwolken
16:39 bedlamhotel uschi: what about HMENU.maxItems ?
16:37 bedlamhotel sorry uschi.
16:37 bedlamhotel still there?
16:38 uschi yeah, but obviously there is only a problem with one single page
16:38 uschi it seems to stop the menu
16:38 uschi and i do not know why
16:38 uschi not that important anymore, was only in the datenwolken
16:39 bedlamhotel uschi: what about HMENU.maxItems ?
16:40 uschi tried it out, did not help
16:40 uschi it is simply that one bloody page
16:40 uschi i have a much more serious problem with the university page
16:40 uschi you know, at the datenwolken page i keep p and div in the database and it works perfectly alright
16:41 uschi but somehow i cannot manage the very same thing at the datenwolken
16:42 uschi because on the way from the database to rte <p></p> is added in front of the div
16:40 uschi tried it out, did not help
16:40 uschi it is simply that one bloody page
16:40 uschi i have a much more serious problem with the university page
16:40 uschi you know, at the datenwolken page i keep p and div in the database and it works perfectly alright
16:41 uschi but somehow i cannot manage the very same thing at the datenwolken
16:42 uschi because on the way from the database to rte <p></p> is added in front of the div
16:48 bedlamhotel uschi: not sure I can help much with that--the RTE is such a beast that I only make minimal changes to its settings: hiding buttons and making sure it accepts an odd tag here and there.
16:48 bedlamhotel uschi: not sure I can help much with that--the RTE is such a beast that I only make minimal changes to its settings: hiding buttons and making sure it accepts an odd tag here and there.
17:04 nomatter hi
17:04 nomatter hi
17:05 nomatter is it possible to display only the active element in an TMENU?
17:08 nomatter ?
17:09 bedlamhotel nomatter: lib.foo.NO = doNotShowLink=1
17:05 nomatter is it possible to display only the active element in an TMENU?
17:08 nomatter ?
17:09 bedlamhotel nomatter: lib.foo.NO = doNotShowLink=1
17:10 nomatter was muss ich fuer foo einsetzen?
17:10 nomatter ich generier das menue naemlich in temp
17:10 nomatter also temp.pagemenu.1 = TMENU
17:12 nomatter ok i have it
17:12 nomatter thx
17:10 nomatter was muss ich fuer foo einsetzen?
17:10 nomatter ich generier das menue naemlich in temp
17:10 nomatter also temp.pagemenu.1 = TMENU
17:12 nomatter ok i have it
17:12 nomatter thx
17:34 duckstar Hello!
17:34 duckstar I need some help with including classes in extensions
17:34 duckstar Hello!
17:34 duckstar I need some help with including classes in extensions
18:12 s25 is it safe to rename your typo3_src dir?
18:14 duckstar hey is er someone who can help me with building classes for typo3
18:12 s25 is it safe to rename your typo3_src dir?
18:14 duckstar hey is er someone who can help me with building classes for typo3
18:36 dokma s25 I think it is
18:37 dokma once you modify the symlink it all works just fine
18:37 dokma I did it several times without penalty
18:38 dokma ries u on?
18:38 ries dokma: sorry... buzy here
18:38 dokma np
18:38 dokma did you ever use mm_forum?
18:36 dokma s25 I think it is
18:37 dokma once you modify the symlink it all works just fine
18:37 dokma I did it several times without penalty
18:38 dokma ries u on?
18:38 ries dokma: sorry... buzy here
18:38 dokma np
18:38 dokma did you ever use mm_forum?
19:41 duckstar Can someone help me with connecting to a database with typo3?
19:42 lordlamer duckstar: metaquestion
19:42 lordlamer ask
19:41 duckstar Can someone help me with connecting to a database with typo3?
19:42 lordlamer duckstar: metaquestion
19:42 lordlamer ask
19:45 smeringe or as the almighty topic would put it; Don't ask to ask, just ask!
19:45 bedlamhotel duckstar: you need an existing database, a database user who has access to that database, that user's name and password, and the database host (if it's not localhost/127.0.0.1). You can then paste these values into the fields in the install tool's basic configuration page.
19:49 duckstar no I don't mean with installing typo3
19:49 duckstar I mean connecting to a database in a class.myextension.p1.php function
19:49 duckstar I'm writing an extension, but it's not connecting to a database
19:45 smeringe or as the almighty topic would put it; Don't ask to ask, just ask!
19:45 bedlamhotel duckstar: you need an existing database, a database user who has access to that database, that user's name and password, and the database host (if it's not localhost/127.0.0.1). You can then paste these values into the fields in the install tool's basic configuration page.
19:49 duckstar no I don't mean with installing typo3
19:49 duckstar I mean connecting to a database in a class.myextension.p1.php function
19:49 duckstar I'm writing an extension, but it's not connecting to a database
19:50 smeringe a separate db than the t3 one? oh
19:51 duckstar No... I have made an extension with kickstarter, zo in my excisting DB there is a new table
19:51 duckstar and I want to execute a SELECT query, but I first need to make a connection with the database
19:51 smeringe no?
19:51 duckstar but I've searched the whole internet voor reference on TYPO3_DB
19:52 smeringe if you have a t3 db and made a new table with kickstarter into that db then you got a connection..
19:52 duckstar but the only thing I get is how to make a SELECT query, but I understand that already. I just want to connect to the database
19:52 duckstar Then I only have to make a SELECT statement?
19:52 smeringe m
19:53 smeringe like: $GLOBALS['TYPO3_DB']->sql_query() if you want to do it ugly :)
19:53 duckstar No I'm gonna use $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('');
19:53 smeringe good :D
19:54 duckstar but that's it. Just define the query and I can get data from the database. Don't I have to define my table?
19:54 duckstar do you know how to do that?
19:50 smeringe a separate db than the t3 one? oh
19:51 duckstar No... I have made an extension with kickstarter, zo in my excisting DB there is a new table
19:51 duckstar and I want to execute a SELECT query, but I first need to make a connection with the database
19:51 smeringe no?
19:51 duckstar but I've searched the whole internet voor reference on TYPO3_DB
19:52 smeringe if you have a t3 db and made a new table with kickstarter into that db then you got a connection..
19:52 duckstar but the only thing I get is how to make a SELECT query, but I understand that already. I just want to connect to the database
19:52 duckstar Then I only have to make a SELECT statement?
19:52 smeringe m
19:53 smeringe like: $GLOBALS['TYPO3_DB']->sql_query() if you want to do it ugly :)
19:53 duckstar No I'm gonna use $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('');
19:53 smeringe good :D
19:54 duckstar but that's it. Just define the query and I can get data from the database. Don't I have to define my table?
19:54 duckstar do you know how to do that?
19:55 ries duckstar: you can install the developer toolbar which has lnks to various helpfull classes
19:55 smeringe yah.
19:56 duckstar can I get the developer toolbar @ typo3.org
19:56 duckstar ?
19:57 duckstar Developer API?
19:59 ries duckstar: it's a toolbar...
19:55 ries duckstar: you can install the developer toolbar which has lnks to various helpfull classes
19:55 smeringe yah.
19:56 duckstar can I get the developer toolbar @ typo3.org
19:56 duckstar ?
19:57 duckstar Developer API?
19:59 ries duckstar: it's a toolbar...
20:02 duckstar a toolbar, sorry Ries, I'm a bit of a newbie in this kinda stuff.Where can I get typo3 toolbar?
20:03 smeringe it's an extension duckstar might be found @ http://typo3.org/extensions/repository/view/extdeveval/3.0.0/ (at least I'm guessing that's the one Ries is referering to..)
20:04 ries I think so :)
20:04 smeringe :P
20:02 duckstar a toolbar, sorry Ries, I'm a bit of a newbie in this kinda stuff.Where can I get typo3 toolbar?
20:03 smeringe it's an extension duckstar might be found @ http://typo3.org/extensions/repository/view/extdeveval/3.0.0/ (at least I'm guessing that's the one Ries is referering to..)
20:04 ries I think so :)
20:04 smeringe :P
20:06 duckstar Oke I will try that
20:08 duckstar Hmm I can't install it
20:06 duckstar Oke I will try that
20:08 duckstar Hmm I can't install it
20:10 duckstar I think there is something seriously wrong with my typo3 envirement
20:13 smeringe mine to. :)
20:13 roadi lets made a install party :)
20:10 duckstar I think there is something seriously wrong with my typo3 envirement
20:13 smeringe mine to. :)
20:13 roadi lets made a install party :)
20:16 duckstar yeah lets install it all together
20:16 duckstar yeah lets install it all together
21:03 duckstar Does someone have an example of how to display a list with typo3 sql codes?
21:03 duckstar Does someone have an example of how to display a list with typo3 sql codes?
21:18 duckstar people is currentRow stopping my list to render?
21:18 duckstar people is currentRow stopping my list to render?
21:52 duckstar Hello??? Someone still awake?
21:52 duckstar Hello??? Someone still awake?
21:55 ries Anybody using data = GPvar in TS?
21:55 ries Anybody using data = GPvar in TS?
22:04 duckstar nope I don't use data in GPvar
22:04 duckstar Ries do you know which while statement I need to use for displaying a list?
22:04 ries from php ?
22:04 duckstar nope I don't use data in GPvar
22:04 duckstar Ries do you know which while statement I need to use for displaying a list?
22:04 ries from php ?
22:06 bedlamhotel ries: I've used GPvar...what's up?
22:06 ries bedlamhotel: in typoscript?
22:07 bedlamhotel Yep.
22:07 ries bedlamhotel: if so... do you use that to show values on the resulting website?
22:07 bedlamhotel Oh. Was thinking of in conditions...
22:07 ries bedlamhotel: using stdWrap...
22:08 bedlamhotel Yeah. gettext. What's the trouble?
22:08 duckstar Ries I mean in typo3. I know use currentRow but it displays only one item (figures)
22:08 bedlamhotel if you have e.g. &print=1 in the url, data = GPvar:print should show '1' as far as I know...
22:09 ries will teh URL then show print=1?
22:06 bedlamhotel ries: I've used GPvar...what's up?
22:06 ries bedlamhotel: in typoscript?
22:07 bedlamhotel Yep.
22:07 ries bedlamhotel: if so... do you use that to show values on the resulting website?
22:07 bedlamhotel Oh. Was thinking of in conditions...
22:07 ries bedlamhotel: using stdWrap...
22:08 bedlamhotel Yeah. gettext. What's the trouble?
22:08 duckstar Ries I mean in typo3. I know use currentRow but it displays only one item (figures)
22:08 bedlamhotel if you have e.g. &print=1 in the url, data = GPvar:print should show '1' as far as I know...
22:09 ries will teh URL then show print=1?
22:10 bedlamhotel ries: as far as I know, you can't SET anything with gettext...
22:10 ries Hmmm
22:10 ries I need to take a look at some sample script...
22:10 bedlamhotel ries: hang on I'll demonstrate...
22:10 ries I know some people used it to show/change there CSS
22:12 bedlamhotel ries: really? With a CASE cObject?
22:12 ries yeaaa
22:13 bedlamhotel Hm. This would work as a replacement if you filled in the conditions--going up on typo3apprentice later this week: http://phpfi.com/259129
22:13 duckstar bedlamhotel can you also help me?
22:13 bedlamhotel duckstar: ries is the db expert around here ;)
22:10 bedlamhotel ries: as far as I know, you can't SET anything with gettext...
22:10 ries Hmmm
22:10 ries I need to take a look at some sample script...
22:10 bedlamhotel ries: hang on I'll demonstrate...
22:10 ries I know some people used it to show/change there CSS
22:12 bedlamhotel ries: really? With a CASE cObject?
22:12 ries yeaaa
22:13 bedlamhotel Hm. This would work as a replacement if you filled in the conditions--going up on typo3apprentice later this week: http://phpfi.com/259129
22:13 duckstar bedlamhotel can you also help me?
22:13 bedlamhotel duckstar: ries is the db expert around here ;)
22:15 ries bedlamhotel: that TS looks good
22:15 ries duckstar: in TS or in PHP?
22:16 duckstar ow...
22:16 duckstar Ries well I'm trying to make an extension
22:16 duckstar and I have two functions
22:16 duckstar but the list functions won't work
22:16 duckstar can I show you the script?
22:16 bedlamhotel Ries: I originally wrote it to replace the sh*tty print link example in the FTB tutorial.
22:18 ries duckstar: yes, use partebin
22:18 ries bedlamhotel: :)
22:18 duckstar ow I have paste it in http://phpfi.com/259130
22:19 duckstar I am so new at this that I am probably making a stupid mistake
22:15 ries bedlamhotel: that TS looks good
22:15 ries duckstar: in TS or in PHP?
22:16 duckstar ow...
22:16 duckstar Ries well I'm trying to make an extension
22:16 duckstar and I have two functions
22:16 duckstar but the list functions won't work
22:16 duckstar can I show you the script?
22:16 bedlamhotel Ries: I originally wrote it to replace the sh*tty print link example in the FTB tutorial.
22:18 ries duckstar: yes, use partebin
22:18 ries bedlamhotel: :)
22:18 duckstar ow I have paste it in http://phpfi.com/259130
22:19 duckstar I am so new at this that I am probably making a stupid mistake
22:20 ries what line number?
22:21 duckstar the function that is not working (the LIST function) start from line 218
22:21 duckstar the above code is working (single view)
22:23 duckstar the point is that I want to make a list that shows a div several times with different records
22:24 ries duckstar: I never used these pi functions
22:24 ries but isn't kickstarter making a fully workign example?
22:24 uschi i want a core developer NOW
22:20 ries what line number?
22:21 duckstar the function that is not working (the LIST function) start from line 218
22:21 duckstar the above code is working (single view)
22:23 duckstar the point is that I want to make a list that shows a div several times with different records
22:24 ries duckstar: I never used these pi functions
22:24 ries but isn't kickstarter making a fully workign example?
22:24 uschi i want a core developer NOW
22:25 uschi can you please buy me one, ries?
22:25 ries uschi: what about dax?
22:25 uschi he is not a core developer
22:26 uschi and i bet he does not want to do anything with class.t3lib_parsehtml_proc
22:26 ries uschi: who does? :D
22:26 uschi no one wants to, and i do understand why
22:26 ries uschi: what about typo3-dev
22:26 ries sending a mail?
22:26 smeringe bedlamhotel - the lean clean ts scripting machine! :)
22:27 uschi *LOL*
22:27 duckstar owww the pi functions are the kickstarter functions
22:27 uschi he is good our bedlamhotel, isn't he?
22:27 duckstar I just modified it
22:28 duckstar with inserting my content
22:29 smeringe uschi, definetly
22:29 bedlamhotel I'm a lean clean scripting machine? Who knew? I thought I was a middling developer with a fetish for arcana (e.g. Typoscript)...
22:29 smeringe ;)
22:25 uschi can you please buy me one, ries?
22:25 ries uschi: what about dax?
22:25 uschi he is not a core developer
22:26 uschi and i bet he does not want to do anything with class.t3lib_parsehtml_proc
22:26 ries uschi: who does? :D
22:26 uschi no one wants to, and i do understand why
22:26 ries uschi: what about typo3-dev
22:26 ries sending a mail?
22:26 smeringe bedlamhotel - the lean clean ts scripting machine! :)
22:27 uschi *LOL*
22:27 duckstar owww the pi functions are the kickstarter functions
22:27 uschi he is good our bedlamhotel, isn't he?
22:27 duckstar I just modified it
22:28 duckstar with inserting my content
22:29 smeringe uschi, definetly
22:29 bedlamhotel I'm a lean clean scripting machine? Who knew? I thought I was a middling developer with a fetish for arcana (e.g. Typoscript)...
22:29 smeringe ;)
22:30 uschi at least there is one good thing about typo3, laughing in this channel
22:30 smeringe clearly a fetish thing, but maybe that's why?
22:30 uschi bedlamhotel, and what shall i do? i not have this fetish for arcana
22:30 duckstar I wish I was a lean MEAN scripting machine... But I'm just a n00b
22:34 bedlamhotel uschi: there's arcana and arcana. t3lib_parsehtml_proc should, IMO, **remain** obscure...
22:30 uschi at least there is one good thing about typo3, laughing in this channel
22:30 smeringe clearly a fetish thing, but maybe that's why?
22:30 uschi bedlamhotel, and what shall i do? i not have this fetish for arcana
22:30 duckstar I wish I was a lean MEAN scripting machine... But I'm just a n00b
22:34 bedlamhotel uschi: there's arcana and arcana. t3lib_parsehtml_proc should, IMO, **remain** obscure...
22:35 uschi in which case will never be able to have a simple normal div in the database
22:38 bedlamhotel uschi: I mean it should remain obscure in that we should start over...
22:38 uschi hm, you mean, simply writing an own parser?
22:39 uschi using dom functions and all that kind of stuff?
22:35 uschi in which case will never be able to have a simple normal div in the database
22:38 bedlamhotel uschi: I mean it should remain obscure in that we should start over...
22:38 uschi hm, you mean, simply writing an own parser?
22:39 uschi using dom functions and all that kind of stuff?
22:40 smeringe duckstar: I don't know the listView function you got there, but it only gives you one record as it only fetches one record when it's called. If it's recalled it refetches the same record..
22:40 uschi mode=bedluschi?
22:40 smeringe uschi: :)
22:40 smeringe duckstar: line 226 should be iterated to get all of them..
22:40 duckstar smeringe is that because i'm using currentRow?
22:41 uschi are you with us, smeringe?
22:41 smeringe uschi: no way.. I'm trying to have a life..
22:42 uschi who does not
22:42 duckstar But smeringe, it's not even given me one record, it seems like it's not connecting to the table
22:42 bedlamhotel uschi: Yes. The RTE has been a nightmare for 4+ years that I'm aware of...
22:43 smeringe duckstar: line 225 should do that for you and give you a mysql result set.. do some serious var_dump at as many places you can.. (if you don't have access to a real debugger..)
22:43 bedlamhotel uschi: and around 3.6 or so, the RTE API was written which was what enabled htmlarearte in the first place...
22:44 smeringe well batery
22:44 smeringe s getting low..
22:44 duckstar Smeringe do you know a good debugger?
22:44 smeringe ... xdebugger, dbg ...
22:44 uschi good night, smeringe, to your notebook?
22:44 smeringe good night! to me and my notebook :)
22:44 smeringe cya
22:40 smeringe duckstar: I don't know the listView function you got there, but it only gives you one record as it only fetches one record when it's called. If it's recalled it refetches the same record..
22:40 uschi mode=bedluschi?
22:40 smeringe uschi: :)
22:40 smeringe duckstar: line 226 should be iterated to get all of them..
22:40 duckstar smeringe is that because i'm using currentRow?
22:41 uschi are you with us, smeringe?
22:41 smeringe uschi: no way.. I'm trying to have a life..
22:42 uschi who does not
22:42 duckstar But smeringe, it's not even given me one record, it seems like it's not connecting to the table
22:42 bedlamhotel uschi: Yes. The RTE has been a nightmare for 4+ years that I'm aware of...
22:43 smeringe duckstar: line 225 should do that for you and give you a mysql result set.. do some serious var_dump at as many places you can.. (if you don't have access to a real debugger..)
22:43 bedlamhotel uschi: and around 3.6 or so, the RTE API was written which was what enabled htmlarearte in the first place...
22:44 smeringe well batery
22:44 smeringe s getting low..
22:44 duckstar Smeringe do you know a good debugger?
22:44 smeringe ... xdebugger, dbg ...
22:44 uschi good night, smeringe, to your notebook?
22:44 smeringe good night! to me and my notebook :)
22:44 smeringe cya
22:45 uschi and off he went, holding his cushions and his notebook tightly
22:45 bedlamhotel uschi: if you put your laptop under your pillow, the Typoscript just seeps into your head...
22:46 duckstar That would be a very uncomfortable idea @ typoscript sleeping in head
22:46 uschi bedlamhotel, if i cannot have my DIVs, perhaps it could work the other way round?
22:47 uschi using blockquote all the time, with the appropriate classes, and remapping it on the way to the database according to the classes set?
22:48 bedlamhotel uschi: seems logical.
22:48 uschi duckstar, and i am sure it happened to all of us
22:48 uschi yeah, but how?
22:49 uschi i mean, my nice little corehack works!
22:45 uschi and off he went, holding his cushions and his notebook tightly
22:45 bedlamhotel uschi: if you put your laptop under your pillow, the Typoscript just seeps into your head...
22:46 duckstar That would be a very uncomfortable idea @ typoscript sleeping in head
22:46 uschi bedlamhotel, if i cannot have my DIVs, perhaps it could work the other way round?
22:47 uschi using blockquote all the time, with the appropriate classes, and remapping it on the way to the database according to the classes set?
22:48 bedlamhotel uschi: seems logical.
22:48 uschi duckstar, and i am sure it happened to all of us
22:48 uschi yeah, but how?
22:49 uschi i mean, my nice little corehack works!
22:50 bedlamhotel The children were nestled all snug in their beds,, while visions of typoscripts danced in their heads...
22:50 bedlamhotel uschi: what does your core hack do?
22:50 uschi *pruuust*
22:51 uschi This will be inside a blockquote in the datenwolken
22:52 uschi go on, bedlamhotel
22:52 bedlamhotel What, reciting the Night Before Christmas?
22:53 duckstar I am fighting with typo3 @ the moment so I think we (typo3 and I) are sleeping seperatly tonight ;)
22:53 bedlamhotel duckstar: who gets the bed and who gets the couch?
22:54 bedlamhotel ries: did that TS help your issue at all?
22:50 bedlamhotel The children were nestled all snug in their beds,, while visions of typoscripts danced in their heads...
22:50 bedlamhotel uschi: what does your core hack do?
22:50 uschi *pruuust*
22:50 uschi This will be inside a blockquote in the datenwolken
22:52 uschi go on, bedlamhotel
22:52 bedlamhotel What, reciting the Night Before Christmas?
22:53 duckstar I am fighting with typo3 @ the moment so I think we (typo3 and I) are sleeping seperatly tonight ;)
22:53 bedlamhotel duckstar: who gets the bed and who gets the couch?
22:54 bedlamhotel ries: did that TS help your issue at all?
22:55 duckstar I probably get the couch, because typo3 is having a great laugh.
22:55 uschi bedlamhotel, come on, be our poet
22:55 ries bedlamhotel: partly yes...
22:59 bedlamhotel uschi: I'm afraid that if I looked in t3lib_parsehtml_proc I **would** find "a miniature sleigh and eight tiny reindeer"...reindeers EAT divs I think...
22:59 bedlamhotel Optionsplit quiz for the room:
22:55 duckstar I probably get the couch, because typo3 is having a great laugh.
22:55 uschi bedlamhotel, come on, be our poet
22:55 ries bedlamhotel: partly yes...
22:59 bedlamhotel uschi: I'm afraid that if I looked in t3lib_parsehtml_proc I **would** find "a miniature sleigh and eight tiny reindeer"...reindeers EAT divs I think...
22:59 bedlamhotel Optionsplit quiz for the room:
23:00 bedlamhotel Is there a way to turn off SUBMENUs (i.e. level 2 of a TMENU) for the last item in a menu only with optionsplit..?
23:00 uschi http://dev.datenwolken.de/index.php?id=7
23:00 duckstar does one of you guys have a simple singleview and listview (with db statements) example?
23:00 uschi @ bedlamhotel
23:02 bedlamhotel *LOL*
23:02 bedlamhotel uschi: my interior grammarian suggests 'typoscript' instead of 'typoscripts'...
23:03 uschi corrected, reload, and go on please
23:00 bedlamhotel Is there a way to turn off SUBMENUs (i.e. level 2 of a TMENU) for the last item in a menu only with optionsplit..?
23:00 uschi http://dev.datenwolken.de/index.php?id=7
23:00 duckstar does one of you guys have a simple singleview and listview (with db statements) example?
23:00 uschi @ bedlamhotel
23:02 bedlamhotel *LOL*
23:02 bedlamhotel uschi: my interior grammarian suggests 'typoscript' instead of 'typoscripts'...
23:03 uschi corrected, reload, and go on please
23:08 bedlamhotel No takers for my optionsplit challenge?
23:08 bedlamhotel No takers for my optionsplit challenge?
23:11 bedlamhotel uschi: you set up tt_news w/localizations yet?
23:11 bedlamhotel uschi: you set up tt_news w/localizations yet?
23:18 uschi ute did, not me
23:18 uschi there was a prob with the categories, afair
23:18 uschi because you have to use | in the order of the language definitions to localize them
23:19 uschi and anyway i want a lullabye or however that is spelled
23:20 uschi dear friends, i have to say good night
23:18 uschi ute did, not me
23:18 uschi there was a prob with the categories, afair
23:18 uschi because you have to use | in the order of the language definitions to localize them
23:19 uschi and anyway i want a lullabye or however that is spelled
23:19 uschi dear friends, i have to say good night
23:20 bedlamhotel language definitions? Can you elaborate? I just discovered that I don't know how to make localized news items on a big multilingual site...
23:20 uschi the website languages have uids (sys_language)
23:21 uschi bedlamhotel, i am the wrong person
23:21 uschi i cannot configure news
23:21 uschi i never did it
23:22 bedlamhotel uschi: I don't blame you. It's actually vying for the coveted title of 'My least favourite extension' with sr_feuser_register...
23:22 uschi *grin*
23:23 bedlamhotel But don't worry: the rte is still in the running....
23:20 bedlamhotel language definitions? Can you elaborate? I just discovered that I don't know how to make localized news items on a big multilingual site...
23:20 uschi the website languages have uids (sys_language)
23:21 uschi bedlamhotel, i am the wrong person
23:21 uschi i cannot configure news
23:21 uschi i never did it
23:22 bedlamhotel uschi: I don't blame you. It's actually vying for the coveted title of 'My least favourite extension' with sr_feuser_register...
23:22 uschi *grin*
23:23 bedlamhotel But don't worry: the rte is still in the running....

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.