Search the website and IRC logs

#TYPO3 IRC log from : Monday 29 October 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:02 Rocketjock Hello everyone
00:36 Rocketjock holy cow.... ries
00:37 Rocketjock how are you?
00:37 ries hey Rocketjock
00:37 ries How are yyou doing?
00:37 ries I just came back from a weekend in the cloud forrest here
00:37 Rocketjock good... except it's getting colder
00:37 Rocketjock that sound like fun!!
00:39 Rocketjock I need to move to a warmer climate
00:39 Rocketjock 3 year plan is to move to oreogon
00:40 Rocketjock you been staying busy with work?
00:57 ries Rocketjock: as you noticed..still buzy
00:57 ries But going to take more time off
01:05 Denyerec Hey Ries
01:05 ries hey Denyerec
01:06 ries counters in typo3 goes weird...
01:06 ries now all of a sudden they have 185475 downloads for TV
01:09 Denyerec is the typo5 dev site still down ?
01:14 Rocketjock typo3 5 is still down as well as support.typo3.org
01:14 Rocketjock dang kasper leaves and everything starts going to hell
01:17 Rocketjock http://typo3.org/teams/50-development/ says dev will be off line until wenesday
01:18 Rocketjock I THINK THQT IS WEDNESDAY OF LAST WEEK
01:18 Rocketjock oops
01:19 Rocketjock ries: are you going to post any pictures of the cloud forest?
01:20 ries Rocketjock: Yeaa properly... I didn't take to many
01:20 ries since I will come back there
01:21 ries Rocketjock: even read more >>] doesn't work :D
01:21 ries Teh y must be on a holliday I guess
01:21 Rocketjock lol
01:23 Rocketjock I need to go on a holiday or vacation or something
01:24 ries Rocketjock: I would.... I am going to take it much more easy
01:24 ries even now, bloody sunday evening I am working
01:25 Rocketjock me too... I wish I was born rich instead of good looking :)
01:25 Rocketjock then i could take some time off
01:26 Rocketjock ries: no fun making money if you can't enjoy it
01:27 ries Rocketjock: I feel the same :D
01:28 Rocketjock I have to go... time to eat
01:28 Rocketjock later ries
01:32 null__ someone has a clue how to update the $GLOBALS['TSFE'] within a plugin?
01:33 null__ $GLOBALS['TSFE']->fe_user->fetchSessionData();?
01:34 ries why do you want to update TSFE?
01:34 null__ hi ries
01:34 ries Hey null__
01:34 null__ i have a ext, with input fields.
01:34 ries ever configured the RTE???
01:35 Denyerec Ugh
01:35 Denyerec RTE config is nasty
01:35 null__ me?
01:35 null__ no
01:36 null__ the probem is if 2 users log in as fe_user, with the same browser
01:36 null__ the fields are show false
01:36 null__ user 1 gets data of user2
01:38 ries weird... it sounds you have a session problem
01:38 ries on teh other hand...
01:39 ries the sessions 'should' take care of it if teh data is sitored in teh sessions..
01:39 ries but I 'think' when a FE user is logged in, the data is tagged as that user... not 100% sure though
01:40 null__ yes. cause i change the account, logout, and new login, but the old vars are used. despite the new ones are stored to fe_user
01:40 null__ if i clear cache of t3. it works fine again.
01:40 null__ hm.
01:41 null__ well. only a problem :(
01:43 num000 i'm uploading pictures to the page resources and read them into a ###MARKER### with file.import.field = levelmedia:-1,slide file.import.listNum = 0 unfortunately this only works for the default set language, has anyone an idea how to force t3 to read this for every translation?
01:45 null__ [GLOBAL]
01:45 null__ and your marker code
01:46 null__ or
01:46 null__ [globalVar = GP:L=0]
01:46 null__ ..marker substitution
01:46 null__ [globalVar = GP:L=1]
01:46 null__ ..marker substitution
01:46 null__ and so on, for all languages
01:48 num000 null__ makes sence ;)
01:52 ries null__: where are teh values stored?? session of in a table or in a typo3 cache?
01:52 null__ i guess that is my wrong way. i store them via $GLOBALS['TYPO3_DB']->exec_UPDATEquery(...
01:53 null__ to the fe_user table
02:03 num000 does anyone know what the problem with the following marker substitution?
02:03 num000 http://phpfi.com/272219
02:03 num000 is
02:11 ries null__: if you do it like that... then yes, both users will see the same, why don't you use the session options?
02:11 Denyerec anyone here fancy giving me a stupid-person description of Dependency Injection ?
02:12 null__ well. i am not so form on the main extension
02:12 null__ i try to stoer the data from the input fields to the fe_user table
02:13 null__ i tried $GLOBALS['TSFE']->storeSessionData();
02:13 null__ but that does not store to the db
02:13 null__ so i found $GLOBALS['TYPO3_DB']->exec_UPDATEquery('fe_users','uid='.intval($uid),array('tx_ttba..
02:13 null__ that works, but, ..
02:15 ries use sessions to be temporal...
02:16 ries use teh DB for permanent...
02:16 ries or use your own table and do it on a cookie with some unique UUID?
02:16 null__ and if i end the session, typo3stores the values to the fe_user? and not fe_user_session table?
02:16 null__ right.
02:17 null__ i thought that i should do my own table. but i already extendet the fe_user extension
02:36 mayeco null__: hey dude
02:36 mayeco is posible to create a image with the page title using ts?
02:36 null__ yes :)
02:37 mayeco can you PLEASE tell me how :D!!!
02:40 null__ one moment , will paste at phpfi
02:40 mayeco null__: ok and thank you very much!
02:43 num000 i can't belive this is not working. can someone have a look please. http://pastebin.com/d510c57f4
02:56 mayeco null__: are you still null?
02:56 mayeco :D
02:56 null__ yes
02:56 null__ i works, despuite the text is not readable
02:56 null__ despite
02:57 num000 seomone here who could have a look to http://pastebin.com/d510c57f4 i can't see the forest for the trees
03:05 ThePianist anyone alive here?
03:07 mayeco yes
03:07 mayeco me
03:08 ThePianist hi
03:08 mayeco hii
03:08 ThePianist I am trying to install t3 on a server. Yahoo Business, any experience with this?
03:09 ThePianist I cannot upload all the files via FTP, it gives me some format errors
03:09 null__ grr
03:09 null__ damm nicetext
03:10 ThePianist Hi null :-) Late in cologne
03:10 null__ yes
03:10 null__ ups
03:10 null__ late :)
03:11 mayeco null__: dude the image title...
03:11 ThePianist How do you normally install t3, I am following the manual, and I get such errors. I am not sure if I can unzip the files right on the server
03:11 mayeco sorry...
03:11 null__ yes it works
03:11 null__ i paste
03:12 mayeco where?
03:12 mayeco where do you paste the TS?
03:13 num000 mayeco: wait a second, he is surely pasteing it somewhere and will give you the link soon
03:14 null__ who wanted the page:title as gif?
03:14 mayeco me!
03:14 null__ http://phpfi.com/272227
03:15 num000 null__ have you got an idea why this doesn't work? http://pastebin.com/d510c57f4
03:17 ThePianist hier muss man echt geduldig sein ;-)
03:17 num000 ThePianist gruess dich
03:17 mayeco thank you!!!!!!!!!!!!!!
03:17 ThePianist Hallo
03:17 ThePianist at least one happy camper
03:18 mayeco works perfect!!!!
03:21 null__ mayeco: don't try nicetext!
03:21 ThePianist ok then, any answers for me?
03:21 mayeco hahahahhaha
03:21 mayeco why?
03:21 null__ sorry, i am ugly tired
03:21 null__ num000: no clue
03:22 mayeco null__: what time is where you live?
03:22 mayeco where do you live null__?
03:22 num000 03:25
03:22 null__ 3.30am
03:22 mayeco woow
03:22 null__ oh. shit. eben warns noch 1uhr
03:22 mayeco wher are you guys?
03:22 num000 tja
03:22 ThePianist mayeco: where do you live?
03:22 num000 good old germany
03:22 mayeco niceeeeee
03:23 mayeco some day I'll go to germany
03:23 mayeco xD
03:23 ThePianist XD ?
03:24 mayeco you dont know what xD mean?
03:24 ThePianist no
03:25 mayeco mean like a happy face
03:25 mayeco x eyes
03:25 mayeco and D mouth
03:25 mayeco xD like a laughing with the eyes a little close
03:26 mayeco understand?
03:26 ThePianist ok, thought that is an abbreviation for a city, or a country code, so what's your loaction?
03:26 mayeco ahhhh nop
03:26 mayeco i'm in Panama City
03:26 mayeco central amercia
03:26 ThePianist XD = Buddhaface
03:26 mayeco XD yees
03:26 ThePianist I thought of maya, mayan, close enough!!!
03:27 mayeco in 2008 do we have a typo conference?
03:27 mayeco where will be?
03:27 ThePianist dunno, I am ready to dump it, so frustrated
03:27 ThePianist can you tell me how to get the t3 files into this shitty yahoo thing?
03:28 ThePianist working for a business in guatemala, your neighbourhood
03:31 mayeco ThePianist: and where do you live
03:31 ThePianist in Texas
03:31 ThePianist Clear Lake, right next to the Nasa
03:33 ries mayeco: did I have spoke to you on the phone like 2 years ago, also about typo3...
03:33 ThePianist no, I deal with typo since 4 days
03:33 ThePianist oh sorry,
03:33 ThePianist never mind
03:33 ries ThePianist: question was @ mayeco :)
03:34 ries ThePianist: I know you where new ;)
03:34 ries there are not to many TYPO3 programmer in LA...
03:34 ries I know one in panama, or around that area
03:34 ries me...
03:34 ries a girl in Ecuador
03:34 ries ans somebody in Argentinie
03:34 mayeco yes
03:34 mayeco but... I dont think was me
03:34 ThePianist kinda exotic tool?
03:35 ries in this area yes...
03:35 mayeco the question was for me or not?
03:35 mayeco :S
03:35 ries in europe it's used a lot...
03:35 mayeco TYPO3?
03:35 mayeco ahhhh yes yes
03:35 ThePianist So, how do you normally install T3 on a server, like yahoo, or ipower?
03:36 ries ThePianist: I only work with servers with SSH access
03:36 ries I know people whi unzip it locally and send it over by FTP
03:37 ThePianist doesn't work wiht yahoo, because of some restrictions with the file format
03:37 ThePianist what is ssh
03:38 ries ssh == secure shell
03:39 ThePianist I see SSL here
03:39 ries SSL might be SFTP...
03:40 ThePianist from where in the NEtherlands are you?
03:40 ries ThePianist: I was from North Holland, it's like 50Km above Amsterdam near the coast
03:40 ries Currently Quito/Ecuador...
03:41 ThePianist I know, I was in Holland a few times, Amsterdam, Grooningen
03:53 ThePianist very disappointed about yahoo
04:00 num000 ries what are you doing in quito/equador?
04:02 ThePianist num000: How do you install T3 on a server, via ftp or in any other way?
04:07 ries num000: I live here
04:08 ries num000: doing work as a freelance TYPO3 developer/concultant
04:11 jananne2 My tt_news-record are automaticly hidden. How can i set this to unhide?
04:12 ries jananne2: there is a open in pageTSConfig or userTSCOnfig to enable it un-hidden by default
04:12 ThePianist I just wonder how and why you all work with this if no-one can tell me how I can get this on my client's server - it's amazing then
04:13 jananne2 ries: Hide new localizations [hideNewLocalizations]
04:13 jananne2 Here you choose if new localizations of news articles should be hidden or not. By default new localizations are visible. If this is not wanted set "hideNewLocalizations" to 1.
04:13 jananne2 ?
04:14 ries ThePianist: don't tell me your client is asking to put it on a yahoo server...
04:15 ries jananne2: that's not the one,,,
04:16 jananne2 i can't find it ries :s.
04:16 ries jananne2: TCAdefaults.tt_news.hidden = 0
04:16 ries see here : http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.2.24/view/1/3/
04:17 ries needs to be put in page TS config ofcourse, NOT in setup or constants
04:19 jananne2 thx ries
04:19 ries Theo
04:19 ries ThePianist: are your seriosuly want to install typo3 on a yahoo server???
04:19 ThePianist no he doesn't, it's my idea to use typo3 because I will be in charge of their damned content management and I thought typo3 would be an easy thing to use. Its called Yahoo Small Business (LOL, it's an Oil Company) actually it has a bunch of features, but the cPanels sucks BIG TIME. Again, there is all this IT crap, but I cannot upload files with ./& # and ql extensions. Strange enough that evertyhing works fine on my mac -perhaps they use windows95
04:19 ThePianist Should I choose a different isp?
04:25 ThePianist ok, I am trying a different host now, lets see
04:30 jananne2 ries: It does'nt help at all ;|
04:30 jananne2 It's still hidden.
04:30 ries jananne2: where did you add it?
04:31 jananne2 plugin.tt_news.TCAdefaults.tt_news.hidden = 0 in the main tsconfig
04:31 jananne2 And i tried thru the object browser, same result
04:31 ries ThePianist: I don't have problems with typo3 (ofcourse) but the ISP must support it... just don't bother trying it out withotu having knowledge of typo3's internals (what it needs etc...)
04:32 ries I have my own server and installation takes 5 minutes... ofcourse My server does have GM/IM... enough memory, uses PHP5, mysql 5
04:32 ries did it say to add this : plugin.tt_news.TCAdefaults.tt_news.hidden = 0
04:33 ries Or did it say to add this : TCAdefaults.tt_news.hidden = 0
04:33 jananne2 thru the OB it made: plugin.tt_news.TCAdefaults.tt_news.hidden = 0
04:33 ThePianist hmm, I see the reuirements in yahoo too. It just doesn't allow me to upload certain files because of format rules
04:35 ries jananne2: Hmmm just add this to your page TS : TCAdefaults.tt_news.hidden = 0
04:35 ries ThePianist: that sucks....
04:36 jananne2 ries: That isnt working either..
04:37 ries so when you create a new tt_news record it's not un-hidden by default hen you have added that?
04:37 jananne2 still hidden :(
04:38 ThePianist Yahoo's cpanel is a bit confusing
04:39 ThePianist and as always with American companies, buy this buy that buy buy which triggers 4 me bye bye
04:41 ThePianist jananne2: what's your location?
04:41 jananne2 NL :o
04:42 ThePianist ah, you worked recently until 4 in the morning?
04:43 ThePianist If I redirect a domain to a server which works with typo3, that is a search engine killer? I don't want to touch there email accounts in service, so no DNS changes
04:43 jananne2 5 * :)
04:44 ThePianist that's tough
04:44 ThePianist hope it was worth it
04:45 jananne2 it is :).
04:46 jananne2 Customers can now add items ( like cars etc ) with tt_news front end on there own page.
04:46 ThePianist what's the domain
04:46 jananne2 It's just a test page atm :).'
04:46 jananne2 xamp ;).
04:47 jananne2 putting it online when finshed.
04:47 ThePianist I am downloading typo3 from http://typo3.sunsite.dk/zip-archives/
04:47 jananne2 cool :o
04:47 ThePianist please let me know if this isn't the way to go
04:47 jananne2 to go?
04:48 ThePianist to do it
04:48 ThePianist american english, I always get drawn into this.
04:48 ThePianist And here everyone thinks I am from UK
04:49 jananne2 :p
04:49 ries ThePianist: why not use SF?
04:50 ries ThePianist: what version of typo3 did you download??
04:50 ries these versions look rather old
04:50 ThePianist ngngng
04:50 ThePianist K, I can stop it
04:51 jananne2 ries:
04:51 jananne2 http://wiki.typo3.org/index.php/Tt_news
04:51 ThePianist what should I use, what's SF - don't get me wrong. I am first of all a designer who stepped into the backend
04:51 jananne2 New news not hidden by default
04:51 jananne2 That might seem strange but it is very useful if your
04:51 jananne2 ...
04:51 jananne2 Added it. doesn't work
04:51 jananne2 shall i phpfi my tsconfig for you?
04:52 ries ThePianist: use 4.1.3 see here : http://typo3.org/download/packages/
04:52 jananne2 http://phpfi.com/272231
04:52 ries SF == SourceForge
04:52 ries thet's where all packages are hosted
04:53 ThePianist oy, and what is this:http://typo3.org/download/packages/
04:53 ries if you click on the links, you get redirected to SourceForge
04:53 ThePianist k
04:54 ThePianist which one, what is dummy, for idiots, like me?
04:54 jananne2 ries: can you see what i'm doing wrong?
04:55 ThePianist aah, I need both
04:56 ries jananne2: you added it setup, your typoscript setup
04:56 jananne2 ThePianist, you're the first person this halve year i've coming to this channel that has less experience then me :D.
04:56 ries you HAVE to hadd it in page TS Config, NOT in setup or constants
04:56 ThePianist LOL
04:56 ries ThePianist: dummy is a empty typo3 version
04:56 jananne2 Aah right :)
04:56 ThePianist insane
04:57 ThePianist however, I manged to create a site, with breadcrumbs,3 different menus and I like the way how things come together.
04:57 ThePianist it's all local on a server simulation
04:59 ThePianist it's funny 2B dummy :-)
05:01 ries ThePianist: great job... honestly...
05:01 ThePianist watcha mean?
05:01 ries ThePianist: typo3 is far from easy...
05:01 ries But is so much more options that most CMS systems I did take a look at
05:01 ThePianist I never worked with an CMS system before
05:04 jananne2 It still hidden :'( maaann what am i doing wrong here..
05:04 ThePianist yahoo = bohoooo, tears, it so sucks
05:05 ThePianist clear cache, allways - I found that out very soon
05:07 ries jananne2: tomorrow I can login and check if you want...
05:07 ries but now I am almost off
05:08 jananne2 okay
05:08 jananne2 ries:
05:08 jananne2 can i give you my msn?
05:08 jananne2 works better i think.. for these things
05:08 jananne2 giving passwords etc.
05:09 jananne2 (obscured mail address)
05:09 ThePianist oh you don't trust me ;-) that;s me:www.pianowave.com
05:10 jananne2 right :o
05:11 ThePianist I wouldn't trust MSN either
05:12 jananne2 either :).
05:12 jananne2 hmm
05:13 jananne2 Thomas GH Dorsch: Why are you so intrested in Typo3 :)?
05:13 ThePianist because I am also www.7thsensegraphics.com
05:14 jananne2 Hows Victoria ;)?
05:14 ThePianist annoyed because I spend too much time with t3
05:14 jananne2 hehe
05:16 jananne2 ries: (obscured mail address), could you add me :)?
05:16 jananne2 ThePianist: You're multifunctional :)
05:17 ries jananne2: do you have skype?
05:17 ThePianist thank you
05:17 jananne2 I do have ventrilo..
05:17 ThePianist see also ww.tdorsch.com, if you like
05:19 jananne2 ThePianist: What websites have you made?
05:19 jananne2 http://www.bigwarriorcorp.com/ ?
05:20 ThePianist all of those I send to you
05:20 ThePianist timefinders.biz
05:20 ThePianist www.calor-verde.com
05:20 ThePianist www.wellenhancement.com
05:21 ThePianist www.stromeyerconsulting.com
05:21 ThePianist lemme think
05:21 ThePianist www.dewalch.com security products
05:22 jananne2 made it with frontpage?
05:23 ThePianist no, I use quanta plus
05:23 jananne2 okay :)
05:23 jananne2 same thing :)
05:23 ThePianist I don't have anything from Microsoft
05:23 jananne2 i design a little, making a website now and then
05:23 jananne2 got a little portfolio :)
05:24 ThePianist would like to see it then!
05:24 jananne2 http://jananne.net/portfolio
05:25 jananne2 it ain't much, but it's a start.
05:26 ThePianist I understand some dutch, lemme see, looks cool
05:28 ThePianist Dorp = village?
05:28 jananne2 yes
05:29 jananne2 i'm going to bed, it's half past six here.. in the morning. seeyall
05:29 ThePianist sleep well
05:29 ThePianist bye
06:42 d|g hi all
07:25 tsrepadmin good morning #typo3!!!
07:34 tsrepadmin Is there a possibility to use the enableFields method in a eID call?
07:34 tsrepadmin NO entry in the $TCA-array for the table "tx_commerce_articles". This means that the function enableFields() is called with an invalid table name as argument.
08:20 typochur good mornung
08:20 typochur *morning :)
08:22 typochur I wondred. I'm developin an extension and chose database-fieldtype "files". Problem: The file i choose is stored in the database? Is there a possibility to let the user choose a file (in fileadmin/pictures) and just store the path?
08:29 tsrepadmin morning just2b
08:52 typochur mh, how long is the delay before i'm allowed to ask the same question again? :)
09:14 typochur How can I show a picture wich is stored as a BLOB in my extension? Is there a function to create the image?
09:27 smeringe hm. typochur, maybe I'm mistaken but normaly images are stored on filesystem with filename reference in db stored in a blob (possibly comma separated) - not the entire image itself. do you need to store the binary data in the blob?
09:28 smeringe typochur, see http://wiki.typo3.org/index.php/Backend_Programming examples
09:28 typochur smeringe i want to avoid storing binary stuff in the db :) Why does typo3 create a blob to just store a string?
09:28 smeringe a good question :)
09:31 typochur i solved the problem :) $content .= '<img src="uploads/ext-key/' . $dbArray['image'] . '" />';
09:31 smeringe typochur : good :)
09:32 typochur smeringe somehow i was confused by "blob" :) and i wonder why typo3 needs to store the picture three times. fileadmin/, uploads/ and database
09:32 typochur but as long as it is working :)
09:35 smeringe well. first of either fileadmin or uploads, secondly you need a reference for the file in the database (as I said, it's not storing the file itself there) to know wich file you want. ;)
09:36 typochur so the picture is not _in_ the database?
09:36 freddy_1 if I want to install typo3 via ftp on a linux server, and I do not have a shell on the server, how (or what) do I then upload ?
09:38 typochur freddy_1 just upload the source & dummy package and click your browser to http://domain.tld/typo3/install/
09:38 typochur you don't need a shell to install typo
09:38 freddy_1 source and dummy in the same folder or in their own folders ?
09:41 typochur in the same folder
09:42 typochur freddy_1 there is one combinded archive on typo3.org. Source&Dummy, just download, extract and upload :) Nothing to to wrong
09:45 freddy_1 typochur: ah - you mean 'source with dummy site ZIP' - I just download that, unzip, upload to root of page and go!
09:45 typochur yep
09:46 freddy_1 typochur: thanx, that was easier than I thought.
10:25 blitz hi
10:28 typochur hi blitz
10:29 blitz do you happen to know why tt_news wraps subheader inside <p>-tags? my web fails to validate due <a><p>..</p></a>
10:31 blitz if i could remove the <p> tag it would work just fine.. i also looked TS, but it already does plugin.tt_news.displayList.subheader_stdWrap.wrap = |
10:35 alexwx hi there
10:36 alexwx i have a question about search and the L param languages
10:36 alexwx can some body help?
10:37 alexwx I have deutsch and english version, where the deutsch is a primary.. but if i am searching in the english L=1, the title of the search entry is in deutsh, but the description in english... where should be the problem?
10:38 typochur *rofl* I like your way of writing ^^ "the search entry is in deutsch"
10:40 alexwx search result, has some entries of the searched result, you know
10:40 alexwx typochur
10:41 typochur Yeah I do understand your problem, but unfortunately I can't help you
10:41 alexwx typochur so you dont know the solution
10:42 typochur alexwx right. I just develop extensions, I have an administrator for all the other stuff (like language-issues)
10:43 alexwx typochur aaah so, but i am using classic/default typo3 search integrated in
10:43 typochur alexwx Yeah, indexed_search. This is not my teretory ;)
10:44 alexwx typochur :) so do you like use some search extension, or this is your own stuff, or nothing extension about search in the pages
10:46 typochur alexwx all my typo-sites use the same search as you do, but I don't know how to configure, because my administrator does this stuff :)
10:48 alexwx typochur aaah so your admin maybe knoe about that, is somewhere nearb by you? :) i would like to look for that configurations
10:49 typochur hr hr ... unfortunately my admin costs a lot of money :) So you better ask someone in here or look for a good forum
10:53 alexwx typochur :) ah i see, ok, i am trying to find something on the net.. so good luck for me :)
10:53 typochur he he
11:00 freddy_1 alexwx: I guess you could find the solution in the podcast Christmas Special: Localize your website, Bob!
11:01 alexwx freddy_1 ah do you think ok i try to look in
11:01 freddy_1 in the very end of that podcast there is a link to where the webpage and typoscript is located - I think you can look there and find inspiration
11:01 freddy_1 I dont remember the exact url
11:06 alexwx freddy_1 ok, i found that... 300MB, quite a little movie
11:06 Fanty Anyone know how to make a menu containing a link to a javascript function such as document.print()?
11:23 Denyerec jananne ?
11:40 pulponair hi there
11:41 pulponair is there a handy way to access flexform values from within a BE extension? Except for xml2array ?
11:43 flo via pi_getFFvalue maybe? or is this just for the fe?
11:57 jananne2 I want tt_news-records to be automaticliy unhidden.. i've tried to add this to my tsconfig ( Rootpage > Template > Edit whole template record ): TCAdefaults.tt_news.hidden = 0, but isn't working somehow. Does anybode know why?
12:02 jananne2 hmm i got it..
12:10 jananne2 I want to add tt_news-records with a front end user, but when i add an record it is automaticly hidden. I've added the line "TCAdefaults.tt_news.hidden = 0" into the user tsconfig, but it doesn't work, it's still hidden. When i do this with admin ( adding the line in the admin user tsconfig ) and add an item in back end, it IS automaticly unhidden. What am i doing wrong?
12:24 Fanty Where is ext_conf_template values for extension stored at?
12:28 Fanty and stuff like what extensions are currently installed and which arent?
12:30 jananne2 ext manager :)?
12:31 jananne2 and with the Typoscript Object browser you can see the values
12:31 Fanty can display the data.. but where is it stored physically?
12:32 jananne2 ah
12:32 jananne2 i know :), one moment.
12:32 jananne2 typo3conf/ext
12:34 jananne2 Fanty: found it
12:34 jananne2 ?
12:35 jananne2 I want to add tt_news-records with a front end user, but when i add an record it is automaticly hidden. I've added the line "TCAdefaults.tt_news.hidden = 0" into the user tsconfig, but it doesn't work, it's still hidden. When i do this with admin ( adding the line in the admin user tsconfig ) and add an item in back end, it IS automaticly unhidden. What am i doing wrong?
12:37 Fanty jananne2: the extensions are stored in typo3conf/
12:37 Fanty jananne2: I'm looking for the configuration
12:38 num000 i've a multilanguage site, i use rlmp_language_detection for browser language detection and switch apropriatly to one of the available languages those languages which i added are sent when the browser comes with this languages set, but it doesn't work when the default language of the browser is english, which is uid=0
12:39 num000 what can i do?
12:40 Fanty found it .. its stored in typo3conf/localconf.php as serialized arrays
12:42 freddy_1 is it possible to use gdlib INSTEAD of imagemagick or do I have to use both to get full typo3 support ?
12:46 num000 how can i tell typo3 that the language i used for default text is english?
12:55 amrun g'day everyone
14:15 banban hi there! i have url from my typo3 website whcih points to some restricted pages. they are visible when user logs in. when user clicks on that url i would like login box to show up and when user types in username/password to be redirected to that url. is there any extension already for that purpose? thanks for any answer!
14:16 m0oman i'm looking for the same thing, haven't found anything yet though.
14:18 banban m0man: okey, thanks for info
14:24 flo banban: should work somehow, you can set the redirecturl in the loginform, but i am not 100% sure!
14:31 banban flo: i'm not sure what would you like to tell me... yes you can set redirect url, but that one is static only. first i would like the user to be forwarded to login box after he/she want to see that url with restriced pages and second the user to be redirected to that same url when he/she successfully log in
14:32 flo yes and therfore you can set the redirecturl
14:34 beli hey folks
14:34 flo but as i said i am not sure about this, but there are many threads in the inet about the newloginbox..
14:35 banban flo: thats only after user logs in and only static (default) one
14:36 beli i am trying to get a simple TMENU to work. my marker "LEFTNAVT" isn't shown anymore, but there is also no menu list shown. here's my typoscript: http://nopaste.info/0130240d14.html
14:36 beli any ideas?
14:37 flo banban: really sure about this? i think you can create the loginform yourself...
14:40 flo beli: try to fill it with a testvalue, the marker, if it works, then your menu is wrong, else your marker isn't correct (i remember an issue if that marker wasn't correctly formatted)
14:41 pulponair anyone ever used be ajax ?
14:41 Jigal wasn't typo3wizard.com the site of someone who regularly visits this channel?
14:42 pulponair Jigal: :Yes
14:42 pulponair Jigal: but i can not remeber who it was :)
14:42 Jigal pulponair: (Hi btw) I just see that the domain is expired :-/
14:44 beli flo: howto give the marker a testvalue?
14:44 beli flo: LEFTNAVT = foobar?
14:45 Jigal pulponair: are you gonna make one that allows the sortorder to be changed by drag'n'drop? ;-)
14:46 beli flo: if i set marks.LEFTNAVT = 3 ....the marker just disappears
14:47 pulponair Jigal: i did something similar in the past
14:47 pulponair Jigal: but i used prototype/scriptacoulous
14:47 pulponair Jigal: atm i need to trigger a bunch of small scripts via ajax in order to avoid php maximum execution errors
14:49 Jigal pulponair: isn't there a different solution for that problem? like setting the time limit inside a loop...
14:50 pulponair Jigal: not really overriding ini settings isnt allowed sometimes
14:50 flo beli: first, make your menu with a temp value, like temp.menu = HEMU etc..., then create a temp.test = TEXT; temp.test.value = Hello World and do a marks.LEFTNAVI < temp.test
14:50 pulponair Jigal: further more "blocking a page 4 several minutes is kinda annoying" :)
14:51 Jigal pulponair: several minutes?? What on earth are you doing? (rethorical question)
14:51 pulponair Jigal: creating images
14:53 Jigal pulponair: and that needs to happen while the user is watching?
14:53 pulponair Jigal: is just an option.
14:55 beli flo: doing some marks.LEFTNAVT = TEXT; marks.LEFTNAVT.value = foobar prints me "foobar"
14:55 beli i need a simple textmenu with 2 levels....maybe i should take some better :)
14:55 pulponair Jigal: so are you aware of an extension that uses ajax within the backend?
14:58 flo beli: sure that special.value = 0 is correct?
14:59 Jigal pulponair: 4.x is using it in the basic BE... Web > Page , pagetree uses ajax for drag'n'drop :-)
15:01 pulponair Jigal: yes...
15:01 Jigal pulponair: gb_bedraganddrop, BE content drag'n'drop...
15:02 pulponair Jigal: hmmm are you aware of eID equivalent for the backend?
15:03 Jigal pulponair: eID??? what's that?
15:04 pulponair Jigal: :)
15:04 pulponair Jigal: small, lightweigt front end api. Used for ajax responses...
15:06 Jigal pulponair: xajax_example, dynbeedit (that one is cool!), cag_ajaxeval (ajax be form evaluation), moo_fx (has eID hook),
15:07 Jigal pulponair: rgmoodalbox (load every content inside lightbox you like; by just2b)
15:07 pulponair Jigal: i know how to handle ajax on the FE side :)
15:09 Jigal pulponair: dynbeedit, gb_bedraganddrop, cag_ajaxeval are BE...
15:14 Jigal gotta go offline (meeting)... bye
15:17 typochur rehi
15:38 foool anyone up on cron jobs??
15:41 typochur normaly my extension is included in the mainpage so it uses the normal design (xhtml, css stuff). I wondred if it's possible to use my own design in my extension
15:42 typochur background: my extensions needs a popup, in the popup i don't want to have stuff like menu, sidebar, etc but I need all the stuff like piBase etc
15:42 typochur andy idea?
16:11 num000 how can i tell t3 that the default language is english (for use in a language switcher)
16:22 flo num000: you don't have to, you decide which language is the default language
16:23 ries anybody happen to know who owns typo3wizard.com ?
16:23 flo and thats it, after that, for every other language you have to create a new websitelanguage...
16:33 Denyerec GOOD MORNING!
16:33 Denyerec For those of you in such a timezone
16:33 Denyerec HAPPY FUTURE to the Antipodeans.
16:33 Denyerec and "BAD LUCK" to anyone in the UK.
16:34 ThePianist hi
16:35 Denyerec You're in the Morning category.
16:36 ThePianist Question: I am trying to install T3 on a server. The directory is initially locked. It says I should create a file "ENABLE_INSTALL_TOO" with what extension? What kind of file? I am following instructions by Kasper
16:37 ThePianist a file, PhP, text html?
16:37 ThePianist and this is aimed to newbees he says
16:40 Denyerec heh
16:40 Denyerec You're a windows user aren' tyou
16:40 ThePianist are shittin' me? Mac and Linux
16:40 ThePianist :-)
16:41 Denyerec Heh
16:41 Denyerec then why are you asking what type the file needs to be?
16:41 Denyerec just "a file"
16:41 Denyerec $> touch ENABLE_INSTALL_TOOL
16:41 Denyerec done
16:42 ThePianist how can I save a file without extension. this is so weird
16:44 Denyerec ...
16:44 ThePianist okok
16:44 Denyerec an extension is nothing more than part of a filename
16:44 ThePianist I saved amn rtf and deleted the ex
16:48 ThePianist What is this: Warning: mysql_list_tables(): supplied argument is not a valid MySQL-Link resource in .... directory ... class.t3lib_db.php on ilne 974 ?
16:53 null__ a warning
16:53 null__ better than error :-)
16:53 ThePianist LOL
16:54 null__ grep error > /dev/null
16:54 ThePianist true
17:00 null__ years of working with automake & compilers...
17:00 null__ make you ignore warnings..
17:03 Denyerec haha aye
17:03 Denyerec if you worried about every compiler warning I doubt you'd ever get any work done.
17:23 num000 flo sorry i just saw your comment to my question
17:23 num000 flo how can i say which language is the defaullt one
17:26 null__ num000: config.language= en
17:26 num000 null__ this i have set already
17:26 null__ surround by a [global]
17:27 num000 i've set 1,2 one for turkish and one for german, the default language which exists since the installation is english, but when i visit the pages with english language set in thebrowser the next available language is send
17:28 num000 null__ yes i have it surrounded bye [global]
17:29 null__ ok. iof the browser send "i am english" .. the typo sends a turkish site?
17:29 null__ what id is english, and turkish?
17:29 null__ 0 = en , 1 = ?
17:32 num000 null__ english is 0 turkish is 1 and german is 2
17:32 null__ ok. if users click trhe flag then everthing works, i guess.
17:33 null__ if the browser sends "language=en" ehat happens then?
17:33 num000 null__ those work ok, thats not the problem
17:33 num000 null__ when the browser sends en, then it takes uid=1 as language
17:33 num000 the next one
17:33 null__ ok. and uid=1 turkish
17:33 null__ hm.
17:33 num000 yes
17:34 num000 in a second i can give you the exact values and settings of the browser
17:34 null__ no. not needed.
17:34 null__ yet
17:34 null__ that must be fixable with TS
17:35 num000 null__: yes, i'm sure, but i don't know how unfortunately, and i'm at the end of my ideas
17:35 ThePianist Hello, I am at the Install Tool screen, it is asking me for a username and password. At the same time I created an empty database on my sever. Kasper's manual is not clear here. I tried admin and Joh316 as well as my other db login:: There is no connection to the database!
17:35 num000 for example now, i've browser language setting english en and typo3 sends the page with L=2 which is german
17:35 ThePianist What could be wrong?
17:36 num000 ThePianist you can look into your database logs in order to see which username is used to connect t othe database
17:36 num000 in the case of mysql you can look into most probaply /var/log/mysql/*
17:37 num000 null__ i just see that the language settings in my firefox have the following order: en,de,tr
17:38 num000 null__ german is comming directly after german, so english doesn't match forany reason
17:40 num000 so german and turkish works very well.
17:40 ThePianist where could I find database logs, don't see this in the cPanel
17:41 num000 ThePianist i don't know cpanel, it depends what database you are using and where you have configured the logs to be stored
17:42 num000 i could give you advice if you use a shell, but this way i can't help you
17:42 ThePianist every ISP has a cPanel, really everyone
17:42 ThePianist control panel
17:46 num000 ThePianist, no mine doesn't, i don't need it and most servers i've seen don't
17:46 ThePianist what is the default username for the install tool?
17:47 ThePianist guess you run your own server. When you buy a hosting plan for a webhost company, you always hve a control panel. Or how else would you manage your sites?
17:48 ThePianist it's amazing how different we look at all these things.
17:48 ThePianist password is apparently joh316, and what's the username? This is so annoying
17:48 num000 ThePianist use admin
17:49 ThePianist I tried that already :-(
17:53 snowman how can i get the children of a given pageid in an extension? is there an extra function for it, or do i need to build the database query by myself?
17:53 foool why don't you reinstall the install section but first go into cpanel and make your database and give it a user and password, so you then know them. Then go to /typo3/install/index.php and install again
18:02 foool any wizz here for direct mil????
18:02 foool mail = mil
18:08 num000 null__ have you got any ideas?
18:08 null__ still thinking :-)
18:08 null__ about other problems.... i will tell you if i manage
18:10 num000 null__ thank you
18:11 ThePianist do you all have your own server with root access? no-one ever tried to install t3 into a web hosting account?
18:11 null__ num000: you can try by yourself
18:11 null__ it must be something with
18:11 null__ [ language = *en* ] special.normalWhenNoLanguage = 1
18:12 num000 null__ tell me your ideas i'll try it
18:12 null__ [lanuage = *en*] is a switch for the browser language detection. and the you can set the ts value ^^
18:12 null__ special.normalWhenNoLanguage = $ID
18:14 num000 null__ which $ID do you mean?
18:14 null__ $id i you language id
18:14 null__ 0 is en
18:14 null__ 1 is turkish
18:14 null__ 2 german
18:15 num000 ohh i see, you mean the language ids
18:15 null__ if i remember..
18:15 num000 yes you are right
18:15 num000 is this condition ok like this
18:16 num000 [language = *en* ]
18:16 num000 ?
18:18 num000 no, this doesn't work
18:18 num000 [ language = *en* ]
18:18 num000 special.normalWhenNoLanguage = 0
18:18 num000 [global]
18:18 flo ThePianist: i always install typo3 on webhosting accounts
18:20 ThePianist oh, hi, I got stuck with the Install Tool, it cannot connect to the database. I am using bluehost.com and the environment should be ok. they also have ssh access, but I don't know how to work with this
18:21 num000 null__ you are from germany aren't you?
18:21 num000 have you got your browser set to english or german?
18:22 null__ en
18:22 num000 coult you please then have a look to http://dinc.org
18:22 num000 and look which Language value it gets send to you
18:22 num000 2 is for german
18:23 ThePianist FLO: ever seen this line: Warning: mysql_list_tables(): supplied argument is not a valid MySQL-Link resource in /Users/<removed>/typo3/t3lib/class.t3lib_db.php on line 974
18:23 flo ThePianist: nope
18:24 ThePianist how do you install it?
18:24 flo copy the files, run the installscript and thats it
18:25 ThePianist let me clean my browser cache
18:27 ThePianist it says there is not connection to the database
18:27 flo ThePianist: did you already searched with google,google finds many links regarding this message and typo3, also many answers/solutions...
18:28 ThePianist no
18:28 ThePianist I thought one of you could give me an anwer right away
18:29 flo no sorry, never had this warning, i think
18:29 ThePianist ever tried this with Yahoo?
18:31 ThePianist The typo install tool, how does this correspond to my account login. Is it, can it be different?
18:37 ThePianist holy cow, I am in
18:41 ThePianist it had to be the domain owners main account login
19:20 null__ num000: I get the english content
19:20 null__ when i visit your link
19:22 null__ num000: When i set turkish in Firefox i get the turkish site
19:22 null__ seem to work
19:27 null__ how did you fix it?
20:43 JessicaD Goodevening
20:43 JessicaD Does someone know how to debug a backend module
20:43 JessicaD ?
20:58 ThePianist Hello: What is the file "ext_tables_static+adt.sql" for? The plus sign gives me an invalid file format on a linux server.
21:19 pulponair hi
21:24 pulponair is anyone aware of an extension that provides "user" specifig "login landing pages" i.e. "home pages"
21:27 ShadowHunter there is a group-specific "login landing page"-plugin
21:28 pulponair ShadowHunter: do you know its name?
21:30 ShadowHunter hmm
21:31 pulponair http://typo3.org/documentation/document-library/extension-manuals/cs_feuser_suite/0.1.1/view/
21:32 ShadowHunter maybe it was
21:32 ShadowHunter dkd_redirect_at_login
21:33 pulponair ShadowHunter: hmm i know that extension. But i need it on a per user base
21:34 pulponair ShadowHunter: sounds like i have to create one myself since it should be "easily maintainable by an editor"
21:36 ThePianist no response for me?
21:37 pulponair ThePianist: i did not even noticed your question
21:37 pulponair :)
21:37 ThePianist here it is again:
21:37 ThePianist Hello: What is the file "ext_tables_static+adt.sql" for? The plus sign gives me an invalid file format on a linux server.
21:39 pulponair ThePianist: to what extension does it belong?
21:41 ThePianist I am not sure
21:41 pulponair ThePianist: name its full path please
21:41 ThePianist it's in the systext folder
21:41 ThePianist in cms and in tsconfig_help
21:43 pulponair ThePianist: hmm looks like the static tables. What system are you on actually?
21:43 ThePianist it's yahoo, and they say it's linux
21:43 ThePianist I don't have my own server
21:44 pulponair hmmm linux doenst complain about "+" within filenames. how did you put it on the server? ftp?
21:44 ThePianist yes, with filezilla, I tried to upload it without the + and thought I could rename it on the server, but nope
21:45 pulponair ThePianist:it is probably related to your ftp client ....install quixplorer to your typo3 installation and try to upload it via quixplorer
21:46 pulponair though i am not sure if t3 will work without that file but if it is realy just the static data ...it schould work
21:46 uriahheep hrm...
21:47 ThePianist I tried fetch too, gave me the same error. Will check on quix, thanks!!
21:47 uriahheep for some reason when i make a copy of a content element for translation, the default element still shows up...
21:48 ThePianist uhm, quixplorer is for linux?
21:48 uriahheep like... the translated element doesn't show up in the translated page :(
21:48 pulponair ThePianist: it is an typo3 extension
21:49 ThePianist I am working from a Mac. Would it make a difference if I upload from a linux system?
21:49 ThePianist ok
21:49 pulponair ThePianist: perhaps
21:49 ThePianist dunno, will try and error
21:59 null__ ThePianist: mac is fine, cause it has a bsd platform wich is similar to linux
21:59 null__ but if you're looking for a internetserver provider you will be very alone.
22:00 null__ server are win, or linux
22:00 null__ so take a look at linux.
22:00 ThePianist no, I am not looking for a Mac web host
22:00 num000 null__ any idea regarding the language problem?
22:00 ThePianist thanks, you misunderstood me
22:01 null__ num000: your language problem is solved!
22:01 num000 how?
22:01 null__ num000: I visited your site, and all is fine
22:01 num000 ohh
22:01 num000 mhh
22:01 num000 let me check ;)
22:01 null__ ^^^ read :)
22:01 num000 read?
22:02 null__ i wrote above
22:02 num000 i just came home, let me see
22:02 null__ my firefox "en" i got your site in english
22:02 num000 null__ but maybe it had only en
22:02 null__ my FireFox in "tu" i got your site in turkish
22:02 num000 did it sent L=0?
22:02 num000 tr i see
22:02 null__ my firefox with "de" i got your site in german
22:02 null__ no. no L was usede
22:03 num000 ahh
22:03 num000 i need to check this, but thank you very much so far
22:05 ThePianist yahoo has the weirdest interfaces ever
22:07 uriahheep hrm...
22:07 ThePianist the default password is joh316 ?
22:07 uriahheep can someone help me out with page translation please?
22:08 ThePianist null and num000 are good with that, I am beginner :-)
22:09 uriahheep heheh
22:09 null__ whats the problem
22:09 null__ ?
22:10 null__ ThePianist: You can change the default password in the backend
22:10 ThePianist everything
22:11 uriahheep well, i made some translation copies of my elements, but the default language of the elements is showing up on the translated page instead of the translated elements
22:11 ThePianist I feel confusion. In the localconf file? and if how?
22:12 null__ ThePianist: Moving a completed typo3 website from a local server is a very easy thing, if you have some years of experience with typo
22:12 null__ if you are beginner, it is a pain
22:12 null__ you should start a fresh site on a world server
22:12 uriahheep hmm, i did it after 2 weeks of experience ;)
22:13 null__ ThePianist: In the localconf.php there are values stored, like database name, user password, and extension
22:13 ThePianist I am since 4 days on this, so I have 10 more days, he he
22:13 ThePianist k, I see this
22:13 null__ a typo site is not a typo site
22:13 null__ it is scaleable
22:14 ThePianist mmpdddf84732048 sdfasd ... crash
22:14 null__ and depends on the size, and extensions
22:14 ThePianist ok
22:14 ThePianist got it, sure, I noticed that
22:14 ThePianist ok, I am opening this localloco thing
22:15 null__ you're learning by making failures
22:15 null__ ^^
22:15 uriahheep null__: would you have any idea why my content elements are behaving that way?
22:15 null__ what do you expect to know if you're beginner
22:15 ThePianist because youwork onlny since 2 weeks on this ?
22:15 ThePianist LOL
22:15 uriahheep lol, no
22:15 ThePianist I am dying, this is funny
22:16 ThePianist pain
22:16 uriahheep i said i did what you're trying to do after two weeks
22:16 ThePianist ouch
22:16 null__ i am selling typo sites since '99
22:16 null__ and i still have to learn a lot
22:16 ThePianist I don't even wnat to sell this.
22:16 uriahheep ThePianist: nah, i have LOTS if experience with linux/databases/servers is why i was able to ;)
22:17 uriahheep ...but if it's directly typo3 related... i'll often have to ask many questions in here ;)
22:17 uriahheep like now :(
22:17 ThePianist Well, I installed Linux on another system, 2 weeks ago. I had to change my thinking how this all works
22:17 uriahheep but so far i have no response :(
22:17 ThePianist yast and rpm, tell that to one with windows
22:17 uriahheep heheh
22:17 uriahheep i don't even use those ;)
22:18 uriahheep depends on the distro
22:18 ThePianist it's actually Jacklab1.0, very cool
22:18 ThePianist Debian sucks
22:18 uriahheep hmm, nice... is that a media studio distro?
22:18 ThePianist anyway, I am in localconf, can I just type my entries between ""
22:18 uriahheep yeah
22:19 ThePianist Yes, with Ardour, Rosegarden everything, the whole enchillada
22:19 uriahheep nice
22:19 ThePianist daaah
22:19 uriahheep worked automatically? the jack stuff, i mean?
22:19 uriahheep ...i might want to install that on my desktop... i have an m-audio delta 1010lt in it ;)
22:19 uriahheep anyway
22:20 uriahheep null__: still around?
22:20 ThePianist well, I tried the E17 desktop, that gave me the cramps, than I switched to KDE, wwooouusssshhh, all there, uuhhhhhs and aaaahhhs
22:20 uriahheep heheh
22:20 ThePianist my wife threaten my PC with a bottle of coke
22:23 uriahheep lol
22:23 uriahheep linux will do that to a relationship, i warn you ;)
22:24 ThePianist I installed Linux on her computer first, then I like it and weeks later ...
22:24 ThePianist hey, the local edit didn't do shit for me
22:26 ThePianist could it be that mysql isn't setup properly?
22:27 ThePianist it says it's active
22:29 null__ uriahheep: yes. i am here
22:29 num000 null__, untill now it doesn't work. i use the following language order with my firefox, en tr de, but when i call http://dinc.org it gets L=1 delivered, and L=1 is turkish
22:31 null__ wait
22:31 null__ i take a look
22:31 num000 ok
22:32 pulponair re
22:36 uriahheep null__: what do i set in a templavoila template for it to use my localization copies of content elements?
22:37 null__ num000: is you backend set to turkish?
22:37 num000 null__, no it is german
22:38 num000 null__ well if we talk about the backend language, this is set to german
22:38 num000 i've only added turkish later on, after writing most of the stuff in english
22:38 ThePianist In localconf it says admin and joh316 and I still cannot proceed, what's wrong?
22:39 num000 ThePianist can't you login to your installation still?
22:39 ThePianist no
22:40 num000 ThePianist why don't you remove your typo3 installation and reinstall a fresh copy to it
22:40 null__ num
22:40 uriahheep num000: do you know? :-/
22:40 num000 sorry?
22:40 num000 uriahheep: did i say something wrong ;)
22:41 num000 I suppose I said something wrong, null__ and uriahheep are smiling
22:41 ThePianist it is a fresh installation, however I could not upload two files: "ext_tables_static+adt.sql"
22:41 null__ num000: if you have setupt your page to en,tu,ger
22:41 wacky_ I'm trying to do something quite easy: $db = $GLOBALS['TYPO3_DB'] where that TYPO3_DB points (or is) a t3lib_DB object.
22:41 num000 null__ well tr and de are setup on those pages, english is nowhere really setup except as default in ts
22:41 null__ and ttu is your default
22:41 wacky_ Unfortunately, $db holds nothing after, no reference (get_class returns nothing)
22:42 null__ it ignores en
22:42 uriahheep num000: nope, i'm just asking whether you know how i can make templavoila use my localization copies of content elements ;)
22:42 null__ first default language, and then the first match of the browser
22:42 num000 null__ the problem is caused (i suppose) from this point, when i add a language i go to web->list and make a new page as new language in the global pagetree
22:43 num000 on this list, i have, de for german and tr for turkish
22:43 null__ if you have language 1,2,3,4
22:43 null__ and browser sais "i can" 3,2,1
22:43 null__ the the site 1 will be sown
22:43 null__ shown
22:43 num000 but the default, which was before all those later languages (tr, de) should be english, but i don't know where to set the default language as english, basicaly typo3 doesn't know that the default language is english
22:44 voidus wacky_: php4 or php5?
22:44 num000 hi voidus
22:44 voidus hi num
22:44 wacky_ 5.2.4
22:44 num000 uriahheep, i never used templavoila, but the principle should be the same, couldn't you find documentation?
22:45 ThePianist what if I disable the 123 mode?
22:45 uriahheep hmmm :(
22:45 voidus wacky_: hm.. it should be there. but i always used $GLOBALS['TYPO3_DB']-> syntax
22:47 ThePianist num000: did you see my message: "ext_tables_static+adt.sql"
22:47 ThePianist could this be the reason?
22:51 ThePianist what does the following mean: disable_functions=leak, symlink
22:52 voidus ThePianist: that means that this functions are disabled =)
22:53 ThePianist and how does it affect the whole system if those functions are disabled?
22:55 ThePianist I logged on by skipping the 123 crap, it doesn't find my database
22:57 ThePianist ok, I figured it out, instead of localhost it should be mysql
22:57 ThePianist You really let me learn it the hard way, huh
23:03 ThePianist next problem: I am at the screen that shows the two boats, and I cannot log in with the password I just set up!!!!
23:03 ThePianist WTF
23:05 ThePianist and at the address of the install tool it tells me now, Error, no pages were found at rootlevel
23:05 Awillys this is just2b
23:05 ThePianist this is so frustrating
23:05 just2b he is gone again ;)
23:16 beli hi folks
23:17 pulponair ThePianist: dont feel offended, but it has been turned out that installing t3 on a 1 2 3 host alwasy ends up in "pain in the" ass.....
23:18 beli i use this ts: http://nopaste.info/bd00d01577.html to make a TMENU
23:19 beli with ExpAll = 1 it shows subsites....with ExpAll...it switches to subsites but does not explode the menu tree...demo is here: www.flatterzunge.de/sgznd/
23:20 ThePianist I am not offended. My client has already a domain with 40 emails setup, it could be more of a pia to change that one
23:20 pulponair beli: why did you use < arks.LEFTNAVT.1 ? if you define it directly anyway?
23:20 ThePianist so, how can I squeeze in a missing root page
23:20 pulponair ThePianist: pointing the www record to a more proper webspace wont affect emailing at all ;)
23:21 beli pulponair: i don't need to?
23:22 pulponair beli: < whatever only makes sense if the certain element i.e 2nd, 3rd level do not differ that much
23:22 ThePianist hhm, I tried that, emails didn't work anymore. You mean the namesevers?
23:22 pulponair beli: : e.g 1= TMENU + BUNCH of options 2 < .1 slighly differing from 1
23:22 beli pulponair: so, what do you recommend to clean up my code?
23:23 pulponair ThePianist:yes
23:23 ThePianist Anyway, I am on Yahoo Business, it's linux with all kinds of bells and whistles, it should work
23:23 pulponair ThePianist: yes right
23:23 pulponair ThePianist: so i would suggest -> install from scratch, skip that 123 crap
23:23 ThePianist I guess that's what I need to do
23:24 pulponair ThePianist: so you are aware of the "regular intall tool" ?
23:24 ThePianist I found out, yes
23:24 ThePianist because 123 didn't work,
23:25 ThePianist and yahoo does require mysql instead of localhost,
23:25 pulponair ThePianist: yes the usually run a separet DB host
23:25 ThePianist and in the end, I cannot log on anymore and where once the install tool appeared there is now an error message
23:25 pulponair ThePianist: resinstall and skip that 123 crap ..
23:26 pulponair ThePianist: brb
23:26 ThePianist me too
23:47 uriahheep is it possible to copy many different content elements at once?
23:48 pulponair uriahheep: yes
23:49 pulponair uriahheep: change the clipboard to #1 and use the listmode

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.