Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 9 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
05:53 dax77 goooood morniiiing @all :)
06:25 Fanty morning
06:32 MarwolTuk_ good morning (we seem to have some inet probs over here) :-|
06:44 FloLeBlanc hi all
06:51 MarwolTuk hi FloLeBlanc
07:05 uschi morning folks
07:06 koomi moin uschi
07:08 uschi morning koomi
07:10 uschi tobi, are you there?
07:11 uschi i need help with CONTENT
07:13 FloLeBlanc hi uschi
07:14 alexwx hey there
07:18 tobi good morning uschi
07:19 uschi morning tobi
07:27 FloLeBlanc hi alexwx
07:28 alexwx FloLeBlanc helo how its going?
07:28 FloLeBlanc quite ok.. will be a calm day today working wise :)
07:36 Phlogiston_ hello :)
07:59 LordLamer what is/must happen that typo3 is shown "page is being generated"? what can i do to reduce this message?
08:00 Phlogiston_ LordLamer: I think when the server takes too much time to generate the code, e.g. images with gifbuilder and that stuff
08:02 LordLamer ok thx
08:02 Denyerek Morning
08:05 smda morning
08:08 delmonico phew... my god just accidently deleted a whole extension thing and looked in my backup directory and it wasnt there and I was like totally freaking out... stupid me looked in /var/backup instead of ~/backup for some reason o_O
08:28 dokma hi all
08:28 dax77 hi dokma
08:28 dokma my rte is mysteriously refusing to load
08:28 dokma dax you got a clue why would this happen?
08:28 dax77 dokma: keeps saying: RTE is loading?
08:28 dokma no
08:29 dokma the field just opens as plain html
08:29 dax77 either you have uninstalled it or you checked "disable RTE" at the bottom
08:30 dokma I checked both of those and it is installed
08:30 dokma and disable rte is unchecked
08:30 dax77 hmmm
08:30 dokma I even tried checking disable RTE and then unchecking it
08:30 dokma this site I just copied from my machine to the web host
08:31 dokma could that be a problem?
08:34 dax77 dokma: might be, don't know :(
08:34 dokma hnnn
08:34 dokma I'm scaning the mailing list right now
08:35 dokma argh
08:35 dokma I uploaded two nearly identical sites
08:35 dokma on the other one the rte is working perfectly
08:35 dokma duh!
08:36 dokma local copy works too
08:39 eeos hi everybody
08:44 FloLeBlanc hi eeos, dax77
08:50 dokma error console says HTMLarea is not defined
08:53 dax77 hi Flo
08:55 eeos hi FloLeBlanc
09:14 dokma managed to move a bit further with fixing the rte
09:14 dokma I changed mode of all files to 644
09:14 dokma now I get 'The editor is being loaded please wait'
09:15 dokma if I delete files from typo3temp will they be regenerated ???
09:17 teppi|work dokma, are you using Firefox?
09:17 dokma yes
09:17 dokma 2.0.0.2
09:17 teppi|work have you tried IE yet?
09:17 dokma will now
09:17 teppi|work i have prblems with FF too
09:18 dokma doesn't work with IE either
09:18 dokma this is on linux though
09:19 alexwx hey friends
09:19 alexwx i need help
09:19 teppi|work hm dunno
09:19 alexwx i have to find some extension with articles and its rating by FE and also by BE
09:21 eeos Does anyone know anything about _DEVAULT_PI_VARS? I cannot find it i the documentation.
09:28 alexwx helo tobi
09:29 dokma teppilwork
09:29 dokma I've sorted the RTE issues
09:29 dokma this is the solution: http://www.typo3forum.net/forum/attachments/typo3-4-x-rich-text-editor/626d1174650236-patch-rte-unter-firefox-2-0-0-3-t3x_rtehtmlarea-1_5_1dev-z-200703231231.t3x
09:30 dokma plus I unchecked 'Use compressed js scripts'
09:31 tobi hello alex, sounds like you need tt_news with one of the rating extensions
09:31 tobi dokma: could also be solved by updating typo3 and using the sysext rte ...
09:31 dokma tobi ? don't get you
09:32 dokma my typo3 is 4.1.1
09:32 dokma I was using system rte
09:36 alexwx hey friends, i need some Articles enxtension with rating in FE or BE or both. is there one? thank you
09:37 tobi probalby you had a version int typo3conf dokma
09:37 alexwx helo tobi
09:37 dokma might be
09:37 eeos Does anyone know anything about _DEVAULT_PI_VARS? I cannot find it in the documentation.
09:40 Denyerek What do you people use if yu have to make a screenrecording style demo for a client ?
09:41 Fab1an|work anyone know why removeDefaultJS = external doesnt move the openPic function to the external file?
09:46 delmonico damn. its raining cats and dogs and every other stupid animal you could think of. I forgot my rain coat at my parents place some weeks ago (when it was 22C+ and sunny every day so I didn't care) and I really need to go outside if I want to get some kind of food != chocolate for lunch
09:50 alexwx anyone know some articles with rating extension? thank you
09:52 teppi|work thx dokma
09:52 dokma teppi did you try it?
09:54 teppi|work nope
09:54 teppi|work just downloaded it
10:05 FloLeBlanc can someone tell me what the "cleanest" way to get the length of an array in php is?
10:05 delmonico count($array);
10:05 delmonico don't know about anything 'cleaner'?
10:07 FloLeBlanc I thought there were issues with count not counting correct :)
10:07 delmonico erm... I hope not ;)
10:07 Phlogiston_ if I have a datetime format from a mysql db in a php variable, how can I just get the date?
10:07 FloLeBlanc ah it was... "never use count in loops" :)
10:08 FloLeBlanc wrong:for($i=0;$i<count($arr);$i++) awful exec time :)
10:08 FloLeBlanc thx delmonico
10:08 delmonico yeah, this is SO obvious ;)
10:08 teppi|work Phlogiston_, string date ( string $Format [, int $Timestamp] )
10:08 delmonico youre welcome
10:08 Phlogiston_ teppi|work: hehe thanks, exactly what I was reading ;)
10:09 Phlogiston_ teppi|work: so I will use strtotime I think :)
10:12 teppi|work Phlogiston_, also its possible to do the transformation by mysql itself .. with DATE_FORMAT()
10:21 alexwx anyone know some articles with rating extension? thank you
10:23 MarwolTuk someone here knowing things about the mm_forum? i've some bugs to work-around...
10:29 Phlogiston_ if I'm in a php loop, how can I check if a variable has changed? Do I need to create something like old and new value and then compare or is there a better way?
10:43 Denyerek if I have a working 3-step PHP script that uses the POST vars to handle the data from each stage of the process
10:43 Denyerek how would I most effectivly integrate it with Typo?
10:45 dokma Denyerek there is an extension
10:45 dokma that allows you to embed
10:45 dokma a php script into typo3
10:45 dokma I think it is pretty seamless
10:45 dokma you just specify the entry php file and rest takes care of it self
10:46 dokma give it a shot
10:47 Denyerec Mmm, mokie.
10:47 Denyerec i wonder if there are any caveats with the POST though
10:47 Denyerec as it's a self-referencing 3-stage form script.
10:54 dax77 re
11:01 brightersuns hello all. anyone interested in a typo3 nano-job?
11:03 dokma give it a shot
11:03 dokma it's hard to tell denyerec
11:03 delmonico can I hide the 'startingpoint' field for a specific plugin?
11:04 Denyerec non job?
11:04 Denyerec nano job
11:04 Denyerec what is that
11:04 Denyerec Just a small one ? :)
11:04 elbart hi
11:05 brightersuns jes just minor affair...adding multilanuage-ability to an existing site
11:06 brightersuns multi-language of course....
11:08 dokma I see
11:09 dokma still have not done that all the way correctly
11:09 dokma so I will pass this timke
11:11 milek Hi there. Is there a way to access the <a tag in "NO.allWrap = <td align="left" class="hrefoben" height="14"> | </td>" ?
11:11 milek i need to add a css class to the A tag
11:12 Fanty I got a : GROUPLOGIN = IMAGE
11:12 Fanty GROUPLOGIN {
11:12 Fanty file = fileadmin/system/images/icons/group.gif
11:12 Fanty linkWrap = <a href="?glogin=1">|</a>
11:12 Fanty }
11:13 Fanty how do i make the link from being just glogin=1 to have whatever the querystring of the page I'm currently on plus glogin=1?
11:13 xavier_sk I there. could someone help me creating a menu whose format would be <a href="..."><img src="IMAGE" />TITLE</a> where IMAGE is a picture found, let's say in panel Border of the page and TITLE is the standard title ?
11:17 George234 Hello again,
11:19 George234 if a want to publish a site in typo3 must i do?
11:19 George234 ähh
11:20 George234 i mean if i want to publish it automatically at a specified time
11:23 George234 did i need a special module?
11:29 milek ah ok. resolved: NO.ATagParams = class="hrefoben"
11:31 George234 aahh
11:31 George234 i have it
11:31 George234 tnx
11:31 George234 bye
11:38 Fanty trying another approach.. How do I create a link in TS that contains the query variables of the page I'm currently on?
11:39 tobi addqerystring, look in tsref, typolink.
11:52 Tarilla Hello. Typo3 sets a div with the css-class csc-textpic aroudn text with image content elements. Where does that come from? I chekced the setup, but couldn't find a place where Typo3 is told to do that....
11:53 tobi its from css styled content, you can look at it with the template browser Tarilla
11:53 Fanty Tarilla: css_styled_content
11:53 Denyerec it's part of the css styled ocntent TS
11:54 brightersuns re-querying for the recently joined: anyone interested in a nano typo3 job, adding multilanuage-ability to an existing t3-site?
11:54 Fanty I have my IMAGE.file = "somefile" - and want to make a link with stdWrap.typolink on this... how do I get typolink to actually make a link?
11:54 Tarilla THATS where it comes from. Thanks a lot :).
11:55 Denyerec You keep saying nano
11:55 Denyerec What does that MEAN
11:57 koomi Denyerec: like really small. as in tiny. but smaller :)
11:57 Ries morning /afternoon folks
11:58 Denyerec I know what it means technically
11:58 koomi Denyerec: like typo3 localization, but the exact opposite.
11:58 Denyerec but he keeps calling it a "nano-job"
11:58 Denyerec I mean WTH is that.
11:58 Denyerec Multi-lang is certainly not a small job.
11:58 koomi one that small small but can be a big pita?
11:58 Denyerec So I wonder if it means something else in management-speak
11:58 Ries Denyerec: what about a photon job?
11:58 koomi small small/sound small
11:58 Denyerec hehe
11:58 Denyerec I am just about to do a photon job
11:58 Denyerec I am building an adapter for my flashgun :D
12:04 null_0 SOmeone tried the sr_email_subscription with typo 4.1.1 src?
12:06 null_0 i am not sure, but directmail does not run anymore. email_subscription does not run too, and mailform too (not) :(
12:18 Fanty grr.. typolink is driving me mad.. the only way to get it to render a link is by setting parameter... and I can't get config.uniqueLinkVars = 1 to work..
12:20 Fanty shouldn't config.uniqueLinkVars = 1 just work without anything additional?
12:31 Aobara can you hear?
12:57 Cris hello. has anyone had problems with creating new BE users and trying to delete content from the TemplaVoila Page module ? It doesn't work for me, but from the old Page module I can delete content without any problems
12:58 koomi Cris: check permission for the tables in the useradmin/group settings; check page permissions with the access module
13:02 null_0 jee. I never filed a bug, but if someone likes to. it seems that the new tx_sremailsubscribe v2.5.6 doeas not render the phone field. 2.5.5 does
13:02 null_0 grmpf. that took me time
13:06 Cris I've set the pages group and user to that user belonging to the page editing group
13:06 Cris it has every right
13:07 Cris but if I can delete an item from the old page module and not from the TV Page module, then I don't think it's a right problem...
13:10 Cris for that group I selected Page and Page content in both Tables (listing) and Tables (modify)
13:11 koomi Cris: what about the tv tables?
13:11 Cris they're also checked
13:11 Cris in both sections
13:11 Cris TV Template Object and TV Data Structure
13:11 koomi did you check the allowed exclude fields?
13:11 koomi (hope it's the right name=
13:13 Cris the last fields that start with TV ?
13:14 Cris they weren't checked... I checked them and tried again, but still to no avail...
13:14 Cris anyway, that should't have anything to do with the delete function... those set what you see and what you don't
13:14 Cris and the delete button I see...
13:15 Cris with the admin user it works fine... but this makes no sense... :-?
13:16 Cris the pages user is already the owner... and the group is also fine... every star is green in the access module... :(
13:17 Cris editing works... if I try to cut it and move it on another column, it only creates a duplicate... the original is not deleted
13:18 koomi that's why you are missing some option in your user config
13:18 koomi admin user can do everything, there are no restrictions
13:19 koomi so if admin can, but user can't: you're rights are fubar
13:19 koomi (yay. i used fubar. i feel so nerdy)
13:19 koomi ..
13:19 koomi :(
13:19 koomi now i'm a nerd.
13:20 Cris but then wouldn't the same missing option deny me from deleting the item using the classic page module ?
13:20 Cris what options could there be for making a difference ?
13:21 tobi try to update templavoila Cris, the version from today has bug fixes in the right management
13:23 MarwolTuk koomi:whats wrong with beeing a nerd? my little alreddy called me so...
13:24 koomi hrhr.
13:24 koomi you're little daughter?
13:24 MarwolTuk oh, ubs meant my little sister
13:24 MarwolTuk shame on me... forgot that word...
13:25 Piet70 Good afternoon, can I create a contact-form which has variable mail-receiver?
13:25 Cris I have version 1.3.0
13:26 Cris that's the latest I see there also
13:26 Piet70 the customer should type the adress to which the email will be send
13:27 Cris Piet70: can't you use the regular form and set up a field for email ? and in the code of the extension modify that bit and use that email address...
13:28 Piet70 yes, thats what i want to do
13:29 Cris koomi: if it doesn't work then I'll enable also the old page module and the users can delete content from there
13:29 koomi Cris: i'd invest a bit of time to fix that problem
13:30 Cris I've tried searching on google... but you can't specify the query that well... it doesn't help too much
13:32 Cris I'll try to look in the source of TV... but I'm a bit new to typo3 and it seems to be a little too much info in there
13:36 Cris or do you know any good tutorial where it tells you how to create users that can delete content using TV page module ? 'cause probably I've set something wrong in the group
13:39 Mihai31 hello!
13:39 gerards morning everyone.
13:40 Cris hello
13:40 Mihai31 i'm a newby to typo3..
13:40 Mihai31 can i put some questions hee
13:40 Mihai31 here..
13:40 gerards hi Mihai31. Don't ask to ask. just ask.
13:40 Cris don't ask to ask, just ask... like the topic sais
13:40 Cris *says
13:41 Mihai31 sorry..
13:41 Mihai31 i finished my local site
13:41 Mihai31 now i want to put all in my web site
13:41 Mihai31 my site is on a ph server type
13:41 Mihai31 php
13:42 Mihai31 using fantastico i try to install typo3 directly from it
13:42 Mihai31 but I get an error mesage: You cannot install more than one script in the root directory of a domain
13:42 eeos Does anyone know anything about _DEVAULT_PI_VARS? I cannot find it in the documentation.
13:43 Mihai31 so, the administrator of my website ask me to manually install it
13:43 Mihai31 how can i do that?
13:44 Cris upload your scripts via ftp... and dump your sql and put that on your site too...
13:44 Cris then go to typo3conf/localconf.php and modify your data
13:44 Cris maybe it will get you started... ?
13:45 gerards Mihai31: Cris sounds right. Remember to use the zip version when you ftp.
13:45 MarwolTuk eeos: sure that it is not an typing error and meant someting like _DEFAULT_PI_VARS? (don't know, i'm a newbee to typo...)
13:46 Mihai31 thank you for your advices.. i try to understand your mesages.. i'm completly new in typo3
13:46 eeos MarwolTuk: yes, this is what i meant sorry
13:48 Mihai31 what script does mean?
13:48 Cris your files...
13:48 Mihai31 all my local typoe files..?
13:48 Cris a php file is a script...
13:49 Cris yes... all your files... you'll have to upload them on your server
13:49 Mihai31 in the script category enter and all my pictures?
13:49 Mihai31 ok
13:49 Mihai31 good.. first step understood :)
13:49 Cris EVERYTHING needs to be uploaded... all your folder where your typo3 page is
13:50 Cris and like gerards said, try to archive it somehow so you'd end up uploading only one file instead of thousands...
13:50 Cris and then try to unzip it on your server...
13:50 Mihai31 excelnt point, there are a LOT ..
13:51 Cris if you can't do that, upload all files... and pray your Astral connection doesn't drop out on you
13:51 Mihai31 ok, i got the ideea, but as i install typo3 local to my computer, do i have to install typo3 on the web site too?
13:51 Mihai31 install mean just copy my file whitout using typo3 wininstaller?
13:52 Cris no, because installing is done... you're configuration files and database are set...
13:52 Mihai31 yes, but only in my local computer.. i ask about install on my web site
13:52 Cris just make sure you have the same database and you change the parameters that differ in that configuration file I mentioned earlier
13:52 Mihai31 ok..
13:53 Cris create a dump of the database from your computer, and use phpMyAdmin or whatever that server provides you and import the database there
13:53 Mihai31 uhh.. dump of database.. sound criptic
13:53 Mihai31 ok.. let finish the fisrt step
13:54 Cris what do you use to see the info in your database ?
13:55 Mihai31 i do not interact with a database.. just create the skeleton css, create some test pages and that's all
13:55 Cris most tools provide you a function to dump the database as an sql
13:55 Mihai31 the problem is that I want to move all this into the real world
13:56 Cris I know... that's one of the things you need to do... move the database there too
13:56 Cris with the info that you created... pages, etc
13:56 Mihai31 ok.. i have created the zip file
13:57 Mihai31 and now i put into my site from ftp protocol
13:57 Cris and then unzip it...
13:57 Cris and you'll have your files
13:57 Cris but you'll also need the database info
13:58 Mihai31 in this moment i have an old index.html file as a start file of my website
13:58 Mihai31 does this file deactivated, after i unzip the typo3 sources?
13:59 Mihai31 the question si that, after this operations, my old site stiil be visible
13:59 Cris depends on where you unzip it
14:00 Mihai31 logic response:)
14:00 Cris if you create a new folder and unzip it there... your other stuff should be alright
14:02 Mihai31 i have a "public_html" folder into the root of my web site.. in this public_html folder exist my index.html file
14:04 Mihai31 if i unzip the file in this folder, my typo3 site become visible if i mention in the broswer directly my site path..www.mysite.com?
14:05 m4rtijn hey all
14:05 Mihai31 i mean, i do not understand how can this two different types of site are vibile
14:05 Mihai31 visible
14:06 Tsoots of course they can't
14:06 Tsoots but if you unzip your site to public_html/site/
14:06 Mihai31 does exsit some priorities rules like in c++, for example
14:06 Mihai31 ?
14:06 Tsoots your old site will be at mysite.com and typo3 site at mysite.com/site
14:06 Mihai31 interesting..
14:07 Cris Mihai31, how did you ever get to set your site ? :)
14:07 Tsoots was kinda wondering the same
14:07 Mihai31 how can i put it to be like old one, just www.mysite.com?
14:07 Tsoots not that i'm a guru or anything
14:08 m4rtijn anyone here who could recommend (had good experience with) any photo gallery extension?
14:08 Mihai31 my old site it's composed primitive, using css + html
14:08 Cris m4rtijn, I think in the testsite example it's already setup... you can probably check that one out
14:08 Mihai31 a edit them in front page and after i load into my web site
14:09 m4rtijn cris?
14:09 Cris there's a testsite setup you can get from typo3...
14:10 Cris it has some extensions already set up... you can see how they work
14:10 m4rtijn would you know where I could find that?
14:10 Mihai31 i test it
14:10 m4rtijn url?
14:11 Cris http://typo3.sunsite.dk/zip-archives/
14:11 Mihai31 it is a good start example
14:11 m4rtijn hmm, to much work, but thx Cris
14:11 m4rtijn I rather look at the extension screenshots then
14:11 m4rtijn :p
14:11 Mihai31 but in my typo3 i allready have a complicated css structure
14:11 Cris that should work also m4rtijn :D
14:20 Mihai31 the resulted zip file is not very small.. 15 Mb
14:32 looking_for_t3_c last try for today: anyone interested in a nano typo3 job, adding multilanuage-ability to an existing t3-site? if interested, pls mail me (obscured mail address)
14:32 Ries looking_for_t3_c: that is usually not a nano job
14:33 tobi the only difference between a nano job and a real job is the payment.
14:34 reber hey all !
14:34 reber \o
14:34 looking_for_t3_c well how much can it need? open to suggestions
14:34 tobi you can not estimate it before analyzing it, thats a problem too
14:35 Ries looking_for_t3_c: it depends on teh complexity of your site...
14:35 Ries if you have 20.000 pages with a dozend of extensions added.... then it's for sure not a nano job since it needs to be checked really well
14:36 Ries if you have 2 pages with no plugins, then yes... it's a lot easer
14:36 Ries if your site is in latin1 and english... no problem, but if your site needs to have a second langiage in chinese, then you need to convert teh site to UTF-8
14:36 Ries do a database conversion
14:37 Ries re-check all pages of teh english language is ok...
14:37 gerards HAHA nano job. nice.
14:37 Ries under soem conditions when teh template wasn't designed well... the templates need to be checked
14:41 Mihai31 I try to my typo3 zip file
14:41 Mihai31 i get the message: Zip archive data, at least v2.0 to extract .. any ideea?
14:41 looking_for_t3_c cu tomorrow
14:42 Mihai31 no extraction ..
14:49 Cris Mihai, try archiving the files using an older version, because probably on the site they don't have something as new as you use
14:50 Cris koomi, it seems there was something wrong with my persmissions... because I created a group and user with every single option, and now delete works...
14:50 Cris but it's weird... cause I selected what made logic in the first case
14:51 Mihai31 thank you Cris, good point!
14:57 Cris yeah... you'll have to give me a beer when I come to Romania
14:59 Ries beer??
14:59 Ries who said beer,
14:59 Ries beer as in free beer?
14:59 j_s I'm having trouble getting the Rich Text Editor to work when using Internet Explorer 7 or Firefox 2.0.0.3. I get the icons at the top, but the textarea does not display. I'm using typo3 v. 4.0.2 with the newest RTE installed. Any hints?
15:01 j_s Everything works find in IE6 and older firefox
15:02 Mihai31 :) no problem
15:03 Mihai31 I have my office in Rosseti Plaza, No 4
15:03 Mihai31 i find an old zip version, hope t owork
15:12 koomi Cris: there are some many options it's easy to make a mistake.
15:13 Piet70 has someone here ever tried to use mailformplus with dynamic recipents?
15:14 Piet70 i ever try it, but my trys doesn't work
15:21 Piet70 no ideas? :(
15:28 ndee hey there, does anyone have experience with tt_news? How can I disable the display of the <p class="news-single-imgcaption"> in tt_news when I want to display a news image?
15:32 Mihai31 Cris, i finnaly extract my TYOP3 site in public_html root folder
15:33 Mihai31 how can I see, edit, from web browser side?
15:33 Mihai31 how can i backend login?
15:34 Mihai31 my site path is public_html/mysite
15:37 Mihai31 i open my web page and i can not see any old index page, it is an Typo3 error:
15:37 Mihai31 The current username, password or host was not accepted when the connection to the database was attempted to be established!
15:44 m4rtijn Mihai31 site/typo3/install/index.php
15:45 Mihai31 ok.. i open now the file
15:47 Mihai31 i have open index.php file directly in the web site editor
15:47 Mihai31 i can see the line codes.. but do not know how to begin
15:49 Mihai31 the only thinks I do is to archive my local typo3 web site, copy this in public_html/mysite, thats all
15:50 Mihai31 but after, i can not see my old site, when i'm browsing online
15:52 koomi Mihai31: you mean when you try to open typo3 in your browser?
15:52 koomi like from http://localhost/typo3
15:52 Mihai31 http://www.tangentdesign.ro/
15:52 Mihai31 this is my site..
15:53 Mihai31 you can see the error
15:53 m4rtijn ... not in an editor
15:53 m4rtijn just with your browser
15:53 Mihai31 but.?
15:53 koomi you need to access the install tool Mihai31: go to http://www.tangentdesign.ro/typo3/install
15:55 Mihai31 The Install Tool is locked.
15:55 Mihai31 Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL
15:55 Mihai31 This file may simply be empty.
15:55 Mihai31 i get the message
15:55 Mihai31 how can i create this file?
16:18 Mihai31 i have created ENABLE_INSTALL_TOOL.php and ENABLE_INSTALL_TOOL.txt. in typo3conf website folder.. nothing happed
16:19 Tsoots try ENABLE_INSTALL_TOOL
16:19 Mihai31 a file with NO extension?
16:20 Tsoots isn't that what it tells you to do
16:21 Mihai31 i create the file with no extension.. same problem
16:22 Tsoots problem being?
16:23 Mihai31 The Install Tool is locked....
16:23 Ries cool... the ambasador of Holland (in Ecuador) just stopped by in my wifes shop :D
16:23 Mihai31 like above
16:23 Tsoots where exactly did you create this file
16:23 Mihai31 in typo3conf folder site
16:24 Mihai31 public_html / tdesign2 / typo3conf / (Current Folder)
16:25 Tsoots tdesign2/typo3/install/ <-- and that's the path you tried
16:25 Mihai31 yes!
16:26 Tsoots and it still tells you to create the ENABLE_INSTALL_TOOL file?
16:26 Mihai31 yes
16:26 Tsoots double check the file name for typos
16:26 koomi then edit install/index.php and remove the die function
16:26 Mihai31 thank a lot!!
16:34 eeos anyone who remembers the TS line to hash email addresses to protect from spam?
16:35 koomi config.emailSomethingSomething = 1
16:36 Ries eeos: tsref knows..... you did bookmark that URL, right?
16:40 eeos Ries: yes, sorry for end-of-day laziness
16:44 Ries eeos: well. if I type it from the top of my head.. I 'might' make a mistake
16:44 Ries and you will spend 1 hour more tryign to figure out why it doesn't work ;)
16:45 eeos Ries: koomi config.spamProtectEmailAddresses = -1
16:45 eeos Ries: just wanted to spend a few time in chat :)
16:45 eeos loooooooooooooooong day today
16:46 Ries eeos: you are always welcome in chat!
16:46 eeos I said a few time! I meant *a few miutes*
17:02 eeos did you listen to the video by Kasper?
17:03 Ries eeos: I cannot see it
17:03 Ries for soem reason I don't receibe podcasts
17:03 Ries nor I cannot download teh mv4
17:03 eeos Ries: what platform?
17:11 Ries eeos: osx
17:12 eeos Ries: ah, do not anything about it :(
17:13 eeos Ries: have you tried the helix player (I think it is open source) and the ogg file?
17:15 eeos have to go!
17:15 eeos have a nice evening!
17:45 bedlamhotel Bonjour. Any French-speakers in the room?
17:50 Ries bedlamhotel: You??
17:59 bedlamhotel Ries: un peu seulment. Not enough to translate random phrases at will :D
18:04 andy__ hello there, did anyone ever create a language menu with images?
18:35 uschi bonsoir
18:35 uschi hi Ries and bedlamhotel :)
18:35 Ries Hey uschi
18:47 bedlamhotel uschi: good day.
18:47 uschi hey bedlamhotel, so you are awake :)
18:48 uschi bedlamhotel, did you ever try to find a page, either itself or up in rootline with a specific value of the layout field?
18:48 bedlamhotel uschi: It's just before noon. Barring a truly excessive 'evening before,' I'm almost always going to be awake at noon...
18:48 uschi *g*
18:48 bedlamhotel uschi: not in the layout field, but in the DS fields for TV...
18:48 uschi how did you do it?
18:49 bedlamhotel remember this thing?
18:49 bedlamhotel http://phpfi.com/233044
18:50 bedlamhotel By the way, did you get the link I sent showing how I built the (two language only) language menu?
18:51 uschi no, unfortunately not
18:52 uschi and no, i do not remember that piece of code
18:54 bedlamhotel uschi: does that bit of code look like it will help answer your question?
18:54 uschi see query, bedlam
19:34 ks what changes in db table if I change position of the item in BE treeview ?
19:57 null0_ re
20:09 Olegs re
20:23 fowlduck hey hey hey, how easy is it to add custom forms to a typo page?
20:29 Ries fowlduck: easy using typo3's form system
20:30 fowlduck guess i'll have to install and try it
20:30 Ries fowlduck: I never seen that demo
20:31 Ries Bit there is a method for adding forms to any page
20:31 fowlduck yes, i'm looking to have it be easy for someone to do without having to touch source
20:35 Ries fowlduck: it depends a bit what you want...
20:35 Ries the form system of typo3 is basicly a mailform
21:01 Ries damn... Postgresql is fast again :D
21:07 dokma how do I use tt_news plugin to list three latest news articles but only links to them with titles of the articles as link text?
21:08 dokma anyone?
21:09 dokma a hint at least?
21:09 dokma is cat menu for that?
21:16 Ries dokma: I beliefe it's eplained in teh doc
21:16 dokma ries in tt_news
21:16 dokma ??
21:16 dokma manual ??
21:17 Ries yeaa I think it's explained there
21:17 Ries posible you need to make a seperate template for the list
21:25 dokma hmmm
21:25 dokma I see some example using cat menu
21:25 dokma but I don't use categories though
21:25 dokma so I do not know how would that function
21:25 dokma I could do it via a template
21:46 argo hi have some q in regards to de_simplecalendar
21:47 argo 1. where to find a manuel ?
21:47 argo 2. have it working BUT when I make a event on 11-5-2007 it showsup at 10-5-2007 what can that be
21:51 Ries argo: if there is no manual on TER, then there is no manual.... or check teh document source for a readme
21:51 Ries argo: You have clearly a problem with your Locales....
21:51 Ries are you 100% the locale is set correctly on your server?
21:52 argo pff its a shared hosting env ?
21:52 argo know www.servage.net ?
21:57 argo my problem is how to set "plugin.tx_desimplecalendar_pi1.TZ" = GTM+2 ??
22:19 argo bye

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.