Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Sunday 20 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
00:29 ckoehler anyone still awake?
00:30 ckoehler wondering if anyone knows how to define select box items via TS that can be read in somehow by BE records in TCA
00:30 ckoehler probably per userFunc
00:31 ckoehler i guess i could make records for those items
00:31 ckoehler and read them in with foreign_table
00:32 ckoehler thanks guys, you're great! :)
01:01 Fab1an- hello
07:44 Olegs hello all
07:45 Olegs what should I do after upgrading from 4.0.4 to 4.0.6 ?
08:56 dokma hi all
08:56 dokma I've finished my translation nightmare
08:56 dokma it all works really nice
08:56 dokma I'll double check all entries now
08:57 dokma I want to know which file I need to submit to bugs.typo3
09:16 djg Olegs: iirc nothing
09:17 djg didn't require a database update
09:17 Roelof hello, how can i use classes with the standard mailform (tt_content.mailform.20)
09:17 Olegs djg: thank you
09:17 djg you may wanna go to the installer and dblcheck tho :)
09:17 Olegs I did
09:17 Roelof i know how to use id but i have to use both id and class ??
09:17 Olegs in wiki - recommended to remove .js from typo3temp/
09:18 djg clear the cache, yes
09:18 djg that's what you should do
09:23 Olegs I did ; everything works :)
09:25 dokma hey guys
09:25 dokma I just used IIXML translate
09:25 dokma to translate srfeuserregister
09:25 dokma which files should I submit to bugs.typo3.org ???
09:25 dokma I made a huge effort here so it would be nice to have it in the next update
09:30 Olegs one of XML files in extension directory
09:30 Olegs search for recently changed files
09:39 dokma olegs I tarballed typo3conf/l10n/hr/sr_feuser_register
09:39 dokma it seems that all of the modified files are there
09:40 Olegs good luck then
09:40 dokma we'll see what will the maintainer say
09:51 rabauke Hello! For some of my users the RTE is not loaded when editing content. I have tried to place "setup.default.edit_RTE = 1" on the root-page's TSconfig, the backedn user's, the frontend user's and the group's TSconfig but it does not work. How can I find out why this does not work?
09:52 daemonicus hello, maybe anybody can help me. I just installed typo3 on my webspace, but I can't access the backend with the standard user and pass. I typed it in correctly. what can I do to get access
10:43 ratschnowski hello, got some issues with backenduser permissions
10:44 ratschnowski they can create their content, but are not able to delete it again. I advised to hide them, cause this works, but users never understand that
10:44 ratschnowski they need to be able to delete directly
10:52 dokma did you check the permissions setup ?
10:53 ratschnowski yes, i set all the permissions, i was thinking they are necessary
10:53 ratschnowski like pagecontent modify
10:53 ratschnowski i am using TV and T3 4.1.1, is there any known issue about that?
10:53 dokma i don't think so
10:54 dokma it should all be modifiable via access page
10:54 dokma that is access module
10:54 dokma go to access the permissions drop box in the upper right
10:54 dokma delete is usually the only one that is excluded
10:55 dokma you'll notice that delete has a red star for the group
10:55 dokma so delete is disabled
10:56 ratschnowski for the group, i disabled delete page
10:56 dokma if you were setting it up via groups
10:56 ratschnowski i just want them to delete content, but not pages
10:56 dokma it is for contents also
10:56 ratschnowski yes set it up via groups
10:56 dokma that delete permission is for page and content
10:56 dokma if you want to have only for content
10:56 dokma you'll have to setup a special group
10:56 dokma and fine tune the permissions
10:57 ratschnowski ok, damn
10:58 ratschnowski i now allowed deleting, there is still noc change
10:58 dokma hmm
10:58 dokma how are your users setup?
10:59 dokma does it work if you allow everything to everybody ?
10:59 ratschnowski i try, i allowed everything to user and group
10:59 ratschnowski and denied everything for everybody, so no user no group
11:00 ratschnowski hiding works, deleting does not...
11:03 ratschnowski ok, i can delete when using the waste icon while editing the content element
11:14 roelof how can i make a class with a mailform ?
11:16 Ruudi hi
11:32 roelof nobody who can help me ??
13:15 ratschnowski hello, is someone common with mailformplus?
13:15 ratschnowski got some issues about the mail-from field
13:15 null_0 hm.
13:15 ratschnowski instead of taking the email adress, which was given by the sender, it uses the name and adds the domain of the homepage
13:16 ratschnowski insteadt of its email adress
13:16 null_0 i do not know if i am common with, but i use mailform on some sites
13:16 null_0 ok
13:16 null_0 wait, i take a look
13:16 ratschnowski i used the following TS:
13:16 ratschnowski plugin.tx_thmailformplus_pi1.default.email_replyto = email
13:16 ratschnowski plugin.tx_thmailformplus_pi1.default.email_sendtouser = email
13:16 ratschnowski where email is the name of the field of the users emailadress
13:17 ratschnowski the template looks like that:
13:17 null_0 do you use your own mailform.html template
13:17 null_0 ?
13:17 ratschnowski <label for="email" class="label">e-Mail: <span style="color:red;">*</span></label>
13:17 ratschnowski <input id="email" name="email" value="###value_email###" class="input2" type="text"><br />
13:17 ratschnowski yes, i use my own template
13:19 null_0 <INPUT TYPE="text" name="user_email" value="###ANSWER_TO###" class="formular">
13:19 ratschnowski also the confirmation mail, which is sent to the user, does not contain the adress which i defined with: plugin.tx_thmailformplus_pi1.default.email_sender =
13:20 ratschnowski so do i have to use: plugin.tx_thmailformplus_pi1.default.email_sendtouser =value_email or ###value_email### ?
13:20 null_0 not name="email" value="###value_email###"
13:20 null_0 name="user_email" value="###value_email###"
13:21 null_0 i hope this is right, but it is here in my TS, like that, and works
13:27 null_0 curious. your right. the mailform documentation says ###email###
13:28 ratschnowski well, do not think that this is the reason
13:33 ratschnowski the mailheaders (mail from, reply to) are completely wrong
14:29 Roelof hello, does anyone knows how to use a class with a form ( eg. form class="classname" )
14:32 null_0 Roelof: of course
14:32 null_0 just add it
14:33 null_0 and create the css
14:40 elbart hi @ all
14:45 Ries hey elbart
14:50 Roelof null. i have this TS (http://phpfi.com/235580) , where and how can i add it ??
15:04 Roelof null. i have this TS (http://phpfi.com/235580) , where and how can i add a class here ?
15:13 Roelof anybody else ??
15:14 uschi hi folks
15:14 uschi Roelof, what do you want to do?
15:15 uschi Ries, may i have your advice?
15:15 Roelof i want to add a class to this TS (http://phpfi.com/235580) , Uschi
15:15 uschi a class to what, to the form?
15:16 Roelof so i can see <form class = "formclass ... >
15:16 uschi have to look at css_styled_content/static/setup.txt for that, Roelof
15:17 Roelof oke, thank you
15:18 Roelof can i find this on the ext map or somewhere else ??
15:19 uschi Roelof, the fe-rendering is done by the sysext css_styled_content, found in typo3/sysext
15:19 uschi inside the css_styled_content/static folder you find 2 files:
15:20 uschi constants.txt and setup.txt
15:20 uschi an orgy of ts :)
15:24 Ries Roelof: peter klein just answered on mail
15:24 Ries uschi: sure
15:24 uschi how do you include css files when using TV?
15:25 Ries uschi: using typoescript
15:25 uschi i need to load some browser specific css AFTER the stuff coming from TV
15:25 uschi yes but then i need a condition for each page template
15:25 uschi how can i do that?
15:26 Ries a browser condition?
15:26 uschi browser is easy, i mean i have different page templates (frontpage, portalstart, contentpage etc)
15:26 uschi and they need bits an pieces of different css
15:27 uschi so i have to need a condition that says
15:27 uschi if TO so and so is used load these css files
15:28 Ries will this work ? page.includeCSS.file1 = fileadmin/templates/css/style.css
15:28 uschi no, because those css files are included BEFORE the tv stuff
15:28 uschi this is silly
15:29 Ries what CSS is added before then?
15:29 uschi but the iehacks.css and some stuff for safari and konqueror needs to be loaded AFTER the ordinary css files
15:29 Ries to be honest.. I never include any CSS from a template using TV
15:30 uschi you cannot, because of this fff.... problem
15:30 Ries I think you can include header infor from a TV template, is that is what you are using?
15:31 uschi yes, but now i have to load 2 additional CSS-Files after those i have in the tvheader
15:31 uschi if i use includeCSS the files are loaded before the regular css
15:32 Ries can't you load the additional CSS files also in the header and select them?
15:32 Ries or, can you include the 'hack' files from the CSS templates?
15:32 Ries using include?
15:32 Ries sorry, from the CSS files
15:32 uschi if conditional comments were respected by tv, that would solve the problem for ie
15:33 Ries cnditional comments is just one hell of a hugly thing....
15:33 uschi it is nice and clean xml
15:33 uschi and it works
15:33 Ries can you make it simply not work in IE and FF by not hacking and using the !important trick?
15:33 uschi no
15:33 uschi and it would not solve the safari and konqueror prob
15:34 Roelof thanks everyone
15:34 Ries I still think that a conditional comment is a ugly hack :D
15:34 Roelof and have a nice evening
15:34 uschi so i have to include all css via ts, but then i need to know which tv-template is used
15:34 uschi did you solve your prob, Roelof?
15:34 uschi because i need some time to find it out
15:34 Roelof im trying but i hope i can now
15:35 Roelof otherwise i come back with some more questions
15:35 uschi have a look at the FORM object in tsref
15:35 Ries Roelof: Peter klein answered your question on the mailing list
15:35 Roelof im going to read it, Ries
15:35 uschi ah, to that question here? because i would like to know as well
15:35 Roelof first dinner
15:36 uschi which mailing list?
15:36 Ries uschi: ebglish
15:36 Ries english
15:36 uschi thx
15:36 Ries uschi: do conditional comments work in a CSS file?
15:36 Roelof have a nice evening and many thanks everybody for thier help
15:36 uschi no
15:37 Ries uschi: Why do you need conditional comments??? I never used them actually :)
15:37 uschi i really need a condition to include css files according to the given tv to
15:37 uschi Ries, i suppose you are not a css king then, right?
15:38 Ries uschi: well... I made quite a number off websites, also rather complicated... but I don't see a need for a conditional comment
15:38 uschi i utterly dislike those inline css hacks which make a css unreadable
15:39 uschi and now that we have ie7 it has become even more difficult
15:40 uschi now can i somehow write a condition for the used TO?
15:41 Ries it should be possible to write a extension that can add that header info later in the header of typo3
15:41 Ries what about additional header data?
15:41 uschi same thing
15:41 uschi all BEFORE the tv header stuff
15:41 uschi *sniff*
15:42 Ries it's because TV is an extension... that is why it happens
15:43 Ries uschi: can you use css_select ?
15:44 uschi what is that?
15:44 uschi i do not want my editors to select css-files
15:44 Ries may be it has a way to add css from TS?
15:45 uschi i shall have a look
15:47 Ries I have oen extension that can do it...
15:47 Ries but I properly need to make a option for you te remove dojo from the header since you properly don't use dajo
15:48 Ries dojo
15:48 uschi dojo is some fancy js library, right?
15:48 Ries yup...
15:48 Ries but I can make a option in typoscript to no include dojo...
15:49 uschi yes please :-))))))))
15:49 Ries But it has teh option to add some additional header data really late
15:49 uschi this is the important thing :)
15:49 Ries I had problems with javascript added by typo3 at the wrong place
15:49 Ries actually it adds it right bevore the </header> tag
15:50 uschi this is exactly what i need :)
15:53 Ries let me read upon that code
15:53 Ries and see how I can implement it
15:54 uschi thx :)
16:11 Ries uschi: give me 45 minutes to check it out
16:11 uschi all the time you want, Ries :)))
16:31 zwaz hello! anybody here?
16:32 zwaz hi
16:33 zwaz i 've got a problem with typo3 i installed it on my webserver but when i try to log in i keep getting Error: This host address ("tjapz.com") and the referer host ("") mismatches!
16:34 zwaz .
16:39 zWaz` /msg (obscured mail address) AUTH SpastiKopf Hax0redj00
16:39 zWaz` //mode $me +R
16:39 zWaz` /j #swas, #jeule, #veryimportantpersons, #crossfire, #</3.et, #artificial-gaming, #buddies, #xfire
16:41 zWaz` ok thats not it
16:41 zWaz` Error: This host address ("tjapz.com") and the referer host ("") mismatches! i keep getting this and i dont know how to solve it
17:30 MrPrise hello
17:30 MrPrise I would like to try typo3. how hard to extend typo3? Im using drupal now
17:35 dokma MrPrise
17:35 dokma typo3 is a tough nutt to crack
17:35 dokma don't fool your self
17:35 dokma if you need results over night
17:35 MrPrise no, I dont
17:35 dokma typo ain't for you
17:35 MrPrise Im just curious
17:35 dokma typo3 is a great system
17:35 MrPrise I read the warnings ;-)
17:36 dokma if you stick long enough you'll fall in love
17:36 dokma :D
17:36 MrPrise and Im only trying to create a hobby site
17:36 dokma that's cool
17:36 dokma if you want to learn typo go ahead
17:36 MrPrise at this time I was sure Drupal is the best for it, now Im not so sure ;-)
17:36 dokma you'll always get help here
17:36 dokma drupla is great system
17:37 dokma you'll get results alot faster with drupal
17:37 dokma it's hard to explain typo
17:37 MrPrise yes, I love drupal's content type creation and taxonomy system
17:37 dokma something like win vs linux
17:37 MrPrise hmmm.
17:37 MrPrise Im using Linux ;-)
17:37 dokma then you'll absolutely love typo
17:38 dokma if you manage to survive the pain of getting used to typoscript
17:38 MrPrise what is typoscript?
17:38 dokma and browsing the huge and somewhat unorganized documentation
17:38 dokma it's typo3's own "scripting"
17:38 dokma basically it exists to enable users to setup typo without having access to php
17:39 dokma so it's more of a safety feature
17:39 dokma but it is somewhat unintuitive
17:39 MrPrise I see
17:41 MrPrise in drupal there are hooks to override the core functions. are there any similar things in typo3?
17:47 MrPrise which dir not be world writeable at install?
17:47 MrPrise I have some warnings
17:50 MrPrise ok, I find it ;-)
17:51 MrPrise but I think this would more userfriendly. It just splits out some php warning and I have seach to find it would like to write in the typo3tempt dir
17:53 Fabian did you use the install tool ?
17:55 Fabian after you've done the simple 1-2-3 you should continue configuring through the install tool
17:55 Fabian start with step 1 basic configuration
17:55 Fabian it will tell you what needs to be writable
17:55 MrPrise yes, I used it
17:55 MrPrise but the install itsel put the warning about mkdir and so
17:56 Roelof Ries and ushi, the last post from Peter works :) , target = page " class="classname
17:58 Roelof i have another question : i want to use Modern Guestbook and i want a line " write in the guestbook". Do i have to change the template or is there another way to achieve this ??
18:02 MrPrise how can I login as adming after I installed it?
18:03 Fabian admin / password
18:03 Roelof what do you see now on your screen ??
18:04 Fabian url.com/typo3
18:05 MrPrise ah ;-) thank you
18:08 MrPrise it says no pages are found on the rootlevel
18:09 Fabian to get something very basic, create a page in the backend
18:09 Fabian then create a template
18:10 Fabian and in template setup type:
18:10 Fabian page = PAGE
18:10 Fabian page.10 = TEXT
18:10 Fabian page.10.value = Hello World
18:11 Fabian page.20 < styles.content.get
18:11 MrPrise where can I create pages? Im at the web/page module. it says click the page title. I click but nothing happens
18:12 Roelof anybody who can answer my problem ??
18:12 MrPrise I read meanwhile the doc too, and on the pic there a page with the title QuickStart
18:13 Fabian try from the web/functions module
18:14 MrPrise it is the same. I clicked but nothing changed
18:16 Fabian ok click on the icon that looks like the earth
18:16 Fabian you will get a menu and go on from there
18:17 Fabian in the middle, where the pagetree should be
18:17 Fabian top-middle
18:18 MrPrise I see the pic in the doc, but I dont have any page tree
18:19 MrPrise do I need to install the sample datas?
18:22 MrPrise I installad the src and dummy package only
18:23 MrPrise ah, I see. I need to download it.
18:23 Fabian i tried to find a screenshot but couldnt find one better than this:
18:23 Fabian http://diaryproducts.net/img_assist/gen/19
18:23 Fabian see that earth thingy, you should have it too if you click on it it opens a menu where you can create new pages
18:23 Roelof nobody ??
18:24 Fabian what was the question
18:24 Roelof i have another question : i want to use Modern Guestbook and i want a line " write in the guestbook". Do i have to change the template or is there another way to achieve this ??
18:24 MrPrise ahh. so I need to click on the globe.
18:24 Fabian yes
18:24 MrPrise I never find that out myself...
18:25 Fabian well it isnt really intuitive but once you figure a few things out everything falls in to place
18:25 MrPrise ok, thank you for help. Im going to read the manual and try to play with it for a while ;-)
18:26 Fabian roelof i think you can just insert the guestbook plugin on a page and link to it?
18:37 Roelof oke, thank you , fabian
18:41 MrPrise are there any extensions to create a catalog of something?
18:41 MrPrise with filters and so on
18:44 MrPrise I would like to create a site similar to that one: http://www.lemon64.com/games/list.php?name=B&type=title
18:53 MrPrise I have error #102 when I saved my first page ;-)
18:53 MrPrise hm it looks like it doesnot like my text with accents
19:10 argo2007 Hi you all, have a q about calendar plugins. Tryed many ended with cal but all show a day less than i give so if I say 20-5 it shows up as 19-5 anyone ?? help pls !!
19:12 Ries argo2007: wait for dax to stop by.... he knows cal the best (he wrote it partly)
19:13 argo2007 thanks I'll do but its not a typical cal issue other calendars also had this...
19:14 Ries argo2007: sure your server is ok?
19:16 argo2007 no not sure at all is big hosting company they say need to add putenv("TZ=GMT") to my script ????
19:28 Ries argo2007: you might need to check in the install tool for typo3's TZ configurations
19:29 argo2007 Ries: I ony found ServerTimeZone=1 witch I now changed to 3 because I saw in the log that timestamps were 2 hr before
19:32 woahchaz hey - anone here?
19:32 woahchaz anyone even
19:33 woahchaz could use some help trying to get my typo3 install working
19:36 Ries woahchaz: if it's on windows I cannot help you :)
19:37 woahchaz its on a remote server that i believe is running linux, well thats what the install tool thing tells me
19:39 woahchaz i have uploaded and installed the source + dummy files and run the /install/index.php and thats all gone smoothly, i have got the back end bit to come up ok, but if you just go to the url it says error, no files are found on the root level
19:39 woahchaz i was expecting a dummy site to come up
19:51 MrPrise i have a video tutorial about installing extensions. in it they have an option to install from the online repository. I dont have it
19:56 Ries woahchaz: congrats!!!!
19:56 Ries woahchaz: All went well :D
19:57 Ries woahchaz: well... dummy is rully dummy.... it's not like typo3 for dummies... and there is something in there
19:57 Ries dummy in typo3 wolrd means 'empty' not even a template... nothing nada
19:57 Ries woahchaz: so it's time to read teh manuals on how to create templates etc
19:57 Ries MrPrise: if you fgo to teh extension manager
19:57 Ries then tehre are a couple of buttons
19:57 Wendy Hi - can I jump in & ask a random question about Typo?
19:58 Ries first you need to upload you local DB of what extensions are available
19:58 Ries Wendy: ofcourse you can!!!
19:58 Wendy Thanks! ...
19:59 Wendy Installed a new extension (meta_oscommerce) and now am getting a Browser incompatibility error. Where should I start on trying to fix this? Thanks so much!
19:59 MrPrise Ries: does it need typo3 the curl?
20:00 Ries MrPrise: typo3 doesn't need it...
20:00 MrPrise I have this in the ext manager "Error: The extension MD5 sum could not be fetched from extensions.md5"
20:00 Ries MrP but can be enabled as such
20:00 Ries Wendy: where do you get that error? I don't know the extension but ...
20:01 MrPrise Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.
20:01 Ries be back in 5min...
20:01 MrPrise I have not seen allow_url_fopn..
20:01 Ries MrPrise: you can enable curl in the install tool
20:01 Wendy I get it on both front end & back end: http://knmi.egelston.org/typo (test server)
20:02 MrPrise yes, I find that. but I dont have curl ;-)
20:05 Wendy Oh, okay -- only appearing now on Shop page, where problem extension is installed...
20:12 MrPrise what is this? : This module "web_layout" is not enabled in TBE_MODULES
20:12 MrPrise I installed templavoila
20:12 Wendy MrPrise, were you answering me a minute ago with allow_url_fopen, curl, etc.?
20:13 Wendy Or part of another conversation?
20:13 MrPrise yes
20:13 MrPrise to you
20:13 Wendy great! I will check this out now...
20:13 MrPrise oh sorry
20:13 MrPrise not for you
20:13 MrPrise Im confused ;-)
20:13 MrPrise I answered to Ries
20:13 Wendy ah, darn. :-)
20:14 MrPrise Im a newbie ;-)
20:14 Wendy me, too, to Typo.
20:14 MrPrise ok ;-)
20:14 MrPrise let's rtfm then ;-)
20:15 Wendy lol
20:26 MrPrise ah. the manuals not so updated
20:26 argo2007 ries: I notice that in the BE when I save a calendar item the item shows wrong already!!
20:53 Wendy Does anyone new know what would cause a new extension being installed to create a new error on the Frontend that says, "Browser Error: Your browser version looks incompatible with this Typo3 version!" ?? Or what causes that error to suddenly appear in all browsers?
20:55 Ries Wendy: I never seen that error... never heard of it....
20:55 Wendy Not in any of the mailing list archives or documentation, either...
20:56 Ries what browser do you use?
20:56 Ries Wendy: comes from core I think : http://doc-typo3.ameos.com/4.1.0/init_8php-source.html
20:58 Wendy I'm getting ready to start with a fresh install. I've tested close to 2-dozen extensions & then uninstalled them. Is it possible all this installing & un-installing deleted something important? If I comment out the browser check in init.php, will this create bigger problems later on?
20:59 Ries might create bigger problems
21:01 Wendy This is line of code causing error to pop up:
21:01 Wendy if (!$CLIENT['BROWSER'] && !(defined('TYPO3_cliMode') && TYPO3_cliMode))
21:01 Wendy pardon my ignorance, but what is this checking?
21:05 Ries Wendy: apparently $CLIENT['BROWSER'] is not filled in
21:06 Ries cli mode of typo3 is for Commind Line Interface
21:09 smda could be that some funny ext added a precheck to enable cli mode maybe? :S
21:09 Wendy except for the page where the extension is installed, where it is always up, it only appears when the cache is cleared --> otherwise on 2nd visit to page it disappears
21:10 Ries and the oscommerce extension started it?
21:15 Wendy yes --
21:15 Wendy I couldn't get tt_products installed, but I don't know typo3 well enough to fix this, I think
21:20 Wendy yep, uninstalled & problem is all gone --- guess I'll try something else, bummer, thanks!
21:20 Ries when you installed tt_products the problem starts?
21:22 Wendy no, not with that one -- I just couldn't get tt_products to work, so I tried meta_oscommerce (I am familiar with OsC in a non-Typo environment) but it causes big problems
21:23 Wendy installing a shop is the one thing I've had trouble with in Typo3 -- otherwise it has been much easier than hand-coding a site
21:25 smda Wendy, meta_oscommerce is alpha so it's likely to give problems (although some alphas are quite stable..)
21:27 Wendy some are quite good -- OsC is a great shopping cart, but hasn't been integrated well into Typo3 -- maybe someday I'll get enough time & experience to work on it!
21:37 argo2007 Wendy: why don't you use typo for the normal site and osc for the shop part
21:40 Wendy Hmmmm... I might do that! That would be much easier than trying to integrate. Just have it pop up in a new window?
21:43 Ries Wendy: The problem with ISC is that it is horrible coded due to it's history
21:43 Ries so intergrating OSC is really hard... even just SSO
21:44 Ries we have done it once... and its no fun at all
21:44 smda :)
21:44 Wendy have you ever successfully put in tt_products? I couldn't get it work, but I'm not sure how much is because I had to put the tutorial through Google translator & wasn't sure of parts of it
21:45 Wendy And I have to make upkeep easy for the people who will use the site -- very easy
21:48 Wendy I know it is based on same original code, is ZenCart easier to maintain for the end user?
21:50 smda Ries: partially ot. I saw your name on an open laszlo posting. Have you tried to use it togther with TYPO3? (or any other opinions of the solution?). I like what I've seen so far, and I'm think of using it for a client.
21:56 argo2007 hmm anyone can tell me how to do a bug fix with a diff file ?
21:58 smda argo2007: I guess this could guide you a bit; http://www.linuxforums.org/applications/using_diff_and_patch.html
21:59 Ries Wendy: I tried tt_products, but it dodn't fit for our perpose... that had nothing to do with tt_products. I could make it to work fairly easy
22:00 Ries Wendy: I used zencart once... I just looked a lot liek OSC, but enver intergrated it with typo3
22:01 Ries smda: about laszlo, we where planning to use it... but we couldnt get the right support from laszlo so we abandoned it.. I still like it but we are settled with flex2 and going to use FDS
22:02 Ries laszlo just lacks a good ID and some better sample documentation...
22:02 Ries I had a hard time figuring even simnple things out... and when asked the mailinglist I couldn't get teh answers I needed, or when I got teh answer it sounded like : H@hjŠ~YLÅZs'h³ó¿¯ÈoÖŒ~Y
22:04 Wendy okay, if I try again with tt_products can I ask a few dumb questions in a little bit? There were 2 places in the tutorial where I wasn't sure if I was doing the right thing--
22:04 argo2007 mda: thanks
22:04 Ries Wendy: it was 6 months ago... but you can ask anyways
22:05 Wendy :)
22:12 smda Ries, ok. thanks for the input. I'll see where we land in the end.
22:33 |Lurch| hello. can I somehow insert the contents of some typotyposcript value as a content element? e.g. i want whatever is stored in lib.page.selector to be shown in the page as content element.
22:40 Wendy_Egelston sign back in
22:44 smda |Lurch|: I think this one could do the trick for you http://typo3.org/extensions/repository/view/tscobj/0.1.1/
22:45 |Lurch| smda: thanks!
22:50 bedlamhotel Any Cal devs around at the moment?
22:59 argo2007 ok bye i fixed it with a buxfix
23:48 Denyerec HOLA!
23:48 Denyerec Anyone with some spare braincells awake?
23:51 smda I'm afraid I need the last braincell still alive :S
23:53 Denyerec damnit.
23:53 Denyerec Need advice on how to approach this in Typo3: http://www.aokinvestments.com/index.php?page=select&rms=4&preview=default
23:53 Denyerec specifically the thumbnail / gallery part
23:55 bedlamhotel denyerec:
23:55 bedlamhotel what's going on?
23:56 smda hehe.. didn't work trying. the cell is dead. cya around. I'm off for bed.
23:56 Denyerec cya smda
23:56 Denyerec Hey bedlam, nothing too interesting to be honest.
23:56 Denyerec Just trying to figure out how I'd most elegantly implement that URL above with Typo3
23:57 bedlamhotel Denyerec: the first question is /always/ how would you want to do it /without/ TYPO3?
23:57 Denyerec As it's done there really.
23:57 Denyerec I wrote that a LONG time ago
23:58 Denyerec create new property, add 6 photos.
23:58 Denyerec Display page with 6 thumbs and one enlarged view
23:58 Denyerec 6 thumbs have URL with Get VAR, and large version is selected based on that.
23:59 Denyerec Looks like I'm looking at a plugin, doesn't it ?
23:59 bedlamhotel Not quite the kind of answer I meant. How do you want to do it in HTML? Want to just reload each time a new thumbnail gets clickec?
23:59 bedlamhotel clickec = clicked
23:59 Denyerec Oh, yeah reload, with a JS override for people with JS enabled.
23:59 Denyerec I always think of the old route, then add JS on top for flare, rather than the other way around

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.