Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 25 July 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
04:18 bedlamhotel Good morning.
04:19 uschi and say good mooorning
04:18 bedlamhotel Good morning.
04:19 uschi and say good mooorning
04:20 bedlamhotel What's happening today?
04:21 uschi i have an intensive course at university till august 22
04:20 bedlamhotel What's happening today?
04:21 uschi i have an intensive course at university till august 22
04:41 bedlamhotel Whoops. Sorry Uschi. An intensive course that you're teaching or taking?
04:41 uschi teaching
04:41 uschi so latin these days, no t3
04:41 bedlamhotel Whoops. Sorry Uschi. An intensive course that you're teaching or taking?
04:41 uschi teaching
04:41 uschi so latin these days, no t3
04:45 bedlamhotel Heh. Is it an introductory summer course? Or something more advanced?
04:46 tsrepadmin good morning #typo3 !
04:47 uschi advanced, bedlamhotel
04:47 uschi we are reading the metamorphoses
04:47 uschi morning tsrepadmin
04:48 bedlamhotel Ye gods. I would like doing that. Only ever looked at it in English...
04:45 bedlamhotel Heh. Is it an introductory summer course? Or something more advanced?
04:46 tsrepadmin good morning #typo3 !
04:47 uschi advanced, bedlamhotel
04:47 uschi we are reading the metamorphoses
04:47 uschi morning tsrepadmin
04:48 bedlamhotel Ye gods. I would like doing that. Only ever looked at it in English...
04:54 uschi do you know an latin?
04:54 uschi do you know an latin?
05:50 FloLeBlanc hi all
05:50 FloLeBlanc hi all
06:20 MasterYin Morning everyone!
06:20 MasterYin Morning everyone!
06:26 FloLeBlanc hi
06:26 FloLeBlanc anyone using mm_forum?
06:27 MasterYin not me sorry flo...
06:29 MasterYin I have an other question, I have written an Ext with a Field to set in the EM, the field is named "links", how can I overwrite this with TS? plugin.*myExtKex*.links = xxx, does not work...
06:26 FloLeBlanc hi
06:26 FloLeBlanc anyone using mm_forum?
06:27 MasterYin not me sorry flo...
06:29 MasterYin I have an other question, I have written an Ext with a Field to set in the EM, the field is named "links", how can I overwrite this with TS? plugin.*myExtKex*.links = xxx, does not work...
06:46 MasterYin Anyone here good in programming of Extensions?
06:46 MasterYin Anyone here good in programming of Extensions?
07:16 gerards hi everyone. I friggin hate IE.
07:18 FloLeBlanc gerards: hi gerards. I don't
07:16 gerards hi everyone. I friggin hate IE.
07:18 FloLeBlanc gerards: hi gerards. I don't
07:24 koomi gerards: what? with all those variaties that ms offers us? just think about the beauty of ie5 for mac. or the wonderful ie5.5
07:24 gerards i'm convinced. IE rulez.
07:24 koomi gerards: what? with all those variaties that ms offers us? just think about the beauty of ie5 for mac. or the wonderful ie5.5
07:24 gerards i'm convinced. IE rulez.
08:17 lastid Hi, I m new to Typo3, can somebody tell me to make a regular form to login the Typo3 please?
08:18 FloLeBlanc lastid: some extensions are offered or you use the built in login form
08:18 lastid thanks for the reply
08:18 lastid but new there are some
08:18 lastid like new login ...
08:18 lastid but, when I try to read the code
08:19 lastid it doesnt help me much
08:19 FloLeBlanc I myself use newloginbox in combination with sr_feuser_register but it took me some time to setup everything and I haven't got experience with other boxes
08:19 FloLeBlanc perhaps someone else tried different extensions
08:20 lastid right now I trying to make a website, that is not Typo3, but I want to use the table fe_users from Typo3
08:20 lastid that's why I need how to make a register form and login form
08:21 FloLeBlanc you want to write your own login form?
08:21 lastid yeah that's right
08:22 FloLeBlanc and you do have php/mysql knowledge?
08:22 lastid yeah, I have been working with php/mysql for long time
08:23 lastid i will not say i m an expert though
08:23 FloLeBlanc then I don't really understand the issue. if you want to only use the fe_users table without t3 (for what reason ever) you will know how to design a form in html, post, process per php, compare the (preferrably encrypted) pw and set the session vars?
08:20 lastid right now I trying to make a website, that is not Typo3, but I want to use the table fe_users from Typo3
08:20 lastid that's why I need how to make a register form and login form
08:21 FloLeBlanc you want to write your own login form?
08:21 lastid yeah that's right
08:22 FloLeBlanc and you do have php/mysql knowledge?
08:22 lastid yeah, I have been working with php/mysql for long time
08:23 lastid i will not say i m an expert though
08:23 FloLeBlanc then I don't really understand the issue. if you want to only use the fe_users table without t3 (for what reason ever) you will know how to design a form in html, post, process per php, compare the (preferrably encrypted) pw and set the session vars?
08:25 FloLeBlanc but perhaps I didn't understand the question :)
08:25 lastid yeah, I though about it, but I would be nice to use the authentification mechanism of Typo3, I wont worry about sql injection, session control ... issues
08:25 FloLeBlanc what is the reason not to use t3?
08:27 lastid because, in some pages I use exensively javascript, so, for example for login form, I tried to look at the code of newloginbox, but I dont know how to insert javascript code inside
08:29 lastid Let's say I will use the login form, register form extensions from Typo3, I have my own php script, I want to save something to the database, i need to know if the user has logged in. How can I do that?
08:25 FloLeBlanc but perhaps I didn't understand the question :)
08:25 lastid yeah, I though about it, but I would be nice to use the authentification mechanism of Typo3, I wont worry about sql injection, session control ... issues
08:25 FloLeBlanc what is the reason not to use t3?
08:27 lastid because, in some pages I use exensively javascript, so, for example for login form, I tried to look at the code of newloginbox, but I dont know how to insert javascript code inside
08:29 lastid Let's say I will use the login form, register form extensions from Typo3, I have my own php script, I want to save something to the database, i need to know if the user has logged in. How can I do that?
08:32 FloLeBlanc there is already a table afaik which saves which user logged on when
08:32 FloLeBlanc but perhaps this came with an ext
08:34 lastid thanks, I saw a fe_sessions table
08:34 lastid probably this is the one that I need to look at to see if the user is logged?
08:32 FloLeBlanc there is already a table afaik which saves which user logged on when
08:32 FloLeBlanc but perhaps this came with an ext
08:34 lastid thanks, I saw a fe_sessions table
08:34 lastid probably this is the one that I need to look at to see if the user is logged?
08:35 FloLeBlanc yes I think so.. perhaps you could check out mm_forums class for portal information I think that displays what you need you could check out the code there
08:35 FloLeBlanc (how many users visited the page, who is online, etc.)
08:37 lastid where is it please, the mm_forums class?
08:39 FloLeBlanc just a sec
08:35 FloLeBlanc yes I think so.. perhaps you could check out mm_forums class for portal information I think that displays what you need you could check out the code there
08:35 FloLeBlanc (how many users visited the page, who is online, etc.)
08:37 lastid where is it please, the mm_forums class?
08:39 FloLeBlanc just a sec
08:40 FloLeBlanc hmm it seems there is only the t3x compressed version available and not the single files
08:40 FloLeBlanc *checks his install*
08:43 FloLeBlanc http://phpfi.com/252101
08:43 FloLeBlanc lastid: that should help you to get started perhaps
08:44 lastid thanks
08:44 FloLeBlanc it's the portal staistics class from mm_forum
08:44 FloLeBlanc you're welcome
08:44 lastid another question please
08:40 FloLeBlanc hmm it seems there is only the t3x compressed version available and not the single files
08:40 FloLeBlanc *checks his install*
08:43 FloLeBlanc http://phpfi.com/252101
08:43 FloLeBlanc lastid: that should help you to get started perhaps
08:44 lastid thanks
08:44 FloLeBlanc it's the portal staistics class from mm_forum
08:44 FloLeBlanc you're welcome
08:44 lastid another question please
08:45 lastid I have a website with domain name: domain1.com which is using Typo3
08:45 lastid can I use another domain like domain2.com and use the same Typo3
08:45 FloLeBlanc yes this is possible but I didn't do that yet so you'd have to ask someone else or search the net for a manual on how to do that the correct way
08:46 lastid ok , thank you very much
08:46 lastid have a nice day
08:46 lastid :)
08:46 FloLeBlanc you too
08:45 lastid I have a website with domain name: domain1.com which is using Typo3
08:45 lastid can I use another domain like domain2.com and use the same Typo3
08:45 FloLeBlanc yes this is possible but I didn't do that yet so you'd have to ask someone else or search the net for a manual on how to do that the correct way
08:46 lastid ok , thank you very much
08:46 lastid have a nice day
08:46 lastid :)
08:46 FloLeBlanc you too
09:04 FloLeBlanc really no one here who uses mm_forum?
09:04 FloLeBlanc really no one here who uses mm_forum?
09:39 sdf Hi all
09:39 sdf Hi all
09:40 sdf has someone of u installed t3 on an IIS and running?
09:43 m4rtijn hi all
09:40 sdf has someone of u installed t3 on an IIS and running?
09:43 m4rtijn hi all
09:47 FloLeBlanc hi m4rtijn
09:47 FloLeBlanc hi m4rtijn
09:50 m4rtijn is it possible to redirect to a page from the new login box form.. without using auto-login?
09:53 m4rtijn theres nothing in the manual about that
09:54 m4rtijn but even the standard login form has a redirect after login :S
09:50 m4rtijn is it possible to redirect to a page from the new login box form.. without using auto-login?
09:53 m4rtijn theres nothing in the manual about that
09:54 m4rtijn but even the standard login form has a redirect after login :S
10:14 sdf nobody has ever tried to install typo3 on an internet information server on windows?
10:14 FloLeBlanc there's not much traffic here today, sorry I haven't :)
10:14 sdf nobody has ever tried to install typo3 on an internet information server on windows?
10:14 FloLeBlanc there's not much traffic here today, sorry I haven't :)
10:18 m4rtijn I did once..
10:19 m4rtijn but didnt finish the job.. and installed apache
10:19 m4rtijn can't remember rly where I had a problem
10:19 xhoy i use a template right now, that only shows a menu until level-2, that is ok, but i would like to show on the level-2 page what the 'sub' pages are?
10:18 m4rtijn I did once..
10:19 m4rtijn but didnt finish the job.. and installed apache
10:19 m4rtijn can't remember rly where I had a problem
10:19 xhoy i use a template right now, that only shows a menu until level-2, that is ok, but i would like to show on the level-2 page what the 'sub' pages are?
10:20 m4rtijn xhoy .. program your own navigation.. its quite easy and there are a lot of examples online
10:21 xhoy m4rtijn: erm, i was watching that, but, our level3 links are pretty long so i don't think that is good i dear ;-)
10:23 dge Hi... I've got an IE / Firefox problem I just don't get... it's about images within a page, using the lightbox 2 and "no rows"... with firefox / safari / camino & co all is "perfect" (5-columns) ... whilst damn ie 6 and 7 renders the whole thing with 4 rows and other "ugly"-things...
10:23 dge check it out here: www.ferrumdg.net -> Shoptour
10:23 m4rtijn hmm, xhoy.. whats the problem with long names?
10:23 dge thanks for any input...
10:24 xhoy m4rtijn: page titels are linke Procedures > act 8.0 > Using MS outlook 2007 with act 8.0
10:24 xhoy so that is why i dont mind that they don't show the level-2 links in the menu
10:20 m4rtijn xhoy .. program your own navigation.. its quite easy and there are a lot of examples online
10:21 xhoy m4rtijn: erm, i was watching that, but, our level3 links are pretty long so i don't think that is good i dear ;-)
10:23 dge Hi... I've got an IE / Firefox problem I just don't get... it's about images within a page, using the lightbox 2 and "no rows"... with firefox / safari / camino & co all is "perfect" (5-columns) ... whilst damn ie 6 and 7 renders the whole thing with 4 rows and other "ugly"-things...
10:23 dge check it out here: www.ferrumdg.net -> Shoptour
10:23 m4rtijn hmm, xhoy.. whats the problem with long names?
10:23 dge thanks for any input...
10:24 xhoy m4rtijn: page titels are linke Procedures > act 8.0 > Using MS outlook 2007 with act 8.0
10:24 xhoy so that is why i dont mind that they don't show the level-2 links in the menu
10:25 xhoy but when i klik on act 8.0 i would like to have a content element that show's all the sub pages in a list
10:25 xhoy but i was not planning on doing that with every page on my own ;-)
10:25 xhoy but i am guessing i need to do that with some sort of subpage template?
10:29 pulponair uschi:are you arround?
10:25 xhoy but when i klik on act 8.0 i would like to have a content element that show's all the sub pages in a list
10:25 xhoy but i was not planning on doing that with every page on my own ;-)
10:25 xhoy but i am guessing i need to do that with some sort of subpage template?
10:29 pulponair uschi:are you arround?
10:37 nutcase hi@all, easy question: how do i get the uploadfolder inside an own extension? (for example "uploads/tx_myext/")
10:37 m4rtijn i guess U can use an extension template for that xhoy.. but Im not rly sure what youre up to :p
10:38 m4rtijn would anyone know how I could redirect a user upon login with new login box?
10:38 m4rtijn the extension dkd redirect doesnt work :S
10:37 nutcase hi@all, easy question: how do i get the uploadfolder inside an own extension? (for example "uploads/tx_myext/")
10:37 m4rtijn i guess U can use an extension template for that xhoy.. but Im not rly sure what youre up to :p
10:38 m4rtijn would anyone know how I could redirect a user upon login with new login box?
10:38 m4rtijn the extension dkd redirect doesnt work :S
10:41 xhoy m4rtijn: we will see ;-)
10:42 xhoy m4rtijn: how would you call such an extention
10:42 lastid FloLeBlanc are you still there?
10:44 m4rtijn xhoy.. not an extension for typo3 .. I mean an template extension
10:41 xhoy m4rtijn: we will see ;-)
10:42 xhoy m4rtijn: how would you call such an extention
10:42 lastid FloLeBlanc are you still there?
10:44 m4rtijn xhoy.. not an extension for typo3 .. I mean an template extension
10:45 xhoy ow, sorry ;-)
10:45 m4rtijn if you go to youre page where u want this functionallity.. and click template.. you have the option to crete an template extension
10:47 xhoy aah
10:47 xhoy Template on next level: ;-)
10:48 xhoy ty for the help
10:49 FloLeBlanc lastid: yes
10:49 lastid thanks :)
10:45 xhoy ow, sorry ;-)
10:45 m4rtijn if you go to youre page where u want this functionallity.. and click template.. you have the option to crete an template extension
10:47 xhoy aah
10:47 xhoy Template on next level: ;-)
10:48 xhoy ty for the help
10:49 FloLeBlanc lastid: yes
10:49 lastid thanks :)
10:50 lastid here is my problem, can you give any opinion on it pls
10:50 lastid I have 2 domains: domain1.com and domain2.com
10:50 lastid On domain1.com I use typo3 which has members in the database.
10:50 lastid On domain2.com I want to have the members on domain1.com. But members will have more information in their profil.
10:50 lastid Also there will be more information to save to the database, I will have my own application on domain2.com
10:51 lastid I think of 2 solutions.
10:51 m4rtijn xhoy.. there you can change stuff from the original template.. for example if you only change one setting, all the others will stay like in the original template
10:51 lastid 1) I write my own html and php interacting with the database of domain1.com
10:51 lastid The drawbacks are I can not take advantages of typo3 to handle login form, register form, session control, sql injection issues ...etc
10:51 lastid 2) I use the same typo3, so that I can have the same database for both domains (is that correct?), and login form, register form can be created by typo3.
10:51 lastid But how can I use my own php file or html file, can I assign an url to that file, or I have to create a page and use an iframe?
10:52 xhoy m4rtijn: jep, very handy ;-)
10:52 lastid that is, what do you think
10:53 FloLeBlanc lastid: I'd try to go the typo3 only way and check if there is an extension (not sure if sr_feuser_register provides everything you need) which offers to be configured by TS and set up 2 templates for the user areas
10:53 FloLeBlanc to use your own php file you should create an extension but I do have very little knowledge about creating those perhaps voidus could help you there
10:54 lastid what is TS ?
10:54 FloLeBlanc TS = typoscript
10:54 lastid thanks
10:54 FloLeBlanc most extensions with forms offer ways to set the fields to be displayed via TS
10:50 lastid here is my problem, can you give any opinion on it pls
10:50 lastid I have 2 domains: domain1.com and domain2.com
10:50 lastid On domain1.com I use typo3 which has members in the database.
10:50 lastid On domain2.com I want to have the members on domain1.com. But members will have more information in their profil.
10:50 lastid Also there will be more information to save to the database, I will have my own application on domain2.com
10:51 lastid I think of 2 solutions.
10:51 m4rtijn xhoy.. there you can change stuff from the original template.. for example if you only change one setting, all the others will stay like in the original template
10:51 lastid 1) I write my own html and php interacting with the database of domain1.com
10:51 lastid The drawbacks are I can not take advantages of typo3 to handle login form, register form, session control, sql injection issues ...etc
10:51 lastid 2) I use the same typo3, so that I can have the same database for both domains (is that correct?), and login form, register form can be created by typo3.
10:51 lastid But how can I use my own php file or html file, can I assign an url to that file, or I have to create a page and use an iframe?
10:52 xhoy m4rtijn: jep, very handy ;-)
10:52 lastid that is, what do you think
10:53 FloLeBlanc lastid: I'd try to go the typo3 only way and check if there is an extension (not sure if sr_feuser_register provides everything you need) which offers to be configured by TS and set up 2 templates for the user areas
10:53 FloLeBlanc to use your own php file you should create an extension but I do have very little knowledge about creating those perhaps voidus could help you there
10:54 lastid what is TS ?
10:54 FloLeBlanc TS = typoscript
10:54 lastid thanks
10:54 FloLeBlanc most extensions with forms offer ways to set the fields to be displayed via TS
10:55 FloLeBlanc I think it could work that way, never tried it though (only configured my extensions via TS for one domain)
10:56 lastid so, there is a possibility that I can use one single typo3 and its database for 2 domains right?
10:58 lastid so that I can have the same users on both domains.
10:59 lastid ?
10:55 FloLeBlanc I think it could work that way, never tried it though (only configured my extensions via TS for one domain)
10:56 lastid so, there is a possibility that I can use one single typo3 and its database for 2 domains right?
10:58 lastid so that I can have the same users on both domains.
10:59 lastid ?
11:00 FloLeBlanc lastid: I would think so, but I really never tried that and are not that experienced in t3 as well unfortunately :)
11:01 lastid I really appriciate your help.
11:01 lastid see you next time
11:01 FloLeBlanc see you good luck :)
11:02 lastid thanks
11:00 FloLeBlanc lastid: I would think so, but I really never tried that and are not that experienced in t3 as well unfortunately :)
11:01 lastid I really appriciate your help.
11:01 lastid see you next time
11:01 FloLeBlanc see you good luck :)
11:02 lastid thanks
11:31 m4rtijn does anyone know if theres an extension for disabling right click?
11:31 FloLeBlanc m4rtijn: why would you want to do that?
11:31 m4rtijn I don't.. customer wish
11:32 m4rtijn I think its stupid :)
11:32 FloLeBlanc http://websiteowner.info/articles/ethics/norightclick.asp :-P
11:32 FloLeBlanc well what you could do is include a js file in your main template that does that
11:32 FloLeBlanc will be faster than any ext I guess :)
11:33 m4rtijn yep.. or I try to convince the customer otherwise..
11:34 FloLeBlanc would be the better way I guess
11:31 m4rtijn does anyone know if theres an extension for disabling right click?
11:31 FloLeBlanc m4rtijn: why would you want to do that?
11:31 m4rtijn I don't.. customer wish
11:32 m4rtijn I think its stupid :)
11:32 FloLeBlanc http://websiteowner.info/articles/ethics/norightclick.asp :-P
11:32 FloLeBlanc well what you could do is include a js file in your main template that does that
11:32 FloLeBlanc will be faster than any ext I guess :)
11:33 m4rtijn yep.. or I try to convince the customer otherwise..
11:34 FloLeBlanc would be the better way I guess
11:39 bauschan hi all
11:39 bauschan hi all
11:44 FloLeBlanc hi bauschan
11:44 FloLeBlanc hi bauschan
11:50 bekks hi
11:50 bekks hi
11:52 bekks how do i set a tv mapped field to be filled with the page title?
11:52 meppl hello
11:54 pulponair bekks: 10=TEXT 10.data=page:title
11:52 bekks how do i set a tv mapped field to be filled with the page title?
11:52 meppl hello
11:54 pulponair bekks: 10=TEXT 10.data=page:title
11:59 bekks pulponair: i have to ask a bit further... yesterday, i was told to create a new data element for mapping, and set the editing type to "TS Object path" and name it like "lib.titleleft"
11:59 bekks pulponair: i have to ask a bit further... yesterday, i was told to create a new data element for mapping, and set the editing type to "TS Object path" and name it like "lib.titleleft"
12:00 bauschan bauschan has to reboot
12:02 tobstar How would I go about having such an index page created automatically by typo? http://www.ceylos.de/uniklinik/uniklinikum/ueber-uns/index.html
12:03 tobstar I don't know how I can make typo arrange the navigation in the main table
12:03 tobstar (without manually having to enter them)
12:04 bekks pulponair: so all i have to do in the TS section is to set lib.titleleft.data=page:title ?
12:00 bauschan bauschan has to reboot
12:02 tobstar How would I go about having such an index page created automatically by typo? http://www.ceylos.de/uniklinik/uniklinikum/ueber-uns/index.html
12:03 tobstar I don't know how I can make typo arrange the navigation in the main table
12:03 tobstar (without manually having to enter them)
12:04 bekks pulponair: so all i have to do in the TS section is to set lib.titleleft.data=page:title ?
12:05 pulponair bekks: hmm depends i wouldn't swap such a small ts snippet to the ts setup.
12:06 bekks pulponair: how would you solve that?
12:06 bauschan re
12:07 martijn_ hah! conviced the customer not to block right click
12:07 pulponair bekks: well for just the page title i would keep the whole ts within the DS itself
12:05 pulponair bekks: hmm depends i wouldn't swap such a small ts snippet to the ts setup.
12:06 bekks pulponair: how would you solve that?
12:06 bauschan re
12:07 martijn_ hah! conviced the customer not to block right click
12:07 pulponair bekks: well for just the page title i would keep the whole ts within the DS itself
12:13 christian_ hy guys
12:13 christian_ i want read a objekt from a site
12:13 christian_ with CONTET
12:13 christian_ CONETENT
12:13 christian_ content
12:13 christian_ hy guys
12:13 christian_ i want read a objekt from a site
12:13 christian_ with CONTET
12:13 christian_ CONETENT
12:13 christian_ content
12:16 sdf getRecord?
12:16 sdf getRecord?
12:20 christian_ getRecord?
12:20 pulponair what is the official size of that ext icon? 16x16?
12:22 bauschan 18x16
12:22 bauschan don't ask why
12:20 christian_ getRecord?
12:20 pulponair what is the official size of that ext icon? 16x16?
12:22 bauschan 18x16
12:22 bauschan don't ask why
12:28 bauschan hm, ereg_replace('[^[:alnum:]./_-]*','','no space'); should remove space inside the string, shouldn't it?
12:28 bauschan hm, ereg_replace('[^[:alnum:]./_-]*','','no space'); should remove space inside the string, shouldn't it?
12:30 sdf why dont u use ereg_replace(' ', '', '$var');
12:30 sdf i would prefer preg_replace('/[ ]{1}/', '', $var );
12:33 pulponair bauschan: sure?
12:34 pulponair bauschan: at t3.org they are scaled down to 16x16?
12:34 pulponair bauschan:
12:34 pulponair is there an official note about the icon size?
12:30 sdf why dont u use ereg_replace(' ', '', '$var');
12:30 sdf i would prefer preg_replace('/[ ]{1}/', '', $var );
12:33 pulponair bauschan: sure?
12:34 pulponair bauschan: at t3.org they are scaled down to 16x16?
12:34 pulponair bauschan:
12:34 pulponair is there an official note about the icon size?
12:45 bauschan pulponair: srry, phone
12:45 bauschan afaik there is no official size
12:46 bauschan i once read something about the 18x16 placeholder
12:47 bauschan and ext like tt_news make excessive use of it for what reason ever
12:45 bauschan pulponair: srry, phone
12:45 bauschan afaik there is no official size
12:46 bauschan i once read something about the 18x16 placeholder
12:47 bauschan and ext like tt_news make excessive use of it for what reason ever
12:50 bekks the password hash for a BE user is a md5 hash, isnt it?
12:53 m4rtijn re
12:50 bekks the password hash for a BE user is a md5 hash, isnt it?
12:53 m4rtijn re
13:09 ries http://www.medienagenten.de/typo3tattoo/
13:09 ries http://www.medienagenten.de/typo3tattoo/
13:21 titii helo there, how can i manipulate with the Frame select box, rename som options and delete some options, thak you
13:22 titii there are now, invisible, ruler after, before, etc
13:21 titii helo there, how can i manipulate with the Frame select box, rename som options and delete some options, thak you
13:22 titii there are now, invisible, ruler after, before, etc
14:04 ries in htmlarea, how can I make the dropdown with headings to my own headings?
14:04 ries I want to be-able the user select a heading with a class name
14:04 ries in htmlarea, how can I make the dropdown with headings to my own headings?
14:04 ries I want to be-able the user select a heading with a class name
14:13 irc hello, I am trying to add a RTE field to a flexform but all I get is a simple textarea. Here is the config part of my field: http://phpfi.com/252188, I thought that the line <defaultExtras>richtext[*]</defaultExtras> would work. Am I missing something?
14:13 irc hello, I am trying to add a RTE field to a flexform but all I get is a simple textarea. Here is the config part of my field: http://phpfi.com/252188, I thought that the line <defaultExtras>richtext[*]</defaultExtras> would work. Am I missing something?
14:17 irc now tried <defaultextras>richtext[*]:rte_transform[mode=ts_css]</defaultextras>, still nothing
14:17 irc now tried <defaultextras>richtext[*]:rte_transform[mode=ts_css]</defaultextras>, still nothing
14:25 jananne I can't send with my mailform ( http://dansschoolbrunsman.nl/dansschoolbrunsman/index.php?id=inschrijven ). When i look in the source there are standing all kinds of ID's in it like: id=mailformVoornaam. Can some one help me out?
14:25 jananne I can't send with my mailform ( http://dansschoolbrunsman.nl/dansschoolbrunsman/index.php?id=inschrijven ). When i look in the source there are standing all kinds of ID's in it like: id=mailformVoornaam. Can some one help me out?
14:30 jananne Waky wake?
14:33 air|work 42?
14:34 jananne 42?
14:34 air|work the answer :)
14:34 jananne :p
14:30 jananne Waky wake?
14:33 air|work 42?
14:34 jananne 42?
14:34 air|work the answer :)
14:34 jananne :p
14:38 irc and how about the RTE on a flexform ... why is the line <defaultextras>richtext[*]:rte_transform[mode=ts_css]</defaultextras> after the <config> tag not creating any RTE ?
14:38 irc and how about the RTE on a flexform ... why is the line <defaultextras>richtext[*]:rte_transform[mode=ts_css]</defaultextras> after the <config> tag not creating any RTE ?
14:40 irc ok I got it with <defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
14:40 irc thx
14:40 irc ok I got it with <defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
14:40 irc thx
15:13 sdf has anyone of u installed typo3 on an internet information server on windows?
15:13 sdf has anyone of u installed typo3 on an internet information server on windows?
15:16 ries sdf: I only know MySQL needs to be set to 4.x compatibility...
15:17 ries apaprt from that I don't know anything about windows
15:19 debruyee hello
15:16 ries sdf: I only know MySQL needs to be set to 4.x compatibility...
15:17 ries apaprt from that I don't know anything about windows
15:19 debruyee hello
15:20 debruyee I am new to typo3 cms tool, can some body tell me whether i can use typo3 for already devloped website
15:24 debruyee Please can any body can tell me whether I can use typo3 for already existed website
15:20 debruyee I am new to typo3 cms tool, can some body tell me whether i can use typo3 for already devloped website
15:24 debruyee Please can any body can tell me whether I can use typo3 for already existed website
15:25 m4rtijn erm
15:25 m4rtijn debruyee.. yes you can
15:25 debruyee cool man
15:26 m4rtijn but if you want to use the full functionality from typo3 you 'd have to make it again
15:26 debruyee i have a .net application website and can i use typo3 for that
15:27 m4rtijn what kind of application?
15:27 debruyee i have big website application like asp and some aspx pages
15:28 debruyee and editorial people need the right cms tools
15:28 m4rtijn hmm..
15:29 debruyee i was able to create dummy website but i wonder if typo3 is only for php and new website
15:29 ShadowHunter typo3 is php, not .net .. you need to install php on our IIS
15:29 ShadowHunter our=your
15:25 m4rtijn erm
15:25 m4rtijn debruyee.. yes you can
15:25 debruyee cool man
15:26 m4rtijn but if you want to use the full functionality from typo3 you 'd have to make it again
15:26 debruyee i have a .net application website and can i use typo3 for that
15:27 m4rtijn what kind of application?
15:27 debruyee i have big website application like asp and some aspx pages
15:28 debruyee and editorial people need the right cms tools
15:28 m4rtijn hmm..
15:29 debruyee i was able to create dummy website but i wonder if typo3 is only for php and new website
15:29 ShadowHunter typo3 is php, not .net .. you need to install php on our IIS
15:29 ShadowHunter our=your
15:30 debruyee got u. as i said above i am able to connect with the database and able to run the dummy website
15:32 debruyee but the reason i am looking typo3 is to maintain and already existed website and the site contains some asp and aspx page
15:32 debruyee let me put it this way
15:33 debruyee i have already this big website where the editoril and production department publish their pages daily
15:33 debruyee and most of the process is manual
15:33 debruyee means they have to create the new page manually and publish it manully
15:34 debruyee and i am looking for the right cms tools that works for my website
15:30 debruyee got u. as i said above i am able to connect with the database and able to run the dummy website
15:32 debruyee but the reason i am looking typo3 is to maintain and already existed website and the site contains some asp and aspx page
15:32 debruyee let me put it this way
15:33 debruyee i have already this big website where the editoril and production department publish their pages daily
15:33 debruyee and most of the process is manual
15:33 debruyee means they have to create the new page manually and publish it manully
15:34 debruyee and i am looking for the right cms tools that works for my website
15:35 debruyee m4rtijn : what do u think ?
15:36 m4rtijn I think typo3 is a bit to complex if you only want that functionality
15:37 debruyee I mean i need it for a lot of things
15:37 debruyee i just gave u that as an example
15:37 m4rtijn ah.. ok
15:37 debruyee i need the work flow
15:37 debruyee ..etc
15:38 m4rtijn is the page online atm. ?
15:38 m4rtijn maybe if I had a look I could judge better
15:38 debruyee so do u thhink i can configure typo3 for already existed .net and asp pages website
15:39 debruyee but is it possible to configure in general
15:39 ShadowHunter you want to integrate your asp-pages into typo3?
15:35 debruyee m4rtijn : what do u think ?
15:36 m4rtijn I think typo3 is a bit to complex if you only want that functionality
15:37 debruyee I mean i need it for a lot of things
15:37 debruyee i just gave u that as an example
15:37 m4rtijn ah.. ok
15:37 debruyee i need the work flow
15:37 debruyee ..etc
15:38 m4rtijn is the page online atm. ?
15:38 m4rtijn maybe if I had a look I could judge better
15:38 debruyee so do u thhink i can configure typo3 for already existed .net and asp pages website
15:39 debruyee but is it possible to configure in general
15:39 ShadowHunter you want to integrate your asp-pages into typo3?
15:40 debruyee yes that is what i am trying to implement
15:40 jcbeug hi having some probs installing imagick on a XP box.. anyone know about this ?
15:40 debruyee since i have already developed the website in asp and .net
15:40 m4rtijn I'd do it the other way around.. not implement asp pages in typo3 but implement typo3 in asp pages..
15:41 ShadowHunter it should be possible that typo3 and asp-pages can co-exists
15:41 debruyee cool
15:41 debruyee so how do u guys thing i can configure that
15:42 debruyee any idea
15:42 debruyee i mean think
15:42 m4rtijn sure its possible but the question is how much work is involved i guess
15:42 ShadowHunter i'm prefering typo3 because it's all stored in the database.. i never used asp.. i also never tried to install typo3 on winodws-iis ;)
15:43 debruyee k
15:43 m4rtijn well.. debruyee .. if you create the pages which need a CMS in them in typo3.. only the pages and not the whole website.. you could link from your existing webpage to the typo3 pages.. as in <a href = ./cms/index.php?id=20>
15:43 m4rtijn or.. use short urls in that case.. like ./cms/editorial.html
15:44 m4rtijn Ive done that for a page I made in flash which needed a CMS as well
15:40 debruyee yes that is what i am trying to implement
15:40 jcbeug hi having some probs installing imagick on a XP box.. anyone know about this ?
15:40 debruyee since i have already developed the website in asp and .net
15:40 m4rtijn I'd do it the other way around.. not implement asp pages in typo3 but implement typo3 in asp pages..
15:41 ShadowHunter it should be possible that typo3 and asp-pages can co-exists
15:41 debruyee cool
15:41 debruyee so how do u guys thing i can configure that
15:42 debruyee any idea
15:42 debruyee i mean think
15:42 m4rtijn sure its possible but the question is how much work is involved i guess
15:42 ShadowHunter i'm prefering typo3 because it's all stored in the database.. i never used asp.. i also never tried to install typo3 on winodws-iis ;)
15:43 debruyee k
15:43 m4rtijn well.. debruyee .. if you create the pages which need a CMS in them in typo3.. only the pages and not the whole website.. you could link from your existing webpage to the typo3 pages.. as in <a href = ./cms/index.php?id=20>
15:43 m4rtijn or.. use short urls in that case.. like ./cms/editorial.html
15:44 m4rtijn Ive done that for a page I made in flash which needed a CMS as well
15:45 m4rtijn in that sense you implement typo3 in your existing webpage and not the other way arounf
15:45 debruyee so u sugusting me i may only aplay to a specific pages
15:45 m4rtijn I guess thats the way which involves the least effort :P
15:45 m4rtijn brb..
15:46 debruyee let me ask u one more question
15:46 snowman Is it possible to use jp_pageteaser in a kind of mixed mode? Grabbing content from tv fields AND normal content ?
15:47 debruyee when i create a new page is there any way i can create them as asp or aspx pages
15:48 ShadowHunter debruyee: in typo3?
15:48 debruyee yes
15:48 ShadowHunter in typo3 all pages stored in the database, not as files
15:48 m4rtijn im not sure debruyee.. go to http://www.typo3.org and check the extension manual with keyword asp
15:49 debruyee k
15:49 m4rtijn actually if you have your whole website in asp I would suggest looking for a CMS which uses asp as well..
15:45 m4rtijn in that sense you implement typo3 in your existing webpage and not the other way arounf
15:45 debruyee so u sugusting me i may only aplay to a specific pages
15:45 m4rtijn I guess thats the way which involves the least effort :P
15:45 m4rtijn brb..
15:46 debruyee let me ask u one more question
15:46 snowman Is it possible to use jp_pageteaser in a kind of mixed mode? Grabbing content from tv fields AND normal content ?
15:47 debruyee when i create a new page is there any way i can create them as asp or aspx pages
15:48 ShadowHunter debruyee: in typo3?
15:48 debruyee yes
15:48 ShadowHunter in typo3 all pages stored in the database, not as files
15:48 m4rtijn im not sure debruyee.. go to http://www.typo3.org and check the extension manual with keyword asp
15:49 debruyee k
15:49 m4rtijn actually if you have your whole website in asp I would suggest looking for a CMS which uses asp as well..
15:50 debruyee so always they extracted from the data and dynamically displayed on the browser
15:50 ShadowHunter the most CMS are not creating files, the pages and all data is stored in the database
15:50 debruyee i got u
15:50 debruyee cool
15:53 cynix1999 Hi all! I couldn't find any good english typo3 forum (or are there?)... Is this the place for developers with questions?
15:53 debruyee ShadowHunter & m4rtijn : so if the pages are stored in the data base that means there is no way i can use it with already extisted website that have the all its pages as a file
15:54 ShadowHunter either you transfer the existing pages to the CMS or you use the existing pages but you can't edit these pages via typo3 or another cms
15:50 debruyee so always they extracted from the data and dynamically displayed on the browser
15:50 ShadowHunter the most CMS are not creating files, the pages and all data is stored in the database
15:50 debruyee i got u
15:50 debruyee cool
15:53 cynix1999 Hi all! I couldn't find any good english typo3 forum (or are there?)... Is this the place for developers with questions?
15:53 debruyee ShadowHunter & m4rtijn : so if the pages are stored in the data base that means there is no way i can use it with already extisted website that have the all its pages as a file
15:54 ShadowHunter either you transfer the existing pages to the CMS or you use the existing pages but you can't edit these pages via typo3 or another cms
15:55 debruyee got u I really appreciate for ur support
15:56 ShadowHunter but typo3 rocks ;)
15:56 debruyee means every thing is acessed based on their ID from the data base
15:57 ShadowHunter yes
15:58 m4rtijn np, I got to go..
15:58 m4rtijn cu later
15:58 moodaepo debruyee: off topic for this room > http://www.umbraco.org/
15:59 debruyee txs moodaepo
15:55 debruyee got u I really appreciate for ur support
15:56 ShadowHunter but typo3 rocks ;)
15:56 debruyee means every thing is acessed based on their ID from the data base
15:57 ShadowHunter yes
15:58 m4rtijn np, I got to go..
15:58 m4rtijn cu later
15:58 moodaepo debruyee: off topic for this room > http://www.umbraco.org/
15:59 debruyee txs moodaepo
16:00 debruyee txs bye m4rtijn>
16:00 moodaepo but I'm pretty sure if you want to use typo3 with ASP scripts it is possible. I'm just not as good a developer to explain how. (hooks?)
16:01 debruyee txs I really appereciate
16:01 ShadowHunter ASP is not PHP, you can't integrate other languages into php (and the other way)
16:01 debruyee go u ShadowHunter
16:02 debruyee txs
16:00 debruyee txs bye m4rtijn>
16:00 moodaepo but I'm pretty sure if you want to use typo3 with ASP scripts it is possible. I'm just not as good a developer to explain how. (hooks?)
16:01 debruyee txs I really appereciate
16:01 ShadowHunter ASP is not PHP, you can't integrate other languages into php (and the other way)
16:01 debruyee go u ShadowHunter
16:02 debruyee txs
16:42 titii HELO, can i create an bookmars menu on the one page?
16:43 titii a bookmarks
16:44 titii can i create an bookmars menu on each elements on the page?
16:42 titii HELO, can i create an bookmars menu on the one page?
16:43 titii a bookmarks
16:44 titii can i create an bookmars menu on each elements on the page?
16:47 elbart hi
16:47 elbart hi
17:17 renkho hello
17:17 socken23 Hi all! I have a problem with tt_news. When I enter html tags in the subtitle, it works alright on a normal news page, but NOT when the message is moved to the archive. Any idea why that is!??
17:17 renkho hello
17:17 socken23 Hi all! I have a problem with tt_news. When I enter html tags in the subtitle, it works alright on a normal news page, but NOT when the message is moved to the archive. Any idea why that is!??
17:20 renkho i found this site with templates for typo3 http://rasi.ch/index.php?id=18 , but im not so sure about how to use the files that i get from there
17:20 renkho i found this site with templates for typo3 http://rasi.ch/index.php?id=18 , but im not so sure about how to use the files that i get from there
17:46 socken23 OK, nevermind. We had different templates for the news page and the archive.
17:46 socken23 it works now
17:46 socken23 OK, nevermind. We had different templates for the news page and the archive.
17:46 socken23 it works now
17:53 socken23 Something else: Is there a way to open PDF in a new window (_blank) with indexed search engine!?
17:53 socken23 Something else: Is there a way to open PDF in a new window (_blank) with indexed search engine!?
17:57 snowman I have a "Call to undefined function imagecreate() in ../typo3_src-412/t3lib_stdgraphic.php on line 2867
17:57 snowman I have a "Call to undefined function imagecreate() in ../typo3_src-412/t3lib_stdgraphic.php on line 2867
18:07 socken23 And another problem: If I create a folder under fileadmin, I can't delete it from Typo3. I need to delete it via console. I think the permissions should be ok, Directory: Delete recursively (rm -Rf) is set... what could be the problem!??
18:09 roadrunn1r chown to 'owner' of your webserver.]
18:09 roadrunn1r i guess you created as root
18:07 socken23 And another problem: If I create a folder under fileadmin, I can't delete it from Typo3. I need to delete it via console. I think the permissions should be ok, Directory: Delete recursively (rm -Rf) is set... what could be the problem!??
18:09 roadrunn1r chown to 'owner' of your webserver.]
18:09 roadrunn1r i guess you created as root
18:10 socken23 mhh.. but I want to delete in typo3!?
18:10 socken23 and I created the folder from typo3, shouldn't that be the same user then?
18:11 roadrunn1r it should
18:11 socken23 let me check
18:12 socken23 if I go to the console, the folder is created by the user www:www
18:12 socken23 and permissions are set to rwxrwx---
18:12 socken23 so typo3 should have the permissions to delete that folder, right?
18:12 roadrunn1r hmm
18:14 roadrunn1r not typo3 - the apache - but its right.
18:14 socken23 strange thing.. I can rename the folder in typo3... !?!?
18:10 socken23 mhh.. but I want to delete in typo3!?
18:10 socken23 and I created the folder from typo3, shouldn't that be the same user then?
18:11 roadrunn1r it should
18:11 socken23 let me check
18:12 socken23 if I go to the console, the folder is created by the user www:www
18:12 socken23 and permissions are set to rwxrwx---
18:12 socken23 so typo3 should have the permissions to delete that folder, right?
18:12 roadrunn1r hmm
18:14 roadrunn1r not typo3 - the apache - but its right.
18:14 socken23 strange thing.. I can rename the folder in typo3... !?!?
18:16 socken23 is there maybe something you can declare in TS to suppress CMD commands or something like that!?
18:16 roadrunn1r dont know - i am new to typo3 ....
18:17 socken23 ok, thanks anyway
18:16 socken23 is there maybe something you can declare in TS to suppress CMD commands or something like that!?
18:16 roadrunn1r dont know - i am new to typo3 ....
18:17 socken23 ok, thanks anyway
18:20 Administrator_ I'm installing typo3 on windows, but I cannot find the "combine" utility. It's part of the imagemagick install. I've downloaded both the q16 static and q16 dll, but the "combine" utility is not included. where can I get this missing file?
18:21 ShadowHunter maybe ImageMagick-6.3.5-3-Q16-windows-static.exe could help you
18:23 Administrator_ Thanks Shadow. I've already install the windows q16 static.exe and the windows q16 dll.exe, but the "combine" file is not included in either package
18:20 Administrator_ I'm installing typo3 on windows, but I cannot find the "combine" utility. It's part of the imagemagick install. I've downloaded both the q16 static and q16 dll, but the "combine" utility is not included. where can I get this missing file?
18:21 ShadowHunter maybe ImageMagick-6.3.5-3-Q16-windows-static.exe could help you
18:23 Administrator_ Thanks Shadow. I've already install the windows q16 static.exe and the windows q16 dll.exe, but the "combine" file is not included in either package
18:29 titii HEY, how can i automaticly make an elements bookmars on the page? thank you!!
18:29 titii HEY, how can i automaticly make an elements bookmars on the page? thank you!!
18:32 titii anybody can help?
18:33 bedlamhotel titii: try using the 'Site map' content element. Fiddle with the options--one of them will do that.
18:34 titii bedlamhotel are you sure? that can create an elements menu, not page menu?
18:32 titii anybody can help?
18:33 bedlamhotel titii: try using the 'Site map' content element. Fiddle with the options--one of them will do that.
18:34 titii bedlamhotel are you sure? that can create an elements menu, not page menu?
18:35 dirkgomez someone here knows whether there's a successor to external_pageset - functionality-wise?
18:35 bedlamhotel Yes titii, I am positive.
18:36 titii bedlamhotel ouuu realy ,,, thank you thank you very much ;)
18:36 titii i was thinking about that but i didnt know that... its fine :)
18:36 titii thanks
18:37 titii the power of typo3
18:37 FloLeBlanc hi all
18:37 FloLeBlanc is it just me or are the links on typo3.org to the zip/tar packages dead?
18:35 dirkgomez someone here knows whether there's a successor to external_pageset - functionality-wise?
18:35 bedlamhotel Yes titii, I am positive.
18:36 titii bedlamhotel ouuu realy ,,, thank you thank you very much ;)
18:36 titii i was thinking about that but i didnt know that... its fine :)
18:36 titii thanks
18:37 titii the power of typo3
18:37 FloLeBlanc hi all
18:37 FloLeBlanc is it just me or are the links on typo3.org to the zip/tar packages dead?
18:57 renkho does anybody here use lighttpd?
18:57 renkho does anybody here use lighttpd?
19:05 Steve72 HH
19:08 bekks hi
19:08 bekks i have a little problem with the RTE ... I am missing the alignment buttons for text ... what can i do?
19:05 Steve72 HH
19:08 bekks hi
19:08 bekks i have a little problem with the RTE ... I am missing the alignment buttons for text ... what can i do?
19:10 timdeluxe enable them
19:12 bekks timdeluxe: how?
19:13 timdeluxe RTE.default.showButtons
19:13 timdeluxe i dont know which you have to add there at the moment
19:13 timdeluxe please google
19:10 timdeluxe enable them
19:12 bekks timdeluxe: how?
19:13 timdeluxe RTE.default.showButtons
19:13 timdeluxe i dont know which you have to add there at the moment
19:13 timdeluxe please google
19:16 bekks timdeluxe: second post on http://www.typo3.net/forum/list/list_post//3420/ is what you mean?
19:18 snowman is there a problem with GIFBUILDER and the current TYPO3 an TV version?
19:16 bekks timdeluxe: second post on http://www.typo3.net/forum/list/list_post//3420/ is what you mean?
19:18 snowman is there a problem with GIFBUILDER and the current TYPO3 an TV version?
19:20 snowman can anybody tell what is wrong here: http://phpfi.com/252250 ??
19:21 bekks timdeluxe: if i edit the TSConfig section of my main page (which is actually a shortcut) to some subpage, then those config options will be set for all pages under the one where i set the TSConfig options?
19:22 timdeluxe bekks: the TS you set on a point in the pagetree are set for that page, and all below, right
19:23 bekks ok, so I'll just try it and beg for that it works :)
19:23 bekks thx :)
19:23 timdeluxe it would make sense if you dont set your main TS config at that shortcut, but at the "worldball"
19:23 bekks hmmm, how do i set that on the "worldball"?
19:24 bekks there is no context menu entry for editing whatever options
19:20 snowman can anybody tell what is wrong here: http://phpfi.com/252250 ??
19:21 bekks timdeluxe: if i edit the TSConfig section of my main page (which is actually a shortcut) to some subpage, then those config options will be set for all pages under the one where i set the TSConfig options?
19:22 timdeluxe bekks: the TS you set on a point in the pagetree are set for that page, and all below, right
19:23 bekks ok, so I'll just try it and beg for that it works :)
19:23 bekks thx :)
19:23 timdeluxe it would make sense if you dont set your main TS config at that shortcut, but at the "worldball"
19:23 bekks hmmm, how do i set that on the "worldball"?
19:24 bekks there is no context menu entry for editing whatever options
19:27 timdeluxe choose template at the menu on the very left
19:28 timdeluxe or "templates" i dont have an open t3 at the moment
19:28 timdeluxe so i have to guess
19:28 timdeluxe then you can choose the ball and create a TS template
19:28 bekks template
19:29 bekks template is already created using TV, but clicking on template and the worldball gives me "edit the whole record" and then a "Setup" section
19:29 bekks i guess thats where i have to add that stuff?
19:27 timdeluxe choose template at the menu on the very left
19:28 timdeluxe or "templates" i dont have an open t3 at the moment
19:28 timdeluxe so i have to guess
19:28 timdeluxe then you can choose the ball and create a TS template
19:28 bekks template
19:29 bekks template is already created using TV, but clicking on template and the worldball gives me "edit the whole record" and then a "Setup" section
19:29 bekks i guess thats where i have to add that stuff?
19:36 timdeluxe yeaaaah
19:36 timdeluxe into the setup field
19:36 timdeluxe it fits at best
19:37 timdeluxe at top or at the end... not in the very middle or you will probably destroy some configuration ;D
19:37 bekks :)
19:38 titii How can add the file(PDF) for download into menu item?
19:39 titii In External URL i cant see some bwrose to file, or upload
19:39 bekks timdeluxe: do you have a clue where to find all possible config entries for the RTE?
19:36 timdeluxe yeaaaah
19:36 timdeluxe into the setup field
19:36 timdeluxe it fits at best
19:37 timdeluxe at top or at the end... not in the very middle or you will probably destroy some configuration ;D
19:37 bekks :)
19:38 titii How can add the file(PDF) for download into menu item?
19:39 titii In External URL i cant see some bwrose to file, or upload
19:39 bekks timdeluxe: do you have a clue where to find all possible config entries for the RTE?
19:40 titii bedlamhotel are you there?
19:40 titii some one can help?
19:41 timdeluxe bekks: do you speak some german?
19:41 bekks timdeluxe: natively :)
19:41 timdeluxe oooh ok
19:41 timdeluxe wait
19:43 timdeluxe bekks: check dis out: http://www.site42.de/Wie-konfiguriert-man-den-RTE-h.58.0.html
19:43 timdeluxe but i dont know whats all in there
19:44 bekks timdeluxe: actually not much in there ... in general, how do i get access to the docs of a specific extension?
19:40 titii bedlamhotel are you there?
19:40 titii some one can help?
19:41 timdeluxe bekks: do you speak some german?
19:41 bekks timdeluxe: natively :)
19:41 timdeluxe oooh ok
19:41 timdeluxe wait
19:43 timdeluxe bekks: check dis out: http://www.site42.de/Wie-konfiguriert-man-den-RTE-h.58.0.html
19:43 timdeluxe but i dont know whats all in there
19:44 bekks timdeluxe: actually not much in there ... in general, how do i get access to the docs of a specific extension?
19:49 timdeluxe in the TER
19:49 timdeluxe typo3.org/extensions
19:49 timdeluxe search the extension and click on read online in the documentation filed
19:49 bekks thx
19:49 timdeluxe errr field
19:49 timdeluxe in the TER
19:49 timdeluxe typo3.org/extensions
19:49 timdeluxe search the extension and click on read online in the documentation filed
19:49 bekks thx
19:49 timdeluxe errr field
19:50 bekks if there's no docs avail. i just have to step through the source then?
19:50 timdeluxe yes. or you can browse with the extension manager
19:50 timdeluxe if you click on an extension you can browse through its files afaik
19:51 timdeluxe and download them
19:51 timdeluxe sometimes there is an doc folder
19:51 timdeluxe or a readme or similar
19:51 titii some one can help? how to link a file for a download into menu item?
19:51 timdeluxe now i am busy, sorry
19:51 timdeluxe titii i did it somewhere
19:51 timdeluxe let me look
19:51 titii timdeluxe can you? thank you
19:51 bekks timdeluxe: thx for your patience, help and clues
19:53 timdeluxe titii: create a page
19:53 timdeluxe change the type to
19:53 timdeluxe external url
19:54 titii ok...
19:54 timdeluxe then in the url field enter the url without http://
19:54 timdeluxe and in the type field below choose http://
19:54 timdeluxe and the file itself you can put in some public fileadmin folder
19:54 timdeluxe add pagetitle and thats all
19:50 bekks if there's no docs avail. i just have to step through the source then?
19:50 timdeluxe yes. or you can browse with the extension manager
19:50 timdeluxe if you click on an extension you can browse through its files afaik
19:51 timdeluxe and download them
19:51 timdeluxe sometimes there is an doc folder
19:51 timdeluxe or a readme or similar
19:51 titii some one can help? how to link a file for a download into menu item?
19:51 timdeluxe now i am busy, sorry
19:51 timdeluxe titii i did it somewhere
19:51 timdeluxe let me look
19:51 titii timdeluxe can you? thank you
19:51 bekks timdeluxe: thx for your patience, help and clues
19:53 timdeluxe titii: create a page
19:53 timdeluxe change the type to
19:53 timdeluxe external url
19:54 titii ok...
19:54 timdeluxe then in the url field enter the url without http://
19:54 timdeluxe and in the type field below choose http://
19:54 timdeluxe and the file itself you can put in some public fileadmin folder
19:54 timdeluxe add pagetitle and thats all
19:55 titii aha, i have to hardcode the link to the file?
19:55 titii on the file
19:55 timdeluxe hardcode?? hm just put it into the field
19:55 timdeluxe you wanted to have it in the menu, right?
19:55 titii this is no automatic to choose the file, or put it
19:56 titii yea its right
19:56 timdeluxe no
19:56 titii ok so i have to type the URL by my self :)
19:56 timdeluxe dont know if there is a extension which adds a special page type
19:56 timdeluxe yeaaah
19:56 timdeluxe what a huge work :P
19:57 titii timdeluxe :D ok.. i mean its ok :)
19:57 titii thank you
19:57 timdeluxe bekks: no problem i am still learning and helping others helps me :D
19:58 bekks i wish i'd be at that point yet :)
19:58 timdeluxe you'll come to it sooner as you think
19:58 timdeluxe ;D
19:58 timdeluxe now i am REALLY away from chat (for some time) ;D
19:58 bekks have fun :)
19:55 titii aha, i have to hardcode the link to the file?
19:55 titii on the file
19:55 timdeluxe hardcode?? hm just put it into the field
19:55 timdeluxe you wanted to have it in the menu, right?
19:55 titii this is no automatic to choose the file, or put it
19:56 titii yea its right
19:56 timdeluxe no
19:56 titii ok so i have to type the URL by my self :)
19:56 timdeluxe dont know if there is a extension which adds a special page type
19:56 timdeluxe yeaaah
19:56 timdeluxe what a huge work :P
19:57 titii timdeluxe :D ok.. i mean its ok :)
19:57 titii thank you
19:57 timdeluxe bekks: no problem i am still learning and helping others helps me :D
19:58 bekks i wish i'd be at that point yet :)
19:58 timdeluxe you'll come to it sooner as you think
19:58 timdeluxe ;D
19:58 timdeluxe now i am REALLY away from chat (for some time) ;D
19:58 bekks have fun :)
20:00 renkho does anybody here use lighttpd? im trying to make typo3 work with realurl
20:00 renkho does anybody here use lighttpd? im trying to make typo3 work with realurl
20:06 elbart re
20:06 elbart re
20:22 meppl good night
20:22 meppl good night
20:29 bekks hmmm, just one question. i have some text entries to be pointing to distinct pages in the template. is there a better way to create the actual link to the target page than just hardcode the link into the template?
20:29 bekks hmmm, just one question. i have some text entries to be pointing to distinct pages in the template. is there a better way to create the actual link to the target page than just hardcode the link into the template?
20:30 timdeluxe i cant fully understand your question
20:30 timdeluxe can you paste the template into phpfi?
20:31 bekks timdeluxe: in the template, i have a bottom section containing some text to be linked with pages like "Contact" or "Give me a streetmap so i can reach you" or just the "Sitemap"
20:31 bekks yeah, one moment
20:32 timdeluxe thats mainly a bad idea, cause you loose the flexibility of T3 in case you change the page title or something like that
20:34 bekks at least the page id's wont change in future - and that bottom section is intended to be "as is"
20:30 timdeluxe i cant fully understand your question
20:30 timdeluxe can you paste the template into phpfi?
20:31 bekks timdeluxe: in the template, i have a bottom section containing some text to be linked with pages like "Contact" or "Give me a streetmap so i can reach you" or just the "Sitemap"
20:31 bekks yeah, one moment
20:32 timdeluxe thats mainly a bad idea, cause you loose the flexibility of T3 in case you change the page title or something like that
20:34 bekks at least the page id's wont change in future - and that bottom section is intended to be "as is"
20:35 bekks timdeluxe: may i give you the link to the template in a query?
20:36 timdeluxe i am not registered already, so no query :/
20:37 bekks ok, so here it is: http://phpfi.com/252260
20:37 bekks it's line 118 where the hardcoded text entries are
20:35 bekks timdeluxe: may i give you the link to the template in a query?
20:36 timdeluxe i am not registered already, so no query :/
20:37 bekks ok, so here it is: http://phpfi.com/252260
20:37 bekks it's line 118 where the hardcoded text entries are
20:40 timdeluxe ah, now i understand it
20:41 bekks and the linked pages are NOT intended to be deleted or something after i created or linked them
20:41 timdeluxe in my template i use on some pages (yaml), they use a special technique to add links to a special area
20:41 timdeluxe you only specify the page id numbers and typo3 cares about the link text and the url
20:42 bekks what do i have to do to implement that?
20:42 timdeluxe i don't know already. and i need some time to check out, which i havent today anymore
20:43 timdeluxe i suggest you to hardcode it, until i find out *g*
20:43 bekks ok :)
20:43 bekks thx :)
20:40 timdeluxe ah, now i understand it
20:41 bekks and the linked pages are NOT intended to be deleted or something after i created or linked them
20:41 timdeluxe in my template i use on some pages (yaml), they use a special technique to add links to a special area
20:41 timdeluxe you only specify the page id numbers and typo3 cares about the link text and the url
20:42 bekks what do i have to do to implement that?
20:42 timdeluxe i don't know already. and i need some time to check out, which i havent today anymore
20:43 timdeluxe i suggest you to hardcode it, until i find out *g*
20:43 bekks ok :)
20:43 bekks thx :)
20:48 tsrepadmin hi ries
20:48 ries hey tsrepadmin
20:49 tsrepadmin you know something about GIFBUILDER?
20:48 tsrepadmin hi ries
20:48 ries hey tsrepadmin
20:49 tsrepadmin you know something about GIFBUILDER?
20:50 bekks hi ries
20:51 ries Hey bekks
20:51 ries tsrepadmin: some yes...
20:51 ries I don't use it to often, but youc an always ask
20:52 tsrepadmin I use TV and created a typoscript object path lib.claim
20:52 tsrepadmin in the template setup i use this:
20:52 tsrepadmin http://phpfi.com/252261
20:52 tsrepadmin and there is no way GIFBUILDER renders my text
20:52 tsrepadmin lib.claim = TEXT \n lib.claim.value = Foo is working
20:54 tsrepadmin that is the first problem. the second would be to use the subtitle insted of Hello World ;-)
20:50 bekks hi ries
20:51 ries Hey bekks
20:51 ries tsrepadmin: some yes...
20:51 ries I don't use it to often, but youc an always ask
20:52 tsrepadmin I use TV and created a typoscript object path lib.claim
20:52 tsrepadmin in the template setup i use this:
20:52 tsrepadmin http://phpfi.com/252261
20:52 tsrepadmin and there is no way GIFBUILDER renders my text
20:52 tsrepadmin lib.claim = TEXT \n lib.claim.value = Foo is working
20:54 tsrepadmin that is the first problem. the second would be to use the subtitle insted of Hello World ;-)
20:56 tsauter hi
20:57 tsrepadmin hi tsauter
20:57 tsauter I am adding the page content with the following ts to my template: subparts.content < styles.content.get
20:57 tsauter is there a way to add the page title also?
20:57 tsauter I have tried it with subparts.content.wrap = <h1>title</h1> but this doesn't work
20:59 tsrepadmin your wrap is wrong
20:59 tsrepadmin the syntax
20:56 tsauter hi
20:57 tsrepadmin hi tsauter
20:57 tsauter I am adding the page content with the following ts to my template: subparts.content < styles.content.get
20:57 tsauter is there a way to add the page title also?
20:57 tsauter I have tried it with subparts.content.wrap = <h1>title</h1> but this doesn't work
20:59 tsrepadmin your wrap is wrong
20:59 tsrepadmin the syntax
21:00 tsrepadmin temp.10 = TEXT
21:00 tsrepadmin temp.10.field = title
21:00 tsrepadmin temp.10.wrap = <h1>|</h1>
21:01 tsrepadmin subparts.content.before < temp.10
21:01 tsrepadmin something like this (untested)
21:03 tsrepadmin ries: ?
21:03 ries reading...
21:03 tsrepadmin ah.. k :-)
21:04 ries there is an issue with TV and gifbuilder reading values from the pages object... search on google for that, I know for sure there are solutions
21:00 tsrepadmin temp.10 = TEXT
21:00 tsrepadmin temp.10.field = title
21:00 tsrepadmin temp.10.wrap = <h1>|</h1>
21:01 tsrepadmin subparts.content.before < temp.10
21:01 tsrepadmin something like this (untested)
21:03 tsrepadmin ries: ?
21:03 ries reading...
21:03 tsrepadmin ah.. k :-)
21:04 ries there is an issue with TV and gifbuilder reading values from the pages object... search on google for that, I know for sure there are solutions
21:06 tsrepadmin well the problem is, that there is no rendering even i use text = foo
21:07 tsrepadmin the subtitle should be 10.text.data = page:subtitle
21:09 ries so a simple text object doesn't workk you say?
21:06 tsrepadmin well the problem is, that there is no rendering even i use text = foo
21:07 tsrepadmin the subtitle should be 10.text.data = page:subtitle
21:09 ries so a simple text object doesn't workk you say?
21:11 tsrepadmin yes. it don't
21:11 tsrepadmin lib.claim = TEXT
21:11 tsrepadmin lib.claim.data = page:subtitle
21:11 tsrepadmin works
21:12 tsrepadmin but i want an rendered text ;-)
21:12 tsrepadmin i checked the installtool. imagemagick works fine
21:13 tsrepadmin oh wait. do i need GDLib functionality for GIFBUILDER?
21:13 tsrepadmin ah damn it!
21:13 tsrepadmin there it is. GDLib is required.
21:14 superstition i've got a problem with the extension sg_glossary.
21:14 superstition text in other columns as center works fine, but in the center comlumn tha a tag is removed
21:14 tsrepadmin i don't know it superstition
21:11 tsrepadmin yes. it don't
21:11 tsrepadmin lib.claim = TEXT
21:11 tsrepadmin lib.claim.data = page:subtitle
21:11 tsrepadmin works
21:12 tsrepadmin but i want an rendered text ;-)
21:12 tsrepadmin i checked the installtool. imagemagick works fine
21:13 tsrepadmin oh wait. do i need GDLib functionality for GIFBUILDER?
21:13 tsrepadmin ah damn it!
21:13 tsrepadmin there it is. GDLib is required.
21:14 superstition i've got a problem with the extension sg_glossary.
21:14 superstition text in other columns as center works fine, but in the center comlumn tha a tag is removed
21:14 tsrepadmin i don't know it superstition
21:16 superstition i don't think it's the glossary that produces the error
21:16 superstition what other functions modify center column, i don't know where to start debugging
21:16 superstition could it be an rte issue
21:16 superstition i don't think it's the glossary that produces the error
21:16 superstition what other functions modify center column, i don't know where to start debugging
21:16 superstition could it be an rte issue
21:21 superstition anyone knows where the php file is, which contains the parsing functions for content(default) / css_styled_content
21:23 tsauter tsrepadmin: thanks for your help.
21:23 timdeluxe superstition: in the extensions folder?
21:21 superstition anyone knows where the php file is, which contains the parsing functions for content(default) / css_styled_content
21:23 tsauter tsrepadmin: thanks for your help.
21:23 timdeluxe superstition: in the extensions folder?
21:30 tsrepadmin YES BABY!
21:31 timdeluxe YO DUDE!
21:30 tsrepadmin YES BABY!
21:31 timdeluxe YO DUDE!
22:01 roadrunn1r i'd like to knwo where i can change/add the css file in the template voila? i forgot it as a maped it during the template voila wizzard. :(
22:01 roadrunn1r i'd like to knwo where i can change/add the css file in the template voila? i forgot it as a maped it during the template voila wizzard. :(
22:08 roadrunn1r hmm i found it - but i guess tomorrow i'll not remember ;)
22:08 roadrunn1r hmm i found it - but i guess tomorrow i'll not remember ;)
22:19 timdeluxe then write it down
22:19 timdeluxe then write it down
22:20 timdeluxe its just as simple as that
22:20 timdeluxe buy now: mega-pencil (tm) and paper-deluxe (tm)
22:21 timdeluxe and your life will turn to a wonderful pleasure
22:21 timdeluxe *dumdidum*
22:22 roadrunn1r thx :D
22:20 timdeluxe its just as simple as that
22:20 timdeluxe buy now: mega-pencil (tm) and paper-deluxe (tm)
22:21 timdeluxe and your life will turn to a wonderful pleasure
22:21 timdeluxe *dumdidum*
22:22 roadrunn1r thx :D
22:46 dokma hey ppl
22:47 dokma do you know if it is ok to purge cache_hash table?
22:46 dokma hey ppl
22:47 dokma do you know if it is ok to purge cache_hash table?
22:57 tsrepadmin good night
22:57 tsrepadmin good night
23:01 ries dokma: should be yes
23:01 dokma hey ries
23:01 dokma I've got a puzzle for you
23:02 dokma http://72.29.85.218/~rijecziv/index.php?id=1
23:02 dokma why does the tt_news browser browse all tt_news plugin instances
23:02 dokma instead of only the one it belongs to
23:01 ries dokma: should be yes
23:01 dokma hey ries
23:01 dokma I've got a puzzle for you
23:02 dokma http://72.29.85.218/~rijecziv/index.php?id=1
23:02 dokma why does the tt_news browser browse all tt_news plugin instances
23:02 dokma instead of only the one it belongs to
23:05 ries dokma: I don't know much about tt_news...
23:05 ries dokma: I don't know much about tt_news...
23:05 dokma darn
23:05 dokma I didn't get much help at typo3.english either
23:06 dokma I can't believe noone had this problem before...
23:05 dokma darn
23:05 dokma I didn't get much help at typo3.english either
23:06 dokma I can't believe noone had this problem before...
23:17 ries when I follow the link I am not sure what to look at...
23:17 bedlamhotel dokma: never seen that problem. You may want to check the option 'Use "General record storage page"'...
23:17 bedlamhotel ...if it's selected, try the other way ;-)
23:17 dokma roger that
23:17 dokma will do immediately
23:17 ries when I follow the link I am not sure what to look at...
23:17 bedlamhotel dokma: never seen that problem. You may want to check the option 'Use "General record storage page"'...
23:17 bedlamhotel ...if it's selected, try the other way ;-)
23:17 dokma roger that
23:17 dokma will do immediately
23:20 bedlamhotel Right. Just understand that it may require you to change the organization of your news storage if you do change it...
23:20 dokma did try it
23:21 dokma but it does not change the behaviour
23:21 dokma did you ever try to put two instances of tt_news in list mode on the same page
23:23 bedlamhotel Yes, but not with 2 page browsers
23:24 dokma hmmm
23:20 bedlamhotel Right. Just understand that it may require you to change the organization of your news storage if you do change it...
23:20 dokma did try it
23:21 dokma but it does not change the behaviour
23:21 dokma did you ever try to put two instances of tt_news in list mode on the same page
23:23 bedlamhotel Yes, but not with 2 page browsers
23:24 dokma hmmm
23:25 bedlamhotel dokma: seems to me I might have heard about problems with that situation--but maybe 1-2 years ago...
23:25 dokma is it unreasonable to ask that each page browser browses only the instance it belongs to?
23:25 bedlamhotel Depends; what is different about the two news list instances?
23:26 ries dokma: do you use TV?
23:25 bedlamhotel dokma: seems to me I might have heard about problems with that situation--but maybe 1-2 years ago...
23:25 dokma is it unreasonable to ask that each page browser browses only the instance it belongs to?
23:25 bedlamhotel Depends; what is different about the two news list instances?
23:26 ries dokma: do you use TV?
23:31 bedlamhotel Dokma: what is different about the two news list instances?
23:32 dokma no tv
23:32 dokma I have setup the thing as follows
23:32 dokma I have several sys folders
23:32 dokma containing different news articles
23:33 dokma in each of these folders there is one or more tt_news plugin instances
23:33 dokma that are showing articles from that folder
23:33 dokma then in the TS setup
23:33 dokma I insert them into template via RECORDS
23:33 dokma as follows
23:33 dokma bla = RECORDS
23:33 dokma bla.tables = tt_content
23:34 dokma bla.source = 111
23:34 dokma which inserts content element with id 111
23:34 dokma which happens to be an tt_news plugin
23:31 bedlamhotel Dokma: what is different about the two news list instances?
23:32 dokma no tv
23:32 dokma I have setup the thing as follows
23:32 dokma I have several sys folders
23:32 dokma containing different news articles
23:33 dokma in each of these folders there is one or more tt_news plugin instances
23:33 dokma that are showing articles from that folder
23:33 dokma then in the TS setup
23:33 dokma I insert them into template via RECORDS
23:33 dokma as follows
23:33 dokma bla = RECORDS
23:33 dokma bla.tables = tt_content
23:34 dokma bla.source = 111
23:34 dokma which inserts content element with id 111
23:34 dokma which happens to be an tt_news plugin
23:35 bedlamhotel dokma: I'd guess that that's related to your problem.
23:35 dokma me too
23:35 dokma probably I should just insert it directly into the pages
23:35 bedlamhotel That's a very weird way of inserting plugin instances into templates.
23:35 bedlamhotel Usually it's like this: e.g. page.10 < plugin.tt_news
23:35 dokma yeah but like this I have flex form functionality
23:36 bedlamhotel ...then you configure tt_news for that instance like this: plugin.tt_news.display_single ...
23:36 dokma and my TS setup is kept under 1000 lines
23:36 bedlamhotel dokma: sure, but why do you /need/ to change settings all the time in a production site?
23:36 bedlamhotel 1000 lines is quite a LOT of Ts.
23:36 dokma it's being developed right now
23:37 bedlamhotel ...I assume you didn't just mean for tt_news?
23:37 dokma so having flexforms available is quite dandy
23:37 dokma no
23:37 bedlamhotel That's good.
23:37 dokma the entire TS setup
23:37 dokma it's around 300 lines now
23:37 dokma but If I'd setup every tt_news plugin instance from TS
23:37 dokma it would bloat it well over 500 lines
23:37 bedlamhotel No it wouldn't--not if you did it right.
23:38 bedlamhotel In TS, there is one rule for keeping the size down:
23:38 dokma well I need to
23:38 dokma bla < plugin.tt_news for each
23:38 bedlamhotel No you don't.
23:38 dokma then I need to setup the code, article storage
23:38 dokma crop
23:38 dokma images
23:38 dokma template
23:39 dokma and maybe a few more things
23:39 dokma it would bloat it a bit
23:39 dokma and like this it's very clean
23:35 bedlamhotel dokma: I'd guess that that's related to your problem.
23:35 dokma me too
23:35 dokma probably I should just insert it directly into the pages
23:35 bedlamhotel That's a very weird way of inserting plugin instances into templates.
23:35 bedlamhotel Usually it's like this: e.g. page.10 < plugin.tt_news
23:35 dokma yeah but like this I have flex form functionality
23:36 bedlamhotel ...then you configure tt_news for that instance like this: plugin.tt_news.display_single ...
23:36 dokma and my TS setup is kept under 1000 lines
23:36 bedlamhotel dokma: sure, but why do you /need/ to change settings all the time in a production site?
23:36 bedlamhotel 1000 lines is quite a LOT of Ts.
23:36 dokma it's being developed right now
23:37 bedlamhotel ...I assume you didn't just mean for tt_news?
23:37 dokma so having flexforms available is quite dandy
23:37 dokma no
23:37 bedlamhotel That's good.
23:37 dokma the entire TS setup
23:37 dokma it's around 300 lines now
23:37 dokma but If I'd setup every tt_news plugin instance from TS
23:37 dokma it would bloat it well over 500 lines
23:37 bedlamhotel No it wouldn't--not if you did it right.
23:38 bedlamhotel In TS, there is one rule for keeping the size down:
23:38 dokma well I need to
23:38 dokma bla < plugin.tt_news for each
23:38 bedlamhotel No you don't.
23:38 dokma then I need to setup the code, article storage
23:38 dokma crop
23:38 dokma images
23:38 dokma template
23:39 dokma and maybe a few more things
23:39 dokma it would bloat it a bit
23:39 dokma and like this it's very clean
23:40 dokma but I will try to insert one instance like this
23:40 bedlamhotel Whoa!
23:40 bedlamhotel Stop posting and /listen/ for a second.
23:40 dokma ok
23:41 bedlamhotel In TS, you set the DEFAULTS, copy objects with those default settings to other places when you need to and make small adjustments to those defaults.
23:41 bedlamhotel Something like this should work for what you're trying to do, and the TS should be very lean:
23:41 bedlamhotel http://phpfi.com/252285
23:42 dokma yeah
23:42 dokma I get what you mean
23:42 dokma it could be made clean
23:42 bedlamhotel For that matter, I've added an unnecessary step! ;-)
23:42 dokma but the major issue is still the pagebrowser
23:42 dokma will it work for each instance separately?
23:43 bedlamhotel ...if you set up plugin.tt_news defaults well in the first place, something like this will work: http://phpfi.com/252287
23:44 dokma I see
23:44 dokma that's pretty neat
23:44 bedlamhotel dokma: I don't know for sure about the pagebrowser, but it'd be worth a small test to see if they were related.
23:44 dokma but!
23:44 dokma yes
23:44 dokma that is exactly what I plan to do in the morning
23:44 dokma I pray to God it works
23:40 dokma but I will try to insert one instance like this
23:40 bedlamhotel Whoa!
23:40 bedlamhotel Stop posting and /listen/ for a second.
23:40 dokma ok
23:41 bedlamhotel In TS, you set the DEFAULTS, copy objects with those default settings to other places when you need to and make small adjustments to those defaults.
23:41 bedlamhotel Something like this should work for what you're trying to do, and the TS should be very lean:
23:41 bedlamhotel http://phpfi.com/252285
23:42 dokma yeah
23:42 dokma I get what you mean
23:42 dokma it could be made clean
23:42 bedlamhotel For that matter, I've added an unnecessary step! ;-)
23:42 dokma but the major issue is still the pagebrowser
23:42 dokma will it work for each instance separately?
23:43 bedlamhotel ...if you set up plugin.tt_news defaults well in the first place, something like this will work: http://phpfi.com/252287
23:44 dokma I see
23:44 dokma that's pretty neat
23:44 bedlamhotel dokma: I don't know for sure about the pagebrowser, but it'd be worth a small test to see if they were related.
23:44 dokma but!
23:44 dokma yes
23:44 dokma that is exactly what I plan to do in the morning
23:44 dokma I pray to God it works
23:45 dokma I'm struggling with it for a while
23:45 bedlamhotel Also, another search of the list might be in order--I do think I've heard of this problem before, but it might have been a year or two ago...
23:45 bedlamhotel what is different about the two instances on the same page?
23:45 dokma almost nothing other than the source of the articles
23:45 dokma which is a pid of a sysfolder
23:46 bedlamhotel So the starting point is different for the two plugin instances?
23:47 dokma whoa!!!!
23:47 dokma I just changed the code for one instance to latest
23:47 dokma and it does not get browsed with the others!!!
23:47 dokma probably because the pagebrowser is not working for the latest
23:47 dokma yes the starting point is almost always different
23:45 dokma I'm struggling with it for a while
23:45 bedlamhotel Also, another search of the list might be in order--I do think I've heard of this problem before, but it might have been a year or two ago...
23:45 bedlamhotel what is different about the two instances on the same page?
23:45 dokma almost nothing other than the source of the articles
23:45 dokma which is a pid of a sysfolder
23:46 bedlamhotel So the starting point is different for the two plugin instances?
23:47 dokma whoa!!!!
23:47 dokma I just changed the code for one instance to latest
23:47 dokma and it does not get browsed with the others!!!
23:47 dokma probably because the pagebrowser is not working for the latest
23:47 dokma yes the starting point is almost always different
23:51 bedlamhotel Hm. Might also be worth checking the bugtracker. Look at the urls in the browser; there's nothing in /them/ about the starting point...
23:51 bedlamhotel ...maybe tt_news simply does not /check/ when rendering the page browser...
23:52 bedlamhotel Dokma: anyhow, good luck with that--I've got to go home ;-)
23:51 bedlamhotel Hm. Might also be worth checking the bugtracker. Look at the urls in the browser; there's nothing in /them/ about the starting point...
23:51 bedlamhotel ...maybe tt_news simply does not /check/ when rendering the page browser...
23:52 bedlamhotel Dokma: anyhow, good luck with that--I've got to go home ;-)

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.