Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 18 November 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan 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
00:00 mechanical_man cboltz: it works here. this must be an configuration-issue
00:01 cboltz good to hear - I'll re-read the documentation and check what is wrong
00:03 mechanical_man cboltz: thats the best you can do in this case. I know, that the current version works, but setting up this extension is very difficult...
00:03 cboltz yes, looks so...
00:04 cboltz Is there a very simple extension that does just double opt in and saves the addresses in the database?
00:04 cboltz Everything else that sr_email_subscribe can do is overmuch for me...
00:04 mechanical_man cboltz: I don't know. I was never using another one
00:04 mechanical_man I'll paste my ts for you
00:05 cboltz Well, I'm thinking about writing one myself - that's probably faster than fixing the config :-/
00:07 mechanical_man cboltz: oh, I'm sorry. I was wrong... I don't know this extension, maybe you're right and its a bug
00:07 cboltz what do you use for newsletter subscription?
00:08 mechanical_man are you using direct_mail?
00:08 cboltz no, but I'm open for any extension that does the job ;-)
00:08 mechanical_man I could suggest using srfeuserregister
00:10 mechanical_man I'm sending my newsletters via direct_mail to fe_users
00:11 cboltz I just checked the "what does it do" and somehow miss double opt-in
00:11 cboltz is this just missing from the list?
00:12 mechanical_man cboltz: you mean, the user has to activate his account after he received a mail?
00:13 cboltz ah, just found it one page later ;-)
00:13 cboltz yes
00:13 mechanical_man cboltz: ok, yes, i use this feature
00:14 cboltz does unsubscribe work in a similar way (enter mail address, click link in confirmation mail)?
00:15 mechanical_man yes, it does
00:16 cboltz ok, then it looks like something I should really test ;-)
02:35 uriahheep hmm...
02:35 uriahheep http://pastebin.ca/1675748
02:35 uriahheep why would this not show any content?
02:37 uriahheep do i need to put anything special in ext_tables.php or something for this to work right?
02:49 uriahheep ries: you around?
02:50 uriahheep ries: could you have a look at this and tell me if you think i may be doing something wrong please? http://pastebin.ca/1675773
03:38 ries uriahheep: Looks good to me, I assume that lib is a COA?
03:46 uriahheep ries: umm, it's referring to a ts cobject
03:46 uriahheep ries: i'm using TV
03:47 uriahheep ries: so basically i'm just trying to get the data from that table and display it right now, nothing else... for some reason nothing appears
03:47 ries I always try if the maopping shos up with a TEXT object
03:47 ries does that work?
03:49 uriahheep ries: yeah, if i do = TEXT and .value = test is shows up
03:50 ries then there must be something wrong with teh content object
03:50 uriahheep i think it might be a problem accessing the table, like lack of permissions or something, but i don't know where to look :S
03:50 ries I am not a guru in that area and always need to look at TSref to be sure
03:51 uriahheep hmm, k...
03:51 uriahheep ries: do you remember needing to enable a setting for your new db table first though?
03:52 ries No.. I don't
03:53 ries it looks fine to me...
03:53 uriahheep hmm, k...
03:53 uriahheep strangeness :'(
03:53 ries does city contain any data oin the current page?
03:53 uriahheep yes
03:53 uriahheep umm, wait, what do you mean on the current page?
03:55 uriahheep ries: do you think pidInList might help?
03:56 ries that might help yeaa
03:56 ries I 'remember' but not sure that CONTENT get's data from the current page only
03:56 uriahheep woot
03:56 uriahheep lol
03:56 uriahheep thanks
04:03 ries uriahheep: there is a other object you could use, forgot the name at the moment
04:06 uriahheep heheh
04:06 uriahheep well this is fine ;)
04:06 uriahheep thanks
04:11 ries uriahheep: let me know if it works ;)
04:11 uriahheep well pidinlist works ;)
04:30 ries good
04:30 uriahheep the records are all being created from the same page, using user_feadmin
04:31 uriahheep so the pid is always 42
04:31 uriahheep ironic, origin = meaning of life ;)
09:20 PiMB morning
09:21 sorenmalling Morning
09:39 iaj` hello!
09:40 iaj` is there any way to turn off the verifty page from powermail?
09:40 iaj` verify , sorry
09:40 PiMB what verify page?
09:42 iaj` PiMB, well when you enter some data.. and press submit, the user is asked if the provided stuff is alright (to verify it) and then press submit again
09:42 sorenmalling iaj`: http://typo3.org/documentation/document-library/extension-manuals/powermail/1.5.1/view/1/5/ "userPreview"
09:42 sorenmalling *"usePreview"
09:45 PiMB ;)
09:45 PiMB iaj, there is a checkbox in your powermail form BE where you can disable preview step
09:49 iaj` weeee.. thanks guys
09:49 iaj` :-)
09:49 sorenmalling :)
09:49 iaj` can I have more than one powermail form to use the same select fields?
09:49 iaj` asked that before but no one responded :D
09:52 PiMB how do you mean select fields?
09:53 iaj` well a select box with like... 20 values... I only want to have to change it in one form.. and the other one use that select box also..
09:53 iaj` s/also/as well.
09:57 iaj` you dont know either uh :(?
09:57 lindbergh hello chan
09:57 lindbergh and morning to everyone
09:57 lindbergh short question:
09:58 Denjerek You;re right, that WAS short.
09:58 lindbergh if I use pi_linkTP to generate link...what is the easiest way to preserve current get params, and to add more of them through pi_linkTP command
09:59 PiMB iaj, maybe you could do that with a TS lib and include that in your powermail form.
09:59 PiMB that way the lib is reuasable
09:59 PiMB *reusable
09:59 mtnlab Hi all
10:02 PiMB lindbergh, something like pi_linkTP_keepPIVars?: http://doc-typo3.ameos.com/4.1.0/classtslib__pibase.html#a28766aa911fd9208dd14718954414b9
10:02 pmk65 lindbergh: Use pi_linkTP_keepPIvars instead.
10:03 lindbergh sounds exactly what I want
10:03 lindbergh let me try
10:03 pmk65 the parameters is a bit different..
10:22 PiMB working?
10:22 PiMB lindbergh?
10:38 kraftb hello and good morning !
10:39 kraftb for all of you who live in western europe (GMT+1)
10:40 kraftb do not only celebrate this years new years eve once ! celebtrate it twice. The common new years eve at 0:00, and then 40 years of UNIX time() stamp at 1:00 ;)
10:56 coolguy hi there! is it possible in an extension to get the get or post variables submitted? i dont want to use $_GET or $_POST ... i think there is an typo3 array with these values ... or ...?
10:56 sorenmalling coolguy: t3lib_div::GPvar
10:57 pmk65 coolguy: $piVars ?
10:58 coolguy the ting is we want to use realurl and iam searching for a resorultion to get the get and post vars normally and not realurl-encoded.
10:59 coolguy with realurl $_GET and $_POST is not filled
10:59 coolguy case the $_GET and $_POST values are encoded in the url
11:04 pmk65 thats why you should use piVars.
11:05 coolguy ah ok. thanks. that was what i wanted to know ;-)
11:06 lindbergh PiMB: still no result
11:07 lindbergh reading some examples how to use _keepPIVars
11:09 teppi|work kraftb .. did you notice that i was right with the shuttle start time :p ?
11:09 kraftb right with wat?
11:10 kraftb I guess it was 19:somewhat
11:10 teppi|work that it was not 19:28 cet but 20:28
11:10 kraftb yes. I said +6 hours.
11:10 kraftb but meant +6 from CET
11:10 kraftb not from GMT
11:10 kraftb AFAIK it was scheduled for 13:28
11:10 kevke hi ppl is it possible to delete pages recursivly?
11:10 kraftb adding 6 hours makes 19:28 in CET
11:11 teppi|work i only know it was scheduled for 19:28 gmt
11:11 kraftb hmm .... well I don't remember. Did it lift of at 20:28 ???
11:11 teppi|work nevermind
11:11 teppi|work yep
11:11 teppi|work a few minutes later i think
11:12 kraftb hmm .... ok. nevermind. I always tought it would be 6 hours
11:14 kevke found it
11:15 iaj` hmmm, normally powermail should work if I specify (obscured mail address); (obscured mail address); (obscured mail address); ... ???
11:19 iaj` question answered.
11:22 iaj` but another one appeared... can someone help me to solve a problem... on my page www.marcgalal.com.. the navigation on the left - how can I make Gratis Abendseminare to be linked to Verkaufstraining / nls Gratis Abendseminare but to use the url of the target..? (in this specific case: use marcgalal.com/abendseminare_nls.php instead of marcgalal.com/gratis_abendseminare.php
11:23 iaj` hm, is that question even understandable =D
11:29 mtnlab Hi
11:30 kevke can I somhow delete everything, so that there is a blank installation?
11:30 mtnlab Is there a way to list custom new records with LIST (i.e the ones with id 10,20,22) or list f.e 3 records starting from the one with id 10 ?
11:33 lindbergh guys...how to define global constants
11:33 lindbergh I want to use them through whole project (mean, in all plugins)
11:34 lindbergh simply to define them in constants section?
11:34 arne hi
11:36 teppi|work iaj`, i think you will have to add the page to both manues manually somehow ..
11:36 teppi|work i think its not possible to have the same link rendering on two different pages ..
11:37 arne i have a simple question..: i have a coa that displays the header and bodytext of some pages. now i also want to display a link for each item but dont know the variable
11:37 arne can someone tell me how to display the url for a page? maybe something like pageurl ? :-)
11:37 teppi|work typolink + page:uid
11:38 teppi|work @ arne
11:38 teppi|work typolink.parameter has to be page:uid
11:38 pmk65 arne: I suggest you read this -> http://wiki.typo3.org/index.php/Ts45min
11:38 teppi|work jep
11:39 teppi|work :-)
11:39 Denjerek lo :)
11:43 lindbergh ok, if I have defined in TS at the constants part:
11:43 lindbergh plugin.tx_myplugin_pi1{ myconstant = 123}
11:44 lindbergh then I can from pi1 get that myconstant using conf['myconstant'] right?
11:46 pmk65 lindbergh: No. you don't access constants from your ext, but the setup values. constants are not ext specific.
11:49 pmk65 http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.2.0/view/
11:51 pmk65 http://typo3.org/documentation/document-library/tutorials/doc_tut_frontend/0.0.1/view/
11:57 adac I wanted to create a TMENU where the structure is like that: http://pastie.org/703982 How can I do something like that in typoscript?
11:58 pmk65 adac: use wrapItemAndSub -> http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/10/#id4581554
11:59 adac pmk65, thx!!
12:00 pmk65 check typo3wizard.com there's several example snippets for menus, like this one. -> http://www.typo3wizard.com/en/snippets/menus/sitemap-as-unordered-list-ulli.html
12:08 mtnlab Is there a way to list custom new records with LIST (i.e the ones with id 10,20,22) or list f.e 3 records starting from the one with id 10 ?
12:18 pmk65 mtnlab> I don't think so. but you could make an ext that adds a new view type. It's quite easy as tt_news has hooks for that.
13:27 brbr hi everybody
13:30 brbr [dayofmonth = 19]
13:30 brbr page.10 = CONTENT
13:30 brbr page.10 {
13:30 brbr table = tt_content
13:30 brbr select.where = uid=88
13:30 brbr }
13:31 brbr I have this
13:31 brbr but when it's the 19th of the month
13:31 brbr the template deisappears
13:31 brbr how do I have to do it to put the content only in the content part?
13:47 kevke Just a dumb question from a newbee, what are the must haves extention wise?
13:49 JD-Robbs Depends on what you want to do? ...
13:50 JD-Robbs But if you're new, templavoila get's you started quickly as far as templating is concerned
13:50 JD-Robbs Different editor...
13:50 JD-Robbs tt_news... There are millions. But I guess you just browse through the repository and take what you need
13:53 PiMB kevke, I love css_styled_content
13:53 PiMB couldn't do without the lorem ipsum one either ;)
13:54 PiMB and like some modern skin ones
13:54 PiMB functionality wise it depends on your needs
14:03 kevke thx
14:04 teppi|work brbr, do you close your condition somewhere?
14:11 iaj` I asked this before but didn't get any feedback on that one.. ;)
14:11 iaj` but another one appeared... can someone help me to solve a problem... on my page www.marcgalal.com.. the navigation on the left - how can I make Gratis Abendseminare to be linked to Verkaufstraining / nls Gratis Abendseminare but to use the url of the target..? (in this specific case: use marcgalal.com/abendseminare_nls.php instead of marcgalal.com/gratis_abendseminare.php
14:12 brbr teppi|work: I use [GLOBAL] at the end
14:12 teppi|work iaj`, i responded to you ..
14:14 teppi|work brbr, hm .. don't know .. i dont think that the template should disappear because of this
14:14 iaj` teppi|work, you did?? I did'nt receive it :(
14:15 teppi|work <teppi|work> iaj`, i think you will have to add the page to both manues manually somehow ..
14:15 teppi|work <teppi|work> i think its not possible to have the same link rendering on two different pages ..
14:15 teppi|work manues = menues
14:15 teppi|work :-)
14:15 iaj` oh really :/
14:15 brbr teppi|work: thank you anyway, another question would be, how can I hide a content element by typoscript?
14:17 teppi|work depends on the condition i would say
14:20 brbr I want to do something like this (pseudocode)
14:21 brbr if day=18
14:21 brbr then hide(content1)
14:21 brbr else
14:22 brbr then hide(content2)
14:22 brbr can anyone give me a clue?
14:23 No5251 kevke: common extensions are templavoila, tt_news, powermail, realurl, phpmyadmin and quixplorer
14:23 No5251 ... and date2cal
14:25 brbr I can't believe this is so difficult to do in typo3
14:27 many brbr: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/
14:30 brbr many: I know how to use contitions
14:30 teppi|work and wheres the problem then?
14:30 brbr I don't know how to show something in the content part
14:31 brbr the condition I've put above does work
14:31 brbr but I get only the text inside the content element
14:31 brbr I want all the interface and in the content part, the text
14:33 many brbr: can you pastebin the full relevant ts, please?
14:33 many i.e. is page.10 your normal content, too?
14:34 many brbr: or maybe show the effect, at all. becuase i dont think i understood what the problem is
14:35 brbr mmm I thought that in that 10 I could put what I wanted
14:35 brbr ok, so forget what I have now
14:35 brbr how do I have to do it
14:35 brbr I have 2 content elements in that page
14:35 many 10 is a sequence
14:36 brbr I want to show only one at a time
14:36 brbr and the condition is for example that every 20th of any month I want to show content1, the rest of the year content2
14:37 many what do you mean by template disappears
14:37 brbr theres no menus, not header
14:37 PiMB you
14:37 brbr only blank page with the content
14:37 many oh
14:37 PiMB you're probably overwriting the standard page.10 content with the new one. is page.10 normally a COA or something?
14:38 brbr no idea what a COA is
14:38 many oh
14:38 many brbr: well
14:38 brbr jeje
14:39 many lemme look somethin up
14:39 brbr I've read a lot of things, but I cannot remember them as I haven't found something that uses all together
14:40 PiMB brbr, pastebin the entire (relevant) TS
14:40 brbr I have pieces of info, but cannot put it together
14:40 brbr so, what should I put instead that 10?
14:40 many if you click template menu at the left and then click ts object browser in the upper right case, you should get a nice tree
14:40 many whats beneath page. there?
14:40 many corner, not case
14:40 PiMB brb
14:41 many it should read something like [10] = COA or so?
14:42 brbr I have the nice tree
14:42 brbr but i cannot see page there
14:43 brbr ok, i was in constants
14:45 brbr ok 10 was used for templavoila
14:45 many ah
14:46 many i dont know much about templavoila, but for autotemplate youd use markers and put the marker definition inside your condition
14:46 brbr this typo3 was done for another persona and I'm trying to understand it
14:49 Denjerek Ack
14:49 Denjerek that's always tough
14:49 Denjerek So many ways to skin a cat it's like some kind of cat skinning glossary.
14:52 teppi|work brbr, you can link an element in templa voila with a typoscript element .. if you have archived this you can use your condition and change the contents of this typoscript element
14:58 brbr mmm I'll try taht
14:58 brbr I must go now
14:58 brbr thank you very uch!!
15:46 compojoom hi @ll! How do you configure felogin with md5?
15:46 compojoom what do I need to put in my template?
15:55 compojoom anyone?
15:58 pmk65 t3sec_saltedpw or kb_md5fepw . 1st one is most recent.
16:11 compojoom pmk65: kb_md5fepw
16:11 pmk65 i would recomend the 1st one.. t3sec_saltedpw
16:12 compojoom k, I will install it then
16:12 compojoom just a second :)
16:18 arne i have a typoscript question: i have a search form (and no idea about forms and ts) without a submit button. so i want to add a submit button, that works BUT no matter which keyword i type in, there are no search results
16:18 arne this is the pastie: http://pastie.org/704245
16:18 arne i just changed line no 25 and 26
16:19 arne any ideas? :-)
16:20 compojoom pmk65: I've installed it
16:20 compojoom but I only see the plain text passwords in the database
16:21 compojoom I'm able to login
16:21 pmk65 check the manual..
16:22 compojoom I did that
16:22 compojoom already
16:26 arne if anybody has an idea.. dont be shy
16:27 arne i like bad ideas too
16:27 compojoom pmk65: you are write. I didn't read the manual carefully :) I've inserted $TYPO3_CONF_VARS['FE']['loginSecurityLevel'] = 'normal';, then I was able to update the records
16:27 compojoom thanks!
16:34 pmk65 arne: have you inserted the searchplugin on page 2296 ?
16:36 arne pmk65: i dont know.. i think so, because it works without the sumit button
16:37 arne i even dont know where i can check if its installed..
17:58 tarimari hi guys
17:58 tarimari how i can upgrade typo3 4.3 b2 to rc1?
18:21 climb513 anyone here ever run through this tutorial: http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html
18:42 ries Funny thing found in code : // Double-check to be extra sure
18:42 ries so what does that mean, the programming didn't understand his code well, or does it mean the programmer doesn't trust the computer executing it?
19:07 Denyerec hehe
19:07 Denyerec ries my code is full of those things
19:07 Denyerec I never trust myself :)
19:08 ries Denyerec: hehehe.. you pages me one or two days ago?
19:08 Denyerec Yeah I was wondering if you'd looked at Flow3 performance again since the last time, which was a loooooooong time ago
19:09 nature yo.... whatup denyer
19:09 Denyerec ney dude
19:09 Denyerec *Hey
19:12 nature oh my... there it is!
19:12 Denyerec ?
19:13 Denyerec What were you looking for?
19:13 nature been looking for this part of Dmitry's directions for setting up mobile with TV
19:13 Denyerec ahh
19:13 Denyerec never looked into that...
19:13 nature being a total n00b to TV i couldn't figure out where it is. but he's so good at how-to's I figured user error
19:13 ries Denyerec: no, I never looked at it again...
19:13 ries it's on my TODO when it goes to beta one day
19:14 ries But for now, my interest lays not in FLOW3 really
19:15 Denyerec What you into these days?
19:15 nature who me?
19:16 Denyerec Both of ye
19:17 nature i'm still at GCN. been there just over 2 years now. Which means I've had my head up my ass for two years.... errr... I mean had my head into typo3 for 2 years :)
19:18 nature I cannot believe the mess I inherited.
19:18 nature finally got them to switch to TV, add support for mobile
19:19 Denyerec TV is a smart move
19:19 Denyerec a lot easier to manage , from what I've seen ayway
19:19 Denyerec Dmitry is a smart cookie.
19:19 nature yeah, for what we do it made things even easier to manage
19:20 Denyerec I've not doen much typo for ageas
19:20 nature and after i cleaned up all the templates it meant rewriting only the root template
19:20 Denyerec I'm working on a companie's own CMS at the mo
19:20 nature it's all I've done
19:20 Denyerec and it's not.... very cms-ish
19:20 Denyerec sure it's easy to hack things into
19:20 Denyerec but it's no Typo.
19:20 nature i finally turned the corner with T3
19:20 nature i actaully get it... most of the time
19:20 Denyerec I feel like I've lost the ground I gained :)
19:21 Denyerec STILL haven't written a proper extension, just hacked into existing ones.
19:21 nature yeah, well there's that.
20:45 ries Denyerec: Working on my CNC router : http://www.youtube.com/watch?v=iOxyzZZ_vFI
20:46 ries doing a bit of moodle and made a nice etxension to manage/display coupons and products from cj.com (about 3 mil proe
20:46 ries products
20:46 Denyerec moodle?
20:47 Denyerec I think I've heard of this before.
20:47 Denyerec yes, in fact I have heard of it.
21:20 ries Denyerec: It's the learning kinda system
21:20 ries programming in Moodle is horrible, there is no API!
21:20 ries I need more interesting programming jobs!
23:15 Conic_ hi all
23:15 Conic_ i have a strange problem:
23:15 Conic_ after adding a plugin to my extension i get this error when opening in the FE
23:15 Conic_ File "C:/xampp/htdocs/typo3/typo3conf/ext/conic_mailer/pi1/locallang.php" not found!
23:16 Conic_ but i never wanted to open that file
23:16 Conic_ the strange thing is, this error appears also with my other plugins, which worked before
23:17 Conic_ someone an idea where this comes from?
23:27 Conic_ google tells me just to create that file, which is a bad workaround i think...
23:27 Conic_ i would like to know where this comes from
23:46 Conic_ ok, solved the problem....

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.