Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 15 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:38 tansta morning boys and girls
00:46 gerards hey tansta.
00:47 tansta morning gerards
00:47 tansta i wonder if there is any girls in here ever ? ;)
00:47 gerards once in a while one of them is brave enough to venture in here.
00:47 gerards they enter in trepidation.
00:48 gerards they exit screamin'
00:48 tansta hahahaha
00:48 gerards tansta: i'll be in the same time zone (more or less) as you in a few weeks.
00:48 tansta cause you chase after them ?
00:48 tansta really ?
00:48 tansta are you in Asia ?
00:49 gerards in June.
00:50 tansta which country ?
00:50 gerards Singapore.
00:51 gerards hahahah i'm just trying to get to know the guys in your timezone.
00:51 tansta hehehe
00:59 Ries tansta: we have a looooong time 'girl' user of typo3 in the channel
00:59 Ries and I bet you have seen and spoken to here before!
00:59 tansta really ?
00:59 tansta who ?
00:59 Ries uschi: wake up!!!!
01:00 Ries ush we need a girls attention :)
01:00 Ries Well.. she might be sleeping.....
01:00 Ries But just wait a couple of ours before she wakes up
01:38 tansta what the hell is going on with the channel ?
01:38 tansta hello ?
01:38 tansta :D
02:03 gerards everyone is dying.
02:36 tansta aaahhhhhhh
02:36 tansta you're back
02:36 tansta hehehe atleast i dont feel lonely
04:00 Tsoots good morning
04:09 d|g hi all
04:52 tansta what the hell going on with freenode today ;)
05:10 uschi good morning
05:57 dax77 good morning everyone
06:01 tobi good morning dax77, good morning #typo3
06:27 Jigal gooood morning #typo3
06:31 dax77 Hi Jigal
06:31 Jigal hi dax77
06:40 MarwolTuk good mornig boys and girls ;-)
06:46 Jigal good morning MarwolTuk
06:47 MarwolTuk 'moning Jigal
06:48 Phlogiston_ hello guys
06:54 uschi morning folks :))
06:55 Jigal hi uschi
06:55 uschi morning Jigal
07:02 FloLeBlanc hi all
07:05 FloLeBlanc can anyone tell me how to pass a variable or an array from ts to php in an ext?
07:07 dax77 re
07:09 uschi gugugg dax77
07:10 FloLeBlanc hi dax77, hi uschi
07:10 uschi morning FloLeBlanc :)
07:11 Yourri Hi
07:11 Yourri Good morning
07:11 FloLeBlanc dax77: do you happen to know how to pass arrays from ts to php? (I want to include a code snippet in an ext that says: list only groups not in the array passed via ts)
07:12 FloLeBlanc hi yourri
07:12 dax77 FloLeBlanc: just use a comma-separated-list and run it through: t3lib_div::trimExplode(',',$tsVar,1);
07:13 Yourri :)
07:13 FloLeBlanc dax77: ok now I must admit I forgot how to access a variable setup with the ext name: theextname.myvar I would access in php what way? :)
07:14 dax77 FloLeBlanc: the TS stuff comes all within $conv which is an array
07:15 FloLeBlanc ok thank you
07:19 Yourri Hello
07:20 Yourri how i can add my php code intro a page in typo3 ?
07:21 dax77 Yourri: question: do you really need to insert php code? what do you want to achieve?
07:22 Yourri sdk into a page
07:22 Yourri i have add a meta tag in TS
07:22 Yourri for my SDK Work whit ajax
07:22 dax77 Yourri: there is an extension which allows you to insert php code directly
07:22 Yourri now i need add a source code in php for my api into a page
07:22 dax77 sdk?
07:22 Yourri yes
07:22 Yourri SDK
07:23 dax77 well, what ist sdk?
07:23 Yourri dax77 can you give me the name for this extencion plz ?
07:23 Yourri SDK it's a Software Development Kit
07:23 Yourri it's a api
07:25 Yourri dax77 plz :) the name for this extencion Sr ^^
07:26 dax77 there is: lumophpinclude
07:26 Yourri whit this extencion i can add my php code into a page ?
07:27 koomi moin
07:28 FloLeBlanc dax77: do I need to consider something when setting the var? I tried plugin.tx_ameosfeusermanager_pi1.allowEditGroups = 5 and print_r'ed the $this->conf but my var is not listed there :(
07:28 FloLeBlanc hi koomi
07:29 FloLeBlanc (allthough - this ext does not seem to have any own TS vars by default, does that matter?)
07:29 dax77 FloLeBlanc: whats the name of your extension?
07:30 FloLeBlanc ameos_feuser_manager
07:31 dax77 FloLeBlanc: did you clear the cache (just to make sure)
07:31 FloLeBlanc I'm pretty sure I did , will try again
07:31 FloLeBlanc yep that was not it :)
07:32 dax77 k, is there anything in the $conf?
07:32 FloLeBlanc yes plenty of stuff I think info about the page
07:33 FloLeBlanc media, last updated, fe_group, etc.
07:33 dax77 FloLeBlanc: normally that should be the ts-conf of ameos_feuser_amanger
07:34 FloLeBlanc hmm hard to check as this comes with no var out of the box (at least not in the manual) :)
07:34 dax77 FloLeBlanc: does it have an static template?
07:35 FloLeBlanc aaaaah yes :)
07:35 FloLeBlanc thx for the hint
07:35 FloLeBlanc plugin.ameos_feuser_manager seems to be the correct name
07:35 dax77 you sould always use the typoscript-object-browser
07:36 FloLeBlanc hmm
07:38 FloLeBlanc now the problem is that only defines one var I can also not find in the array :)
07:40 dax77 FloLeBlanc: ?
07:40 FloLeBlanc plugin.ameos_feuser_manager.code.field = select_key; is the only entry in the static template
07:41 FloLeBlanc shouldn't "code" be listed in the array conf then?
07:41 dax77 hmm, was it a constant or setup template?
07:43 FloLeBlanc ah.. setup
07:43 FloLeBlanc well what does the setup do then?
07:43 Yourri i can add php code in TS ?
07:43 dax77 Yourri: don't think so
07:43 Yourri hmm ok
07:44 Yourri i have a errer :S
07:44 Yourri ajax->printJavascript(WebConfig::CreateAbsolutePath('SDK/libs/xajax/')); ?>
07:44 dax77 Yourri: get away from adding php code outside from extensions
07:44 Yourri ok ok
07:44 dax77 Yourri: write an extension which returns what you need ;)
07:45 TaLi Hi =)
07:45 dax77 FloLeBlanc: setup is the part which will be transformed into $conf
07:45 dax77 hi TaLi
07:45 FloLeBlanc and where will constants go?
07:45 TaLi hi dax77 :)
07:45 TaLi dax77, want y use Indexed Search engine ?
07:46 dax77 FloLeBlanc: constants will be referenced in the setup
07:47 dax77 {bla.blub}
07:47 FloLeBlanc hmm ok thx
07:49 TaLi I want use INdexed Search engine plugin, but I insert plugin in my page and insert correct TS, a search box not display
08:03 m4rtijn mornink
08:12 FloLeBlanc hi m4rtijn
08:12 FloLeBlanc (man that name is hard to type :))
08:13 koomi .o0(nick completion: tab)
08:14 FloLeBlanc thank you koomi :)
08:14 FloLeBlanc oh nice
08:15 FloLeBlanc *still doesn't know how to get his setup var into php* :)
08:15 FloLeBlanc floleblanc the answer to your question is *hits tab*
08:15 Yourri i have some problem whit ajax :S and typo3
08:15 Yourri <?php $xajax->printJavascript(WebConfig::CreateAbsolutePath('SDK/libs/xajax/')); ?> i whant add this line to header
08:15 Yourri but i have a error
08:16 Yourri Call to a member function printJavascript() on a non-object :S
08:19 m4rtijn :p
08:20 m4rtijn hmm.. im not a javascripter.. but thats not an absolute path
08:20 Yourri ?
08:21 m4rtijn CreateAbsolutePath('SDK/libs/xajax/
08:21 m4rtijn doesnt look like an absolute path to me
08:21 FloLeBlanc yourri: that error means you try to access a function for a class you didn't create an instance for
08:22 Yourri i have incluid a page for this fonction
08:22 Yourri require_once('InfocasaEngine/xajaxFunctions.php');
08:22 FloLeBlanc yourri: you know about functions and classes?
08:22 FloLeBlanc and oop?
08:23 FloLeBlanc it's like if you want to use "drive", but you didn't create a car :)
08:23 FloLeBlanc there are the plans to create a new car with which you can drive, but you have to create a car before you can use "drive()" with it
08:23 Yourri i hAVE CREAT A FONCTION
08:23 smda ouch
08:23 Yourri :P
08:24 FloLeBlanc $myxajax = new xajax; $myxajax->printJavascript(etc....) should do it imho
08:28 Yourri ok ok i understand :)
08:28 Yourri thx :)
08:28 FloLeBlanc you're welcome
08:29 smda Yourri. tried the xajax extension and checked the xajax_tut? it seems to cover some of what your up against? or maybe that's what your using :)
08:34 smda anyone know how the mailinglists/newslists work? there is a swedish t.u.g.sweden newsgroup but no mailinglist. But most other lists seems to co-exist as both e.mail and newsgroups? :S
08:35 FloLeBlanc smda: for the tuga (t3 usergroup austria) you can subscribe per email and the infos get logged on the site
08:35 FloLeBlanc (I for myself think that #typo3 is far more helpful though)
08:35 FloLeBlanc (and has the most friendly ppl on irc :))
08:36 smda FloLeBlanc, ;) yeah. I agree on irc to be far better, but still... :) we're in the midst of forming a tug sweden and a mailinglist is good to have for off-line/off-tech people.. :)
08:37 FloLeBlanc smda: that's correct
08:37 FloLeBlanc tugs will sound funny lol
08:37 smda :P
08:38 FloLeBlanc weren't the supporters of the god kali called thugs? :)
08:38 smda think so :D
08:38 smda eeek.. what am I joining :)
08:38 FloLeBlanc hehe
08:39 FloLeBlanc you could form the "typo3 hidden usergroup sweden" lol
08:39 FloLeBlanc or "helpful"
08:39 smda lol :D
08:40 smda I'll try to add a tiny 'h' in the name :)
08:40 FloLeBlanc and get a picture of kali with a t3 shirt lol
08:46 Co2 how cani insert an "Full List" Link-Element in the LATEST Template of tt_news?
08:46 Co2 t should point to LIST, notArchive
08:59 FloLeBlanc deleted = 0 AND ( NOT(usergroup IN ('4'))) => shouldn't that exclude users who have usergroup 4 from the list?
09:06 FloLeBlanc co2: link to a page that has the tt_news plugin included and a "list" with no limit?
09:11 Co2 floleblanc yes
09:14 Fanty I have an extension that supplies a couple of content elements. Any ideas to how I would go about making a new content element that is given the id of another content element and thereby render this new content element?... I don't need to "become" content elements outside the ones created with the extension
09:19 FloLeBlanc fanty I'm not sure if I understood it correct but: "content type - insert records" ?
09:22 Fanty I have some exercise fields. Say a text exercise field. I need for the same text exercise content element to appear on several pages. I'm thinking about making a new content element where you specify the id or something of the exercise content element and this would then render the exercise field as if it appeared on the page with the exercise
09:22 FloLeBlanc fanty: yes.. that doesn't work with insert records?
09:22 Fanty insert records?
09:22 FloLeBlanc yes.. insert a new content element - type: insert records
09:23 FloLeBlanc select the content element you specified on another page
09:24 dax77 Fanty: You mean: reference?
09:24 dax77 TV offers such a thing
09:24 Fanty FloLeBlanc: I don't think that'll work... but its worth a shot testing
09:26 Bastiaan help --> http://phpfi.com/234213
09:28 Fanty FloLeBlanc: hmm.. that actually seems to be working .. nice :) what happens if the user dosen't have access to the page containing the original record?
09:29 Bastiaan any tip (except: why dont you use extention x) would be appriciated
09:32 FloLeBlanc fanty: I guess the record is not shown but you'll have to try that :)
09:33 Fanty FloLeBlanc: just tried it now.. and nope it dosen't. That's ok tough - nice to discover something already in typo3 that completely solves a problem
09:33 Yourri plz how i can call a page ? in the explorer
09:34 Fanty Yourri: call a page "?" ?
09:34 Yourri index.php?id=1 ore q=1
09:34 Yourri i have creat some page and i whant call it in explorer
09:34 Yourri to view it
09:34 Yourri how i can do it plz :)
09:34 Fanty index.php?id=1 <--
09:34 smda Bastiaan: maybe not the prob but, is [END] correct use? I thought you where to use [global] to end a check?
09:34 Yourri ok thx
09:37 Bastiaan smda, it is both correct from what I understood in the online docs [END] = [GLOBAL] (?)
09:37 Bastiaan I did test it though and it has the same result
09:37 smda Bastiaan: k. just a thougt.
09:38 tobi Bastiaan: shure that the en language has uid 1 ?
09:39 tobi also note that conditions dont work inside {}.
09:39 Bastiaan tobi, good question lemme check ;)
09:39 Bastiaan tobi, this is why i didnt use {}
09:40 Bastiaan euhm... this is not correct
09:40 tobi hm ... subparts.LANGUE_BOX.1.NO.linkWrap = | \n\r[globalVar = GP:L=1] looks like inside {}
09:40 Bastiaan I use page.10{} around it... it that why it is not working?
09:40 tobi yes
09:41 Bastiaan shoot thats it! :D
09:41 Bastiaan using conditions it not as userfriendly as I expected
09:42 tobi it is, you just have to read the whole book manual wrote ;)
09:45 Bastiaan is it possible to use {} inside a contition again?
09:47 tobi you can use { inside of a condition, but not conditions inside of {}
09:51 Co2 how can i set typolink.ATagParams for the [more] Link of tt_news LATEST template (Link to Single View)
09:55 Bastiaan ok I got a little bit further I think... I have one language in the site: english id=1 and default is Français (I had english id=2 and france id=1)
09:56 Bastiaan so if I change L manualy in the url it is working now
09:59 Bastiaan ok language switch is working as I wanted it thx
10:01 Bastiaan ...one small thing I keep having 2 L vars in my url luckaly the last one is correct. How can overcome this?
10:07 Bastiaan The 2 L vars switch value even: first id=29&L=1&L=0 after clicking id=29&L=0&L=1 (heuh!?)
10:16 Tsoots Bastiaan, exactly the reason why began using extension X
10:16 Tsoots I
10:17 Bastiaan serious? is this a bug?
10:23 helli_t3w Bastiaan: use config.uniqueLinkVars=1
10:23 helli_t3w that fixes the problem of having duplicate vars in url
10:24 Bastiaan Perfect! Thank you
10:46 dokma I forgot how to switch install tool to 123
10:46 dokma &mode=123&page=1 or something like this?
10:46 dokma uschi
10:47 dokma hi tobi
10:47 uschi hi dokma :)
10:47 dokma heeey :D
10:47 dokma what's new
10:47 uschi just trying something out
10:47 uschi suspense !
10:48 m4rtijn typo3/install/index.php?mode=123
10:48 m4rtijn &step=1
10:48 dokma aaahhhh step=1
10:48 dokma I tried page=1
10:48 dokma ty
10:48 m4rtijn yw
10:48 dokma uschi hows it going?
10:49 uschi snafu
10:49 dokma ?
10:50 FloLeBlanc situation normal all fucked up :)
10:50 dokma hhaha
10:50 dokma I hate cursing
10:50 m4rtijn :p
10:50 dokma but it is funny anyway
10:51 m4rtijn does anyone know if its possible to give a <div> a relative height of its parent <div>
10:51 Fanty m4rtijn: height: 50%; doesnt work?
10:51 m4rtijn i thought height: 100% would be relative to parent.. but its relative to screensize
10:51 dokma is it float ?
10:51 Fanty m4rtijn: you using IE?
10:51 m4rtijn IE and FF
10:51 m4rtijn yep float
10:51 dokma ahhh
10:51 dokma floats are nasty
10:52 Fanty m4rtijn: try making a position: aboslute; on the parent
10:52 m4rtijn yeah.. but I like them :p
10:52 dokma I think you'll have to hard code
10:52 m4rtijn can I center an absolute ?
10:52 m4rtijn center the main container div on screen?
10:53 dax77 m4rtijn: hmm, don't know if it works in absolute, but there is margin: auto 0px;
10:54 m4rtijn yeah.. I'm not sure either if that works on absolute
10:54 m4rtijn I'll test..
10:54 m4rtijn thx anyways
10:54 dax77 argh, the other way around: margin: 0px auto;
10:55 dax77 or depends on which center you need ;)
10:55 m4rtijn horizontal
10:55 Fanty m4rtijn: http://www.webmasterworld.com/forum83/6999.htm
10:56 Fanty if the 100% works when its absolute
10:56 m4rtijn thx
10:56 m4rtijn hmm, centering in IE works.. but not in FF :p
10:56 m4rtijn like always
10:58 dax77 m4rtijn: I always do it the other way around ;)
10:58 m4rtijn I didnt do that on purpose :p
11:30 timof hi
11:31 timof does anybody have experiences with chinese as a second language in typo3 ?
11:35 smda timof: tiny tiny tiny bit. most probably not enough to help you, but please speak and I shall listen! :)
11:37 timof what steps i have to do? :-)
11:37 timof with what i should begin?
11:37 smda he... ehm. the same as adding other languages I guess? make sure to use full unicode support on the site first of all
11:38 timof ok. and what i have to do to use full unicode support?
11:38 Phlogiston how can I remove the number in "string20" ?
11:38 timof i have to change something in the DB oder only typo3?
11:39 smda t3socBot
11:39 smda ops
11:39 smda timof: http://wiki.typo3.org/index.php/UFT-8_support
11:39 timof ok thx. i will read it
11:42 smda timof: then you'll probably like to read http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/current/ to get full understanding of localization. After that you will be rocking fully ;) It's really good to have read if you havn't.
11:43 m4rtijn narf
11:45 smda Hm. I got a client that wants to be able to create information structures for records in T3 with inheritance and stuff built up like with classes in oop. I was thinking of building some kind of wizard based on dynaflex, or maybe loose bricks of FCEs and TV. If you understand what I'm talkning about - what do you think? I couldn't find any ready made ext for it.
11:46 smda Hi Ries
11:48 smda that is. information structures would be hierarchial inheriting fields from it's parent
11:48 smda 'template'
12:09 m4rtijn hm, centering an absolute <div> seems to work with: "left: 50%; margin-left: -(0.5 * total size);"
12:09 m4rtijn which looks a lot like a dirty hack to me :p
12:21 strophy gday... i need some help choosing a typo3 extension, and finding something useful with the search system seems to be hopeless
12:22 strophy i need something in which a customer can insert a paragraph or few words of text for translation into another language, which is then emailed to a translator
12:22 strophy the finished translation should then be available for download on the website somewhere
12:23 strophy added bonuses would be counting the words and generating bills based on that number :)
12:23 tobi strophy i dont think that there is a finished extension. you will have to create your own
12:24 strophy ok thanks... do you think i could use some of the form features to get an uploaded file to be emailed to someone? or is that extension territory again?
12:32 dokma my automaketemplate just keeps spitting empty pages
12:32 dokma can't figure out whats the deal
12:32 dokma body is totally empty
12:35 dokma duh, my downloaded template did not have head closing tag
12:35 dokma lol
12:36 smda :)
13:17 FloLeBlanc is there a way to get an if in a php string assignement? like: $option1 = <option value="x" if(blah)(print selected)
13:23 smda FloLeBlanc : what? you'r not meaing $option1 = ($testval == "doh")? "bah":"boh"; ?
13:23 FloLeBlanc aaah yes thx :)
13:23 smda :P np
13:24 tobi for selected i create a variable named like the value so its quite simple without ifs etc .. http://phpfi.com/234262
13:24 alexwx helo friends, i am not using one menu with two languages, but i am using two menu tree. i am using newsletter subscr. ext. i want to ask you, can i somehow to switch to another language in locallang.php? thnak you
13:25 FloLeBlanc tobi: yes but I'm in plain php so I can't use <? in mid of the assignement?
13:26 tobi why not? always the same, this is plain php and you can do it without <?
13:27 gerards good morning everyone.
13:27 smda hi gerards
13:28 FloLeBlanc tobi sorry I'm a bit stuck the assignement is started with $optionbar = 'somecode'; with somecode beeing f.e: <OPTION value=""<?=$mtyp?>><?=$m_alle?></OPTION> how should I use the <? in there???
13:29 tobi echo ' <OPTION value="'.$mtyp.'">'; FloLeBlanc
13:29 FloLeBlanc äh I can use echo INSIDE the assignement?
13:30 FloLeBlanc http://phpfi.com/234265
13:30 tobi i think you only want to add selected to the OPTION that is selected, so you can just use this variable ..
13:31 FloLeBlanc I must miss something I check it out again :)
13:32 drindt hey guys i need a small hint, after updating from 4.0 to 4.1 my extension manager won't work anymore, the newloginbox is broken too - some hints for me? many thanks
13:33 wilz hi
13:34 wilz any clue on how I could extend RealURL to process some specific URL automagically ?
13:39 Ries wilz: what do you want is the question...
13:40 wilz I would like some URL to act like shortcut given information in a user table
13:40 Ries example?
13:41 stage Hello
13:41 wilz the objective is to detect that http://cours.ift.ulaval.ca/14165/ (for instance) is in fact a course and to redirect to the right page (http://cours.ift.ulaval.ca/20073/14165/)
13:41 wilz the last url might not work :p
13:41 Ries wilz: I would do that with a rewrite rule
13:42 wilz hm...
13:42 wilz rewrite each url to a php script ?
13:43 tobi better than rewrite rules is using the redirect module providet by realurl in the info module
13:43 wilz is there any doc on that ?
13:44 fred^ hmm. does typo3 3.8.0 have any possibilities of defining a seperate template for subpages ?
13:44 Ries fred^: there is nothing changed in 4.x I think
13:44 tobi yes fred^ , use template for subpages in the template module just like 4.0
13:45 fred^ okay, goodie. i just found it
13:45 gerards wilz: what Ries meant was a rewrite command in your .htaccess file.
13:45 tobi wilz: go to web/info , select speaking url management and click on the rootpage, now you can define redirects
13:46 wilz the objectif is to do it not manually...
13:46 wilz i already have all the information needed in my table to do the redirection
13:46 wilz I just don't know how :)
13:49 Ries hey guys listen.... gerard is a weird dude... and he is moving away from Ecuador back to singapor.... the bastard!!!
13:49 Ries Now I don't have any friends here anymore!
13:49 Fanty Ries: move after him
13:50 Ries Fanty: and leave my wife?!?!?! Gerard wanted to marry here akready twice!!!
13:50 Ries so I better stick with my wife ;)
13:51 Fanty Ries: wives can be moved too!
13:51 tobi wilz, if you have all the informations consult the realurl book manual wrote, its explained there how to use it
13:51 Fanty they just bitch and moan.. but that's just for a while
13:51 Ries Fanty: well... yeaaa... but... we just opened a shop downstairs-...
13:51 wilz ok I'll keep reading =)
14:01 FloLeBlanc tobi: thank you works
14:12 FloLeBlanc hmm singapor, ecuador... normally ppl move to other disticts not cities :)
14:12 FloLeBlanc distics = districts
14:14 papillon_ hi! i'm searching for a news-plugin in typo3. moving a short single-line text from right to left on the screen is all it should do. any recommendations?
14:15 Ries papillon_: like a ticker?
14:15 papillon_ yepp
14:16 papillon_ something that looks like <marquee>text</marquee> in HTML ;-)
14:19 immersen_ 12Hi there :) Does anyone know a room-reservation-extension?
14:24 smda immersen_: think I've seen one in the repository.
14:24 smda immersen_: http://typo3.org/extensions/repository/view/fkk_crr/1.1.2/
14:24 smda never used it though
14:28 Yourri Hello :)
14:28 immersen_ 12thx smda->will look into it
14:31 Yourri where i can find a Template for typo3 ?
14:32 immersen_ 12smda-> it was for booking class-rooms...
14:32 null0_ templatemonster?
14:32 smda :)
14:32 Yourri no
14:32 Yourri free template
14:32 Yourri i whant only test typo3
14:33 Yourri i whant test typo3 whit anytemplate
14:33 null0_ go to backend and include one of the free template, like green or crcph
14:33 FloLeBlanc edit whole template record - template:business for example
14:33 Yourri whole template
14:33 Yourri FloLeBlanc how plz ? im in the BACKEND NOW
14:34 FloLeBlanc click on your root page - click on template in the left column - in the dropdown on the right upper corner select "info/modify", click on "click here to edit whole template record"
14:34 Yourri ok
14:34 FloLeBlanc scroll down to "include static" click on "template; green f.e.
14:35 FloLeBlanc and save
14:42 FloLeBlanc hi voidus
14:42 voidus hi Floleblanc
14:43 immersen_ 12hi void :)
14:45 voidus hello Brian :)
14:46 FloLeBlanc is it just me or is your font color blue? :)
14:46 smda FloLeBlanc: it's not just you :)
15:06 Fanty 4 colors!
15:27 Ries Hmmm i remember we turned colors on here...
15:27 Ries but as long as people don't miss - use them we can leave it on
15:37 FloLeBlanc have a nice evening all
15:38 immersen_ Ries - do you know a hotel-room-reservation extension? (ohh all-knowing T3 guru) :P
15:52 Yourri Hi
15:52 Yourri how i can change the charset for typo3 ?
15:56 Ries Yourri: using TS....
15:57 Yourri how ?
15:57 Ries it's in TSref
15:57 Yourri i need the command for TS
16:02 Ries my god... people starting to get to lazy to check tsref
16:11 gerards Ries: yeah, tsref isn't exactly the most fun, bestest reading in the world.
16:20 bedlamhotel gerards: the TSref is the most /amazing/ piece of surrealist writing I've ever seen. Have I misunderstood something?
16:21 gerards bedlamhotel: its pretty good really. I almost achieve nirvana while reading about LOAD_REGISTER and GIFBUILDER.
16:21 gerards bedlamhotel: good to see you, where've you been these days?
16:23 Rie1 gerards: phone...
16:23 gerards yep
16:23 gerards waiting for the cc.
16:27 bedlamhotel gerards: here and there. Mostly inside a TS template :)
17:02 gerards lunch. see yawl later.
17:38 titii helo friends, have there anybody experience with some download and upload extension for FE (non-registered) users? in other case would be for the registered. thank you for a help
17:39 Rie1 titii: I think there are one or two extensions out there
17:40 Rie1 brb
17:40 titii can you tell me one what is working as well? joy for the istallation steps :)
17:41 titii i tryed two of them, no one work for me, i have the newer version of TYPO3
17:42 titii i would like to hear some extension name
17:46 titii hmmm try me heeelp :)
17:46 voidus titii: which ones did you use?
17:46 titii thank you
17:49 titii i used sg_filelist_0.0.2.t3x and vcd_library_0.1.0.t3x
17:49 titii also some included extensions required for them
17:49 voidus titii: maybe, ab_downloads?
17:50 voidus but i am not sure that this can fit your needs
17:50 titii i gues the problem would be in an another version of TYPO3 in date of developing
17:50 titii i mean yes, cause i was reading what it is about
17:52 titii so can you help me, what can fit my needs? :)
17:52 titii voidus thank you
17:52 Rie1 titii: I never tried any of them... I just know they are there
17:53 titii Rie1 yes 2 of them, i tryed both
17:53 voidus titii: ab_downloads have ability to "propose new download".. but i don't know what that mean: to upload a file or to leave a link
17:54 voidus titii: and what means "no one work for me"? did you get some errors?
17:54 titii voidus FE? for non-registered users?
17:54 voidus titii: FE. dunno about registered or non-registered
17:55 titii voidus without authorisation (login)
17:56 koomi titii: authorisation can be done from within typo3
17:56 koomi so the plug does not neccessarily need to support it as long as files are in the db or the filenames are random enough
17:56 titii otherwise the error is: Naming annoyances:
17:56 titii (developer-relevant) tables tx_sgfilelist tx_sgfilelist
17:57 koomi that's not an error, just an annoyance titii
17:57 voidus titii: it's developer-relevant.. just ignore them
17:59 titii maybe i dont know install correctly the extension :( i am light with this stuff.. can anybody try to install it on the TYPO3 4.1.1, maybe it would be faster
18:10 titii i have an idea, know you some download - upload module for PHP? i can include it into page, like page element
18:23 gerards afternoon everyone
18:29 kraftb hi !
18:30 Rie1 Hey kraftb
18:31 ks how do I set url for crawler extension ?
18:31 ks i have this:
18:31 ks /var/www/jh_infonet/htdocs/typo3/cli_dispatch.phpsh crawler_im 17 -d=1 -proc=tx_indexedsearch_reindex -o url
18:31 ks http:///var/www/jh_infonet/htdocs/index.php?id=17&L=0&contentId=2965
18:31 ks it uses path instead of localhost
18:31 ks where do I set it ?
18:34 Rie1 kraftb: do you know if it's possible with the TCA to select directories instead of files?
18:34 kraftb hmm ... i fear not
18:34 kraftb at least i would not know an way :(
18:34 Rie1 that's a pitty....
18:35 Rie1 would, I could write my own wizard.....
18:35 Rie1 but for bow I rather make it a string then
18:35 kraftb well ... other problem: how do you do your backups ... i have to do an backup of an server to another one via ftp
18:35 kraftb :(
18:35 Rie1 that's crappy.... I assume no scp/ssh/rsync available?
18:35 Rie1 then it means... script it and send it by FTP, may be using a URL wrapper in PHP?
18:46 kraftb hmm
18:46 kraftb is there no ready solution for such a problem ?!??
18:46 kraftb i mean the problem of backing files up via ftp is a quite common one.
18:46 kraftb there are also some tools out there - but none available in debian
18:46 kraftb and i would like to go some common way
18:47 bedlamhotel kraftb: it's a TYPO3 install, so shell_exec should be available, right? Could you not just tar/gzip it and then retrieve it form the other server using curl in shell?
18:48 bedlamhotel (tar/gzip it using a tiny php script that is)
18:48 kraftb no ...
18:49 kraftb on the server i have full access
18:49 kraftb but the backup server - where i have to put the backup to is just available via ftp
18:49 bedlamhotel Ah. I got it backwards :)
18:50 Rie1 kraftb: there is ftpmirror, I think it's in Debian or it might be just called mirror
18:50 Rie1 it's a old perl script
18:52 Boonkerz huhu
19:03 dokma my tt_news refuses to display content
19:03 dokma can someone walk through my setup?
19:03 dokma with me of course
19:04 dokma anyone had this issue ?
19:05 kraftb hmm ... does this support incremental backups ?
19:06 kraftb or is there even the chance there is a ftp backup tool out there which supports incremental backups ?
19:07 Rie1 kraftb: I think mirror support incremental backups
19:08 Rie1 if you do a apt-cache search ftp | grep backup or if you do a apt-cache search ftp | grep mirror I am sure you will find a couple
19:14 Boonkerz kraftb, can i use ajax in tce backend forms?
19:14 Boonkerz as example for page type :D
19:16 kraftb possibly :)
19:16 kraftb just a matter of work
19:21 Rie1 That's why I always tell my clients :D
19:40 uschi hi Rie1, bedlamhotel, kraftb, Boonkerz and gerards and dokma and *puuuh* the rest
19:40 dokma helllllooooouuuuuziiiii
19:40 dokma :D
19:41 dokma take a look at my new church site
19:41 uschi you are loud tonight, dokma
19:41 dokma still offline
19:41 dokma sure am :D
19:41 dokma http://72.29.85.218/~rijecziv/
19:41 Boonkerz kraftb, have an ext ajax backend?
19:41 dokma just workin on it
19:41 Boonkerz with tca?
19:41 dokma with my room mate
19:41 uschi what, still offline what?
19:41 bedlamhotel uschi: hello.
19:41 dokma it's still not on the domain
19:41 dokma it's just on the new server
19:42 gerards hi uschi. where have you been?
19:42 Rie1 Hey uschi!!!
19:42 uschi university, shopping, this that and the other
19:42 gerards I'm leaving ecuador next week!
19:43 uschi a pity that i cannot read what it is all about, dokma
19:43 uschi why that, gerards?
19:43 gerards need to go home.
19:43 dokma mostly God and testimonies of changed lives
19:43 dokma english version is coming soon
19:45 uschi gerards, where is home?
19:45 uschi i thought you were living in ecuador
19:45 gerards no. i'm from singapore. i've been living here in Ec for the past 4 years. long before Rie1 came here!
19:46 Rie1 long???
19:46 Rie1 I am already here 2.5 years!
19:46 uschi well again another part of the world
19:47 uschi which is 1.5 less than gerards (uschi trying to do some math)
19:47 gerards math? what is math? i hope there's some open source code to do this "math"...
19:47 uschi and now you are leaving poor Rie1 alone, gerards?
19:48 uschi 4 years - 2.5 years = 1.5x
19:49 gerards i'm the one you need to pity. Karina's cooking is fantastic...
19:49 uschi so why do you leave then?
19:49 gerards need to go back to sg. I'm freezing to death in Ecuador. I'm a 30 degrees celsius guy...
19:50 uschi hot boy :)
19:50 uschi homesick?
19:50 gerards a little.
19:50 uschi but you will not leave this channel, or will you?
19:52 gerards a different time zone. I'll be more with jsfan and tansta. In June.
19:53 uschi well, i am online night and day anyway
19:53 uschi but it is funny with those time zones in this channel
19:55 gerards yeah you're on 24 hours anyway.
19:56 uschi and you were born in singapore?
19:57 muh-die-1uh can anyone of you help me explain what im doin wrong with this join? guess its self explaining what i want... http://rafb.net/p/1I49Mz22.html
20:05 Rie1 muh-die-1uh: Mau be it's the limit that doesn't have avalue?
20:06 gerards muh-die-1uh its the 3 state problem of sql
20:06 gerards store_group_id<>1 does not result in just true or false,
20:06 gerards it can be true false or null.
20:07 gerards you need to do store_group_id<>1 OR is null store_id. (check syntax please)
20:07 gerards sorry my bad its
20:07 gerards store_group_id<>1 OR is null store_group_id
20:07 Rie1 yeaa gerards is right.... but check the limit aswell, that doesn's look like valid SQL... but gerard is right
20:09 gerards Rie1: yes, occasionally i get one or 2 right. not often, but yeah, once in a while...
20:09 Rie1 gerards: Celko was right... use nulls when you REALLY have to :)
20:09 gerards i love nulls. they humble me.
20:11 Rie1 well... I hope muh-die-1uh is reading....
20:15 uschi muh-die-kuh is a funny nick, btw
20:16 gerards i guess he's not reading. its a pretty important basic concept though, the silly tri-state sql expressions.

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.