Search the website and IRC logs

#TYPO3 IRC log from : Thursday 14 June 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
01:47 fablog hello all
01:47 fablog I'm alone?
01:48 voidus fablog: no
01:49 voidus you are not alone :)
01:50 fablog great
01:50 fablog voidus could you help me please?
01:50 voidus maybe.. depends
01:50 voidus :)
01:50 fablog I have a pb very easy to solve I think
01:50 fablog I want to be verificated by a gmail service
01:51 fablog I need to create an html file with typo3
01:51 fablog I'm too noob ahahah
01:52 voidus hm.. don't understand. how html file, gmail and pb_survey related?
01:56 fablog1 back, modem crash
01:57 voidus [05:59:05] <voidus> hm.. don't understand. how html file, gmail and pb_survey related?
03:44 fablog hello all
03:45 fablog Any typo3 master could talk with me please?
03:46 voidus maybe
03:46 fablog cool
03:47 fablog I have a pb very easy to solve, I'm too noob for that
03:47 fablog I need to create an html file in the root of my website...for a verification by gmail apps
03:48 fablog I don't know how to do that
03:48 fablog Could you help me voidus?
03:48 voidus yeah
03:49 voidus 1) you can just upload file via ftp :)
03:49 voidus 2) you can write some TS and get this file via url like index.php?id=1&type=333
03:51 fablog I have to chose between those 2 solutions, right?
03:51 voidus yes
03:52 fablog ok, the first is my favorite, is the only one that I understand
03:52 fablog where I have to upload the file? in a special directory?
03:53 voidus in fileadmin/, or in any subdirectory of fileadmin/
03:54 voidus but of course you can upload it near index.php, but it's not recommended
03:54 fablog done...after that I have to do another thing?
03:56 voidus no
03:57 voidus you can just see your file using http://yoursite.com/fileadmin/yourfile.html
03:58 fablog oh...I need to get the file like that http://yoursite.com/yourfile.html
04:00 voidus fablog: 1) you can add one rule to .htaccess or 2) you can just move file from fileadmin to site root directory
04:01 fablog What's the name of the site root directory please...too noob ;)
04:02 voidus one level upper from fileadmin
04:02 fablog ok I try
04:03 fablog Yes, it works, I a little bit less noob today
04:03 fablog Thanks a lot voidus
04:06 fablog Time to sleep now, Bye Voidus, thanks for the help
04:06 voidus fablog: you're welcome
04:32 katie hi all
04:38 voidus hi all
04:38 voidus maybe someone can tell me, how can i update all my extensions to the newest version?
04:43 katie can any one tell me how do i change the field title to text in ext_tables.php?
04:45 voidus katie: i think, you can do that in TSConfig
04:45 voidus katie: which table and field?
04:47 katie table pages
04:47 katie and field title
04:47 katie can u tell me the exact command syntax
04:48 voidus katie: try following in TSConfig (not TS setup): TCEFORM.pages.title.config.type = text
04:53 katie after typing this can i insert HTML code in title?
04:54 voidus katie: you can type code now too. but that will not affect output..
04:55 voidus katie: if you want to change output, you need to write some TS setup
04:55 katie i just want that typo3 must interpret html that is written in page title field
04:55 katie how can i do that?
04:58 voidus katie: in menu?
04:58 katie yah
04:58 katie :)
04:58 katie u guessed rite
04:58 katie actually i m having prblem in creating GMENU
04:58 katie some text is too large to fit in the menu design
04:59 katie what should i do?
04:59 voidus make page title shorter?
04:59 katie no its not possible
04:59 katie its client requirement
05:00 voidus or truncate item menu. or make menu 2-lined
05:01 katie how to make menu 2 lined
05:01 katie ?
05:03 voidus hm.. that's the question. wait..
05:04 voidus can you show current code?
05:04 katie ok wait
05:05 katie http://phpfi.com/241628
05:05 katie check it out
05:06 katie currently i m using split char to split long characters using a
05:06 katie | sign
05:07 katie but the prblem is that i have to increase the height for that purpose, and by doing that, all menu items height will be increased which distrub the design
05:12 voidus katie: i think, property useLargestItemY = 0 can solve this problem.
05:13 katie where should i put this property?
05:14 voidus to the GMENU.. temp.menu_1.1.useLargestItemY = 0
05:15 katie but this will make all the menu items height go bigger
05:15 katie i dont want that
05:15 katie i want only meni items with large text to have big height
05:15 katie and other menu items which have small text have a small height
05:17 voidus hm..
05:17 voidus maybe you need something like XY = 180,[10.h]+[20.h]
05:17 ries katie: usa a other font?
05:18 katie can u tell me about this command syntax that u wrote
05:19 katie what does it do?
05:20 voidus you use XY = 180,20
05:20 voidus fixed width and height
05:20 voidus but you can use width and height which depend on text length
05:21 katie yah thats what i want
05:21 katie how to use width and height which depend on text length?
05:22 voidus try to replace XY = 180,20 to the XY = 180,[10.h]+[20.h]
05:22 voidus but i am not sure that + is correct syntax
05:23 katie whats 10 and 20 in it?
05:23 ckoehler those are elements
05:23 ckoehler TS objects
05:23 ckoehler text or whatever
05:24 katie why dont we only use 10.h
05:24 katie ?
05:24 ckoehler i don't know, didn't get the first part of your problem
05:24 voidus you have two elements defined..
05:26 katie is there any way that typo3 itself wraps the text when a certain limit is reached?
05:27 voidus it should exist...
05:27 katie u have any idea?
05:29 voidus i search
05:30 katie ok
05:30 voidus maybe crop...
05:30 voidus but i think that is not what you need
05:30 ckoehler what's the problem?
05:32 voidus ckoehler: text need to be splitted into some strings if length exceed some limit, but words should not be broken
05:32 ckoehler all in TS?
05:32 voidus yes
05:33 katie i generate GMENU menu items, but some text in it is large so i have to break them in a new line character
05:33 katie how do i do that
05:33 katie thats the first part of my prblem
05:34 ckoehler how long are those?
05:34 ckoehler there are options to make them all the same width
05:34 ckoehler or set a maximum width
05:34 ckoehler not sure if just makes a line break or what
05:35 ckoehler tried that already?
05:35 katie i want to make a line break when text is large
05:35 katie do typo3 do it automatically
05:35 ckoehler http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/4/
05:35 ckoehler try max
05:36 ckoehler ah max is for the whole menu
05:37 ckoehler I just always used the useLargestItemX to make them all the size of the largest item
05:37 ckoehler but I never had reaaally long stuff in my menus
05:38 katie hmmm
05:41 katie but the prblem is still there max wont wrap the characteres down when limit is reached
05:41 katie :S
05:46 ckoehler http://typo3.umloud.dk/index.php?id=361
05:47 ckoehler you'll have to put a split character into the title
05:47 ckoehler it's can be really ugly
05:47 ckoehler so maybe you should just make your titles shorter
05:48 katie hmm
05:48 katie let me check it
05:48 ckoehler http://www.google.com/search?hl=en&client=opera&rls=en&hs=5ON&q=gmenu+line+break+typo3&btnG=Search
05:48 ckoehler you can do that by yourself
05:48 ckoehler good luck :)
05:48 voidus we need something like wordwrap
05:48 katie yes
05:52 ckoehler oh yeah, just a thought
05:52 ckoehler use a TMENU
05:52 ckoehler then you don't have to mess with all that
05:52 ckoehler because you can style your elements using CSS
05:52 ckoehler and your browser will take care of wordwrap
05:53 ckoehler plus it's more accessible; blind people can't see graphics very well
05:53 ckoehler and you can probably achieve the same effects with CSS that you could with a GMENU
05:54 voidus ckoehler: btw. can you give me a link to european accessibility requirements?
05:54 ckoehler no, I am not an expert and not in Europe
05:54 ckoehler sorry
05:54 voidus hm.. so where you are? usa?
05:54 ckoehler yeah
05:54 ckoehler and it's 1am
05:54 ckoehler so I should go
05:55 voidus hehe.. ok. 10 am here :)
05:55 ckoehler just had this thought and wanted to share it
05:55 ckoehler eastern europe then?
05:55 voidus russia
05:55 ckoehler cool
05:55 ckoehler well see you later Alexey
05:55 ckoehler have a good day
05:56 voidus you too :)
05:57 voidus katie: i cannot find such function :( so, you can use a split character or write your own userFunc
06:04 katie ok
06:04 katie :(
06:15 zatmania hi #typo3
06:23 katie hi zatmania
06:23 katie can u tell me in which table does the typoscript setup field is placed
06:29 voidus katie: in sys_template, afaik
06:33 Jigal good morning #typo3
06:37 MarwolTuk morning @ all
06:38 katie can i make typo3 use subtitle for showing text on browser title bar instead of title field?
06:43 katie anybody have an idea?
06:44 voidus katie: yes, you can
06:44 katie how?
06:46 voidus config.noPageTitle = 1
06:46 voidus and then page.headerData.10 = TEXT
06:46 voidus page.headerData.field = subtitle
06:47 voidus i mean page.headerData.10.field = subtitle
06:47 voidus and page.headerData.10.wrap = <title>|</title>
06:47 katie all this in the template record?
06:48 voidus yes
06:49 katie wait let me try it
06:50 zatmania hey wils
06:51 Jigal hi zatmania, voidus, katie, MarwolTuk, wils
06:51 MarwolTuk morning jigal, zatmania
06:51 katie voidus: im using auto template parser to parse html page
06:51 katie current i m using
06:51 katie # Copying the content from TEMPLATE for <head>-section:
06:51 katie #page.headerData.10 < temp.headTemplate
06:52 katie these commands
06:52 MarwolTuk katie: than use page.headerData.20 for title...
06:53 zatmania hi Jigal
06:53 zatmania hi MarwolTuk
06:55 katie http://phpfi.com/241636
06:55 floxxon katie: try this:
06:55 floxxon page.headerData.10 = TEXT
06:55 katie here is my code, now by applying by what u said, no title is shown
06:55 floxxon page.headerData.10.field = subtitle // title
06:56 floxxon katie: this is easier: http://phpfi.com/241637 ;)
06:56 katie ok its corrected
06:56 katie thanks all
06:59 Jigal hi Fanty, floxxon, helli_t3w, teppi|work
06:59 floxxon hu jigal
06:59 floxxon not hu...hi ;)
06:59 teppi|work good morning Jigal
07:00 Fanty morning
07:01 Jigal floxxon: hu is fine ;-)
07:01 floxxon :-D
07:04 helli_t3w hi Jigal
07:08 Phlogi_ good morning guys
07:16 Layna Good Morning everbody :)
07:17 Layna Can anybody explain this line to me: allWrap = |*| » | |*|
07:17 monis_raz good morning
07:17 Jigal hi LordLamer, Rapp, Phlogi_, mirco, Layna, monis_raz
07:17 Layna It's from a breadcrumb-menu-code.... but there are WAY too many | for me..
07:18 monis_raz he Jigal
07:19 monis_raz Jigal do you know how to configure awstat i m first time using it
07:19 mirco good morning
07:20 monis_raz morning Mirco
07:23 monis_raz hello can any one help
07:24 just2b_ thx tansta for entry ;)))
07:24 tansta no worries mate
07:25 Layna Good Morning :)
07:25 tansta you deserve it
07:25 MarwolTuk Layna: it's becaus it's parsen with optionSplit and not only with "normal" wrap TSref: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3520928
07:25 just2b_ :D new version is on its way but not too many changes...
07:25 just2b_ but another extension is also on its way.. LOL
07:25 just2b_ rgcarousel... ;))))
07:27 tansta oh my god
07:27 tansta you're gu
07:27 tansta n
07:27 just2b_ but probably not for ter i guess
07:27 alexwx hi there
07:27 just2b_ no usuage
07:27 tansta what does rgcarousel do ?
07:27 Layna OOOOK.... now, this will take a few readings to fully understand.... Next one befiore O fo at oit: does anyone know a SENSIBLE explanation for the "rootline" thing? Sometimes, when reading the TS-doscumentation, I seriously doubt my undertsanding ob BOTH english AND German...
07:28 Layna And it apparently messes up my typing, too
07:28 just2b_ you mean the breadcrumb?
07:29 Layna yes... Copying and using it is easy, understanding why the hell it works is the problem ;)
07:29 alexwx i have one php modul, wich i have to include into php record, it is locating in the root of web server. the index.php of that system including other php files, and there is a crossing between include paths, can anybody help me, how to solve it? really thanx
07:29 just2b_ the only difference to a normal menu is the range
07:29 just2b_ rest is normal stuff, NO, ACT
07:29 Layna Yes... undertsanding wich depends on undertsanding the rootline... and the explanation of THAT makes my head swim ;)
07:30 Layna What exactly is "behind the rootline"?
07:30 just2b_ it just says which leves should get included.. have seen the explanation @ tsref?
07:30 just2b_ a normal menu
07:30 just2b_ hmenu
07:30 Phlogi_ ok finally the conclusion: IMGMENU sucks! or is damn buggy!
07:31 just2b_ Phlogi_that is correct ^^
07:31 Layna Seeing it was my problem ;). Why -2??? 0 is... the level orf the menuitem itself...?
07:32 Layna Or... the one BEHIND that...? Somehow, am standign totalyl in the dark... at least a torch to see part of the way woudl be nice ;)
07:33 just2b_ 0 is level itself, right
07:33 just2b_ from tsref quote > .range = [begin-level] | [end-level] (same way as you reference the .entryLevel for HMENU)
07:34 Layna Ok... so.. -1 is the one BEFORE... the "parent", so to speak... tright?
07:34 just2b_ yes.. but why not making a small tree and then visit a page with parent pages and childs and then change the range
07:35 just2b_ ^^
07:36 Phlogi_ just2b_: but thats sad :(
07:36 tansta see ya all
07:36 just2b_ anyone can hep with mootools?
07:36 tansta have a good night
07:36 just2b_ cu
07:36 Layna So.... is I take a -2... the breadcrumb-listgoeson for only 3 levels...?`So, if I go 4 levels deep, the highest level.. will not be shown..?
07:36 just2b_ i cant answer that for sure... just try!!
07:37 Layna Ok... *goes to her typo3.... the TS-doc just goves me headaches*
07:38 monis_raz just2b_ can you help me a bit
07:39 monis_raz please
07:39 monis_raz how to configure awstat i m first time using it
07:39 just2b_ there are enough snippets out there I guess
07:39 Crocus moin
07:40 just2b_ just search for typo3 awstats... too difficult?
07:40 monis_raz i have tried it out but unable
07:41 MarwolTuk Layna: the headache seems to be normal on the first times...
07:53 Layna_experiment From TSResf, exlanatiosn for entryLevel: If the value is < 0, entryLevel is chosen from "behind" in the rootLine.
07:53 Layna_experiment I knwo the word behind.... but... I just dontÄ egt what behind a rootline is..
07:56 just2b_ rootline > all pages from the current one up to the root page
07:56 Layna_experiment then "behind" translates at "the one before the current oen in the tree"?
07:57 koomi moin
07:58 Layna_experiment koomi: donÄT detsroy my illusions by saying this oe will remain difficould nomatter waht ;)
07:59 koomi ^^
07:59 koomi sorry.
07:59 Layna_experiment OOOK, but I think the rootline.part is settled... at least, I think I know what I am doing there. Now... the range.
07:59 koomi i've no idea what you want to do.
08:00 Layna_experiment I just try to UNDERSTAND the code doign the breadcrumb-menu ;)
08:01 Jigal Layna_experiment: I'm not 100% sure, but as I read it: the rootline is the path from current page to the root; positive values start counting from the root towards the current and negative values start counting at the other end (i.e. from the current page towards the root)
08:03 Jigal Layna_experiment: if this is correct, 0 will be the root, -1 wil be the current page and -2 the page before the current... and so on
08:03 Layna_experiment Jigal: That seems to be what I observve, yes ^^
08:14 Co2 is there something like a database with the tsref facts=?
08:14 voidus Co2: what do you mean? tsref facts?
08:14 Co2 e.g. CASE has properties setCurrent, key, ...
08:15 voidus it's tsref
08:15 voidus itself
08:15 Co2 but i'm looking for a database
08:15 Co2 I'm trying to write a ircbot with TSRAF property lookup
08:16 Jigal Co2: no database, but you can write something to convert the docs found at http://typo3.org/documentation/document-library/references/doc_core_tsref/current/
08:21 Co2 Jigal well an xml file is better than nothing ;-)
08:23 Co2 Jigal do you know how the TSREF property lookup is created?
08:23 Co2 Is it parsed from the TSREF, or is it maintained itself?
08:25 Co2 hey, there is a tbale static_tsconfig_help
08:29 voidus Co2: btw, there is a ts highlighters..
08:30 voidus may be they can be useful
08:34 m4rtijn helo all
08:36 voidus m4rtijn: hello
08:36 Phlogi_ can I create a page without a title? I need an empty page in my gmenu?
08:42 Jigal Co2: I found this lying around online: http://www.crimsoneditor.com/english/board/data/file5/tseDef.xml No idea if it is complete, but maybe useful?
08:43 just2b_ anyone uses mootools?
08:44 Jigal just2b_: Joomla.org does ;-P
08:44 just2b_ jigal.. wanny make me crying? i know ;)
08:45 bdgraue hi all
08:46 Jigal just2b_: so far I've only used YahooUI...
08:47 m4rtijn did anyone use a tt_news "latest" teaser lately on his/her frontpage?
08:58 koomi m4rtijn: jep
09:00 teppi|work do somebody know how i can get a static HTML copy of the whole page tree? i know the possibility of doing it with wget, but is there an extension or something like that?
09:03 koomi teppi|work: i think there is an extension for replicating the tree to a different server
09:03 teppi|work as a static html copy?
09:03 koomi jep.
09:04 koomi if you find it let me know
09:04 teppi|work hehe
09:04 teppi|work ok
09:16 Phlogi_ can I create a gfibuilder objects with all names in the current menu level?
09:16 m4rtijn I solved my little problem already.. I closed the main <div> in the template before the <!-- CONTENT END thingie..
09:16 m4rtijn so my whole frontpage got messed up
09:20 Phlogi_ m4rtijn: oh I had that like thousand times .D
09:23 monis_raz can any one help me! i want to install awstat for first time... confused
09:27 Phlogi_ hey someone once asked here how to force a linebreak in a GMENU... can you remember?
09:27 m4rtijn ;) Phlogi_
09:27 m4rtijn yep
09:27 Phlogi_ I found it: you can do it with splitChar... so if that guy can hear me... :D
09:28 just2b_ Phlogi_ this is not the best way ;)
09:28 Phlogi_ just2b_: who cares ... it would have solved his problem :)
09:28 m4rtijn I found a little script that time the dude was asking
09:28 m4rtijn I think he solved it with that
09:28 Phlogi_ can you help me creating an if clause for a TEXT.text object property?
09:28 just2b_ Phlogi_ normally the editor;)
09:29 Phlogi_ there should only be text if the name is NOT spacer... how can I do that?
09:31 Phlogi_ is that correct
09:31 Phlogi_ text.field = title
09:31 Phlogi_ text.if.equals = spacer
09:31 Phlogi_ text.if.negate
09:31 just2b_ if it works probably yes
09:32 Phlogi_ just2b_: no it does not work... its always false at it looks
09:33 Phlogi_ hmm as soon as I do text.if.equals, no text is rendered at all
09:33 Phlogi_ is the TS correct? I'm inside a gifbuilder TEXT object
09:33 andreasbalzer just2b_: to make it short: Is it possible to get your google maps extension automatically displaying FE user records in a map?
09:33 just2b_ yes
09:34 andreasbalzer just2b_: without adding langitutes (or how it's written)?
09:34 just2b_ of course not
09:34 andreasbalzer :-/
09:34 andreasbalzer any possibility to get this done by adress?
09:34 just2b_ first make lat+lng out of address, then yes
09:35 andreasbalzer just2b_: any free service out in the net that could be implemented?
09:35 just2b_ hm?
09:38 Phlogi_ hmm ok my TS was completly rubbish... but I still can't get it to work
09:40 teppi|work andreasbalzer, i took this one: http://geo.localsearchmaps.com/?
09:41 andreasbalzer how does it work?
09:41 teppi|work http://geo.localsearchmaps.com/?city=berlin
09:41 teppi|work for instance
09:41 andreasbalzer ah :)
09:42 andreasbalzer just2b_: can you somehow implement this?
09:42 just2b_ i have a geocoding.. but not on the ly
09:42 just2b_ fly
09:44 Phlogi_ ah finally :D jipieeeeeeeeeeeeeee
09:47 HardPhuck how do i configure a page which has subpages to always be expanded in a menu? (the page is not on rootlevel, it's some random page with subpages)
09:49 voidus HardPhuck: .special = directory + .expAll = 1
09:50 just2b_ voidus no
09:51 just2b_ alwaysActivePIDlist = 18
09:52 voidus ah, right.. sorry
09:52 HardPhuck is that a TMENU or HMENU option?
09:52 just2b_ np ;)
09:52 teppi|work koomi, i just found this one: http://typo3.org/extensions/repository/view/itxg_staticexport/0.0.1/ and its doing it with wget an crontab .. but in most cases you have to edit the crontab manually ..
09:53 HardPhuck found it, it's HMENU:)
09:53 HardPhuck thanx just2b
09:54 just2b_ HardPhuck no
09:54 just2b_ problem
09:56 voidus can i update all my extensions at once in some way?
09:57 Phlogi_ if I have a TEXT object in gifbuilder, how can I wrap that with spaces?
09:57 voidus Phlogi_: using noTrimWrap ?
09:57 just2b_ voidus no... with ter_update_check quite fast
09:58 Phlogi_ voidus: where is that?
09:59 Phlogi_ you know I want to have a character when the menu is active so I did: text.wrap = - | but I want some space between the "-" ant the text that follows
09:59 just2b_ just search for it at tsref.de ... stdwrap
10:01 Phlogi_ just2b_: thats it I hope
10:02 teppi|work does somebody know how i can diplay the country of a tt_adress entry in lumogooglemaps ?
10:02 Phlogi_ hmm does not work at all just2b_
10:02 just2b_ Phlogi_ then something is wrong
10:02 Phlogi_ just2b_: wait... I used normal wrong wrap syntax
10:03 just2b_ argl.. read the trsref how to do
10:03 Phlogi_ just2b_: yes just did... and now it works :) nice
10:04 Phlogi_ just2b_: sorry, I'm a bit angry because IMGMENU is that buggy
10:06 just2b_ Phlogi_ you now the quote with the wood and shouting? ;)
10:06 Phlogi_ just2b_: yes yes :)
10:08 Phlogi_ http://www.typo3.net/forum/list/list_post//62406/ fyi :D
10:09 Phlogi_ oder: http://www.typo3forum.net/forum/gmenu-hmenu-tmenu-und-co/21309-imgmenu-scheint-buggy-zu-sein-komplexere-gifbuilder-anweisungen-ignoriert.html
10:11 just2b_ Phlogi_ i have seen the thread already 3h ago
10:11 Phlogi_ hey just2b_ text.noTrimWrap = | | | this does not work
10:18 delmonico hmmm I uploaded a local project to the webspace and now realurls don't work anymore:
10:18 delmonico "could not be found, closest page matching is"
10:19 delmonico flushing the path cache didn't help btw
10:20 just2b_ baseURL is set?
10:20 delmonico jup
10:20 delmonico also cleared all caches I know about ;)
10:20 just2b_ nothing changed?
10:21 just2b_ empty realurl tables
10:21 delmonico renamed the database
10:21 just2b_ how is it without realurl?
10:21 delmonico works fine
10:21 delmonico images/css/etc is included from the right directory, so baseurl is correct
10:21 just2b_ htaccess theree?
10:21 delmonico jup
10:21 just2b_ so it works.. next question :D
10:22 just2b_ not really an idea if DB AND files are all the same :(
10:22 delmonico also I seem to have a charset problem: all the "-" in page titles are displayed as (aWithADashAboveIt)(EuroSignHere)"
10:22 delmonico strange :/
10:23 just2b_ same charset @ tables?
10:23 delmonico checking right now
10:23 delmonico thought it would be included in the .sql file
10:24 delmonico jup, same charsets
10:25 delmonico strange mixture of latin1_swedisch, latin_1_german and utf8, but its identical local and on the server
10:25 just2b_ but other ,
10:25 just2b_ mysql version, right? :D
10:26 HardPhuck mod.SHARED.colPos_list=1,0,2 was set on a random page with subpages, is it possible that it would apply only to that page and no other subpages?
10:26 delmonico ouch, yeah
10:26 delmonico 4.1/5.x
10:27 delmonico well it seems to be only this one character... will just fix it manually
10:31 HardPhuck i need an advice
10:31 HardPhuck i have a page on rootlevel that has several subpages (departments)
10:31 HardPhuck each department has its own contact information
10:32 Olegs hi all
10:32 HardPhuck how is the best (and/or the easiest) way to put that contact information in a box below the department subages (or anywhere on the page for that matter)
10:33 HardPhuck what i want is the data to be displayed on the department and all it's subpages
10:34 just2b_ a normal content element
10:34 HardPhuck yeah, but i would want the single element to be shown on all subpages
10:35 just2b_ you are german?
10:35 HardPhuck no
10:35 HardPhuck slovenian
10:35 just2b_ ok
10:35 just2b_ code: marks.XY = CONTENT
10:35 just2b_ marks.XY {
10:35 just2b_ table = tt_content
10:35 just2b_ select {
10:35 just2b_ pidInList = ID1, ID2
10:35 just2b_ orderBy = sorting
10:35 just2b_ where = colPos= 0
10:35 just2b_ }
10:35 just2b_ put the record into a sys folder, and ID1 = id of that sysfolder
10:37 HardPhuck i'll try that
10:39 Olegs how can I replace default HTML formatting for Image type?
10:39 Olegs there are <DL>, <DT>, and whatever else.
10:40 just2b_ change it in TS, take a look in template analyzer @ css_styled_content
10:41 Olegs tried that . it's a bit complex for a newbie
10:41 Olegs complicated
10:41 Olegs tried to find examples, couldn't
10:42 HardPhuck just2b so i have to make separate templates for that solution to work, right
10:51 Fanty anyway to set typo3 to not use the "deleted" field for pages and delete them for real instead?
10:59 Jigal Fanty: the whole concept of history and undo relies on content/pages not to be deleted for real :-)
11:08 Fanty KISS. :P
11:09 Fanty I don't like cluddered databases with old junk thats never going to be used... especially not in large systems
11:10 Fanty how do I use hiddenFields from an xclass extended tslib_fe function?
11:10 Jigal Fanty: what is the size of you TYPO3 database? Several GB?
11:10 Jigal *your
11:11 Fanty Jigal: no, not now.. but when it hits production it will grow a lot
11:15 Jigal Fanty: better spend your time optimizing caching, scheduling ANALYZE/REPAIR table queries, etc...
11:17 Fanty Jigal: heh, yea... Its just bugging me right now since I'm doing some tracking and handn't taken deleted pages into consideration
11:19 Jigal Fanty: I haven't checked the 4.x DB Check or Install tool, but I can imagine that there is an option to purge the history from the db...
11:35 HardPhuck how do I make the page TSconfig to only apply to a current page and not it's subpages
11:36 just2b_ guess not possible?
11:40 mikhas hi, has anyone been able to run sr_freecap with the typo3 mailform?
11:44 Jigal Fanty: http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/#id3541038 : history.maxAgeDays something for you?
11:58 HardPhuck just2b, if i make marks.XY = content in template, then the content appears on all pages
12:02 just2b_ HardPhuck you can make an ext template for just this branch
12:04 HardPhuck wold it be possible to write a TS that would check the border column of the parent page and fill some marker with its content?
12:04 just2b_ sure
12:04 just2b_ like the column normal.. same code... just < styles.content.getLeft
12:05 HardPhuck yeah but that applies only if the CURRENT page has content in the Left column
12:05 mikhas hmm, seems there no easy way to make sr_freecap work with typo3's included mailform
12:06 HardPhuck i would want the PARENT'S left column content to be displayed in the pages
12:06 just2b_ HardPhuck if you want to check rootline for content > marks.XY.slide = -1
12:06 HardPhuck ah
12:14 Jigal hi ries, Crocus
12:14 Crocus hi
12:15 ries good morning ya all, good morning Jigal
12:18 isolysis I have been experimenting with typo3 on the server and it seems lots of records were created... but now I want to delete/reset everything back to normal so that I have a fresh setup to work with. Does anyone know how I can do this without reinstalling?
12:18 pesz hei all
12:18 pesz someone please help me with static_info_tables
12:18 just2b_ isolys empty the tables with phpmyadmin
12:18 isolysis I used a YAML template from a .t3d structure and I think it created some records and thats what i wanted to delete
12:19 just2b_ so delete the "some records"
12:19 isolysis just2b do you know which tables?
12:19 pesz i have installed and configured the estension according to the manual...
12:19 isolysis i dont want to delete the typo3 installation settings.. but only what my experimenting created
12:19 just2b_ how can i now what you experimented?
12:20 pesz but still does not use locallang, everything is in english
12:20 just2b_ pesc.. you set the language in config. ?
12:21 pesz just2b_: sure
12:22 pesz do i have to insert require_once(t3lib_extMgm... anywhere???
12:22 isolysis just2b ..can you tell me whereabouts I can see the language settings stuff.. that is what I am concerned about.. because it says english english english english and french french french x several times and I think this is due to importing the same .t3d file a few tims
12:22 pesz do i have to insert require_once(t3lib_extMgm... anywhere???
12:22 just2b_ for whatß
12:23 pesz just to get it work properly
12:23 pesz eg. with tt_news
12:24 alexwx helou there, can i in the TS to PHP_SCRIPT element define some GET parameters for dynamic working with php script? thank you
12:24 pesz eg. the name of the weekdays remain english
12:24 just2b_ pesz, then the config is wrong
12:25 pesz hmm
12:26 pesz "config.language = hu" should work i guess
12:28 nutcase what is the preferred way to provide a boilerplate as content element? i tried to do it with a FCE, but it doesn't work until i define at least one field_xxx beside the ROOT element...
12:29 pesz just2b_: what can be wrong in config?
12:33 alexwx can i in the TS to PHP_SCRIPT element define some GET parameters for dynamic working with php script? thank you
12:33 Jigal alexwx: can this help to set up communication between TS and PHP? http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/14/1/
12:36 alexwx Jigal ou, can you give some example?
12:36 Jigal alexwx: in the documentation at the link you can find a few examples...
12:37 alexwx Jigal ok, i go in
12:37 alexwx to play with :)
12:38 Phlogi_ I can't get the csv import tool usable for normal non-admin users. It just does not show up in the menu. What could that be?
12:38 Jigal pesz: To setup language settings properly read http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/
12:39 alexwx Jigal i got it, thank you ver much ;!
12:39 alexwx ;)
12:40 pesz Jigal: right, thx
12:42 nutcase has anyone any hints for realizing boiler plates?
12:45 Jigal nutcase: I have no idea what you mean by "boiler plates"...
12:48 nutcase i probably don't know the correct word for the german one "textbaustein". I want to provide a content element, which contains some static content, which cannot be edited. concrete: I want to provide a content element "hint" which always contains the same content. This content should be defined in a html-file, because of some special marku
12:48 nutcase p
12:49 Jigal nutcase: I started googling and indeed these are called boiler plates; I just never heard of this expression :-)
12:50 voidus how can i delete CACHED_* files without ftp access and installer? :S
12:50 nutcase another word which my translator gives for it is "text module"
12:50 nutcase Jigal: any idea how to do that?
12:50 nutcase i never heard that expression before, too
12:51 just2b_ nutcase, maybe look at special elelents
12:51 Jigal nutcase: you can re-use any content element in other places in TYPO3, maybe that is a solution?
12:52 nutcase just2b_: what is meant by special elements? how an i define them?
12:53 nutcase Jigal: how can i reuse content elements?
12:53 Jigal nutcase: if you insert a content element of type "Insert records" you can make a kind of short cut to any other content element on any page. If you setup a hidden page with your textbausteine, you can easily reuse them elsewhere..
12:53 just2b_ nutcase it is an extension
12:54 nutcase Jigal: aaaah i found the "create reference link", never noticed that before
12:55 just2b_ ah i just hate js
12:55 Jigal just2b_: and you have both letters in your nick!
12:57 just2b_ jigal.. and i work with mootools know.. yeah i know
12:58 Olegs just2b_: got that
12:59 Olegs finally managed to add custom rendering to tt_content.image.20
12:59 Olegs just2b_: got that
12:59 Olegs finally managed to add custom rendering to tt_content.image.20
12:59 just2b_ no
12:59 Olegs _I_ got that
12:59 Olegs :))))
12:59 just2b_ ok
13:09 Phlogi_ I can't get the csv import tool usable for normal non-admin users. It just does not show up in the menu. What could that be?
13:10 just2b_ which menu
13:12 Phlogi_ in the admin menu... you know that extension creates a new menu entry... but that one the user can't see
13:12 just2b_ which section?
13:13 timof hi
13:26 Phlogi_ just2b_: in the Tools section
13:27 just2b_ Phlogi_ ever seen any tools at a non admin?
13:27 voidus Phlogi_: tools section is not accessible for non-admins
13:27 Phlogi_ just2b_: nope, so its not possible?
13:27 just2b_ you could move it at somewhere else
13:27 voidus Phlogi_: you need to move module into another section
13:27 Phlogi_ just2b_: so I need to hack the ext?
13:27 just2b_ yes
13:28 Phlogi_ :( :( :(
13:28 just2b_ voidus,.. just slow :D :D
13:28 voidus :))
13:28 just2b_ yeah begin to cry and stop using typo3
13:29 skorpi Phlogi_: if you search for it, you will find information on how to get awstats into another section. Its probably the same for this extension
13:30 Phlogi_ skorpi: can you give me a linke please?
13:30 just2b_ google.at
13:30 Phlogi_ ok
13:30 skorpi :-)
13:30 Phlogi_ just2b_: thanks...
13:30 just2b_ you are welcome
13:30 skorpi google.de ;-)
13:30 Phlogi_ just2b_: never heard of it before
13:31 just2b_ Phlogi_ i know, thats why i posted it, otherwise i just would be still
13:31 Phlogi_ just2b_: hmm funny colors on that "google"
13:33 Phlogi_ ok lets try it .)
13:34 Phlogi_ hmm it already looks like
13:34 Phlogi_ $MCONF["access"]="user,group";
13:34 Phlogi_ //$MCONF["access"]="admin";
13:37 Phlogi_ can anyone tell me the changes in the thirdbox, ext_tables http://typo3.fruit-lab.de/typo3-seo/qualitaetskontrolle/awstats-be-user.html , I can't see any difference there
13:38 Phlogi_ now I get: This module "help_txrsuserimpM1" is not enabled in TBE_MODULES
13:38 skorpi -"tools" + "help"
13:39 skorpi t3lib_extMgm::addModule("tools","...
13:40 skorpi maybe you should use the module user, not help...
13:41 skorpi btw: What extension are you talking about?
13:41 Phlogi_ skorpi: txrsuserimp
13:41 skorpi thx
13:42 Phlogi_ skorpi: what do you mean with user? Then I get: This module "user_txrsuserimpM1" is not enabled in TBE_MODULES
13:43 Phlogi_ ah ok
13:43 Phlogi_ sorry
13:44 Phlogi_ now I can see the module in the user section, so good so far... but when I click on it nothing happens
13:44 Fanty how do I store something in the typo3 session?
13:44 just2b_ guess you need to modify the mod1/index.php
13:44 just2b_ fanty search at wiki.typo3.org > there is an article
13:44 Phlogi_ just2b_: I already did,,, maybe wrong then
13:45 Phlogi_ is this line wrong: (($this->id && $access) || ($BE_USER->user['admin'] && !$this->id) || ($BE_USER->user["uid"] && !$this->id))
13:46 just2b_ delete everything with BE_user
13:46 Phlogi_ just2b_: is it still secure enough then?
13:46 just2b_ why should get unsescure?
13:47 Phlogi_ dunno, why is this if clause there then?
13:47 Phlogi_ it does not work with ($this->id && $access) |only... but it works with if (true) :-D
13:48 just2b_ dont know what is in $access
13:48 Phlogi_ $access = is_array($this->pageinfo) ? 1 : 0;
13:49 skorpi i guess this part is checking the page-access (from the web>access-module)... but, if this backend-module is not page related it doesnt make to much sense?
13:50 Phlogi_ the strange thing is that I can't even access it as admin
13:50 skorpi but you could before your changes?
13:51 Phlogi_ skorpi: wait a sec now it works
13:52 Phlogi_ ah nice now I can select that module
13:52 Phlogi_ hmm but still no user menu as the normal user
13:53 Phlogi_ I selected the module now in the group settings
13:53 Phlogi_ ah damn... I missed the user itself in the group settings..
13:53 Phlogi_ now it works and I'm happy :)
13:53 Phlogi_ thanks to all
14:08 portlock hi
14:13 MarwolTuk hi uschi, hi dax77
14:13 Phlogi_ ok its me again... the module fails when importing data...
14:15 skorpi Phlogi_: did you check the module as admin before you did the changes?
14:44 pesz well, i have read "doc_l10nguide" about locallang settings and doublechecked my setting and my problem is still not solved
14:45 pesz so, eg. in tt_news extension everything is translated to locallang, except weekdays (like Friday)
14:46 pesz i looked for the file, containing these kinds of labels first in English...
14:47 pesz and the only file found is located under cc_infotablesmgm/data/cldr-1.3/main/common/main/en.xml
14:48 pesz obviously i would love to use is the hungarian file: hu.xml
14:49 Phlogi_ skorpi: yes it works as admin... maybe there are other checks in that big index.php
14:49 skorpi pesz: This is a date or strftime-configuration
14:49 pesz Pls, how can I tell my typo3 to use this file?
14:50 Phlogi_ anyone could help me with this: Direct Mail suddenly stopped sending out mails.... I invoked the sender engine but no mails are sent out. Can I check a log somewhere
14:50 pesz skorpi: yeah, but how can i tell strftime to write Péntek instead if Friday?
14:50 skorpi what language is that?
14:51 pesz hu
14:51 skorpi you have to set config.locale_all to the language-key your server needs...
14:51 skorpi this is done by php, not by typo3
14:51 skorpi see php.net and search for strftime
14:52 pesz okay, thx, going
14:59 HardPhuck is it possible that one template could use another's configuration for common stuff like header and stuff
15:00 HardPhuck for example my front page looks diferent than other pages, but a lot of TS code is the same
15:00 pesz skorpi: well, still do not know where should i declare this setlocale() function
15:01 pesz in ts setup config.language=hu is set
15:01 pesz also config.locale_all = hu.HU
15:01 pesz hu_HU, sorry
15:01 skorpi tried hu_HU ?
15:01 pesz ;)
15:02 skorpi ;-)
15:02 pesz should i change something in my servers settings??
15:02 Phlogi_ omfg.... why that... I wanted to insert ve_guestbook FORM and this happens everytime. The extension is for inherting content in TV... no idea why in conflicts, here is the error: Fatal error: Cannot use string offset as an array in /kunden/170478_63450/rp-hosting/2206000/6675000/typo3conf/ext/kb_tv_cont_slide/pi1/class.tx_kbtvcontslide_pi1.php on line 108
15:11 voidus dax77: are you here?
15:13 Phlogi_ i have no sysfolder in that rootline: http://bugs.typo3.org/view.php?id=3703 :(
15:14 Phlogi_ and I'm not even using slide there :(
15:18 pesz i think i should set my Xampp/Apache server to give me Hungarian dates, could someone tell me how to configure it? thx
15:20 MarwolTuk voidus: he "idels" with uschi in the background
15:20 dax77 voidus: I'm in the background :)
15:20 voidus dax77: i found bug in newest cal svn..
15:20 voidus or missing feature :)
15:20 dax77 me too :)
15:20 dax77 ;)
15:20 voidus where? :)
15:21 dax77 event_service
15:21 voidus i found in tx_cal_weekview
15:22 dax77 can you paste it into the bugtracker on webempoweredchurch? I'm at a seminar and jeff will take care of it :)
15:23 voidus yes
15:24 voidus dax77: where it is?
15:25 dax77 http://svn.webempoweredchurch.org/calendar/newticket
15:46 paddyez hi, is there an easy way to use templates in an BE extention and methods like $this->cObj->substituteMarkerArray without initialising the whol frontend stuff?
15:56 uschi hey skorpi :)))))))))
15:56 skorpi die Uschi :-)
15:56 uschi yes
16:01 ries paddyez: str_replace :D :D
16:09 Phlogi_ I have this Localisation settings for every page: "Hide Page if no translation for current language exists" This works well. But how can I set that automatically for _all_ pages on my side?
16:11 Phlogi_ $TYPO3_CONF_VARS['FE']['hidePagesIfNotTranslatedByDefault'] = '1'; this goes into localconf? =)
16:12 bedlamhotel Phlogi_: It's some TSconfig property. Check the "Frontend Localization Guide" for details.
16:12 beev0r can anyone tell me why
16:12 beev0r tt_content.login.20.dataArray.20.label = Passwort
16:12 beev0r doesnt work?
16:12 Phlogi_ bedlamhotel: I found that $TYPO3_CONF_VARS['FE']['hidePagesIfNotTranslatedByDefault'] = '1';
16:12 bedlamhotel Right. It would go into localconf.php, yes.
16:12 beev0r my typoObjectBrowser tells me: [label]=Passwort
16:12 beev0r but on the page is shown "Password:" though
16:13 Phlogi_ bedlamhotel: very very strange that this is set in localconf...
16:14 Phlogi_ bedlamhotel: hmm should then the option on page properties be checked on all pages? Its not the case here
16:15 bedlamhotel Phlogi_: I doubt that that config option would make an entry into every page record in the db. I'd guess TYPO3 checks that value in loclaconf.php before ever looking in the pages table...
16:16 Phlogi_ ah nice it works...
16:16 Phlogi_ bedlamhotel: yes you are right thanks a lot
16:17 Phlogi_ bedlamhotel: hmm strange now I don't see any menu entries in one of my menus... although there are translations of the page... maybe the shortcuts are the problem?
16:18 Phlogi_ hmm that option sucks, it even disables links.... it disables toooo much .D
16:45 monis_raz hi every one
16:48 Phlogi_ I think I found out why the user import tool does not work as normal user: $this->fileProcessor->init_actionPerms($BE_USER->user['fileoper_perms']);
16:48 Phlogi_ skorpi: are you still there?
16:49 monis_raz hi philogi!
16:50 Phlogi_ monis_raz: hello
16:50 monis_raz ok
16:51 ApTeM Âñåì äîáðûé âå÷åð
16:52 monis_raz phlogi plz see personal message
16:52 ApTeM Íàðîä êòî çíàåò êàê ðóññèôèöèðîâàòü Typo3 ???
16:53 Phlogi_ monis_raz: I did not get any....
16:53 Phlogi_ ApTeM: wrong charset
16:53 monis_raz phlogi please help me I want to configure awstat but unable
16:54 monis_raz i have given path from install tool
16:55 monis_raz i pasted the TS in setup
16:55 ApTeM Phlogi_: How transfer Typo3 in Russia ?
16:55 Phlogi_ ApTeM: what do you mean with transfer?
16:56 ApTeM All CMS
16:56 ApTeM òóò êòî íèáóòü ãîâîðèò ïî ðóññêè????? ÕÅËÏ
16:56 monis_raz ERROR:
16:56 monis_raz The logfile directory '' configured in typo3conf/localconf.php as '' was NOT found!
16:56 monis_raz --------------------------------------------------------------------------------
16:56 monis_raz The logfiles have to be named *.log or *log*.txt
16:56 monis_raz examples: my-domain.log logfile.txt website-log.txt
16:57 Phlogi_ I found out now that the problem is in t3lib_div._GP, this function does not work properly if the user is not an admin.... anyone knows anything about that?
16:57 Phlogi_ monis_raz: check your localconf then
16:58 monis_raz what ?? plz specify
16:58 ApTeM ÀÓÓÓÓÓÓÓÓÓÓÓóóóóóóóóóóóó òóò åñòü õîòü îäèí ðóññêî ãîâîðÿùèé ??
16:58 skorpi Phlogi_: for 2 seconds... ;-)
16:58 Phlogi_ skorpi: :(
16:58 skorpi Phlogi_: sorry, cant help from the cratch with that... :-(
16:59 Phlogi_ heeh at least I could track down the problem
16:59 skorpi cool :-)
16:59 Phlogi_ $file = t3lib_div::_GP('file'); that line does only work for admin not for normal suer
16:59 Phlogi_ *user
16:59 skorpi gtg
16:59 Phlogi_ no idea why... I mean there is no check in the function itself
17:00 bedlamhotel Phlogi_: sounds pretty unlikely. What's the symptom that caused you to look at the function?
17:01 Phlogi_ i did a print_r on the $file... logged in as admin it has the uploaded file name. When I'm normal backend user the array is not complete
17:02 Phlogi_ here are the outputs of print_r http://phpfi.com/241747
17:10 bedlamhotel Phlogi_: Weird.
17:12 Phlogi_ bedlamhotel: I gave up :)
17:13 paddyez ries: thats not what I meant
17:14 bedlamhotel Phlogi_: sounds like it could be an access permissions issue. If it's not the function itself, it seems odd that something else could accidentally just happen to remove only the file reference...
17:16 Phlogi_ bedlamhotel: exactly, but I think thats not the only problem, because I overwrote that variable with the correct path and it still didn't work
17:18 dax77 voidus?
17:19 Phlogi_ can I find out where a user on my page is from? I need to disable a link if he is not from a certain country!
17:19 dax77 voidus: http://svn.webempoweredchurch.org/calendar/changeset/1290 :)
17:21 voidus dax77: no
17:21 voidus dax77: that does not affect weekdays..
17:21 dax77 sure it does :)
17:21 dax77 but it didn't make it into the nightly
17:21 dax77 steffen fixed it afterwards
17:21 voidus i fetched svn with this change
17:22 voidus and did not affect
17:22 dax77 yes, b/c you are not using a utf8 locale
17:22 voidus yes, i used not utf8 locale
17:23 dax77 and thats the problem :)
17:23 voidus cause no utf-8 locale on danish windows
17:23 dax77 well, than you have a to get it
17:23 voidus how? :)
17:24 dax77 windows update? don't know :(
17:24 dax77 get a real pc :D
17:24 voidus it's not my server
17:25 Phlogi_ hmm whats the difference between the IP and hostname conditions ... both use getenv(REMOTE_ADDR) as it says in the docu
17:26 ries dax77: don't get a PC....
17:27 dax77 I don't have that problem, I've got a mac :D
19:09 marcel__ hey guys
19:09 marcel__ someone here to help me?
19:09 voidus marcel__: yes
19:10 marcel__ hi
19:10 voidus hi
19:10 marcel__ i just installed typo3 on my localhost
19:10 marcel__ it works so far
19:10 marcel__ but i cant create new pages
19:11 marcel__ if make a right klick on the "New Typo3 Site" and select new
19:11 marcel__ then "Page (inside)
19:11 marcel__ a blank, white page shows up
19:12 voidus maybe, some errors?
19:12 marcel__ not a gui thing like on the screenshots shown here: http://typo3.com/Screenshots.1627.0.html
19:12 voidus look at apache log
19:13 marcel__ k
19:18 marcel__ cant find any errors
19:20 monis_raz marcel can u help me a bit
19:20 monis_raz please
19:20 marcel__ i need help mysqlf atm ^^
19:20 monis_raz ok
19:24 marcel__ voidus
19:24 marcel__ ?
19:26 titii helo, how to wrap image content element? thank you
19:27 titii tt_content.image.20 ? whats next?
19:32 monis_raz hello
19:44 monis_raz hi
19:45 Epiphex typoscript problem, i'm trying to simple show a pages title/subtitle on a page, i have the objects "pagetitle" and "pagesubtitle" mapped in a TV template. i'm trying all sorts of typoscript in the template setup field, but i cant seem to reference the pages title and subtitle, any TS recommendations???
19:46 Epiphex oh yeah, pagetitle = TEXT
19:46 Epiphex pagetitle.value = test, works, so i know my mapping is correct
19:48 bedlamhotel Epiphex: http://phpfi.com/241787
19:49 Epiphex damn you're good
19:49 Epiphex thx much!
19:54 Epiphex geez, i dont even know how to tweak that, never saw the html object before
20:24 theanomaly question for whoever's willing -- I just set up tt_news and I can add a news content element to a page and configure the news to display how i want just fine, but how would I add it so that it appears in a section on every page the template is using? I've tried some typoscript to make it work but havent gotten anything out of it yet
20:46 theanomaly ach, nevermind, i was being exceedingly stupid
20:47 smeringe ok :)
20:47 theanomaly it happens :)
22:51 crazybug Hi guys, anyone know how to access extdeveval (Extension Development Evaluator) from typo3 UI?
23:03 ries crazybug: I thought from the extension manager...
23:04 ries OR re-lofin and it create an entry under tools?
23:19 andreasbalzer hi someone here at that time?

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.