Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 29 October 2008

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 31
06:04 d|g hi all
09:08 maholtz|WORK good morning
09:21 swemark Good morning
09:21 swemark Whats the index_rel table for?
09:21 swemark relations between pages?
09:26 maholtz|WORK afaik it belongs to indexed_search
09:27 _pedda_ good morning
09:29 swemark yeah that i know, problem is this one contains 7 mil rows
09:30 swemark searching for something takes 20 sec
10:02 Khan Hi Eevry One
10:03 Khan Can any one help me on templavoila
10:03 Khan extension
10:04 Khan ?
10:09 maholtz|WORK ask your question - perhaps someone can help you - but not if you do not ask your question
10:16 Khan Anyone can help me
10:16 Khan ?
10:16 Khan about templavoila
10:16 Khan ?
10:22 xsebi just tell your problem
10:30 Khan I want to use templavoila
10:30 Khan can you provide me basic docs for that
10:30 Khan which can help me how i use it
10:31 Tsoots typo3.org > docs > futuristic template building tutorial
10:31 Tsoots http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/current/
10:31 Tsoots no idea why there's a french flag in there
10:32 Khan tahnks
10:32 Khan thanks
10:35 cap3455 hi, I created a new entry in the pagetree of typo3 for a subdomain. (like huhu.domain.com) the entry is just a shortcut to an existing page, but I get a complete blank page. Can I test if Typo3 actualy catches the request for that subdomain?
10:36 cap3455 the vhost config should be right..
10:36 swemark did you do it as a domain?
10:37 cap3455 qhat do you mean?
10:37 cap3455 *qhat
10:37 cap3455 damn :) *what
10:37 swemark haha
10:37 swemark in list you can add a domain-record
10:37 cap3455 let me take a look
10:37 swemark put that on the page your shortcutting to
10:37 swemark and typo3 will sort the rest out
10:39 cap3455 I don't know exactly, if I did it right. The tree starts with domain.com with a little globe in front. domain.com has a page setup and is working perfectly.
10:39 cap3455 under that there is huhu.domain.com with a plus in front. under domain.com
10:40 cap3455 is that what you mean?
10:40 swemark no
10:40 swemark if you go to the page you want huha.domain.com to start of with
10:40 swemark and add the domain record huha.domain.com there
10:41 swemark typo3 will send all entering huha.domain.com to the page where the record is located
10:42 cap3455 sounds good, I am at the target page, within "List"
10:42 swemark yep
10:42 cap3455 I get three tables "page" "pagecontent" and "template"
10:42 swemark Add a domain-record
10:42 cap3455 how?
10:42 swemark ok
10:42 swemark on the top of the page
10:42 swemark theres a paper with a plus above it
10:42 cap3455 its all in german here, so don't wonder if something sounds strange
10:42 swemark :P
10:43 cap3455 ah
10:43 cap3455 okay
10:43 swemark :)
10:43 swemark in there you have the german equivalent of domain
10:43 swemark create one of those
10:45 cap3455 still now working :(
10:45 swemark then i dont know
10:45 swemark empty page?
10:45 cap3455 is there a Log witch states if typo3 actually receives that request?
10:46 cap3455 empty page, like before
10:46 swemark is there anything in the source-code?
10:51 cap3455 okay, I tried ones more. The vhosts config is fine, the request definitly reaches the index.php of typo3
10:51 cap3455 but Typo3 delivers an empty page :(
11:09 _pedda_ typo3 confuses if you specify only the subdomain?
11:09 _pedda_ erm -? +!
11:09 _pedda_ you have to specify the domain.com on the normal startpage too
11:09 _pedda_ so that typo3 knows aaah.. there are two domainrecords i have to respect
11:09 FloLeBlanc hi all
11:09 _pedda_ the normal one domain.com
11:10 _pedda_ and the subdomain
11:10 _pedda_ huha.domain.com which points to page xy withiun the page tree
11:10 FloLeBlanc Can someone tell me what kind of extension I would have to create to create a "helper" extension that can be called from other extensions (basic example would be a tax calculator, new taxcalculator, taxcalculator->calculate($amount))
11:15 maholtz|WORK @FloLeBlanc: afaik the "type" of an extension is only used for showing it in extension manager - so perhaps "fe" would be the best.
11:26 FloLeBlanc hmm... I created a BE extension (should support the BE) with the kickstarter, but I'm a bit puzzled now on where to put the class :)
11:26 FloLeBlanc (functions, etc.)
11:44 HardPhuck in which file extension use configuration at install time
11:55 m4rtijn hi all
11:57 HardPhuck anyone knows where extensions store install time configuration options?
12:00 maholtz|WORK @hardphuck: localconf.php
12:01 maholtz|WORK has someone experience with amazon s3 or ec2?
12:01 _pedda_ hi
12:01 _pedda_ m4rtijn
13:18 Sebastan hello, can someone tell me how to change a new field for a feuser-user to be shown as a dropdownbox filled with the data from another table? Or is there a tutorial for that? The field is already there but its only a normal text-field...
13:19 HardPhuck what is the fastest way to load usernames from fe_users table into an array
13:20 Sebastan dont know. I presume making a sql-select for feuser column username and then putting into array. I would do it this way.
13:21 m4rtijn php array?
13:21 HardPhuck yea
13:24 Sebastan someone know where to change things to fill a feuser-field with table-datas as an dropdownbox?
13:25 m4rtijn Sebastan - build an extension-extension
13:26 Sebastan yes, I did. And I have now a new field in the feuser-plugin. But its only a textfield. I want to change it so that it is a dropdownbox filled with the data from another table.
13:35 martijn hm
13:37 Sebastan it should be a dropdownbox because each user in feuser should be part of one record of this other table... So the table should be as a dropdownbox to put a user to a group defined in this table...
13:38 maholtz|WORK if you do it via kickstarter it es very easy to do so
13:38 m4rtijn .. like I said.. u need to create an extension-extension
13:42 lilalinux How do I slide content with TemplaVoila w/o editing xml files? If I edit the xml files, I risk losing the changes after remapping.
13:49 Sebastan I built it with the kickstarter. I made an extension. one new table and an ref-field for fe_user. In this field can be wrote the uid of the record of the new table where the feuser is connected to.
13:49 Sebastan I tried to configure the new field for feuser as int. So it remains an textfield only. I tested as an selectorbox and even gave in 2 lines of dummydata but it remains a textfield. Now I choosed "Database Relation" for that field. At "Create relation to table:" I choosed the new table and as type "Selectorbox, select global". The other fields are as they were before. I deleted typocache but its still only a textfield...
14:00 smeringe ohlas
14:02 smeringe is there a way of analyzing page ts config such as the ts analyzer for ts templates?
14:02 smeringe +user ts while I'm at it? :)
14:18 m4rtijn how do I get single image CE's next to each other?
14:18 m4rtijn I have to put them in seperate CE's
14:38 xsebi m4rtijn : setting up a div class maybe : )
14:50 _pedda_ ?!
15:00 lilalinux How does first, middle and last behave for menus with only 1 or 2 elements?
15:01 lilalinux 2 is first and last? 1 is first or last?
15:02 m4rtijn 1 first 2 last
15:03 lilalinux and with only one element?
15:03 m4rtijn hmm, I guess first
15:04 maholtz|WORK afaik last
15:04 maholtz|WORK but there is an documentation about optionsplit -> TSref
15:04 lilalinux maholtz|WORK: thx
15:13 lilalinux m4rtijn: a single element is last
15:54 lilalinux how do i configure which page to show as starting page?
15:54 maholtz|WORK if you have only one domain - the first page is the starting page
15:55 lilalinux yes, and I want to cvhange that behavior :-)
15:55 lilalinux I have a tree structure with subtrees
15:56 lilalinux the top level pages are only pseudo pages
15:56 lilalinux and shouldn't be viewed themselved
15:57 lilalinux s/ed/es/
15:57 maholtz|WORK so make them shortcuts
15:57 maholtz|WORK to sub pages
15:57 lilalinux good idea, thx
16:31 Cotechinho can someone say me how i can import the width of a GIFbuilderimage into css
16:31 Cotechinho can someone say me how i can import the width of a GIFbuilderimage into css dynamic
16:32 void Cotechinho: use TSFE:lastImageInfo or something like that
16:32 Cotechinho okay
16:33 Cotechinho i have a tmenu with gifbuilder and the images as background
16:33 Cotechinho do u mean i can import the width of the image 2?
16:35 void image 2?
16:35 Cotechinho image too
16:36 void you may get width of any image generated by gifbuilder...
16:36 FredSPS Hi all
16:37 FredSPS Beginner needs assistance for first time Typo3 running :)
16:37 Cotechinho yes
16:38 Cotechinho u see here the typoscript of my menu
16:38 Cotechinho http://paste.phlogi.net/ypslideout/
16:39 Cotechinho the tmenu produce with the gifbuilder hover and normal for link on the first level
16:39 Cotechinho and any pic produce a dynamic css
16:40 Cotechinho but i need the width of any image 2
16:44 Cotechinho void do u mean i can export the width with the function TSFE:lastImageInfo
16:44 Cotechinho ?
16:45 void ye
16:45 void s
16:47 m4rtijn depends what u mean by export
16:48 Cotechinho to export the width of the image into css
16:50 xsebi aint it terribly slow to rewrite css files then having to reload them ?
16:50 Cotechinho 20.dataWrap = {register:css_menue_ges} i produce for any link the right background from the gifbuilder
16:50 xsebi if i get this right
16:50 FredSPS Does anyone know a toturial for seting access rights ?
16:51 m4rtijn FredSPS - try at wiki.typo3.org
16:51 Cotechinho http://paste.phlogi.net/ypslideout/ this is my menu and this is my site fechten-böblingen.de
16:54 Cotechinho and where i set it in the IMG_RESOURCE?
17:00 FredSPS I've created a new group and user. This account can edit in "Page" mode, but in "View" mode, this user don't see the editing pen
17:00 FredSPS Anything to activate in the group definition ?
17:02 Cotechinho someone knows how i can import the specific width of the image into the css too?
17:11 Cotechinho i found it but how i set the information into css dynamicly
17:30 lilalinux can I configure a menu so that it displays hidden pages, too?
17:30 lilalinux My problem is, that I want pages to be hidden from the main navigation (varying levels) but want them to be shown in the breadcrumb navigation
17:32 Cotechinho u can exclude ids @lila
17:33 maholtz|WORK @lilalinux: yes, it is possible: includeNotInMenu = 1
17:33 maholtz|WORK afaik on HMENU
17:34 FredSPS Is it possible to hide a certain block for a user in Page mode ?
17:34 FredSPS For eg, admin can see all blocks, but not a redactor
17:34 lilalinux thx
17:38 nd_ Is it possible to set the cache-timeout for the page containing my plugin via the plugins TS?
17:43 Phlogi nd_: no I don't hink so
17:46 maholtz|WORK @nd_: you do not want that!
17:46 nd_ maholtz|WORK: I don't?
17:46 nd_ ;)
17:46 nd_ ok...
17:46 maholtz|WORK there is no need, that your plugin changes cache-timeout
17:47 maholtz|WORK perhaps, you want something different
17:47 nd_ Well, of course only for this page. And yes, in my case I see the need, because otherwise I get either problems with caching or my ext ;/
17:47 maholtz|WORK so write it down to your manual:)
17:47 nd_ That I would have done anyway
17:47 maholtz|WORK do you know the clearCacheCmd ?
17:48 nd_ just wanted to check if it's possible
17:48 nd_ no, I don't
17:48 nd_ part of?
17:48 maholtz|WORK TCEMAIN.clearCacheCmd is part of Page TS config
17:49 nd_ hmm
17:49 maholtz|WORK if an record is stored on one page, you can definie via that command which cache-pages should be cleared
17:49 nd_ Ah, well
17:49 nd_ I will look into that, thanks
17:53 FredSPS Is there any Typoscript for telling (if I don't have the right to edit a box, then don't display it in backend" ?
17:55 maholtz|WORK @FredSPS: in BE that should work autmatically
17:55 FredSPS it doesn't, it prompts the message "I don't have the right to edit the box"
17:55 FredSPS But I see it in View and Page mode
17:55 maholtz|WORK ah, you talk about plugins etc.
17:55 FredSPS Basically I just need to hide some pen editing in view mode
17:56 FredSPS no, the basic install
18:00 nd_ so read them?
18:01 HardPhuck lol wait until i ask the question
18:01 HardPhuck so here's the deal
18:01 HardPhuck i have a table with entries with each entry has the 'title' field
18:02 HardPhuck and now i have a string $entry
18:02 HardPhuck now i would like to check if an entry with the title $string exists
18:02 HardPhuck what's the proper way to do that
18:03 HardPhuck i mean i can selectquery and then load all titles into an array
18:03 HardPhuck and check if array has the $entry in it
18:03 HardPhuck is that the way an experienced coder would make it?
18:03 nd_ selectquery for title = entry?
18:04 nd_ and check if the returned array has count($arr) > 0
18:04 HardPhuck thank you
18:04 maholtz|WORK @HardPhuck: do it via SQL?
18:04 maholtz|WORK ups
18:05 maholtz|WORK thats what nd_ told you:)
18:05 HardPhuck :)
18:05 maholtz|WORK you should secure your variables
18:05 HardPhuck secure?
18:05 maholtz|WORK DB->quoteStr($entry,'yourtablename')
18:05 nd_ make sure to use $where = 'entry = "'.$GLOBALS['TYPO3_DB']->quoteStr($entry,$from).'";
18:05 maholtz|WORK well, validate
18:06 maholtz|WORK as nd_ shows you:)
18:06 HardPhuck what is that good for?
18:07 maholtz|WORK to prevent your code against sql-injections
18:07 nd_ it makes sure that there's no chance of doing an sql injection
18:08 HardPhuck crappy wireless
18:09 HardPhuck could you in one sentence tell me what quoteStr means?
18:09 nd_ maholtz|WORK: I found your answer better :)
18:10 maholtz|WORK a) to prevent your code against sql-injections
18:10 maholtz|WORK b) it makes sure that there's no chance of doing an sql injection
18:10 nd_ Basicly it escapes any bad characters and makes sure there's no hidden SQL statement in it. Therefor it secures your query against sql-injections.
18:10 HardPhuck okay
18:10 HardPhuck thank you both
18:11 nd_ welcome
18:11 HardPhuck i'll do it this way, i dont think it matters as this script is only going to be run with cron
18:11 nd_ still always do it
18:11 nd_ you wanted a CGL, now you got it!
18:11 HardPhuck yes, and i appreciate it :)
18:20 maholtz|WORK bye
18:20 nd_ bye
18:27 HardPhuck can i also use exec_SELECTgetRows
18:27 nd_ yes
18:27 HardPhuck which is prefered?
18:27 HardPhuck as it seems they both can achieve the same goal
18:28 nd_ getRows saves you more hassle as it returns the array directly, right?
18:28 Norman__ hello, who speak german?
18:29 Norman__ i can't tell my problem in english and i need help.
18:29 Norman__ can anyone help me?
18:29 HardPhuck nd_: thanx so i'll user the getRows
18:29 nd_ HardPhuck: right
18:29 nd_ Norman__: Try to tell it in english please
18:29 Norman__ ok
18:30 Norman__ i have a new project --> blumenkripke.de
18:30 nd_ ok
18:30 Norman__ ich have installed a new template, but if you open the adress you can't see my template
18:30 Norman__ nothing will be presenting
18:31 Norman__ i read my books about typo3
18:31 nd_ So what are you using for templates?
18:31 Norman__ i searched in forums but there are no threads which help me
18:31 Norman__ i use a html-data and a css
18:33 Norman__ can you help me?
18:33 Norman__ i wrote a script for typoscript
18:34 Norman__ my other homepage (dj-norman.de) is ok
18:34 nd_ well
18:34 nd_ using the same script?
18:34 Norman__ no
18:34 Norman__ i wrote a new html-data
18:35 Norman__ but the same typoscript
18:35 nd_ that shouldn't change the logic
18:35 nd_ did you make sure it uses the correct filenames and paths?
18:35 Norman__ yes
18:35 nd_ Also made sure it really uses the typoscript?
18:36 Norman__ it is in the setup of the template
18:37 Norman__ can we open a private chatroom?
18:38 nd_ sorry, I will leave in eight minutes
18:38 nd_ so it doesn't make sense
18:38 nd_ maybe somebody else has a clue
18:39 Norman__ ok thank you for your help
18:39 nd_ welcome
18:39 Norman__ who can help me?
18:39 FredSPS Does anybody know what "preview.showHiddenRecords" for ?
18:39 HardPhuck $res = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('username','fe_users',$GLOBALS['TYPO3_DB']->quoteStr($where_clause, 'fe_users'));
18:39 HardPhuck is this okay nd?
18:42 nd_ HardPhuck: no
19:01 nd_ Norman__: So now I'm at home... we can try to solve it
19:02 Norman__ ok
19:02 Norman__ thank you
19:02 Norman__ should i give you my account for this homepage?
19:02 nd_ nah
19:03 nd_ you don't know me... why would you hand a stranger the login credentias?
19:03 untouch_ can someone help me with translation modell 1
19:03 untouch_ im trying and trying but there wont appear any language menu
19:04 untouch_ plus the english sites (id 4) get are put directly under the default content
19:04 untouch_ http://typo3.liquidc.net/Impressum/index.php?id=8
19:04 untouch_ i worked through 5 different tutorials
19:04 Norman__ because this project start just since yesterday
19:05 Norman__ so if you would hack it i can lock this account and delete the database
19:05 Norman__ and i trust that someone who would help me, want to help me
19:06 untouch_ this is what i out into an ext templ http://paste.phlogi.net/-409330f3da/
19:06 untouch_ put even
19:08 untouch_ and this is whats in my my_languageMenu.php http://paste.phlogi.net/-6bfc14741e/
19:09 untouch_ i edited the two lines $flags[] =
19:09 untouch_ to the bottom
19:09 untouch_ to different flag icons
19:09 untouch_ and a different id for my new language (4)
19:09 untouch_ i dont know what ive done wrong
19:10 untouch_ oh and it didnt work either before i edited the php file for the .gifs
19:10 untouch_ i followed this http://yaml.t3net.de/TYPO3-mehrsprachig.39.0.html
19:10 untouch_ tutorial
19:11 untouch_ can someone gimme a tip
19:29 robertdiggs what is the best solution to put a page content login form allways under the left navigation menu?
19:30 robertdiggs i only know how to display the content of the current page...
19:38 dinsdale07 does anyone know a TS condition which is true if NO user is logged on?
19:39 xsebi loginUser = *
19:39 maholtz that means any user
19:39 maholtz perhaps loginUser = 0 should work then
19:39 dinsdale07 almost to simple :-) let me try
19:40 maholtz @robertdiggs: have an look at TSref RECORDS
19:41 xsebi oh ry
19:41 xsebi sry
19:41 xsebi u can do a loginUser = * and set an else after that : )
19:42 Titii Hello there, is there some local windows xp package server / Apache, php5, mySQL, ImageMagick and so on /, specialy for TYPO3? Localy for my testing. Thank you
19:42 chefan http://www.apachefriends.org/en/xampp-windows.html
19:42 dinsdale07 loginUser = 0 unfortunately doesn't work. I think it looks for FE with the PID 0...
19:44 dinsdale07 now the else sounds interesting but there is no else statement in T3 conditions, is there?
19:44 xsebi sure
19:44 xsebi i use it that way
19:44 dinsdale07 do you have to create a userfunc?
19:44 xsebi probably put it in [else]
19:44 dinsdale07 ok thx, let me try ...
19:45 dinsdale07 ha - genius, thanks xsebi :-)
19:46 Titii chefan hm, but is there also ImageMagick included? I cant see
19:47 dinsdale07 Titii, I think so - there should be a binary version included.
19:48 xsebi u also can just dl imagemagick with a win installer
19:48 chefan Titii: i know of no package on windows that bundles imagemagick as well, but the installation comes down to doubleclicking the installer iirc
19:49 dinsdale07 Titii, sorry, I missunderstood you, there is a Typo3 all in one server package which includes imagemagick.
19:50 dinsdale07 http://typo3winstaller.sourceforge.net/ didn't this include all?
19:51 Titii But the ImageMagick dll for windows I have installed also. That seems to be done, so just install the server, and what about WampServer?
19:53 chefan dinsdale's link will probably do fine
19:53 chefan i am not sure if it includes imagemagick, but if you have it installed allready, all is fine
19:54 dinsdale07 I used to use this on WinXP and I remember imagemagick being bundled.
19:55 dinsdale07 btw is there a preconfigured vmware/virtualbox image for Typo3?
20:11 Titii dinsdale07 thank you very much
20:13 pontecorvo Hello all
20:14 s-andersen Any tt_news experts here?
20:15 pontecorvo I have strange bug with tt_products in OVERVIEW mode. When I add few items to basket I see double items count and double price in the "OVERVIEW" item. But if refresh this page or click any link - overview lookk correct. Any idea?
20:19 s-andersen I have a major tt_news category problem. I have multiple users who have their own sysfolders with news categories in, but they can see each others categories, it's like tt_news doesn't respect the DB mounts (I have tried the GRSP setting, but that creates even more trouble, so can't use GRSP)
20:19 dinsdale07 s-andersen - just ask, if someone knows the answer they will respond.
20:25 dinsdale07 GRPS - is that the group setting for BE user groups. I though one is able to select the allowed/visible tt_news categories under Extended.
20:26 Cotechinho huhu
20:29 s-andersen dinsdale07: GRSP is the "General Record Storage Page"
20:30 s-andersen dinsdale07: Under "Extended" in the user or group record, you can select a list of allowed categories, but that doesn't help me, because then I have to "accept" every newly created category, before the user can actually see the category they have created, and that's not feasible
20:33 swemark alright, i want to optimise my startup time
20:33 swemark any ideas on where to go?
20:34 swemark wait, wrong channel ^
20:34 swemark ^^
20:40 s-andersen I guess I need to do a hack on tt_news to make it work
20:47 maholtz what means startup time?
20:47 maholtz ups
20:56 swemark maholtz, thought i were talking in archlinux :)
20:57 maholtz :) any solution?
21:15 s-andersen Damn Calendar Base has the same limitations as tt_news :( Gotta find a way to change the category options of that one too, this will probably be harder
21:32 dinsdale07 s-andersen, If I understand correctly it's just the opposite of what you need ...
21:33 s-andersen dinsdale07: You could say that I wanted to mount pages instead of specific categories
21:34 s-andersen But I solved it by limiting tt_news to only show categories which are inside of a users mounted pages, now I have to do the same for Calendar Base
21:34 dinsdale07 s-andersen, have you heard of acl - haven't played around with it yet but it seems to be an advanced permission system.
21:34 s-andersen acl? Is that an extension?
21:35 dinsdale07 http://typo3.org/extensions/repository/view/be_acl/current/
21:37 s-andersen actually I have looked at that extension before, but I haven't found the need for it, as I think TYPO3's basic access settings are quite suitable, it's the extensions use of it that lacks in these cases
21:38 dinsdale07 you're right, I think this is only for the Backend so no use.
21:40 s-andersen But the tt_news problem was actually quite simple to solve with the BE_USER object
22:02 Awillys hi, anyone around using direct_mail
22:02 Awillys ?
22:41 wacky__ How do we allow <object> tags in a tt_news news ?
22:48 s-andersen wacky__: My guess would be that you have to configure the parsefunc
22:50 wacky__ s-andersen: tweaked this.. but it seems to be stripped by the RTE again...
22:50 wacky__ I'll have a look tomorrow, thanks :)

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.