Search the website and IRC logs

#TYPO3 IRC log from : Friday 19 March 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
08:41 Winston_S hey's
09:00 charly21 is it possible to use TS contentelement CASE .... key.data with own variables?`tried to use key.data = temp.mytext, but it did not work
09:04 charly21 posted it in german on http://www.typo3.net/forum/list/list_post//97629/?page=1#pid354959
09:29 charly21 good morning again. i'm searching for a solution for using the CASE object with my own variable in key
09:29 charly21 posted it in german on http://www.typo3.net/forum/list/list_post//97629/?page=1#pid354959
09:30 charly21 any hints?
09:31 charly21 what is wrong
09:32 soee how can i using TS display ve_guestbook form ?
09:33 charly21 http://typo3.org/documentation/document-library/extension-manuals/ve_guestbook/2.8.1/view/1/4/#id4545138
09:33 charly21 do u search for this?`
09:34 soee looking @ it, moment ps
09:36 soee hmm thers no option to display Form or List :/
09:38 maholtz|WORK @charly21: use .key.data =
09:40 charly21 @maholtz|WORK .key.data = ? but how does CASE now the content of my variable?
09:40 charly21 know
09:44 FloLeBlanc hi all
09:54 MikePer Anyone an idea where I can set the powermail answer mail sender name?
09:58 iaj lo there
09:59 iaj ive got a problem.. well.. I just noticed... our powermail form doesnt deliver all the mails... I just saw 27 mails in the powermail datasheet on a certain page.. but only 7 which got to our email destination... anyone know what's wrong?
10:00 snoy_ms iaj: check typo3 logs and if you can the mail server logs
10:00 iaj snoy_ms, where are those? :)
10:00 snoy_ms iaj: maybe its a mailserver problem
10:00 snoy_ms logging on the left hand site
10:00 snoy_ms and mail logs only as admin via console
10:01 snoy_ms iaj: when you have such problems, only logging can help you
10:02 snoy_ms iaj: i dont know, but it could a mailserver problem and not a typo3 problem.
10:02 iaj snoy_ms, ok im into log' now.. action is: all database file settings login errors
10:03 snoy_ms as far as i know -> you can set the logging level in setup tool. but i never did this
10:08 maholtz|WORK @charly21: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.4.0/view/1/2/
10:08 maholtz|WORK check for getText
10:08 iaj snoy_ms, thanks Im just crawling through... but I cant find anything :D
10:09 iaj log dir is specified as /fileadmin/webstats
10:09 iaj but nothing is in there as well
10:09 snoy_ms iaj: webstats ?!?! thats not a log
10:10 maholtz|WORK iaj: check spam-logs ans ask your hoster
10:10 snoy_ms iaj: if you use linux (debian), check the files in /var/logs/ in your filesyste,
10:10 snoy_ms filesystem
10:16 m99 hi guys
10:16 m99 i'm trying to parse a headline text to create a h1-tag with a background-image
10:16 m99 url of the background-image should be parsed by userFunc
10:16 m99 any ideas?
10:18 m99 here my actual ts-code: http://pastebin.com/gLPFHTUg
10:19 Provito any pointers to the api for updating a pages template setup, I can traverse fine and could update manually but can't find yet a way to update
10:20 maholtz|WORK m99 what was wrong with your first attempt 10 = TEXT 10.current = 1 ...
10:20 m99 special characters like ö, ä, ü and the space character
10:20 maholtz|WORK looks good beside case = lower
10:21 maholtz|WORK @m99 maybe you need then http://wiki.typo3.org/index.php/TSref/stdWrap#rawUrlEncode
10:21 m99 just 10.stdWrap.rawUrlEncode = 1?
10:23 m99 i will give it a try
10:23 m99 would save me a lot of work ;)
10:24 MikePer Sorry for the noob question, but if some says 'You can change your constants with the constant editor', where do I do that? In the template record?
10:24 m99 oh no... for example Baugrundstücke is converted to baugrundst%FCcke.gif
10:25 m99 maybe i need to use 10.stdWrap.parseFunc?
10:26 FloLeBlanc who uses umlauts in his image file names?
10:26 m99 not in image file names
10:26 m99 but in headlines
10:26 FloLeBlanc ah ok sorry
10:26 m99 therefor i want to convert umlauts to something like ae for ä or just strip them out
10:26 FloLeBlanc did you check if your DB and your output encoding are the same?
10:27 m99 wrong topic
10:27 FloLeBlanc huh? if you use them in headlines why would you strip them out?
10:27 m99 not in the headlines
10:27 m99 but in the image url
10:27 m99 need to parse headline text to convert umlauts to a filename valid character
10:28 FloLeBlanc why do you run image filenames through realurl anyways? wouldn't it save time just do not parse them with realurl? or is this for a plaintext newsletter
10:28 m99 there is no realurl
10:28 m99 you understood me wrong
10:29 m99 i have headlines, which will be outputted just as images, which are located under fileadmin
10:29 m99 but i have to convert umlauts and spaces to valid characters for the images in fileadmin
10:29 m99 to get the right image for the right headline
10:30 FloLeBlanc you are correct I really don't understand that. if you want headline images why not use gifbuilder?
10:30 FloLeBlanc I seem to miss the point sorry :)
10:30 m99 because the font rendering is not good at production machine
10:30 m99 quality issues if you want so
10:30 m99 :)
10:31 m99 old version of freetype installed and i have no influence on that
10:31 FloLeBlanc headline per content or per page?
10:31 m99 every h1, h2 and h3 will be substituted
10:31 m99 a little bit dirty... i know
10:31 FloLeBlanc every h1 will be substituted for an image???
10:31 FloLeBlanc you really hate SEO do you? :)
10:32 m99 if a headline is changed i have to create a new image
10:32 m99 text is included anyway (text-indent:-9999px)
10:32 FloLeBlanc I'd strongly recommend not to solve it that way
10:32 maholtz|WORK m99: rawurlencode should be fine - who cares about an background image name?
10:33 m99 @ maholtz|WORK i love conventions. but normally you are right.
10:33 charly21 @maholtz|WORK: getText have to have type : pointer. which type does TS temp. variables have. sry if i'm too stupid today
10:33 keizo hello everybody
10:34 keizo is it possible in TS to make a link wich target a content element and that last will be displayed in à new window ?
10:37 m99 thanks for the advices @maholtz|WORK and @FloLeBlanc
10:40 m99 doesn't work @maholtz|WORK. web server can't find the file named baugrundst%FCcke.gif
10:40 m99 :(
10:41 _Mhoram_ Hi all, I've extended the fe_users table with some fields but I want to be able to move where the new fields appear in the backend. Does anyone know where I can find the flexform files for fe_users?
10:41 maholtz|WORK @charly21: data = GP:id
10:42 maholtz|WORK works for index.php?id=123
10:42 maholtz|WORK data = GP:my|little|test
10:42 maholtz|WORK works for index.php?my[little][test] = 123
10:42 _Mhoram_ There are multiple tabs when creating a new fe_user and the extended fields are just appearing on the wrong tab and I can't find the necessary files to edit
10:43 Bluespuke morning
10:43 m99 stdWrap.postUserFunc should do the jobv
10:43 maholtz|WORK take care to sanitize the input - use htmlspecialchars for output, otherwise you are open for css etc
10:43 charly21 yes, but does temp.myvariable is available via GET
10:43 maholtz|WORK @m99: sounds
10:43 maholtz|WORK @charly21: no
10:43 soee_ i can hide some record on my page but can i unhide it via TS ?
10:45 maholtz|WORK @soee_: afaik not
10:45 maholtz|WORK CONTENT respects hidden, perhaps RECORDS not?
10:45 soee_ maholtz|WORK: and maybe u know than,, how can i display ve_guestbook FORM via TS ?
10:45 Bluespuke a (maybe stupid) question: how can i hide i subpart when a specific column is empty?
10:45 maholtz|WORK @soee_ create an sysfolder, put it there - include it via RECORDS
10:48 charly21 @ maholtz|WORK: this is my problem.
10:48 charly21 i need to get information from a function, that checks the cookie
10:49 charly21 and like to do something or not, if the function return true or false
10:49 charly21 somebody told me to do this via CASE
10:53 keizo hi, is it possible in TS to open a specific tt_content in a new resized window plse ?
10:53 m99 is a detailed postUserFunc example out there?
10:56 m99 my php function is never called or doesn't return/do the right thing for stdWrap
10:58 maholtz|WORK @charly21: so you need a USER-Function
10:59 maholtz|WORK key.cObject = USER
10:59 charly21 i have a userfunction
10:59 maholtz|WORK f.e.
10:59 charly21 oh
10:59 charly21 i see
10:59 charly21 try this out
10:59 charly21 thy
11:10 m99 what is wrong with this userFunc: http://pastebin.com/n7cwMn04
11:12 m99 btw headline is parsed with original headline text (so no parsing happens i think)
11:14 maholtz|WORK perhaps starting slash in fileadmin?
11:15 m99 @maholtz|WORK remove it?
11:16 m99 this was the solution! :D
11:16 m99 thanks
11:16 maholtz|WORK :) ok, good to know:)
11:29 iaj got a question... http://cl1p.net/82E8D78B-860F-4057-8D2A-420AA6DA4B00 thats a hook im trying to build up... calling a function building a postdata array.. however.. this one currently only works for one page with uid290 291... how can I have it working for uid290 291, OR (different page0 for 244, 245 for example?
11:38 bayer hi there
11:38 bayer what do i need to do in order to prevent typo3 from wanting to delete tables during a typo upgrade?
11:57 Bluespuke bayer: in any case a backup!
11:57 Bluespuke i don't know what exactly you need but be sure to have a backup
11:57 bayer sure...
11:57 Bluespuke (i ran often in such situations in the past without backup xD)
11:58 bayer i'm working on a seperate "dev" server
11:58 bayer that can prevent a lot of headache ;)
11:59 Bluespuke yeah :D
12:13 k3k Is there any official channel for typo3-gsoc?
12:19 FloLeBlanc what is gsoc?
12:19 mess110 hello
12:25 iaj got a question.. what may the problem be if powermail cries about fields not filled in even though they are filled in :(?
12:25 Winston_S gsoc == "google summer of code"
12:47 iaj wahh im having trouble I didnt change a thing, still powermail isnt working on a certain page anymore... I even tried creating a new powermail ce... still it says the field is not filled in - even though it is :(((
12:48 FloLeBlanc whoa.. I finally managed to include a custom evalFunc for sr_feuser_register via the hook implementation that allows me to return a custom error. what is the best place to post my solution for that future users don't have to go through the hell I went :)
12:52 iaj how comes powermail is working on any other page but not on a specific one :(
12:56 maholtz|WORK @iaj: check for JS-errors
12:56 iaj maholtz|WORK, whats best way to do this?
12:56 maholtz|WORK do you know firebug?
12:57 iaj yeh.. but I never validated for js with it :(
12:58 Winston_S you could try and check the js error console, maybe you'll see some error message there.
12:58 Winston_S ctrl+shift+j
12:58 iaj maholtz|WORK, the page is http://www.marcgalal.com/home.php - I just cant find out what the error is here :(
12:59 iaj Winston_S, thanks..
12:59 charly21 @10 maholtz|WORK01: works perfectly. Many Many thanks
13:01 iaj Winston_S, maholtz|WORK - dont get any error messages there.. whoa... whats happening :/
13:14 iaj u got any clue what I might do?
13:16 FloLeBlanc iaj: did you check that you DID create the powermail record that is needed not only on the specific page?
13:16 No5251 iaj: firebug, 5 errors
13:17 No5251 and your problem: jQuery vs. prototype
13:18 No5251 ask google for "jquery noconflict"
13:18 No5251 http://docs.jquery.com/Using_jQuery_with_Other_Libraries
13:21 iaj you think its jquery causing this problem?
13:21 iaj ive got jquery enabled on other sides as well
13:22 iaj http://www.marcgalal.com/abendseminar_nls.php there for example.. and its working flawlessly there
13:24 iaj FloLeBlanc, i moved the whole powermail div over to another side... and tested it there
13:24 iaj worked like a charm
13:24 FloLeBlanc iaj: hmm ok
13:25 maholtz|WORK @charly21: nice to hear that:)
13:26 maholtz|WORK @iaj: No5251 is right
13:26 iaj if I see this correctly I just need to source the protoype?
13:27 k3k Is there any way to contact the mentors for GSoC? Mail is not working.
13:27 maholtz|WORK prototype and jquery uses $() but jquery is able to change that
13:28 iaj maholtz|WORK, im reading that page over and over again but I dont know what exactly I got to do :/
13:28 maholtz|WORK @k3k: use newsgroup typo3.dev
13:28 iaj so the problem is that im using both prototype and jquery
13:28 iaj on the same page
13:29 k3k maholtz|WORK thankyou :)
13:29 iaj so if I just try removing the sourcing of jquery - it should work again?
13:29 maholtz|WORK @iaj: its possible - but you have to change $() from jquery to j() f.e.
13:30 pmk65 iaj: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
13:30 maholtz|WORK k3k hth
13:33 iaj ok so maholtz|WORK I totally disabled jquery now on the homepage just for looking if thats the error - but it still cries about inserting "Vorname" even if it s filled in
13:38 maholtz|WORK then it seems, that jquery is not the reason for it - i would double check that (caching - browser, proxy, TYPO3?)
13:39 iaj my head's gonna roll ^^ hmmm.. well I emptied the cache several times, not using a proxy - tested on several machines... and dunno what I may check with TYPO :(
13:53 Winston_S iaj, typo in a variable name or something?
13:54 Winston_S maybe it's trying to check a field that does not exist or so.
14:03 iaj god.. WHAT THE HECk.. i just created a new home.php
14:03 iaj copied the stuff over.. tested without jquery - worked
14:03 iaj got jquery there - tested - didnt work... now I delete query - doesnt work
14:03 iaj whats this :/
14:07 iaj ok enuff - is there another plugin for delivering mails
14:09 iaj the only page its not working is home hmmm
14:12 tPl0ch how do I get the ID of the current content Element in a TV Datastructure TS
14:19 Provito tPl0ch, you can use register to load the id if you wish to use the ID in the tsconfig within the datastructure, or if calling a plugin you can access the cObj->CONTENT to get the parent
14:20 tPl0ch Provito: thanks, found it already: register:tx_templavoila_pi1.parentRec.uid
14:21 Provito tPl0ch, being able to access the fce parent via the plugin is great if you don't want to map the elements but render the content using your own template
14:22 tPl0ch Provito: just needed it to create lightbox links for a gellery FCE
14:22 tPl0ch *gallery
14:22 Provito understood
14:22 Provito you need the id for the js hook
14:26 iaj OK
14:27 iaj for all further issues- redirect 301 /home.php http://www.marcgalal.com - that was the problem with powermail
14:32 Winston_S hm. could've told you about the redirect...
14:38 No5251 iaj: 2nd possibility, disable the validation in powermail and write it in jQuery
14:46 iaj No5251, yeah.. it was because of the redirect
14:46 iaj working fine now
14:46 iaj 3hrs gone to waste tho
15:01 tPl0ch which parameters do I pass to a VHalign datatype
15:01 tPl0ch align = center ?
15:02 tPl0ch CROP.aling
15:02 tPl0ch *CROP.align
15:06 Provito when working via typo3 cli dispatch what's the best method to load extensions such as cooluri?
15:09 Provito hmm it's present in the conf and in the extList but isn't called
15:19 Provito ok it's a simple matter of: t3lib_extMgm::typo3_loadExtensions()
15:24 Provito sorted it
15:24 Provito cooluri checks for a global FE option
15:33 brainfck_ hi, is there a gsoc channel?
15:38 FloLeBlanc hi ries
15:38 ries hey FloLeBlanc
15:38 ries long time no speak!
15:42 FloLeBlanc yep, quite some time. how are you?
15:55 aishumoorthy hi all...
15:55 aishumoorthy i'm Aishwarya.M.B. i'm interested to participate in GSOC '10
15:57 aishumoorthy I would like to take up this topic "Add support for oEmbed to the multimedia content element "
15:57 aishumoorthy as i have already developed a library for Codeigniter framework for embedding videos, i might contribute to enhance the module..
15:58 aishumoorthy i need your suggestions please
16:20 FloLeBlanc someone here who is experienced with the direct_mail statistics on returned mails, etc.? I don't get any for my mails
16:28 FloLeBlanc nvm - he who can read the manual wins
16:35 maholtz|WORK @aishumoorthy: there is a newsgroup: typo3.gsoc post your question there!
16:35 aishumoorthy maholtz|WORK: oh thanks :-)
16:36 maholtz|WORK (well, you can ask here too, but its worth to post it into the newsgroup too:)
16:36 aishumoorthy maholtz|WORK: k thank u :)
16:36 maholtz|WORK np, hth:)
18:48 uriah|lap does anyone have an idea why this TS doesn't work?
18:48 uriah|lap [globalVar = GP:tx_felogin_pi1|forgot_email = *]
18:48 uriah|lap page.headerData.30 = TEXT
18:48 uriah|lap page.headerData.30.value = <link rel="stylesheet" type="text/css" href="fileadmin/templates/main/css/pages/forgot.css" />
18:48 uriah|lap config.baseURL = 0
18:48 uriah|lap config.absRefPrefix = http://montrealam2010.com/Registration/
18:48 uriah|lap [global]
18:49 uriah|lap i'm trying to set this stuff is GP:tx_felogin_pi1|forgot_email is set at all
19:30 uriah|lap ok, forget that question
21:14 kvos Hi!
21:15 kvos Implemented rss-feed a few days ago ... just have the problem, that rss-apps like google reader displays many news as NEW news ... it seems that it happens if i clear the cache ...
21:15 kvos ... whats wrong?!?
21:32 void any JS guru online?
21:33 void kvos: yes, that's a problem of many typo3-based sites
21:33 void kvos: dunno where is a bug, but i think somewhere in tt_news. try searching a bugtracker
21:44 kvos void: uf. bug ... ahh...
23:53 uriah|lap void: you around?
23:54 void yes
23:54 uriahheep void: just wondering, what would be the simplest way of adding a column to the fe_users table?
23:54 uriahheep void: is there an extension that does it?
23:56 void I am sure a lot of extensions does it
23:56 void for different purposes
23:56 uriahheep ok
23:57 uriahheep do you think there might be one for adding custom ones?
23:58 void not sure... adding fields is rather static then dynamic. because of you need to write an SQL for that field and describe field in the TCA
23:58 uriahheep hmm, k...
23:58 void kb_shop allowed some kind of...
23:58 void but it's HUGE meta-framework
23:59 void writing your own little extension may be the simplest way
23:59 uriahheep hmm, k... using kickstarter?
23:59 void yes
23:59 uriahheep k
23:59 uriahheep thanks
23:59 void np

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.