Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 22 May 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
01:44 tansta hi guys
01:44 tansta anyone here for some TS help ?
04:02 d|g hi all
05:49 dax77 good morning @all
06:35 MarwolTuk morning @ all
06:37 smda good morning
06:37 MarwolTuk morning smda
06:41 Phlogiston hello guys
06:41 dax77 hi³ :)
06:41 Phlogiston How can I do the following: A need a setting for my new extension where I can choose from a dropdown list. This list depends on data from table.
06:46 dax77 Phlogiston: so its a relation? mm_table?
06:49 dax77 Phlogiston: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/tca.php starting line 167
06:49 Phlogiston dax77: yes I think so
06:50 Phlogiston whats in that $limitViewOnlyToPidsWhere ?
06:51 Phlogiston ah thats another limitation
06:53 dax77 :)
07:11 toms Hi there. Last week I noticed my login-form on both websites I run with typo are not working anymore. Could this happen because i updated Typo (4.0->4.1). Does anyone have a similar problem or an idea what I could check?
07:12 Phlogiston toms: are you using normal login box? And what does "not work" mean?
07:16 toms phlogiston: I used the "normal" login box, but as i noticed it did not work properly I tested the newloginbox. Not work means: I enter valid username and password and get an Error-Message
07:16 Phlogiston does it work if you create a new user?
07:17 toms phlogiston: Error-message means: The addon states that there was an error during the login
07:17 toms phlogiston: I can create new user, but even this login does not work
07:18 toms phlogiston: Are you using a kind of login? Which version of Typo do you use?
07:20 Phlogiston I'm using login since typo3 4.0 and sorry i have never such problems... do you use md5 stuff anything else that could affect the login process?
07:22 toms phlogiston: Mh... I never installed/configured something like md5-hashing for passwords. On the other hand I already thought about something like MD5 making this problems :)
07:23 Phlogiston maybe you just did not configure the plugin proberly? I mean does it look up for the username storage directory at the correct place?
07:26 toms phlogiston: I first used "styles.content.loginform.pid=39" in constants. Because this did not work I used this new feature "GEneral Record Storage Page" set to my sysFolder Login (with pid 39)
07:28 toms phlogiston: I had a look at the MySQL-DB: The passwords are stored in plaintext. Should this be MD5?
07:28 Phlogiston toms: no plaintext for FE users is correct
07:29 Phlogiston this is the config in my case for newloginbox
07:29 toms phlogiston: I hoped so :) Unfortunately I still have no idea why this login does not work :(
07:29 Phlogiston plugin.tx_newloginbox_pi1{
07:29 Phlogiston storagePid = 32
07:29 Phlogiston templateFile = fileadmin/template/main/plugin_templates/newloginbox.tmpl.html
07:29 Phlogiston _CSS_DEFAULT_STYLE >
07:29 Phlogiston }
07:30 toms phlogiston: This looks like a different way to tell the pid...
07:30 Phlogiston toms: its in TS
07:30 toms phlogiston: THis is put into ts?
07:30 toms ah, ok
07:31 Phlogiston yes on TS
07:36 toms phlogiston: I entered "plugin.tx_newloginbox_pi1.storagePid = 39" in TS, not included in any {}. I flushed Cache an reloaded the page in Browser. It still does not work. Strange. Can I found out which pid the Plugin really uses? Maybe it uses a value different from 39 which overrules my values?
07:37 Phlogiston toms: quite strange... you can use the typoscript object browser on the page the plugin is inserted and check there for the value
07:38 Phlogiston Do I need a table for my extension if I want to just have a dropdown list to select somthing from? Do I have to save that setting in a table or can I do that with TS?
07:39 Alex344 Hallo
07:40 Alex344 i've installed the plugin directmail
07:40 Alex344 quick-mails are working, but "normal" mails are not sent
07:41 toms phlogiston: The value in Object Browser is "39", just as I expected.
07:41 Alex344 the scheduled time is always 01.01.1970 (0 in Database)
07:42 Alex344 then i modified the value in the Database to the Current Time + 2 minutes, and typo3 said it will send the mails but it doesn't
07:42 Alex344 didn't
07:42 Alex344 the is-sent-status is also 0
07:43 Alex344 what could this be?
07:45 Phlogiston where can I find the code that sets how the setting of an inserted tt_news plugin looks like?
07:49 dax77 Phlogiston: 1st question: no, you can do it with static values too - have a look at the tca docu
07:50 dax77 Phlogiston: 2nd question: tt_news manual
07:52 Alex344 hallo dax77 do you have an idea why my direct-mail plugin doesn't sent newsletters?
07:55 Phlogiston dax77: ok thanks... I think static variables are the thing I need. and I found the tca.php :)
07:56 SERUMS HALO
07:57 SERUMS IAM LOOKING FOR GINA SEREIKAITE
07:57 SERUMS MMAYBY SOMEONE HAS HER EMAIL?
07:57 uschi Serums, why are you shouting?
07:57 SERUMS sory
07:57 uschi the name sounds lithuanian
07:58 SERUMS yes really
07:58 uschi labas
07:58 SERUMS labas
07:58 SERUMS kaip einas? o kas busi?
07:59 uschi kai = how
07:59 uschi einas i do not know, i do not speek lithuanian :(
07:59 uschi busi = busy?
07:59 SERUMS aaa?
08:00 SERUMS howdoyuo do? who yuo are? in en
08:00 SERUMS i thought yuo are LT
08:01 FloLeBlanc hi all
08:01 SERUMS i found that she got something with typo3
08:01 SERUMS sso....
08:02 SERUMS so no one knows GINA SEREIKAITE?
08:02 SERUMS I would be very thankfull for any info
08:04 FloLeBlanc when upgrading an extension to a new version, does this cause settings of existent links to this extensions to change? (f.e.: I already use a gallery plugin on my site and update it now)
08:04 Phlogiston hmm i can't really find the correct thing for storing data from flexform static...
08:04 Phlogiston dax77: or do you mean static_write?
08:10 toms phlogiston: Do you think downgrading to 4.0 could be of any help with the login-box problem?
08:10 Phlogiston toms: hmm sorry I can't say that...
08:11 toms phlogiston: Okay, no matter. Maybe I just have to try... By now thanks for your help
08:12 Phlogiston toms: np
08:15 dax77 Phlogiston: why do you want to stor data from the flexform?
08:15 dax77 hey uschi :)
08:16 jan___ hello
08:16 uschi moin dax77 :)
08:16 jan___ nich englisch hier ?
08:18 Phlogiston dax77: hmm I mean how can I do the following: When someone inserts the plugin on a page he can choose from a small list what category he wants to display, these categorys are listed in a foreign table. Now when I'm doing the coding stuff afterwards I need to know what category the user has selected in the inserted plugin flexform list, so I think I need to store it somewhere :)
08:18 Phlogiston jan___: vor allem english here ;)
08:18 dax77 genau :)
08:19 toms phlogiston: If you plan to upgrade to 4.1.1 maybe think twice. I downgraded and it worked without any change... However :)
08:20 jan___ i'm confused, a mixed up channel, german and english ? ;)
08:20 dax77 Phlogiston: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/controller/class.tx_cal_controller.php starting line 68 and follow into updateConfWithFlexform
08:20 Phlogiston jan___: nope its english, aso the topic says
08:20 jan___ ok :)
08:20 jan___ i've a question about typoscript, how can i get the PID with TS ?
08:21 Phlogiston dax77: hmm and the flexform config is in tca.php?
08:21 dax77 {TSFE:pid}
08:22 dax77 Phlogiston: no, thats in another file
08:22 jan___ wow so easy... {TSFE:pid} ok
08:22 jan___ thx :)
08:22 dax77 Phlogiston: ours is in res/flexform1.xml
08:22 Phlogiston dax77: could you tell me where?
08:22 Phlogiston dax77: thanks
08:23 dax77 but that has to be configured... I think in tables.php
08:23 Phlogiston dax77: so I should do it the same way as you did it there right?
08:23 dax77 Phlogiston: there are many ways in TYPO3 ;)
08:24 Phlogiston dax77: i'm new as you know, what would you recommend in my case?
08:24 dax77 Phlogiston: take an extension to compare and do it the same way
08:25 dax77 get them installed locally and use the search function :)
08:25 dax77 thats how I started
08:25 Phlogiston hmm I can't think of one that uses that with an external table...
08:25 dax77 cal does
08:25 Phlogiston yes that cal project is a bit big to start from... :)
08:26 jan___ i'm again with my PID problem ...
08:26 Phlogiston do we write that xml by hand or is there an editor? or can kickstarter do it?
08:26 jan___ marks.MENU3 = TEXT
08:26 jan___ marks.MENU3.value = { TSFE:pid }
08:26 dax77 I guess tt_news does it too
08:26 jan___ doesn't work ...
08:26 Phlogiston dax77: tt_news is quite big too :-d
08:26 dax77 jan___: .MENU3.inserData = 1
08:27 jan___ thx =)
08:27 jan___ i love this channel =)
08:27 dax77 insertData, sorry
08:27 jan___ i thought so
08:28 dokma hi ppl
08:28 dokma anyone knows why awstats records those weird links when installed as extension ?
08:29 jan___ @dax77: i can't see the number ..
08:29 jan___ i'm to stupid
08:30 jan___ marks.MENU3 = TEXT
08:30 jan___ marks.MENU3.insertData = 1
08:30 jan___ marks.MENU3.value = { TSFE:pid }
08:30 jan___ doesn't work ...
08:30 dax77 jan___: mom
08:31 jan___ ok
08:32 dax77 jan___: try {page:pid}
08:32 jan___ with the same construction ... like postet before ?
08:32 dax77 yes
08:33 jan___ ok i try
08:33 jan___ :)
08:33 jan___ now it's "0"
08:33 jan___ not 120
08:34 dax77 and {page:uid} ?
08:35 dax77 sorry, never done that
08:35 jan___ but real great ideas ;)
08:35 jan___ yeah { page:uid } is right :)
08:36 jan___ thx a lot
08:36 dax77 3rd guess - like always ;)
08:36 Alex344 Hello agin
08:36 Alex344 agin
08:36 jan___ lol
08:36 Alex344 again
08:36 jan___ hi
08:37 Alex344 i use the direct mail plugin and a read that i must set the "html-flag" on the recipients
08:37 Alex344 but i can't find
08:37 Alex344 it
08:39 Alex344 where could it be?
08:40 FloLeBlanc dax77: mention your 3rd guess at 1st next time and everyone will see you as the genius you are ;) *bows*
08:40 dax77 FloLeBlanc: haha :)
08:41 Alex344 hmm did you have an idea where i can set the html-flag of the recipients, dax77?
08:42 dax77 FloLeBlanc: thx ^
08:42 Bastiaan_ someone uses the WEC Staff extention here?
08:43 Alex344 no ideas?
08:43 dax77 Alex344: well, I could look at the manual, have a look at the code or ask the extension writer, but I think you should start first ;) -- sorry, no idea
08:44 m4rtijn morning all
08:44 Bastiaan_ mning
08:44 Alex344 ok i will look at the manuel
08:44 Alex344 manual
08:45 mar77i hi
08:46 FloLeBlanc hi m4rtijn
08:46 FloLeBlanc m4rtijn: the suggestions you made seem to work with the actual version of jm_gallery.. now I'm only afraid of updating the ext on the running site *G*
08:47 mar77i looking for help concerning a tt_content field: image_link. want to integrate it in an include library. done this before?
08:47 SERUMS IAM LOOKING FOR GINA SEREIKAITE
08:48 SERUMS sorry aboiut spaming
08:48 mar77i no clue what function I have to use, for it is not necessarily a uid or a filelink...
08:48 Bastiaan_ someone uses the WEC Staff extention here?
08:49 FloLeBlanc hmm do you guys/girls all have local versions of your site to test new extensions for running sites?
08:49 djg hi there. which php accelerator are you guys using?
08:49 mar77i anyone?
08:49 FloLeBlanc djg: you are not the digimaik from "thewarcenter" forums are you? :)
08:52 Phlogiston dax77: hmm so these settings in the cal tca.php file (for example calender_id) are not in any table?
08:53 dax77 Phlogiston: they are in a table
08:53 FloLeBlanc When trying to update jm_gallery I get a "premature end of file headers" (import ext from file), any ideas how to fix that problem?
08:53 dax77 but there is another option to add static values
08:54 Phlogiston dax77: hmm so I still need a table? And these settings are saved for every instance of the plugin in the sitetree?
08:54 dax77 Phlogiston: you are in the flexform of the plugin or a record?
08:55 djg FloLeBlanc: nope
08:55 Phlogiston dax77: I'm still in the flexform
08:55 dax77 ok, than: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/res/flexform1_ds.xml starting line 19
08:57 Phlogiston hmm that looks quite static... or is there called a function somehwere?
08:57 dax77 nope, thats static
08:58 Phlogiston hmm maybe you misunderstood me... I mean this is statically saved yes, but I need to entries to select from to be created dynamically from a foreign table...
09:00 TaLi_ Hi @ll
09:00 TaLi_ I use indexed search engine plugin, I search a command for indexing of page ?
09:00 dax77 Phlogiston: the flexform and the tca uses similar structures, just use the calendar_id example inside the flexform structure
09:01 dax77 TaLi_ manual helps ;)
09:01 TaLi_ dax77, I don't find in manual :)
09:02 Phlogiston dax77: where is the stuff for the caledar_id in the flexform1_ds.xml? Or do we don't need any in that case?
09:02 mar77i neither do I how to parse the image_link field...
09:03 tobi mar77i: css styled content has a example
09:03 mar77i ...file?
09:04 eeos hi everybody
09:04 FloLeBlanc hi eeos
09:05 eeos hi there!
09:05 tobi template analyzer mar77i
09:05 mar77i I'll have a look. thx
09:06 dax77 TaLi_: page.config.index_enable = 1
09:06 TaLi_ Thx dax77 !
09:06 FloLeBlanc hmm max_execution time is set to 30 in my config, script "breaks" with premature end of script headers at 15secs, any idea what could be the reason? (importing extension)
09:07 dax77 Phlogiston: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/res/flexform1_ds.xml line 226
09:07 dax77 hi eeos
09:09 dax77 mar77i: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/model/class.tx_cal_base_model.php starting line 72. important is line 123
09:09 dax77 mar77i: forget it
09:09 dax77 wrong context, mom
09:10 eeos dax77: hi there.
09:10 eeos dax77: what is the name of your calendar application?
09:10 Phlogiston dax77: that one looks interesting :)
09:11 dax77 eeos: cal
09:12 dax77 mar77i: typolink in content.php is the one you should look at
09:15 eeos dax77: thanks!
09:17 mar77i dax77: what php?
09:19 mar77i dax77: forget it
09:19 eeos anyone who has ever used tmailformplus out there? :)
09:21 FloLeBlanc mailformplus yes, what's tmailformplus?
09:24 FloLeBlanc hmm when importing I get the end of script headers error, and I cannot connect to the TER because there is no error in my config according to t3 but "look up" always gets no result
09:26 eeos I meant th_mailformplus :)
09:27 FloLeBlanc eeos: yes, me
09:27 m4rtijn I've used it as well
09:27 eeos I wanted to know whether it is possible to create a form > user fills form > preview > approve or reject > send form >show thank you message
09:29 FloLeBlanc thank you message => redirect to this page and you can send a confirmation email to the user
09:30 FloLeBlanc the preview it not built in afaik
09:30 eeos FloLeBlanc: is it possible to avoid the confirmation message, only send a copy to the user?
09:31 FloLeBlanc eeos: redirect to the page of your choice and activate email copy would be the way to go I guess
09:31 FloLeBlanc allthough I would not recommend giving the user absolutely no feedback about his input :)
09:32 Phlogiston dax77: where do I need to tell the plugin to read the flexform?
09:32 Phlogiston I mean the flexform xml
09:32 mar77i dax77: as far as I can see now the "$uid" passed to the pi_base::pi_getPageLink can be an image_link which contains an external url or filelink etc? why is it called $uid then
09:33 dax77 Phlogiston: ext_tables.php
09:33 mar77i correction: $id. so it will work. thx
09:34 dax77 mar77i: thats the wrong function. look at class.tslib_content.php typolink
09:34 dax77 pi_getPageLink only generates internal links, thats why it only excepts an id
09:34 mar77i no that function calls tslib_content::getTypoLink_URL, I checked that
09:35 dax77 Oh, ok
09:35 mar77i I say. $id is wrong.
09:36 eeos FloLeBlanc: you are right! we want them to receive a copy of their email.
09:36 eeos FloLeBlanc: and a thanks you message.
09:37 Phlogiston dax77: t3lib_extMgm::addPiFlexFormValue($_EXTKEY.'_controller', 'FILE:EXT:cal/res/flexform_ds.xml'); just such a line?
09:47 dokma I can't figure out why is realurl a shy extension? I think it should be a part of the core
09:47 dokma it gets me every time: Where is realurl? I thought I imported that globaly! Ahhhh it's a "shy extension".
09:47 dokma Whats with that ???
09:47 dax77 Phlogiston: jup
09:48 dax77 dokma: thats the choice of the extension programmer
09:48 dax77 if you don't like that you can change it manually in the extension code
09:48 dokma well maybe hes some geek enclosed in the basement and didn't notice huge popularity of his extension
09:48 dokma whoever programmed it
09:49 dokma it should definitely be a NOT shy extension
09:50 dax77 dokma: ext_emconf.php -> 'shy' => 0,
09:50 dokma rgr that!
09:50 dokma will do it immediately
09:50 dokma I installed awstats globaly and it gets me on every site when I go to enable it
09:51 dokma done
09:51 dokma tx mate!
09:51 dax77 np
09:54 FloLeBlanc what extension dirs have to be 777 in order to work with TER and import?
10:02 Phlogiston hmm I added now the xml flexform file of newloginbox but it does not show up. how can I debug that?
10:04 Phlogiston ah clearing the cache did the trick :D ah nice I have a flexform now! :D
10:07 koomi browsing the webempoweredchurch site and they did some really impressive extensions ...
10:08 Phlogiston where can I find docu about writing a xml structure for flexform?
10:09 Phlogiston found it
10:14 eeos there are an immense number of calendar extensions!!!!
10:14 Phlogiston how can I get rid of the startingpoint selection possibility in my extension? I think its there as a standard but I don't need it
10:14 eeos does anyone know which one is the best for resource allocation in a small company?
10:15 dokma aaaaarrrrgggghhhhh!!!!
10:15 dokma HTMLArea is again trying to get me nuts!
10:15 dokma it just stopped working
10:15 dokma error console says: HTMLArea is not defined
10:15 FloLeBlanc dokma: did you update firefox?
10:15 dokma no
10:16 FloLeBlanc which browser do you use, does it work in the other browser?
10:16 dokma I kept it at the old version because the newer did not work with the HTMLArea
10:16 dokma let me check
10:16 dokma I'm on linux using ff
10:16 dokma but I have IE6 too
10:17 dokma doesn't work in ie either
10:17 dokma I have HTMLArea 1.5.2
10:17 FloLeBlanc ok then it's not a browser problem :) did you change the ext files or something?
10:18 koomi anyone uses eu_ldap and can give me a hint to reduce memory usage? the extensions tries to allocate more than 256mb :)
10:18 dokma no
10:18 dokma which version do you use?
10:18 dokma I think this version is some special patch
10:18 dokma I think I downloaded it from somewhere outside the TER
10:32 eeos there are an immense number of calendar extensions!!!!
10:32 eeos does anyone know which one is the best for resource allocation in a small company?
10:34 Knums hi, i have a problem with realurl and .htaccess. > i dont know how to activate the .htaccess > can someone help?
10:36 dokma funny
10:36 Knums i think my configs are ok, because if i write the rewrite options into httpd.conf, the realurls work, but the templete du
10:36 Knums dont work
10:36 dokma I have a single global installation of HTMLArea
10:36 dokma and it works on one installation
10:36 dokma but not on the other ?
10:36 dokma what could that be ?
10:36 dokma that is it works on one site but not on the other
10:40 dokma question
10:41 dokma If I have a single installation of sources on the server
10:41 dokma is backend getting loaded from there ?
10:41 Phlogiston dax77: are you there?
10:41 dokma according to the symlinks it does
10:42 dokma how can it be then that HTMLArea works on one site but not on the other
10:42 dokma when HTMLArea is a system extension?
10:42 dokma and backend is the same across all sites
10:42 dokma I can't seem to figure it out
10:44 eeos Denyerec: have you found documentation about extending extensions? the documentation you were looking for a few days ago?
10:50 dax77 Phlogiston: back again from lunch :)
10:51 Phlogiston dax77: ok I'm now using foreign table in my xml flexform structure... how can I get rid of the standard matching of uid pid?
10:51 Phlogiston I mean the standard WHERE clause:
10:51 Phlogiston WHERE
10:51 Phlogiston pages.uid=tx_qcom_FilmDB_Reihen.pid
10:52 Phlogiston is it the match fields option?
10:52 dax77 I don't understand
10:52 Phlogiston hmm maybe you never used that?
10:52 dax77 Phlogiston: its normal sql, either you need it in your where-clause or delete it
10:53 Phlogiston hmm that code is generated from typo3... it compares pages.uid = myforeign_table.pid, and I want to disable that
10:54 dax77 generated from typo3? in the flexform?
10:54 Phlogiston yes or when the flexform is called or how to say that
10:54 brain-xy hello all
10:56 dax77 hi brain-xy
10:57 dax77 Phlogiston: sorry, but I've never seen typo3 adding that
10:58 Phlogiston dax77: hmm now it does... shall I post my flexform config?
10:59 Phlogiston hmm but what about that in the doc: The table is joined with the "pages"-table and items are selected only from pages where the user has read access! (Not checking DB mount limitations!)
10:59 Phlogiston I can't disable the join with the pages table?
10:59 dax77 Phlogiston: yes, paste your flexform at phpfi.com
10:59 FloLeBlanc sorry I have to aks again this drives me nuts... any ideas why I can neither fetch any list from the TER (no error message though) nor import an extension (jm_gallery) which quits with "premature end of script headers"
11:00 FloLeBlanc (checked max exec time it is set to 30 , about 15 secs pass before the error)
11:00 Phlogiston http://phpfi.com/236046 here you go dax77
11:01 eeos hi brain-xy
11:01 Phlogiston and this is the mysql query t3 generates, which is not what I want: http://phpfi.com/236048
11:03 Phlogiston dax77: sorry in the xml are errors now of course, becuase I tried with the match_fields...
11:03 dax77 Phlogiston: your felxform has some bugs
11:03 dax77 ah ok
11:04 Phlogiston I tried to set an array there but I don't know how to do that :(
11:05 dokma funny thing listen to this
11:05 dokma my htmlarea was not working in one installation
11:05 dokma so I backed up the template and the localconf.php
11:05 dax77 Phlogiston: delete that again and show me what you got :)
11:05 dokma then I deleted that site alltogether
11:06 dokma and copied another site over it where htmlarea was working
11:06 dokma placed back the template and the localconf.php
11:06 dokma and now htmlarea does not work again!
11:06 tobi thats logical
11:06 tobi you have a local version installed dokma
11:06 dokma no I do not
11:06 tobi delete rtehtmlarea from typo3conf/ext/
11:06 dokma I use one sources
11:07 dokma I use one system wide installation
11:07 dokma on all sites
11:07 dokma I thinI'll go and verify
11:07 Phlogiston dax77: ok :)
11:07 Phlogiston dax77: the sql is the same...
11:07 Phlogiston dax77: you can just remove the lines about the match thing
11:10 dax77 and numIndex?
11:11 Phlogiston dax77: hmm what is that for? I was not sure
11:11 dokma damn
11:11 dokma now I messed something up
11:11 dokma htmlarea is not showing up at all
11:11 dokma in my main site
11:11 dax77 Phlogiston: static entries
11:11 dokma like it is not in global
11:11 dokma and it is
11:11 Phlogiston dax77: ok don't need that right now
11:11 Phlogiston http://phpfi.com/236050
11:12 Phlogiston updated
11:12 dokma it typo3_src-4.1.1/typo3/sysext
11:12 dokma it exists there
11:12 dokma EM is not showing it
11:13 dax77 Phlogiston: delete foreign_table_match_fields and foreign_table_prefix too
11:13 Phlogiston ok
11:13 dokma funny
11:13 dokma when I install a global version
11:13 Phlogiston mysql is still the same dax77
11:14 dokma then EM shows I have global and system global
11:14 Phlogiston so how can I tell typo3 to not join it with the pages table?
11:16 dax77 Phlogiston: maybe thats configured somewhere else :(
11:16 eeos anyoe out there using rss feed importer into tt_news?
11:16 Phlogiston dax77: hmm futhermore where can I set which field he uses to show in select list?
11:17 eeos there are several of them, but most do not have documentation. Why do we accept extension without documentation in ter? :(
11:17 Phlogiston dax77: hmm: The table must be configured in $TCA. I don't like that either :D
11:19 Phlogiston what other possibilities do I have? Could I use a function that creates the array with the entries?
11:19 dax77 Phlogiston: yes, thats what we use for the categorytree
11:20 Phlogiston dax77: hmm yes but that setting is stored in a table...
11:21 Phlogiston hmm I just want a damn simple select box... :(
11:22 Phlogiston ah I can use that userfunc also just in my flexform xml right?
11:25 Phlogiston I can't believe that I need such a complicated userfunction in my case
11:29 eeos anyone out there using rss feed importer into tt_news?
11:29 eeos there are several of them, but most do not have documentation. Why do we accept extension without documentation in ter? :(
11:29 eeos which rss feed importer would you recommend?
11:37 BA5TIAAN someone uses the WEC Staff extention here?
12:08 MarwolTuk i've a ts question: if i've go a wrap, is it bossible to insert the code, witch is insertet at the |-char mor than one time?
12:08 MarwolTuk go = got
12:09 MarwolTuk bossible = possible
12:09 BA5TIAAN insertet = inserted ;°)
12:10 BA5TIAAN I don't know sorry
12:10 MarwolTuk seems not as it's my day today...
12:11 BA5TIAAN I still do not completly understand the usega of these | as sometimes it is |*| or | space | space |
12:12 BA5TIAAN :s/usega /usage/g
12:13 dax77 BA5TIAAN: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3520928
12:14 dax77 MarwolTuk: have a look at that link too. StdWrap is right above. maybe you'll find something there
12:17 Phlogiston dax77: can you give me a link or tell me in short what a userfunction in a flexform should return?
12:18 Ries morning
12:19 Phlogiston hi Ries
12:21 tobi Phlogiston: it shoudl return a array of arrays, $optionList[]=array(0=>"The name",1=>"theID");
12:21 Phlogiston tobi: what is the idea for?
12:21 Phlogiston tobi: I mean ID sorry
12:21 tobi a id to represent it
12:26 FloLeBlanc short n00b question: $somevar; function blah(){ print($this->somevar; } would work or do I have to set $this->somevar = $somevar; ?
12:29 dax77 FloLeBlanc: is that is the only thing you have inside the class and it hasn't been set before, you have to set it before
12:29 FloLeBlanc dax77: well $somevar would be $somevar = "hello world"; of course :)
12:31 dax77 ok :)
12:31 MarwolTuk Flo: don't konw in tyop-framework, but in plain PHP yuo have th set it before..
12:31 MarwolTuk tyop = typo (shame on me)
12:32 FloLeBlanc hmm ok thx
12:34 Phlogiston tobi: ok maybe that could be a way but I just had another idea I need to try :)
12:35 Fanty any templavoila people present?
12:35 Ries Fanty: possible
12:35 Fanty Is it possible to map a section to a set of <tr>'s in stead of only one?
12:36 Ries Fanty: I never done that, why would you want that?
12:36 Fanty to avoid having to change the template I've received
12:37 Fanty it has a list where each "element" spans two tr's
12:48 Phlogiston dax77: maybe you have idea why on the mysql command typo3 executes (http://phpfi.com/236070) there is tx_qcom_FilmDB_Reihen. with this . at the end? Because that makes it wrong... otherwise it work as I want it :)
12:48 Ries Fanty: nevr done that liek that.. sorry (I don't think I ever used a template with tables...)
12:48 Ries gerards: !!!! dude!!!
12:48 Ries gerards: last day dude...
12:48 gerards dude!
12:49 gerards yep. my development server is being backed up right now....
12:49 gerards then its gone.
12:49 FloLeBlanc how would I define my db_link when I do not use a class but a simple php file $mysql_link f.e. and I want it to be available in all functions I write in this file
12:49 Ries gerards: what time are you comming here for a hug?
12:49 dax77 Phlogiston: can you show me the "making of" too? :)
12:50 Ries FloLeBlanc: use $GLOBALS['TYPO3_DB'] -> ......
12:50 Phlogiston dax77: http://phpfi.com/236071
12:50 Phlogiston dax77: much changed....
12:50 Phlogiston dax77: not much changed I mean
12:50 gerards Ries: i'll be there around 11am. Maybe 12.
12:51 gerards then I'll go have a look at Mac mundo. :)
12:51 Ries gerards: YEaaaa!!!
12:52 Phlogiston Ries: do you have a clue about flexforms and foreign tables? =)
12:52 dax77 Phlogiston: I don't see it :(
12:53 Ries Phlogiston: Not that much.... I am not really into that anymore, typo3's BE for any management sort of function is something my clients don't like
12:53 Phlogiston dax77: hmm I think something of course is missing: What to display in the list? That would be exactly what follows after the dot or am I wrong?
12:53 Phlogiston Ries: ah ok, but thats sad I think
12:55 eeos back
12:55 Phlogiston and what about that label prefix setting anyway? dax77
12:55 Ries Phlogiston: if you have big lists with + 100 items then BE is horrible...
12:56 Ries Phlogiston: if you need to manage lists longer then that it's undouable and you need to create special modules for management
12:56 Ries Phlogiston: I think however that the DAM module tries to solve that quite nice...
12:57 Phlogiston hehe maybe...
12:57 FloLeBlanc ries: thx
12:59 Ries Phlogiston: well.. if you need to manage a large number of object, then one of the ways to show the object is hierarchical, showing just long lists is confusing and doesn't work well
13:00 Phlogiston damn i can't find out why this does not work... grrr that drives me crazy
13:04 dax77 Phlogiston: digg into the code and find the build of the statement - I can't tell :(
13:05 Phlogiston dax77: hmm i thought of that but... do I need any additional config in tca? I could try the same directly on tca array right?
13:08 dax77 Phlogiston: yes
13:08 Phlogiston SELECT be_users.uid,be_users.username,be_users.admin,be_users.disable,be_users.starttime,be_users.endtime
13:08 Phlogiston FROM be_users
13:08 Phlogiston WHERE
13:08 Phlogiston be_users.pid=0 AND be_users.deleted=0
13:08 Phlogiston thats how it looks when I use be_users for example
13:09 Phlogiston I'm wondering where he knows what to select...
13:10 dokma phlogiston
13:10 dokma can u use php debugger ?
13:11 Phlogiston dokma: nope I can't
13:11 Phlogiston I'm sure there are missing some config values
13:11 dokma that's the easiest way
13:11 Phlogiston where was the standard tca file?
13:11 Phlogiston sysext/cms? can't find it
13:12 dokma phlogiston there is an error in that sql you pastebined
13:12 dokma are you having probs with it ?
13:13 Phlogiston dokma: yes exactly... that one generated typo3...
13:13 dokma do you know what should come after the dot?
13:14 Phlogiston dokma: no not really I just compared with be_users... I think I need to set that... ok I mean I know what shoudl come cause its my table. There should be .Titel ;)
13:14 Phlogiston can anyone tell me where the TCA settings for be_users are?
13:15 dokma ahhh you're writing your own ext?
13:15 dokma how can you do that without php debugger ?
13:15 dokma that's a pure waste of time
13:15 dokma as you can see right now
13:17 Phlogiston ok how to get one...
13:18 Phlogiston but back to the problem: I think its because this is really a foreign table to typo3, I mean its not part of any tca anywhere... so typo3 does not even know what fields exist on that table...
13:20 Phlogiston Nobody knows about that?
13:26 solshark Hello all. I have troubles thiw turkey translation. Then i'm try add "config.locale_all = tr_TR" to Setup, FE go down.
13:26 solshark PHP Fatal error: Call to undefined method tslib_fe::setUrlIdToken() in /***/typo3/sysext/cms/tslib/index_ts.php on line 410, referer: http://***/tr/news.html
13:26 solshark How can i fix this?
13:27 eeos Denyerec:
13:27 eeos are you there?
13:27 Denyerec Hey Eeeos
13:27 Denyerec No
13:27 Denyerec Sadly
13:28 Phlogiston ah damn it!!!
13:30 eeos Denyerec: did you find the documentation we spoke about? I am desperately searching for the same ....
13:32 eeos Denyerec: I found that http://wiki.typo3.org/index.php/Table_of_Contents_(XDG)
13:33 dokma phlogiston get older wamp (check latest php that DBG supports) + eclipse + phpeclipse + dbg
13:33 dokma and copy your site to your own machine
13:33 Phlogiston I'm not using windows
13:34 dokma even better
13:34 dokma which php on your box *
13:34 Denyerec eeos, I answered before you asked :(
13:34 Denyerec No, sadly
13:34 eeos ah sorry! :(
13:34 eeos I thought you were answering someone else
13:34 eeos did you see the link I sent you?
13:34 dokma phlogiston
13:35 eeos Denyerec:
13:36 Phlogiston dokma: it won't help right now anyway! And I want to find out that now
13:36 Denyerec i'm reading it now
13:36 dokma you can setup debugger in half an hour
13:36 dokma and it will save you days latter
13:36 dokma get some wisdom dude
13:36 eeos Denyerec: the links in the document are not there (the important ones)
13:37 Phlogiston dokma: maybe I will install it but not now... damn I'm angry.. wtf
13:37 Roelof hello, how can i make a internal link in T3 to another page ?
13:37 eeos hi Roelof
13:37 dokma I understand you man
13:37 Roelof hi, eeos
13:37 dokma I'd be frustrated if I were in ur skin
13:38 Phlogiston dokma: hmm why has nobody an idea... the problem is quite obvious I think... so how do I add my table to TCA correctly... like its done with be_groups or fe_users or whatever
13:40 dokma I don't know
13:40 dokma never went into ext programming
13:40 dokma don't even know what TCA is
13:40 Phlogiston maybe this is my first and last try
13:40 dokma but I could fix it in a few minutes
13:40 dokma if you want send your site and I'll debug it for the fun of it
13:41 eeos Denyerec: not that bad, but some parts missing,uh?
13:42 Phlogiston dokma: i don't need a debuger! sorry! I have the error of the mysql statement thats all!
13:43 eeos Denyerec: it is a nice starting point but that is it
13:43 dokma ok
13:43 Phlogiston I finally found something in the doc: In the frontend libraries the enableFields() function automatically detects which of these fields are configured for a table and returns the proper WHERE clause SQL code for creating select queries.
13:43 Phlogiston ahhhhhhhhhhhhh .D
13:44 Denyerec Yer
13:44 Denyerec :/
13:44 Denyerec The biggest issue I find eeos
13:44 Denyerec is that there is SO MUCH stuff
13:44 Denyerec you just don't know what's already available
13:45 FloLeBlanc eeos: if it is still of interest to you: I use tw _rss
13:45 Denyerec and so will spend a lot of time thinking of ways of doing something, when there may already be a simple API call for it
13:45 FloLeBlanc had to do some char conversions with it though
13:46 dokma how easy is to make an offline copy of a site, edit it offline and then submit changes to the original site?
13:46 dokma and what should I read to learn that?
13:47 Phlogiston it was not what I was looking for damn it
13:47 eeos Denyerec: indeed
13:47 eeos FloLeBlanc: thaaaanks! yes, it is of interest, I have been searching for so long
13:48 eeos FloLeBlanc: can you import anything and populate tt_news with the imported rss?
13:48 dokma Denyerec, you know how to make an offline copy, edit it and then submit to online version ?
13:48 eeos dokma: are you talking about extensions?
13:48 Denyerec nope
13:48 Denyerec I know noooothing
13:48 dokma no
13:48 dokma the whole site
13:48 Denyerec oh
13:49 dokma :D
13:49 Denyerec Err
13:49 Denyerec just edit in the draft workspace ?
13:49 eeos Denyerec: it is *very* incomplete the document, but nonetheless the best thig I could find
13:49 Denyerec no need to edit offline.
13:49 Denyerec I wish there was something like Aptana for Typo3
13:49 dokma what if I must do it on laptop in a room with no link ?
13:49 Denyerec some plugin or something for an IDE that contained the autocomplete information for the API
13:49 Denyerec dokma - write it in a text document then copy and paste.
13:50 eeos FloLeBlanc: the deescription is terrible
13:50 Denyerec Again I have another great idea for an extension and NO bloody idea how to write it.
13:50 eeos Denyerec: same here, that is how I discovered the document :)
13:51 Phlogiston is anyone still with me?
13:52 Phlogiston These fields are queried in case of tt_content table:
13:52 Phlogiston tt_content.uid,tt_content.header,tt_content.subheader,tt_content.bodytext,tt_content.t3ver_id,tt_content.t3ver_state,tt_content.t3ver_wsid,tt_content.t3ver_count,tt_content.CType,tt_content.hidden,tt_content.starttime,tt_content.endtime,tt_content.fe_group
13:52 Phlogiston why why why?
13:52 dokma phlogiston we are closely observing your demise
13:53 Phlogiston dokma: I will give up soon
13:53 dokma wish I knew. I'll have to get into ext programming to
13:53 dokma when you give up send me the site and I'll resolve it in 10 mins max
13:53 Phlogiston dokma: lol are you crazy? You have no idea what my problem is... :-p
13:54 dokma well if you tell me I will have a lot of ideas
13:54 dokma I didn't say I read minds
13:54 Phlogiston I don't think so.. .you must know about TCA
13:54 dokma but I can find where the glitch is in very little time
13:54 dokma I doubt it
13:54 Phlogiston I know where the glitch is :)
13:54 dokma you obviously never seen what a debugger does
13:55 dokma it would show in a few minutes why that dot has nothing after it
13:55 Phlogiston dokma: I know about debuggers ;)
13:55 dokma it would show in a few minutes why that dot has nothing after it
13:55 Phlogiston dokma: hmm maybe...
13:55 MarwolTuk some one good at ts? i want to create a string in wigh the ting nomaly representet by | in wrap is inseted 2 times... any ideas?
13:55 dokma and where should you put and what in order for that dot to not be so lonely
13:56 Phlogiston SC_alt_doc->main // SC_alt_doc->makeEditForm // t3lib_TCEforms->getMainFields // t3lib_TCEforms->getSingleField // t3lib_TCEforms->getSingleField_SW // t3lib_TCEforms->getSingleField_typeFlex // t3lib_TCEforms->getSingleField_typeFlex_draw // t3lib_TCEforms->getSingleField_SW // t3lib_TCEforms->getSingleField_typeSelect // t3lib_TCEforms->addSelectOptionsToItemArray // t3lib_TCEforms->foreignTable //
13:56 Phlogiston t3lib_BEfunc->exec_foreign_table_where_query // t3lib_DB->exec_SELECT_queryArray // t3lib_DB->exec_SELECTquery // t3lib_DB->debug
13:56 Roelof anyone who can help me ??
13:56 Phlogiston thats the backtrack, so where is that function?
13:56 Phlogiston can I install a debugger on the server?
13:56 dokma that is exactly what a debugger does my friend
13:56 Phlogiston I won't use the damn debugger on my local pc...
13:56 Phlogiston dokma: I know that ^^
13:56 dokma hmmm...
13:57 dokma then none of us can really help you
13:57 Phlogiston dokma: my laptop is slow... and I have importing this installation to it... but hmm I should do it
13:58 dokma eh, that's a whole different problem
13:58 dokma eclipse will kill you without at least 1GHz and 512MB ram
13:58 Phlogiston so I need the whole website on my laptop?
13:58 dokma yes
13:58 Phlogiston I have that... :)
13:58 dokma and eclipse and phpeclipse
13:58 Phlogiston ok hold on, you won ;)
13:58 Phlogiston eclipse already installed
13:58 dokma lol
13:58 dokma well what are you waiting for?
13:58 Phlogiston dokma: there is no phpeclipse
13:58 dokma the only major prob
13:58 dokma you could run into
13:59 dokma is php version
13:59 dokma which php ver you have?
14:00 MarwolTuk nobody here for my ts prob? :-(
14:00 Phlogiston hmm 5
14:00 dokma 5.1 what?
14:00 dokma exact version
14:00 Phlogiston sorry wait
14:00 Phlogiston I'm taring the webpage now :-p
14:00 FloLeBlanc if I use imagepng and do not want to save the image is the only way to output it to use the header content image/png? (I'd like to show multiple imagepng's on my site but not create a file with a specific name for each one each time)
14:00 jan_____ <MarwolTuk> | is a special char in TS
14:01 Phlogiston ./php --version
14:01 Phlogiston PHP 5.2.1 (cli) (built: Feb 14 2007 19:25:37)
14:01 Phlogiston Copyright (c) 1997-2007 The PHP Group
14:01 Phlogiston Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
14:01 dokma lol
14:01 dokma ure lucky
14:01 dokma 5.2.1 is the last one that latest dbg supports
14:01 dokma import phpeclipse extension
14:02 dokma here are the instructions
14:02 Phlogiston ok I can do that in eclipse?
14:02 dokma yes
14:02 dokma I'll give the link
14:03 Phlogiston wgetting the page now and exported db ;)
14:03 MarwolTuk jan_____: know... my problem is with SEARCHRESULT... searching a way to repeat that funky table at the bottom of the page...
14:03 Phlogiston starting lamp ;)
14:03 dokma http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_PHPEclipse
14:03 jan_____ @marwoltuk: sorry.... i don't get it ...
14:05 elbart hi
14:05 Phlogiston ah damn I forgot my lampp pw :D
14:05 jan_____ hi
14:05 jan_____ lol
14:05 dokma lol :D
14:05 MarwolTuk ther is that basic search-engine in typo...
14:05 dokma phlogiston what u using?
14:05 dokma os ?
14:05 jan_____ UNIX ;)
14:05 Denyerec Is content in the RTE and content elements stored in HTML ?
14:06 dokma Denyerec as much as I remember it is
14:06 Denyerec Ok.
14:06 MarwolTuk witch puts it's result inside the cObject SEARCHRESULT for showing...
14:06 Phlogiston dokma: works :)
14:06 Phlogiston dokma: linux ;)
14:06 dokma way to easy
14:06 dokma I had major probs
14:06 Denyerec Can you add functions to the "functions" bit of the BE ?
14:06 dokma now the hard part
14:06 Denyerec Where you can create multiple pages, for example ?
14:06 dokma getting dbg to run
14:06 dokma Phlogiston: http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_the_DBG_Debugger
14:10 Phlogiston yeah db is imported ;)
14:14 MarwolTuk jan_____: and that cObject has an table at top saying how many results there are and containig links to more pages if there are...
14:15 MarwolTuk and the ting i want to do is repeat theat table on the end of the cObject...
14:15 jan_____ sorry i don't know how ...
14:15 jan_____ i'm not a TS guru
14:16 MarwolTuk ok... but i hope i find an solution...
14:19 Phlogiston dokma: ? =)
14:22 dokma yea
14:23 dokma phlogiston what happened ?
14:23 Phlogiston dokma: the site runs on my local machine :D
14:23 dokma did u get dbg to run ?
14:24 Phlogiston dokma: nope I'm trying to compile/install phpeclipse
14:24 dokma no need to compile
14:24 dokma just import it via eclipse help menu
14:24 Phlogiston dokma: no no :)
14:24 dokma ?
14:24 dokma why not
14:24 Phlogiston dokma: I don't want to make my system unclean ;)
14:25 dokma what system u using? slack ?
14:25 MarwolTuk jan_____: thanks for your help, i now was able to build someting like a workaround...
14:25 Phlogiston does phpeclipse only run with eclipse 3.1?
14:25 dokma yes
14:25 Phlogiston dokma: ah shit... then I need to downgrade my eclipse?
14:26 dokma most definitely
14:26 dokma I couldn't get it with 3.1.2 either
14:26 dokma I had to use 3.1.1
14:26 dokma with phpeclipse 1.1.8 if I'm correct
14:27 dokma yes
14:27 dokma eclipse 3.1.1 + phpeclipse 1.1.8
14:27 dokma and now it works like a charm
14:27 Phlogiston The Eclipse 3.2 update appears to work too.
14:27 Phlogiston what doe that mean?
14:27 dokma together with phpeclipse 1.1.8 ?
14:28 dokma maybee phpeclipse got updated ?
14:29 dokma anyway try it this way first
14:29 dokma only if it fails to work
14:29 dokma try downgrading
14:29 Phlogiston hmm dokma thats what they say on 1.1.9 release
14:29 Phlogiston .8 sorry
14:29 dokma that it works with 3.1 right?
14:32 Phlogiston dokma: there I had the sentence about 3.2 from
14:33 Phlogiston I'll use the cvs and I hope it works ;)
14:34 Phlogiston dokma: what software do I need else then this?
14:40 dokma thats all
14:40 dokma apache mysql php eclipse phpeclipse and dbg
14:40 dokma and browser ofcourse
14:40 Phlogiston hmm i don't habe phpdbg
14:40 mar77i hi folks. can u tell me how I find out the path from an image related to by a text w/image content element?
14:40 Phlogiston ah damn it... :_D
14:40 dokma let me give you a link to install instructions
14:40 dokma http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_the_DBG_Debugger
14:40 Phlogiston I'm using xampp so no php systemwide
14:41 dokma none needed
14:41 dokma you can insert dbg module in your local apache installation
14:41 Phlogiston dokma: ah precompiled stuff
14:41 dokma exactly
14:41 dokma why are you so paranoid about precompiled ?
14:41 dokma it works good for me
14:42 Phlogiston np :)
14:42 Phlogiston dokma: where do I need to extract it?
14:42 dokma did you open that link?
14:42 dokma everything is in there
14:42 Phlogiston i downloaded the package
14:42 dokma you've got instructions in the package
14:43 dokma all you need to do is extract the so lib into the apache modules folder
14:43 dokma and add a few lines to apache2.conf
14:43 dokma and reload apache2 ofcourse
14:43 dokma phlogiston where u from=
14:43 dokma ?
14:45 Phlogiston dokma: why? Do you think I am a morron? ^^
14:45 dokma I'm curious I don't think you are a mormon
14:45 m4rtijn :p
14:45 Phlogiston dokma: I'm swiss ;)
14:45 dokma aarghhh, swiss girls are sexy
14:45 Phlogiston ok in the readme is a link how to install it and that link does NOT work :)
14:46 Phlogiston dokma: oh yes :-D
14:46 dokma argh
14:46 dokma thats bad
14:46 Phlogiston dokma: where are you from?
14:46 dokma Croatia
14:46 dokma best place to live in the whole world
14:46 Phlogiston found it
14:46 m4rtijn I thought thats kazachstan
14:46 dokma ahhh Borat is just too good in advertising
14:46 m4rtijn according to the national hymn from Borat
14:47 dokma :D
14:47 dokma Croatia is much better
14:47 mar77i hi folks. couldn't u plz tell me where to find out an image's path related to by a content element?
14:47 dokma our girls are much prettier here than almost anywhere else in the world save columbia maybe
14:48 m4rtijn hmm.. depends on what you like.. :p
14:48 m4rtijn if you like blond I'd go to scandinavia.. preferably sweden
14:48 dokma I like black hair
14:48 dokma tall slim sexy black hair Dalmatian women
14:48 Phlogiston dokma: you talked about half an hour... damn... :D
14:48 dokma are among the finest out there
14:48 dokma phlogiston
14:48 dokma this is the last step
14:49 dokma you should be finished now
14:49 dokma and the hardest in my opinion
14:49 dokma sometimes the module just refuses to load
14:50 mar77i hello? I seem to suffer from acute blindness for I neither see the path of an image in tt_content table nor anyone who talks t3 here?
14:50 dokma I'm wondering how much guys here are in the 18-30 range
14:50 dokma marsi can't help
14:50 Phlogiston dokma: ok I copied the dbg.so lib to my php extension folder
14:50 dokma never been looking for it
14:50 mar77i y
14:50 dokma u reloaded apache ?
14:51 dokma actually did you modify apache2.conf ?
14:51 Phlogiston dokma: yes but phpinfo says nothing about it
14:51 dokma err
14:51 dokma php.ini
14:51 dokma should be modified
14:51 m4rtijn hmmm.. the first picture in google image search with "croatian woman" : http://www.un.org/av/photo/159225.jpg
14:51 dokma hahahaha
14:51 dokma lol
14:51 dokma what a stroke of luck
14:52 m4rtijn :p
14:52 Phlogiston dokma: wait i did
14:52 Phlogiston dokma: yeeeeeees its there now
14:53 dokma it loaded ?
14:53 dokma wheeeeeee
14:53 dokma you're ready to go
14:53 dokma import your sources into phpeclipse project and give debug view a shot
14:53 Phlogiston dokma: there was no apache config btw :-p
14:53 dokma my bad
14:53 Phlogiston now firing up eclipse
14:54 dokma mistaken
14:54 nutcase hi, how can i manipulate the way fields in a flexible content element is rendered? I'd like to parse the output through own php
14:54 Phlogiston what do I need to import?
14:54 dokma first create a new php project
14:54 dokma when it asks for location
14:54 dokma don't give default
14:54 dokma but the folder where your site is
14:55 Phlogiston ok maaaaaaaaan
14:55 Phlogiston damn I need MORE RAM ;)
14:55 Phlogiston but they are on the way )
14:56 Phlogiston ok project created
14:57 Roelof hello everybody
14:57 Phlogiston how can I start/debug it?
14:57 Roelof how can i make a internal link in T3 ??
14:58 Ries <link 12>
14:58 Ries to like to page 12 (am I right???)
14:59 Roelof Ries, and where can i put something like this ??
15:00 Ries Roelof: in a RTE parsed text
15:00 Ries you do use a RTE, right?
15:01 dokma once the project builds
15:01 dokma you need to open the debug perspective
15:01 Roelof i think so. im using the normal installation , Ries
15:01 dokma that is done somewhere in the upper right corner
15:01 Phlogiston dokma: it found some errors :)
15:01 dokma it usually does
15:01 dokma don't worry
15:01 Phlogiston and now eclipse crashed
15:02 dokma hahaha
15:02 dokma crashes usually happen if memory limit is too low
15:02 dokma increase it and you'll be fine
15:02 Phlogiston memory limit of what<'?
15:02 dokma hahaha
15:02 dokma don't ask me mate
15:02 dokma it's your machine
15:03 dokma I whish I could borrow you some ram over the net
15:03 dokma did you know you can even debug remotely with this setup
15:03 dokma you can debug a site on my machine
15:03 dokma and I can debug a site on yours
15:03 dokma cool stuff
15:04 Phlogiston dokma: hmm I can't debug the site runnnig on the net?
15:04 Phlogiston I already ordered more ram ;)
15:04 dokma :D
15:04 dokma you can debug any site where php has the dbg ext
15:04 dokma no matter where it is located
15:05 dokma and thats the cool stuff
15:05 Phlogiston hmm tell me that earlier... but I'm not sure if I have the rights to install it there :)
15:05 dokma if you can't crack something
15:05 dokma well you probably don't but you can always ask your admin
15:05 dokma it would at least offload your machine from the apache mysql and php
15:05 Phlogiston dokma: I need to correct the parse errors right?
15:05 dokma only eclipse+phpeclipse would run on your cpu and ram
15:06 dokma not really
15:06 dokma they are usually about some paths
15:06 dokma which for some reason actually do work
15:06 dokma even though they are reported as not working
15:06 dokma you will have to increase the eclipse memory limit
15:07 dokma or it will just keep crashing
15:08 Phlogiston do I see the site when it runs or what?
15:08 dokma you need to open the site in your browser
15:08 dokma and add parameters to trigger the debugger
15:08 Phlogiston what sun-jre do you recommend? I think the problem is that I only have sdk....
15:08 dokma but before that you need to configure debug
15:08 Phlogiston where?
15:08 dokma I'm clueless about jre's
15:08 Phlogiston can you give me a link for all this?
15:09 dokma I run I think the latest
15:09 Phlogiston I'm installing it right now
15:10 dokma suns jre made a biiiig speed improvement over something I had prior to that
15:11 Roelof Ries, can you explain in Dutch what you ment by RTE parsed text ??
15:13 Ries Roelof: let me ask you this, where do you want to add the link? In just some text?
15:14 Roelof what i want i that above a guestbook comes a line "schrijven in het gastenboek", which lead to the form , Ries
15:14 Phlogiston dokma: I'm now trying eclipse with latest jre
15:14 dokma don't forget to increase that memory limit
15:14 dokma it's paramount
15:14 Phlogiston dokma: i don't know which do you mean
15:15 mar77i ...still looking for a way to retrieve image paths in content objects...
15:15 dokma it's in eclipse.ini
15:15 Ries Roelof: the text is added in the BE with a content element?
15:15 Phlogiston löl eclipse looks quite different now :D
15:15 dokma -vmargs
15:15 dokma -Xms40m
15:15 dokma -Xmx256m
15:15 dokma -Xmx256m is maximum
15:15 Roelof i was trying but i can only find filelinks and they only lead to the media folder, Ries
15:16 Phlogiston yeah yeah now it does something...
15:16 Phlogiston but it fucks my machine quite deeply ;)
15:17 dokma yeah eclipse is a real beast
15:17 dokma + all the other software you need to run at the same time
15:17 dokma it's murderous
15:18 nutcase in an FCE i can include page-title with http://phpfi.com/236105 . I want to include the title of the content-element, how do i do this?
15:18 Phlogiston dokma: what to do now it seems that its launched...
15:18 mar77i $this->cObj->data['title']
15:18 dokma did you create that project?
15:18 dokma did it load the sources ?
15:18 nutcase mar77i: i'm looking for an equivalent typoscript
15:19 mar77i ts it's styles.content.title i thought. i'll check that
15:20 Phlogiston dokma: then its says terminated....
15:20 Phlogiston dokma: yes.. it parsed all the files...
15:21 mar77i nutcase: it should be page.10 < tt_content.title
15:21 Phlogiston <terminated, exit value: 0>PHP /opt/lampp/bin/php-5.2.1 : index.php
15:23 mar77i nutcase: that was both wrong.
15:23 mar77i nutcase: it must be page.10.field = title - look @ tstemplates tut ;-)
15:27 nutcase mar77i: can't find that, thanks anyway
15:29 mar77i nutcase: http://typo3.org/documentation/document-library/core-documentation/doc_core_tstemplates/current/
15:31 nutcase mar77i: http://phpfi.com/236110 that's how i did it
15:32 mar77i ? dont use tv
15:33 Phlogiston dokma: now debugger runs... i think
15:35 Phlogiston dokma: I need your help :)
15:39 nutcase mar77i: was it that you do not use tv, or was ist, that i shouldn't use tv?
15:45 Roelof Ries, are you still there ??
15:56 Ries Roelof: I am talking to a client
15:57 Roelof oke, sorry then for distrobing
16:00 MrPrise hello
16:02 MrPrise if I want to create custom form and want to store the input within a db, where can I start?
16:05 dokma busy now
16:05 dokma will be back
16:23 PaulMaidment Hi All
16:24 PaulMaidment How is everyone today...was looking for some advice on tt_news 2.0.5, where is the best place to ask?
16:25 PaulMaidment anyone?
16:30 PaulMaidment Hi all
16:30 PaulMaidment can anyone see what I am typing?
16:30 PaulMaidment just want to make sure this channel is working correctly for me
16:32 PaulMaidment anyone there?
16:32 avagraphique hi
16:32 avagraphique yes
16:32 PaulMaidment excellent
16:33 PaulMaidment I was looking for some advice on the tt_news extension (specifically 2.0.5) do you know of anyone who might be able to advise?
16:35 PaulMaidment And don't worry, I intend to get involved in the community, first article will be on realurl with IIS6, the documentation is out there but not in one place :)
16:38 PaulMaidment !rules
16:39 PaulMaidment does anyone ever talk in channel?
16:39 PaulMaidment not sure of what the ettiquete around
16:39 PaulMaidment here is, could someone help?
16:39 PaulMaidment anyone?
16:40 koomi PaulMaidment: hrhr
16:41 PaulMaidment Hi
16:41 koomi PaulMaidment: this is irc not an instant messanger :)
16:41 koomi PaulMaidment: just ask your question - sooner or later someone will answer it
16:41 PaulMaidment ok, cool
16:41 koomi most people are from euripe around here and leave work this time
16:41 PaulMaidment that makes sense, I am in the UK myself, getting back into typo3 finally
16:42 PaulMaidment ok, here is the problem
16:43 PaulMaidment I have installed v2.0.5 of Typo3, set up a sysfolder containing categories, and noticed that the 'category items selection' in the backend is empty, I think it supposed to be a tree
16:43 PaulMaidment I am not sure if I have misconfigured the system, or if it is a bug
16:43 PaulMaidment so my question is, and I have googled quite a bit for this....
16:44 koomi PaulMaidment: check install tool for the grsp option
16:44 PaulMaidment is there a known issue with tt_news 2.0.5 categories, or if not, what do I need to configure?
16:44 koomi i think it's related to that
16:44 PaulMaidment GRSP, will check that now
16:44 PaulMaidment thank you
16:44 koomi might not be the solution :)
16:44 PaulMaidment will try it and feed back :)
16:45 koomi do that - i go and hunt some food.
16:45 PaulMaidment have a nice meal :)
16:45 koomi good bread, cheese and some tomatoes :)
16:46 koomi might toss in an egg.
16:46 PaulMaidment good choice
16:46 PaulMaidment eggs and cheese are always good together
17:15 dokma m3k4d15h
17:18 voidus hi
17:19 voidus anyone used cr_tmailform_captcha with pil_mailform?
17:28 PaulMaidment I have used one of the mailform plugins in the past
17:28 PaulMaidment can't remember specifically which one
17:29 PaulMaidment can I be of any help?
17:29 PaulMaidment think it was pi1
17:30 PaulMaidment that's the one that lets you define a HTML form to send via emnail isn't it?
17:30 mar77i hey that is strange. I made a link on my text w/image content and get back some ugly link tag... what's the clue with these
17:34 mar77i oh... there are these render-functions...
17:45 PaulMaidment does anyone know if I have to put anything in my user tsconfig to use categories in tt_news?
17:45 PaulMaidment currently my category tree is blank, even though I have added categories to the tree
17:50 PaulMaidment does anyone know if this issue affects the backend ?
17:50 PaulMaidment http://bugs.typo3.org/view.php?id=5236
18:02 bedlamhote1 Somebody remind me: how can I test for page /type/?
18:03 mar77i from php?
18:04 mar77i $GET = t3lib_div::_GET(); return $GET['type'];
18:04 bedlamhote1 No, from TS.
18:04 PaulMaidment I figured out my issue with tt_news - I had to set the 'General Record Storage' page on the root page of my tree
18:04 mar77i y test.
18:04 bedlamhote1 From php is easy ;-D
18:05 mar77i something like [type is 22]?
18:06 bedlamhote1 PaulMaidment: I just read back quickly; you could also have solved your problem by reverting to tt_news 2.0.4 I think (it was the problem where categories don't 'stick' in the plugin, right?)
18:07 PaulMaidment the main issue was that the category list was not being populated in the backend despite having categories defined in a sysfolder
18:07 PaulMaidment the general record storage page makes sense...i.e. where to find the records....sounds fair
18:08 PaulMaidment 2.0.5. looks a lot slicker than previous implementations ... having a good play around
18:09 PaulMaidment Will prob have some challenges...including integration with my realurl setup :)
18:09 koomi PaulMaidment: would you drop me a line if you manage to get realurl running on iis? i want realurl but am a bit scared :)
18:09 PaulMaidment I have done it
18:10 PaulMaidment it is quite easy...once you know how
18:10 PaulMaidment what is your email address?
18:10 PaulMaidment will send you a doc...will need to make one...but want to do that anyway :)
18:12 bedlamhote1 PaulMaidment: oh that one. You don't need to use a GSRP for new records, but if you don't, you will have to a) set the config option when you install the plugin, and b) set the starting point in the plugin or in TS. Also, you will have the problem I was just describing with 2.0.5 ;-D
18:16 PaulMaidment hmmm...so the starting point in the plugin, I can do that through ext manager?
18:16 PaulMaidment koomi - do you want that advice on realurl for IIS?
18:17 koomi PaulMaidment: send you a private message
18:18 PaulMaidment ahhh, I need to register for IRC
18:18 PaulMaidment does anyone know how to do that with as little pain as possible?
18:18 Roelof good evening everybody
18:18 bedlamhote1 PaulMaidment: no not throught the extension manager. The extension manager handles /extensions/. Each extension can have x number of /plugins/. The plugins are the things you insert into the page.
18:18 koomi PaulMaidment: msg nickserv help
18:19 Roelof can anyone tell me how to make a internal link with this text "schrijven in het gastenboek" can be made in T3 ?
18:19 PaulMaidment 2 secs koomi, I will reg and PM you
18:19 PaulMaidment I recommend using a shortcut Roelof
18:19 koomi PaulMaidment: or write me a mail :)
18:19 PaulMaidment :)
18:20 Roelof PaulMaidment, can a shortcut have a text then ?
18:20 koomi Roelof: it depends where you want to use it: if you want it in your menu go with shortcut; if you need it in your typoscript template you have to build one using ts
18:21 PaulMaidment msg nickserv help
18:22 Roelof Koomi, what i want is that above my guestbook is the text ""schrijven in het gastenboek" which leads to the form which people can use if they want to write something in the gestbook
18:22 koomi PaulMaidment: /msg nickserv help
18:22 Roelof but i don't know the best way to achieve this
18:23 koomi Roelof: easy way: put a text content element with just that line above the guestbook :)
18:23 Roelof oke, but how do i make a link of that text ?
18:25 Roelof the text is a link to another page ibn my page - tree
18:37 Roelof koomi , are you still there ??
18:38 koomi Roelof: jup.
18:38 Roelof do you have a answer to my last question then ?
18:40 koomi Roelof: errm. in the rich text editor you can simple create a link to the page containing your guestbook form
18:41 Roelof oke, thank you
18:42 Roelof Koomi , one question, where do i enable that button ??
18:43 koomi Roelof: should be enabled in the default rich text editor config - use firefox or ie to see it
18:43 koomi (breaks with konqueror or safari)
18:51 koomi can someone remember the url for the compiled version of tsref
18:51 koomi i got it at work but can't find the link
18:53 bedlamhote1 koomi: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/
18:53 koomi found it: http://www.vmd-jena.de/typo3_docs.html
18:53 koomi bedlamhote1: it's a compiled html file that you can open with the windows help "tool"
18:53 koomi index, search
18:53 koomi all in one nice little window
18:55 dokma config.noPageTitle = 1 does not do what I would expect
18:55 dokma what is the right way to do it?
18:56 koomi dokma: that was a strange config option. check tsref i think it needs to be 2 or something
18:57 dokma ok
18:58 dokma hmmm
18:58 dokma cool twist
18:58 dokma thanks
19:01 dokma how to add a tab in a ts string?
19:01 bedlamhote1 Koomi: oh. I thought you were asking because the link on typo3.org was broken ;-)
19:01 dokma e.g. bla.value = TABHEREblabla
19:02 bedlamhote1 dokma: use parentheses instead of '=':
19:02 dokma what's the syntax
19:02 bedlamhote1 foo.value (
19:02 bedlamhote1 foo!
19:02 bedlamhote1 )
19:02 dokma aaahhhh
19:02 dokma tx!
19:04 dokma page.headerData.20.value (TABHERE<title>) does not work
19:06 dokma bedlamhotel
19:06 bedlamhote1 dokma: what kind of cObject is page.headerData.20?
19:06 dokma no clue
19:06 bedlamhote1 dokma: wrong answer.
19:07 dokma -10 pts
19:07 bedlamhote1 dokma: that's right. Negative scoring for wrong answers is in effect! ;-p
19:07 bedlamhote1 dokma: you need to say what kind of cobject it is.
19:07 dokma TEXT !
19:08 bedlamhote1 It should be something like page.headerData.10 = HTML // page.headerData.10.value ( foo! )
19:09 bedlamhote1 dokma: make sure it's defined in your TS. TS cannot make assumptions ;-)
19:12 dokma page.headerData.20 = TEXT
19:12 dokma page.headerData.20.value ( <title>)
19:12 dokma why is this not working?
19:18 bedlamhote1 dokma: no idea ;-) I've got stuff like that all over the place in templates.
19:18 dokma hmmm
19:21 dokma page.headerData.20 = HTML
19:21 dokma page.headerData.20.value ( <title>)
19:21 dokma this causes the whole title tag to not be printed
19:32 bedlamhote1 dokma: tested and confirmed that this works:
19:32 bedlamhote1 page.100001 = HTML
19:32 bedlamhote1 page.100001 {
19:32 bedlamhote1 value (
19:32 bedlamhote1 <foo>bar</foo>
19:32 bedlamhote1 )
19:32 bedlamhote1 }
19:37 koomi dokma: http://www.typo3wizard.com/en/snippets/general-config/customize-pagetitle.html
19:38 dokma hmm perhaps it has to be on it's own line
19:38 dokma koomi I found the rest of it
19:38 dokma this is just for the alignment
19:49 dokma ppl what is the best gallery in your opinion ?
19:49 dokma best looking one?
20:33 Ries join #adiumx
20:58 null0_ hi
21:06 andreasbalzer hi! Is someone of you familiar with tt_news?
21:09 andreasbalzer ok.. I agree.. the question was stupid.. Well, I want to select a category not to be displayed by a specific tt_news plugin but as soon as I click on save, the category information is lost
21:30 bedlamhote1 andreasbalzer: second time today I've answered this one. There's a bug in 2.0.5--if you search around the web you can find a one-line fix, or you can just roll back to 2.0.4 instead.
21:30 andreasbalzer yeah
21:30 andreasbalzer thx I found it
21:31 andreasbalzer just another question: is it possible to dispay the category image, if no news entry image is specified?
21:31 andreasbalzer (and only then)?
22:11 Denyerec is there an fe_users tutorial or podcast knocking around anywhere ?
22:28 Denyerec Oh, none *yet*
22:29 Denyerec I thought watching/reading some tutorials in advance would smooth the way
22:30 bedlamhote1 do you mean for sr_feuser_register?
22:31 Denyerec I have no idea.
22:31 Denyerec I need people to be able to register
22:31 Denyerec and be made part of a usergroup
22:31 Denyerec then registered users can see pages other people cannot.
22:31 Denyerec Etc.
22:32 Denyerec so if sr_feuser_register is related to that, then yes :)
22:38 bedlamhote1 Denyerec: that's the most-used tool as far as I know (at least if there is a better or easier one, I'd love to know about it)...
22:39 Denyerec That doesn't fill me with confidence
22:42 bedlamhote1 Denyerec: it uses TYPO3's old feAdminLib--a very inconvenient way of handling forms--so it's a LOT of work to set up. Pretty much any extension with fe_user editing or forms in general works that way, so you may have run into other extensions with similar behaviour already.
22:43 Denyerec Not in any deep sense, I don't think.]
22:47 bedlamhote1 Customized any tt_news html templates or anything like that?
22:48 bedlamhote1 Actually, put it this way; you know what 'mvc' is?
23:45 Denyerec Yeah I know mvc
23:45 Denyerec and I've customised tt_news
23:45 Denyerec ###IT WAS NOT MUCH FUN###
23:45 Denyerec especially with the multiple repeating sections
23:47 bedlamhote1 Denyerec: I was just going to say that customizing things like fe_user_register are like building an mvc tool where every state of every view has a different template [!]
23:48 bedlamhote1 Or, less convolutedly, where every state of the application has a separate view.
23:49 Denyerec Ack.
23:51 bedlamhote1 tt_news templating is trivial by comparison.
23:51 Denyerec :S
23:56 bedlamhote1 Plus, be warned that sr_feuser's current maintainer has adopted the semi-insane practice of differentiating bugfixed versions using the status flag rather than the version number. This means a) that you get no indication inside the extension manager that there is a newer version, and also that b) it is usually impossible to know whether mailing-list questions etc apply to the SAME VERSION of 2.5.6 that you're using...

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.