Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 29 June 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 30
03:08 pond anyone awake? heh...
03:09 pond does anyone know how I might call an extension with a url paramater?
03:09 pond I need RealURL to look for a page with the url name.. and then pass control to another extension
03:10 pond this way that extension can serve the url from a record (like tt_news servinf a SINGLE page... but getting the parameter from the URL)
03:11 pond maybe I should start looking in the Real URL docs... heh
04:54 ries pond: a extension really doesn't get 'called', but it get's rendered on the page you call... then it's up`the the extension to decide to act on it or not
05:57 pond I have been thinking about this and... what I need is to hand off a paramater to an extension after realurl tries to match a page and before the 404.
06:00 pond take tt_news for example... I am not going to use that... but... I need to try to pass the first part of the url to tt_news to see if it matches a record title... if so, render a single view, if not let it go back to render the 404
06:01 pond I think there is a hook in the core that is made for this exact thing... I am reading the fun core docs now... lol
06:45 pond_ ah... bumped
06:46 pond_ here is the answer... let the extension analyse the url first and modify it for its own needs: en/decodeSpURL_postProc
08:43 maslenka morning
08:45 maslenka lets say I have typo3 instalation for multiple domains, separate page tree each domain, everything is fine
08:45 maslenka but I want to change the "default" tree, which is shown if domain dont match
08:47 maslenka so far first created tree is shown for unknown domains even if it contains domain record
08:52 Phlunk3 hi guys, I have got a list of tt_news items, is there a way I can have it wrap them with an incremental number, so class="1" class="2" and so on for each element?
08:53 pgampe maslenka: sure, this is the default behaviour
08:54 pgampe Phlunk3: you could either wrap them with their uid, or you can use option split oder split count
08:54 maslenka pgampe: well, yes, but what should i do if i want different root page to be shown on unknown domains?
08:56 maslenka pgampe: reorder them in root element's list view?
08:59 pgampe maslenka: might be an option
09:00 pgampe maslenka: properly the easiest one
09:01 maslenka cool, thanks
09:01 maslenka seems to work
09:14 iaj PiMB: I tried your help with powermail but it just doesn't seem to accept that :/
09:15 iaj even tho TSOB is showing that everything is configured correctly
09:16 iaj PiMB: http://pastebin.com/PBpUvsvL - that should be working out should'nt it?
10:05 Phlunk3 has anyone ever used multiple tt_news lists on a single page each with their own pagination?
10:11 initCH good morning
10:11 initCH i created an extension and in the backend its working fine
10:12 initCH i started with the frontend, anyone knows a good tutorial for a frontend module?
10:23 pgampe initCH: modern template building part 3
10:24 initCH thx pgampe, ill check
10:37 kraftb hello !
10:53 tPl0ch Hi, I am having the problem that all my TV FCEs and pages are translated correctly, but the typo3 CEs are not
10:57 tPl0ch meaning that a text w image ce is not translated, although all other FCE elements are
11:01 iaj I just dont seem to be able to manually change the sender email out of Powermail :/
11:03 pgampe iaj: I think the sender is your local mailserver ... so you might have to change this in install tool
11:09 Denjerek iaj - you mean the address the email appears to have come FROM ?
11:09 iaj pgampe: hm I rather ment the email adress which is being used as a Sender - eg: if a user fills out a form.. I want it to behave as if I were the sender ((obscured mail address))
11:10 iaj since I need to specify 3 Receivers which can be done by using the flexform of powermail.
11:10 iaj but one cannot set a sender.. only when chosing a UIDFIELD :/
11:11 Denjerek email.overwritesender
11:12 Denjerek From here: http://typo3.org/documentation/document-library/extension-manuals/powermail/1.4.15/view/1/6/
11:12 Denjerek Unless you tried that and it didn't work, of course.
11:12 iaj overwritesender aint that the email adress which is shown?
11:14 Bitcrusher hey
11:14 Bitcrusher anyone have experience with getting fe_userdata from your own extension?
11:15 Bitcrusher i've tried $GLOBALS["TSFE"]->fe_user->getKey("user","company") without any luck
11:15 Bitcrusher and i need the fe_users company id in my code
11:16 iaj Denjerek: would having an invisible field with my email adress work out_
11:21 keldrin hi! I've got a problem with access rights on a new page
11:22 keldrin i created a be usergroup and a be user in that group, switched the ownership of all pages from admin to that user, added it as mount point for the user but i'm still not able to edit or create any page
11:23 keldrin (as user, admin works fine)
11:23 aterriblechaos Bitcrusher: $GLOBALS["TSFE"]->fe_user->user['company']; should work
11:24 aterriblechaos keldrin: did you set the access lists in you be group ?
11:25 keldrin how?
11:26 aterriblechaos keldrin: edit your group, click "Access Lists" and "Include Access Lists" and select everything you need
11:26 Bitcrusher aterriblechaos: that did it! :D thank you very much :)
11:28 ndee when I select "enlarge on click" on an image I added in RTE, in the frontend, clickenlarge=1 is outputed. Anyone knows how I can fix that?
11:29 iaj can I add a input type="hidden" field to a form and be able to select it in the powermail flexform as sender?
11:38 Denjerek iaj - I am still not 100% sure what you're trying to do.
11:38 Denjerek not very familiar with powermail I'm afraid
11:38 iaj heh
11:39 iaj you have SENDER, and RECEIVER there - normally I would be the receiver, and the sender is the one who fills out the form
11:39 iaj however I need that process to be reversed
11:39 iaj since I need to specify 4 receivers (the flexform only allows text-inputs for RECEIVER, not for Sender)
11:40 iaj and the Sender should be static. -_
11:44 keldrin hm.. i just cant find my sysFolder with the be users. i know that it exists but it doesn't show at all
11:47 No5251 iaj: you can specify one receiver per line
11:47 iaj 'per line'?
11:47 iaj huh?
11:48 iaj yeah - but I need to specify a unique Sender :/
11:49 iaj No5251, Denjerek also tried http://pastebin.com/bxn4CMfR - but it just doesnt use it :/
11:51 No5251 iaj: http://pastebin.com/1Q45Myi4
11:52 No5251 missing email {}
11:55 iaj hm? aint email. the same as email {}?
11:55 iaj did you try your solution?
11:55 iaj just embedded it
11:56 iaj not working :/
11:57 Bitcrusher aterriblechaos: do you by any chance know how to make typo3 return a typolink, based on a page id?
11:58 No5251 iaj: http://typo3.org/documentation/document-library/extension-manuals/powermail/1.5.3/view/1/7/
11:58 iaj I read that hundred of times already :)
11:58 No5251 Bitcrusher: with conditions
11:59 No5251 iaj: try to edit the options via the constants editor
11:59 iaj hmm No5251 how would I do that?
11:59 Bitcrusher conditions? do you have an example? cause i can't find anything on tsref
11:59 iaj Template | Constant Editor
12:02 Bitcrusher No5251: conditions? do you have an example? it's to be used in my own php code, not typoscript
12:03 iaj No5251: hmm.. well which options should I edit there?
12:03 iaj theres nothing about email and stuff -_-
12:05 aterriblechaos Bitcrusher: just use the typolink funtion in php, it has the same parameters as the ts function
12:06 Bitcrusher aterriblechaos: its my first plugin, so i have no reference as to how you normally invoke T3 functions
12:08 iaj -_- which other good mail plugins are there for typo?
12:10 aterriblechaos Bitcrusher: have a look at http://pastebin.com/nuszJiBP , you can find more information in tsref/typolink
12:11 aterriblechaos Bitcrusher: should be $this and not this, copy paste error
12:16 keldrin i think i got it now, thanks aterriblechaos
12:19 Bitcrusher aterriblechaos: thanks, generated a link :) but is it possible to have it return the realurl url=
12:19 Bitcrusher ?
12:21 keldrin but one further question for understanding.. i only need a system folder for fe users but not for be users, right?
12:25 aterriblechaos typolink should return realurl link if realurl is installed and configured
12:25 aterriblechaos keldrin: yes, only fe users need a sysfolder
12:26 keldrin makes sense.. tnx
12:28 Bitcrusher aterriblechaos: ok, thanks :) btw, where do you find all your T3 php code to learn from? i seem to only find TS related code
12:28 No5251 Bitcrusher: http://doxygen.frozenkiwi.net/typo3/html/df/d32/classtslib__pibase.html
12:29 Bitcrusher No5251: and thanks to you as well :)
12:32 aterriblechaos Bitcrusher: i try to use mostly ts code because the documentation there is more complete, $this->cObj->tsFunction($content,$conf) usually exists
12:32 aterriblechaos Bitcrusher: most of them are in http://doxygen.frozenkiwi.net/typo3/html/df/d65/classtslib__cObj.html
12:35 Bitcrusher aterriblechaos: i have bookmarked them, thanks a lot
12:50 sorenmalling Anyone here using Formidable?
12:57 ZaFantasy hi
12:57 ZaFantasy is possible to have more than 8 columns in CE text w/image ?
13:42 Neo3 I am trying to extends a self made extension with a custom script for AJAX calls. For this purpose I have place the following indication in the ext_localconf.php of the extension:
13:42 Neo3 $TYPO3_CONF_VARS['FE']['eID_include']['searchShop'] = 'EXT:sp_search_box/pi1/shopSearch.php';
13:43 Neo3 For some reasons, I do a GET /index.php?id=2&eID=shopSearch&zip=32423, the script shopSearch.php who should echo "bla bla" returns nothing. So I think that the script is not found or badly included. Any ideas?
14:06 ZaFantasy in TV I have something mapped to atribute type of image. But when I set this image it is resized in FE, but I dont want that this image is resized
14:34 nd____ I need a custom query on a repository, so I extend the FrontendUserGroupRepository, use TS to map it to fe_groups. I get no error but the repository is empty even though I have two fe-groups... hints?
14:38 JunGle|Boulot hi
14:48 JunGle|Boulot I create a Backend Extension with class.tceform
14:48 JunGle|Boulot I have a datetime startime endtime
14:49 JunGle|Boulot I want calendar .. but i doesn't work
14:49 JunGle|Boulot My version of typo3 is 4.3.1
14:50 JunGle|Boulot Someone would have a solution?
15:07 sorenmalling JunGle|Boulot: Any JS error?
15:09 SebastianJu hello. I have setup realurl to show the default language without languagetag and all other languages get a languagetag. It works except some of the menuentries in english are not changed to the new pathes... I dont know why. Were to search?
15:18 JunGle|Boulot sorenmalling nop
15:21 SebastianJu looks like the error occurs when in pagetitle an alias is set... so it seems realurl doesnt work together with an alias or am i wrong
15:21 SebastianJu ?
15:25 compojoom hey guys, we are getting this error Ext is not defined Ext.namespace('HTMLArea.util.TYPO3', '...m', 'Ext.ux.menu', 'Ext.ux.Toolbar'); in frontend (that are our custom extensions that call the standard typo3 editor) since we've updated to typo3 4.4. The RTE editor is not loading, any ideas what to check???
15:27 randomresult hi there
15:28 randomresult is there any chance to tell typo3 ( a menu) to open external urls in a new window (config.extTarget = _blank) ??
15:32 No5251 ZaFantasy: in the tv ds, edit the maxW & maxH
15:33 ZaFantasy No5251 got it ;) thanks
15:33 ZaFantasy No5251 I have one more question. If the attribute is not defined, can I use image from root page? How could I do that ?
15:35 No5251 ZaFantasy: google for "templavoila content slide"
15:36 ZaFantasy No5251 thanks
15:36 randomresult ZaFantasy: kb-tv-contentslide
15:37 No5251 randomresult: i think the new tv can handle it
15:37 Neil_Haskins Hi everyone.
15:37 Neil_Haskins In TemplaVoila whenever I try to add a BE Layout Template file to my TO or DS I get the error
15:37 randomresult old tv can handel it to
15:37 Neil_Haskins 2: SQL error: 'Unknown column 'belayout' in 'field list'' (tx_templavoila_tmplobj:4)
15:37 Neil_Haskins Any ideas?
15:38 randomresult Neil_Haskins: how does your backendtemplate look like?
15:39 No5251 ZaFantasy & randomresult: http://wiki.typo3.org/index.php/Content_Slide
15:39 Neil_Haskins @randomresult Sorry, you want the code of my file or a description of what I see in the page module?
15:39 randomresult No5251: i think it is easier with kb-contentslide
15:39 No5251 ah, wrong one
15:40 randomresult Neil_Haskins: use pastebin to paste your code
15:41 No5251 http://www.lisardo.de/wiki/Content-Slide-mit-TemplaVoila/
15:41 Neil_Haskins http://paste.phlogi.net/-9695202e3c
15:41 No5251 randomresult: with kb-tv-contentslide you've to edit the ds too
15:41 randomresult yeah.. but i think it is done much faster
15:42 randomresult anyway both ways are good
15:42 randomresult Neil_Haskins: i think... you mixed up some things
15:42 randomresult simply use html with markers... no t3datastrukture and stuff
15:43 Neil_Haskins So just the table?
15:43 ZaFantasy thanks to all ;)
15:43 randomresult with the markers (###marker###)
15:43 randomresult i would give it a try
15:48 Denjerek hey randomresult
15:48 Denjerek not seen you around for a while, either that or I've been sleeping :)
15:48 randomresult hehe
15:48 randomresult im here from time to time
15:48 randomresult Neil_Haskins: worked?
15:48 Neil_Haskins Now my code is http://paste.phlogi.net/-67dcd4b358
15:48 Neil_Haskins but I still get the same error. I've cleared all cache, just to deal with the obvious.
15:49 randomresult Neil_Haskins: you can also add it to the xml
15:49 randomresult but a bit diffrent
15:49 randomresult Neil_Haskins: see private message
16:11 initCH hey guys.. how can i crop an image like this?
16:11 initCH $config_image['file'] = 'uploads/tx_xx/'.$row_projects['tx_xxx_image'];
16:13 jenner heya
16:14 jenner guys, I just installed a fresh 4.4.0 and I'm getting "No TypoScript template found!", any hints?
16:14 jenner for a new page with some lorem ipsum content that is
16:14 initCH jenner, create a template first
16:14 jenner ah
16:15 initCH or use another cms who's easier to manage
16:16 jenner heh
16:18 initCH what about croping my image?
16:36 initCH how can i crop my image exactly to 298x123px?? this doesnt work http://paste.phlogi.net/-b77814cd5b
16:45 Serpiente for an IMAGE-Objects exists IMAGE_RESOURCE
16:45 Serpiente I need the same thing for a typolink
16:45 Serpiente just the href of the anchor
17:00 PiMB_ @ Serpiente
17:00 PiMB_ typolink.returnLast = url
17:08 Serpiente got this snippet: http://nopaste.info/e89b76751b.html how to display more than one picture?
17:14 SebastianJu does someone know how to make realurl work together with set aliases?
17:15 SebastianJu does someone know a way to make realurl work together with set aliases in backend? at the moment such pages arent transformed by realurl...
17:16 BenjaminS give an example.. what kind of aliases?
17:17 Serpiente any smarter way for this: http://nopaste.info/ae00aad9b4.html
17:17 Serpiente ?
17:21 PiMB Serpiente, maybe this article could help?
17:21 PiMB http://sebastiaandejonge.com/articles/2010/january/cool-typoscript-alphabetical-list-with-split-and-if.html
17:21 PiMB it splits a given value into single items and renders something in there.
17:21 PiMB so if you have the value 1,2,3,4,5 you might be able to create the loop once and loop the given value
17:22 SebastianJu BenjaminS it looks like this Alias-Entry was something that came with rzalias. I dont know why it was installed but even after deinstalling realurl didnt work at pages where this field was filled before. Even though that I could change this after deinstallation of rzalias...
17:24 BenjaminS what link do you have now?
17:25 SebastianJu after installing rzalias again and deleting the alias I have the normal links that should be there /en/path/
17:26 BenjaminS so you fixed it :)
17:26 SebastianJu yes, but I dont know why realurl is using these fields when its not part of realurl.
17:27 BenjaminS maybe from older configurations, they cannot delete some parameters due to compatibility
17:27 SebastianJu and I dont know where the data comes from that is filled in some alias-fields. because it seems I have to delete these aliases by hand... strange... my boss said he installed it for testing. but if he inserted the alias?
17:28 SebastianJu but maybe he did it...
17:29 BenjaminS you can ask him :P
17:30 Serpiente PiMB: just want to output every media image
17:30 Serpiente actual there are 5 so i copy pasted it for each image.
17:30 BenjaminS PimB quited
17:30 BenjaminS =)
17:30 Serpiente thanks >.<
17:30 SebastianJu I think I will tell him he did it... :) and deleting the aliases will fix the problem... its a testsystem so this problem probably wont happen at the livesystem...
17:31 BenjaminS :P
17:32 BenjaminS and when it happens again, you can blame him for screwing it up
17:32 BenjaminS =)
17:32 SebastianJu *lol*
17:32 SebastianJu anyway i will write him a mail now and feierabend...
17:33 SebastianJu bye
18:04 Denjerek Long shot...
18:04 Denjerek Anyone here ever worked with Magento ?
18:04 Denjerek I was kinda hoping Just2b would be here, but sadly he is not :(
18:09 No5251 Denjerek: #magento / #magento-de ?!
18:09 Denjerek Tried.
18:09 Denjerek No-one even responded.
18:09 Denjerek (Hence my long shot in here)
18:09 Denjerek (As I know some of the guys in here play with Magento from time to time)
18:11 ironm hi Serpiente :)
18:11 Serpiente hey ironm. long time no see ;)
18:11 Denjerek Iron, don't suppose you know much about Magento ?
18:14 ironm Hi Denjerek .. not realy .. I prefer tt_products ..
18:20 ironm hi maslenka - are you around? .. when I try to use sr_feuser_register with mail_categories (fopr direct_mail newsletter) I am getting the following warning warning in the log file and an error message in FE ("Please select at least one subject!") even I have chosen at least one category .. any idea why? .. tnx in advance ;)
18:29 ironm Hi guys - does one of you use direct_mail with sr_feuser_regisgter or sr_email_subscribe für newsletter?
18:32 ironm hi ShadowHunter .. the idea I had immediately as I saw your nick to change my to WomenHunter *g*
18:33 FoodHunter :D
18:33 ironm Denjerek: I hat lunch shortly before ;)
18:33 ironm had ...
18:37 ShadowHunter tss :)
18:37 ironm typo3hunter would be also a nice nick *g*
21:51 esbite Hi. Is it possible to get permalinks "index.php?id=1031&L=0" to redirect to the speaking url counterpart? Im using realurl.
21:52 JohPie If you work with realurl the old links will work already
21:53 JohPie old links like the one you posted
22:00 esbite JohPie: Yes. They work, but I'd like to have speaking url-links when people share them on facebook and twitter. To ensure this I'd like typo3 to always end up on the speaking url.
23:11 Manyfold hello
23:12 Manyfold i have the following problem : i want to symlink /var/www/cms/index.php to /var/www/index.php
23:13 Manyfold via ln -s
23:14 Manyfold doing this gives me the following error in /var/log/apache2/error.log
23:14 Manyfold [Tue Jun 29 22:58:42 2010] [error] [client 77.182.125.205] PHP Fatal error: require(): Failed opening required '/var/www/cms/tslibindex_ts.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/typo3/typo3_src-4.3/index.php on line 79
23:15 Manyfold i traced that to the respective config file where i found at line 79:
23:16 Manyfold require (PATH_tslib.'index_ts.php');
23:17 Manyfold looks like a string concatination gone wrong.
23:18 Manyfold but i wonder why when i access index.php via servername/cms/ there is no error
23:19 Manyfold also shouldn't it be require ($PATH_tslib.'index_ts.php');
23:19 Manyfold could someone please help me?
23:24 nhaskins I'm having an issue mapping a TemplaVoila template. I have an element that is in a container, and it doesn't show up on the back end.
23:24 nhaskins here's the html http://paste.phlogi.net/-a599fd0680
23:24 nhaskins an image of the mapping http://imagebin.ca/view/keXkqc4g.html
23:24 nhaskins an image of the back end http://imagebin.ca/view/BQwjMs.html
23:24 nhaskins The html output to the frontend is correct, but I can't access my main element to put my content in it.
23:27 Denyerec nhaskins
23:27 Denyerec You there ?
23:27 nhaskins yes
23:27 Denyerec are you able to provide a BE login ?
23:28 nhaskins see pm
23:32 nhaskins <Denyerec> just ask ries in #typo3 if I'm crazy
23:33 Denyerec ok brb
23:36 swed hello
23:37 swed Have newbee problem
23:37 swed which is the default username?
23:38 swed Login to the TYPO3 Backend on B2BCD New TYPO3 site
23:38 swed versiion 4.4
23:38 swed ??? anybody?
23:39 ironm hi swed
23:39 ironm you have to define an admin account for your BE .. (in the install tool)
23:40 ironm swed: what is B2BCD?
23:42 ries Denyerec: nhaskins ??
23:42 ries swed: ususally it's admin/password
23:42 nhaskins yes
23:42 ries if yuo cannot get in, go to the install tool and create a new admin user
23:42 ries nhaskins: , you said : <Denyerec>just ask ries in #typo3 if I'm crazy
23:42 nhaskins Yes, I did
23:43 nhaskins He told me to ask
23:44 Manyfold for my install it was admin/joh123
23:44 nhaskins joh123 or joh316?
23:44 ries Manyfold: are you sure?? joh123 is not default as far as I remember (and I go back a while...)
23:44 ries jph316 is for the install tool
23:44 ries s/jph/jph/
23:45 Manyfold ries: to be frank i am not sure about the number part
23:45 Manyfold but about that joh part i am sure
23:46 nhaskins It stands for John 3:16
23:46 Manyfold ok i found out it's require (PATH_tslib.'index_ts.php');
23:47 Manyfold and i forgot to include a / at the end of the string
23:48 Manyfold corrected this and now i get "Cannot find configuration. This file is probably executed from the wrong location."
23:48 ries Manyfold: you are doing something awefully wrong...
23:49 Manyfold so why can't i simply symlink to another location in the file tree
23:49 Manyfold ries: tell me
23:49 Manyfold i am a newbie as you might guess
23:49 ries Manyfold: you are installing typo3?
23:50 Manyfold no installation is alreday everything works fine except i have a few problems with templates but thats a different story
23:50 Manyfold already done
23:52 Manyfold i just want to symlink /var/www/cms/index.php to /var/www/index.php
23:53 Manyfold as you might guess /var/www/ is my htdocs directory
23:54 Manyfold or is the only way to set my virtual server conf to /var/www/cms ?

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.