Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 14 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:03 Ries hoho: you mean pod casts?
00:03 Ries yes there are
00:04 hoho ok, Thanks! I'll watch them first... and - for shure - come back later ;-)
00:04 Ries around x-mass
00:04 Ries there are a couple of nice pod casts
00:04 Ries also don't forget to weatch teh videos
00:05 hoho thanks Ries, ciao!
00:06 Ries seeya
00:06 Ries hey gerards
00:06 gerards hi Ries.
00:06 gerards good weekend?
00:07 Ries yeaaa buzy buzy buzy
00:07 gerards in the shop?
00:09 gerards I'm actually getting quite excited about going back to Singapore.
00:09 gerards :)
00:09 Ries that's good dude
00:09 Ries But remember... I'll miss you here
00:09 Ries Hmm now I think of it
00:10 Ries The exhitement is because of Karen I think ;)
00:11 gerards yeah. hows the shop today?
00:11 Ries not much...
00:11 Ries we reorganised a lot
00:11 Ries and I made a receipe for hamburgers
00:11 Ries we want to sell them aswell
00:11 gerards yeah, looks like no one is in Quito.
00:11 gerards the whole city looks a little empty today.
00:12 Ries yup...
00:12 Ries although lot's of traffic in front of teh house right now
00:13 gerards all coming back to quito from teh beach.
00:14 Ries yeaaa
00:14 Ries crazy people
00:16 gerards I'm trying to see who the active people in this channel are at this time. :)
00:16 gerards got to get to know them.
00:20 Ries gerards: me me me me!!!
00:21 gerards i'm talkign about the people in Asia and Australia.
00:22 Ries talk to tansa
00:22 Ries he should get in any moment
00:22 gerards i think jsfan is also in Melbourne.
03:10 tansta hi guys
03:10 tansta hope you are all sleeping well
03:10 tansta at the moment :)
04:12 d|g hi all
04:22 scubes13 I just updated a site from 3.8 to 4.1.1 - when I list items under a particular page that consists of "Text w/ Images" content, I get the following errors: http://phpfi.com/233967
04:22 scubes13 anyone have any suggestions?
05:32 dax77 good morning @all
05:33 uschi morning dax77 :)
05:33 dax77 hi uschi :) - whats up?
05:35 tansta morning guys
06:15 zatmania hi all
06:24 Fanty any proper locallang.xml extension translation tools exist? I've just looked at llxmltranslate and that thing is hopeless for non technical people to find things in
06:34 tilman_ I know, that I can wrap each content element with "tt_content.stdWrap.wrap = ...|...", BUT how can I use fields like {field:uid} in these wraps ?
06:34 tilman_ ^^ I use css_styled_content - extension
06:37 tobi tilman_: try tt_content.stdWrap.insertData=1 tt_content.stdWrap.wrap = {field:uid}...|...
06:37 tilman_ I will, mom
06:38 tilman_ Thx a lot tobi! It works, great - I searched for hours! THX!
06:39 tobi np
06:39 zatmania hi tobi
06:40 tobi good morning zatmania
06:40 zatmania how are u ?
06:41 tobi a bit tired but fine ... my dad has to play every weekend with his tractors so i cant sleep :/
06:41 tobi how are you zat ?
06:41 dax77 hi tobi, hi zatmania :)
06:41 tobi hello dax77
06:41 zatmania hi dax77
06:42 zatmania i'm fine too, i'm on holidays ;)
06:48 dax77 lucky zatmania :)
06:49 zatmania yes, some days to take before end of may
07:04 MarwolTuk morning, someone an idea why typo reports "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /Users/<removed>/htdocs/mks/t3lib/class.t3lib_db.php on line 810" if you search for a fe-user in the sys-folder they are stored in?
07:08 Fanty how do I make a TS condition thats the opposite of [loginUser = *] -- matching only when the user is not logged in?
07:11 FloLeBlanc hi all
07:16 Tsoots good morning, i'm still fighting with these extra divs that are automatically added
07:17 Tsoots how could i remove for example this one <div class="tx-srlanguagemenu-pi1">
07:17 Tsoots from the sr_language_menu extension, i'm using templavoila
07:17 Tsoots would only want every language option wrapped inside <li></li>
07:22 MarwolTuk Tsoots: Don't know if it's possible via TS... i would work around in the php-files... (know, its not the "clean" way...)
07:22 Tsoots k, thanks
07:26 FloLeBlanc tsoots: you could also check the tempalate file for the ext with the "Template Analyzer"
07:27 FloLeBlanc perhaps you can just overwrite these wraps via TS
07:27 Tsoots yeah did that already but the root level wrap doesn't seem to be there
07:28 FloLeBlanc perhaps a template file?
07:28 Tsoots it's added over what i type in there
07:30 Tsoots http://rafb.net/p/0YXExw68.html <-- that's my template file
07:37 FloLeBlanc tsoots: did you check out http://typo3.org/documentation/document-library/extension-manuals/sr_language_menu/1.2.4/view/4/3/ ?
07:38 FloLeBlanc there are the standard wraps for the flags f.e.
07:39 Tsoots yes, those are only for the language items
07:39 Tsoots not the whole thing
07:39 tilman_ By using RealURL and therefor setting the base href in the document: how can I set jump-anchors correctly? When I make a link a la <a href="#somemark"> it won't work, as it will be translated to <a href="rootofwebsite/#somemark">
07:39 Tsoots whatever i change there does appear in my page but the whole thing is wrapped around <div class="tx....
07:39 Tsoots i managed to get rid off that by editing the source code tho
07:40 tobi i would not change that it works in ie Tsoots only firefox bugs around
07:40 Tsoots return $this->pi_wrapInBaseClass($content); // this was changed to:
07:40 Tsoots return $content;
07:41 Tsoots anybody know if this has some other (unwanted) effects
07:42 Tsoots that's the file i changed: class.tx_srlanguagemenu_pi1.php
07:46 tansta Hi guys, i've the the Templavoila wizard to make my front-end page title, now i wanted to change it to something else, how would i do that ? :(
07:46 tansta i've use i meant :)
07:48 Tsoots found a bug entry for my issue and looks like it's solved already
07:48 Tsoots at least there's a patch submitted there
07:48 Tsoots #4801
07:58 MarwolTuk someone know what i could do if i recive "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /Users/<removed>/htdocs/mks/t3lib/class.t3lib_db.php on line 810" in BE
07:58 MarwolTuk ?
08:00 FloLeBlanc perhaps you set the wrong db/password?
08:00 FloLeBlanc or server
08:00 FloLeBlanc it could also be a wrong query
08:00 FloLeBlanc if the query is wrong you normally get debug output
08:02 FloLeBlanc when you search for FE-Users and one of the users has no usergroup this also happens
08:02 FloLeBlanc (at least for me)
08:03 MarwolTuk ...that means checking every single user for his groubs? i have about 1800 of them...
08:05 FloLeBlanc select * from fe_users where isnull(usergroup,'-1')='-1' ?
08:05 FloLeBlanc show usergroup in list module in backend, sort by usergroup (for a graphical only approach)
08:06 Avmadeus hi everyone.
08:06 MarwolTuk should be a possibility... trying that...
08:07 FloLeBlanc have to go now, have a nice day all
08:09 MarwolTuk ... he 's gone and the idea he had doesn't fix my prob... there are no users without a group... :-(
08:14 m4rtijn hi hi
08:16 Avmadeus im searching for someone that would be able to help one of our developer on Typo3. The mission will start today this afternoon, or tomorrow. Ofc you will get paid for that.
08:17 Avmadeus And the work lasts only one day)
08:18 Avmadeus we need help for only one day, actually. And all u have to do is giving advices etc.. throught msn or via skype
08:18 Avmadeus if you are interested, contact me in private
08:18 Avmadeus thx.
08:21 Avmadeus anyone interested ? :s
08:21 Avmadeus well, i guess most people are inactive here :)
08:21 m4rtijn yep, programmers are not morning ppl ;)
08:25 Avmadeus hehe ;)
08:25 Avmadeus and yourself are nos interested ? :p
08:25 Avmadeus I really need someone ! -_-'
08:25 Avmadeus nos=>not
08:26 MarwolTuk ...and i'm still searching for a solution to "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /Users/<removed>/htdocs/mks/t3lib/class.t3lib_db.php on line 810" on searching fe-users from be :-|
08:26 Avmadeus :D
08:26 Avmadeus many qyestions, few answers :p
08:27 Avmadeus well, NO answer
08:28 MarwolTuk seems so... bou seaching aswers... isn't that the thing life is about? ;-)
08:30 MarwolTuk bou = but
08:32 dax77 MarwolTuk: enable sqlDebug in admintool and you'll see more
08:32 dax77 Avmadeus: you are a bit "early" asking for help
08:33 dax77 ;)
08:33 Avmadeus well its 10h37 am here :p
08:33 dax77 aha, GMT+1 Summertime :)
08:33 Avmadeus exactly
08:33 dax77 here too ;)
08:34 Avmadeus where do u come from ?
08:34 Avmadeus if I may ask :p
08:35 dax77 Avmadeus: Germany
08:35 Avmadeus ok
08:35 Avmadeus France)
08:36 Avmadeus are you a typo3 specialist ? :p So u could get the job hehehe
08:37 Avmadeus im asking everyone :s
08:37 dax77 Avmadeus: I don't have any time this evening, but if you would specify what exactly you are looking for, maybe someone else is interessted
08:38 Avmadeus its just about helping someone for one day (today or tomorrow). There is no specific questions
08:39 Avmadeus but you can be asked for everything. Depend on what the programmer is working on
08:40 Avmadeus you just have to get used with typo3 devlopment
08:40 dax77 Avmadeus: that could be everything. I think you won't find anyone in here knowing everything about typo3
08:40 Avmadeus :p
08:40 uschi or in the world, Avmadeus
08:40 Avmadeus hum i can be more accurate, gimme a sec
08:41 Avmadeus have to check my docs :)
08:41 uschi i was told by robert lemke (programmer of templavoila) that one day kasper made the whole core team roar with laughter because he cried out: "Can typo3 do that???"
08:41 Avmadeus ;)
08:44 Avmadeus re =)
08:44 dax77 Avmadeus: I missed your answer
08:44 dax77 :(
08:45 Avmadeus hum
08:45 Avmadeus i didnt say it again :p
08:45 Avmadeus in few seconds
08:45 dax77 about the specific tasks?
08:45 Avmadeus y
08:45 dax77 ah ok
08:46 uschi Avmadeus is making the whole thing a suspense novel
08:46 Avmadeus hehe
08:46 Avmadeus it is just im not a specialist about typo3
08:47 Avmadeus so have to be sure i describe the whole thing right
08:47 Avmadeus :s
08:47 Avmadeus and my english isnt that perfect also
08:47 dax77 afk
08:48 Avmadeus its about creating a main page module for frontend user in an existing website !
08:49 Avmadeus also creating a search engine; bound to some news displayed on the main website
08:51 Avmadeus and at last: customizing the header extension already done on a website to be flexible according the user whishes
08:51 Avmadeus I think thats it
08:51 Avmadeus :)
08:52 Avmadeus All you would have to do is helping a programmer that is working on that but have few questions to ask.. on a whole day. (and maybe more if needed)
08:53 Avmadeus minimum 150 euros max 300 euros, depending on the working time
09:09 MarwolTuk dirkgomez: fix your inet, or whatever cases that o_O
09:12 Avmadeus Oo
09:24 dirkgomez MarwolTuk: done
09:24 dirkgomez :)
09:25 MarwolTuk oh, ok i see...
09:38 eeos hi everybody
09:38 m4rtijn hi eeos
09:45 pulponair hi dudes
09:45 pulponair $_FILES isnt included in piVars right?
09:55 uschi hey pulponair :)
09:57 eeos how do you change the lables in the fields of an extension without changing the code of the extension?
09:57 eeos (in the back end)
09:58 pulponair eeos: overwrite its tca by you own extension
10:05 Avmadeus bye all :)
10:05 Avmadeus maybe i will be back :p
10:08 eeos pulponair: could you please explain?
10:08 eeos pulponair: I need to call the extension with the default lables in a section of the website
10:08 eeos pulponair: and load different labels in another section
10:13 MarwolTuk some of the dev's of the "mm_forum" extension here?
10:13 Tsoots is it possible to manually close a link tag so that in my tmenu it would only automatically create the <a href...> and i'd manually close it with </a>
10:14 uschi Tsoots, why do you want to do this?
10:14 uschi i mean, what do is your desired html code?
10:17 Tsoots css only dropdown menu ie6 hack http://rafb.net/p/FcznJH73.html
10:17 pulponair eeos: probably managable via tsconfig
10:17 Tsoots see how the first level link is closed only after the subitems
10:18 uschi Tsoots, that is not valid html
10:18 Tsoots neither does ie6 follow standards
10:19 uschi that is true ;-)
10:19 uschi but are not there any css menues which are a little more standard compliant
10:19 uschi ?
10:19 Tsoots and i can limit this output to ie6 only so leaving all other browsers with valid code
10:20 Tsoots i gotta keep on googling :)
10:20 uschi ah, this is because hover only works on a in ie 6
10:21 uschi right?
10:21 Tsoots yeah and some other weirdness too cause table isn't needed with other browsers
10:21 Tsoots i'm not fluent with html and am mostly using what google gives me
10:22 uschi hm, you could use doNotLinkIt = 1 on first level
10:22 uschi then create a typolink with returnurl (so that the link does not get written, but you have the appropriate value for your href attribute
10:24 Tsoots sounds good, i'll start experimenting
10:24 Tsoots thanks
10:24 uschi you will have to use before and after
10:26 Tsoots could you elaborate a bit more on how to get the appropriate value
10:26 Tsoots i think i'll then be able to parse a typolink together
10:26 uschi i have done this before in life, but cannot remember where :)
10:26 Tsoots :)
10:27 uschi give me some more time please
10:27 Tsoots sure, i'm not in a rush
10:28 eeos pulponair: sorry, I did not understand what you meant by overwrite its tca by you own extension
10:29 pulponair eeos: try TSCONFIG first
10:31 uschi unable to find it, Tsoots, will look it up in a book
10:31 Tsoots np, i keep on reading the docs
10:31 Tsoots thanks for your help
10:33 eeos pulponair: do you mean TSconfig? as in page TSconfig?
10:34 pulponair yes
10:35 eeos pulponair: thanks
10:37 eeos pulponair: yes, it looks like a possibility (I am reading the documentation)
10:38 eeos pulponair: I do understand how the rewriting the lable sin the core work
10:38 eeos pulponair: but how do you point to the extension (TCEFORM)
10:38 eeos ?
10:38 pulponair eeos:sorry? could you rephrase please?
10:42 eeos pulponair: TCEFORM.pages.doktype.altlabels.1 = string
10:43 eeos pulponair: allows you to change the labeling of the page type field, ok?
10:43 eeos pulponair: how do I point to the back end extension table instead of the core "pages" table?
10:44 uschi sorry, Tsoots, i cannot find it
10:44 pulponair eeos: describe what you are trying to do exactly please
10:45 eeos pulponair: tt_products. In one section of the website, the "subheader" field in the back end form for creating an item, should be labelled "our rating" istead of "subheader"
10:45 eeos pulponair: does that make sense?
10:47 eeos would that be TCEFORM.tt_products.subtitle.altLabels = string?
10:48 pulponair TCEFORM.tt_products.subtitle.config.label = what ever
10:49 pulponair (NOTE: you need to know the excact fieldname)
10:50 eeos pulponair: so you do not define it using altLabels? why?
10:51 eeos pulponair: (the field name is subtitle)
10:56 pulponair eeos:"This setting allows to override TCA field configuration and offers a flexible opportunity to reuse tables and TCA definitions but adept it to individual demands. So this will influence configuration settings in $TCA[<tablename>]['columns'][<field>]['config'][<key>]."
10:57 eeos pulponair: tried both of them, none works
10:57 eeos :(
11:00 eeos pulponair: tha is strange.
11:00 eeos altLabels.[item_value]
11:00 eeos string (LS)
11:00 eeos (applies to select-types only)
11:00 eeos This allows you to enter alternative labels for the items in the list.
11:00 eeos sorry, I thought it was coming in a line
11:01 dokma peeps! how do I switch install tool to 1-2-3 ?
11:01 pulponair eeos: hmm overwriting label isnt allowed :|
11:02 dokma anyone?
11:02 eeos pulponair: what do you mean?
11:02 tobi dokma: add ?mode=123
11:02 dokma my install tool is in extended mode
11:02 dokma tx tobi
11:03 pulponair eeos: Depending on the $TCA type of the field, the allowed keys are:
11:03 pulponair 1.
11:03 pulponair input - size, max
11:03 pulponair 2.
11:03 pulponair text - cols, rows, wrap
11:03 pulponair 3.
11:03 pulponair check - cols, showIfRTE
11:03 pulponair 4.
11:03 pulponair select - size, autoSizeMax, maxitems, minitems
11:03 pulponair 5.
11:03 pulponair group - size, autoSizeMax, max_size, show_thumbs, maxitems, minitems
11:03 pulponair 6.
11:03 pulponair inline - appearance, foreign_label, foreign_selector, foreign_unique, maxitems, minitems, size, autoSizeMax, symmetric_label
11:03 eeos yes, that is with config.lable
11:03 eeos yes, that is with config.label
11:04 pulponair eeos: yes altlabels is supposed to be used for something totally differend i.e. change labeling of select items
11:04 eeos but with altLabels .... is made on purpose for overwriting labels
11:04 tobi dokma: mode=123&step=1 , the step=1 is needet to
11:04 eeos pulponair: only select items????
11:04 pulponair eeos: yes the labeling of those items not the labeling of the selectfield itself
11:04 dokma I ommited that and it worked
11:05 eeos pulponair: found something interesting. have you see that http://typo3.org/extensions/repository/view/abz_labels/1.1.0/
11:05 m4rtijn spammers :p
11:06 dokma tobi: actually it did not
11:06 dokma now that I added mode=1 I'm in real 123
11:11 Boonkerz anyone develop with templavoila?
11:11 Boonkerz i have an link atr but when it have no value can i disable the link?
11:28 Tsoots uschi, got it working with this: http://rafb.net/p/sOux6v39.html
11:30 dokma did anyone notice that the install tool removes dots from admin usernames when creating admin users ???
11:30 dokma I think this is problematic
11:30 dokma it should either reject it or create it but not modify and then create
11:44 Cris hey ppl
11:45 MAWSpitau Hi there
11:45 Cris in case anybody uses the simple search and needs a "search box" on all pages that works with that, I can give you a modified version of macina_searchbox that works with that
11:45 Cris hm... must write shorter sentences... then maybe I won't repeat myself :D
11:46 MAWSpitau Is it possible to fill in more than just Name and Adress in direct-mailsubscription via putting thing like <input type="text" name="FE[tt_address][mobil]"> in the tmplate?
11:46 MAWSpitau And than it is automaticly filled in the DB?
11:47 MAWSpitau Or is it (as I think) more complicated?
11:48 Cris I didn't manage to get that working... so I used da_newsletter_subscription to collect addresses and I made a script that takes those addresses and puts them in the direct_mail tables
11:48 Cris and with that one I could set up a form as I wanted
11:48 Cris and afterwards I store those entries in the tt_address table
11:49 MAWSpitau Sounds complicated... :)
11:49 Cris well... probably it's not the easiest/nicest solution, but I didn't know how to get that subscription to work
11:50 tobi works also with direct-mailsubscription, but not only by just adding it to the html template, you have to configure fe_admin too, just like direct-mailsubscription does it for the other fields ( template analyzer lets you look at this)
11:51 MAWSpitau Oaky.. so fe_admin is not intelligent enough to check out which fields to be filled in.
11:51 MAWSpitau what a pitty ;)
11:51 tobi it is, you just have to specifie them it does not read them from html ( that would be plain stupid==insecure)
11:55 MAWSpitau To be honest. I do not get a clue... I think, I will have to read a little bit more. If I just change the thing in fe_admin_dmailsubscrip.tmpl it is not enough, right? So I also have to change what?
11:56 tobi use the template analyzer to see how to extend it
11:57 Ries morning
11:58 m4rtijn hi Ries
11:59 null_ good morning Ries
12:03 dokma My EM is telling me there is no such extension: awstats
12:03 dokma I deleted extensions.xml.gz
12:03 dokma and imported it again
12:03 dokma but still no go
12:03 dokma what gives ?
12:05 Ries dokma: in setup (somwhere in the dropdown)
12:06 Ries can you disable reviewed extensions... did you set that (or unset that)
12:06 dokma I'll tryx
12:07 dokma that was it
12:07 dokma thank you
12:07 dokma Ries
12:07 dokma another q
12:07 dokma I have several webs on my hosting server
12:07 dokma but the space is tight
12:08 dokma so I was wondering is it possible to install all the extensions I need on one place
12:08 dokma in the system wide installation
12:08 dokma and use them on all web sites ??
12:10 MarwolTuk btw dokma: cc_awstats?
12:10 dokma I found it
12:10 dokma it searches substrings
12:10 MarwolTuk ah ok...
12:10 dokma review was the issue
12:11 Ries dokma: if you have SSH access you can symlink your installations
12:11 Ries But if the hoster is so picky about space
12:11 dokma thats what I did
12:12 dokma I have a single source installation
12:12 Ries you have ssh access??
12:12 dokma and all webs use it
12:12 Ries Hmmm
12:12 Ries then I would leave it like that...
12:12 dokma but extensions go into local web folders
12:12 dokma so everytime I install automaketemplate
12:12 dokma it gets copied to the web folder
12:12 dokma for each web
12:12 dokma I was wondering is it possible
12:12 dokma to install it into the central source installation
12:12 Ries you could symlink these extensions
12:12 dokma and have it available for all webs
12:13 dokma without any negative repercussions
12:13 dokma I know install tool has an option to allow global extension installations
12:13 dokma I guess that is exactly what it does
12:14 dokma but I would like to hear from someone who did this
12:15 dokma Ries what do you mean by symlink?
12:15 dokma do you mean
12:15 dokma install it locally
12:16 dokma in one web
12:16 dokma and then symlink it to all other ones ?
12:17 eeos dokma: no it means having the sources somehwere accessible on the server and then symlinking to the sources
12:17 dokma sources are already symlinked
12:17 MAWSpitau tobi: mhm... I think I know what you mean. I changed the html-template to <input type="text" name="FE[tt_address][mobile]"> and in the setup I put a "mobile" in create.fields and edit.fields. But there is no number in the DB after lilling in a formular.
12:17 dokma I have a folder typo3_src-4.1.1
12:17 MAWSpitau Any Idea what I did wrong?
12:17 dokma and every web symlinks to typo3_src which is a symlink to typo3_src-4.1.1
12:18 dokma so when I update all I need to do is unpack sources and modify the master typo3_src symlink
12:18 dokma that works well
12:18 dokma but extensions go to individual web folders
12:18 dokma and they get copied over and over again
12:18 dokma for each web
12:18 dokma that is what I wanted to tweak
12:19 tobi MAWSpitau double check if you used the right fieldnames (phpmyadmin helps). also note that the field needs to be in the same table
12:19 eeos you should be able to do the same with extensions, maybe
12:19 dokma I presume Ries would install all the needed extension on one web and then symlink from the others
12:19 dokma eeos that is what I was thinking exactly
12:20 dokma but then if I remove and extension from the master installation
12:20 eeos dokma: be careful you have not modified the source code for one specific installtion
12:20 tobi if you install the extension global they are available in every instalation dokma
12:20 dokma it will not be noted in the slaves
12:20 dokma tobi that is exactly what I was looking for
12:20 dokma but I have one concern
12:21 eeos tobi: dokma you still have to be careful with modifying the source code :)
12:21 dokma if I install all extensions globaly is there a posibility that I will not be able to turn off the effects of some of the extensions for some web
12:21 dokma in other words
12:21 dokma if I install like this am I forced to suffer the effect of the extension on all webs
12:22 dokma ?
12:22 tobi no, if you install them globaly they are just available for every project
12:22 tobi you dont have to install the not needet one
12:22 dokma ahhh
12:22 dokma so even when I install it globaly
12:22 dokma I must install it for every web individualy ?
12:23 tobi you install them globaly, so they are in typo3/ext/
12:23 dokma in the sources folder
12:23 dokma and available for every web ?
12:23 tobi if you install ( activate ) one extension for a project is up to you
12:23 dokma but I must press the green plus for every web ?
12:23 tobi because thats done in typo3conf/localconf.php
12:23 tobi yes.
12:23 dokma I understand
12:24 dokma typo3 really rocks
12:24 tobi try it becomes much clearer
12:24 dokma this is exactly what I need
12:24 dokma I presumed it was like this
12:24 dokma this is the way it should be
12:24 dokma I understand it completely
12:24 dokma I was just worried about negative repercussiomns
12:24 dokma this will tweak my installation a bit further
12:26 dokma heh
12:26 dokma now I have another question
12:27 dokma is there an easy way to convert local installation to a global one ?
12:27 tobi move and clear cache should be enough
12:28 dokma really
12:28 dokma darn!
12:28 dokma this kicks ass
12:28 dokma let me see
12:29 MAWSpitau tobi: Everything was right!
12:29 MAWSpitau tobi: BUT deleting cache helped...
12:29 MAWSpitau :)
12:29 MAWSpitau Thanks a lot!
12:31 achs_math Greetings. I'm a newbie looking for some help. I've downloaded and installed Typo3 but I'm having issues finding the sample files described in the documentation. Anyone know where I can download the sample football site or something similar?
12:35 tobi deleting cache is magic in typo3 ;)
12:35 MAWSpitau Word up!
12:36 MAWSpitau :)
12:36 MarwolTuk achs_math: maybee you find it here: http://typo3.org/download/packages/ (last section)
12:36 tobi achs_math: there are no really good samples ( maybe YAML, yaml.t3net.de ) . The recomandet aproach is reading and following the modern template building/futuristic template building tutorials
12:37 MAWSpitau tobi: I will include you to my nightly-prayer ;)
12:39 achs_math I'm working my way (slowly) through the documentation, but I'm starting with basically nothing. I've downloaded one of the packages and it has the sample data, though not the FC Bigfeet example. Problem is, it is an older version. I guess I should start with the older version until I find my way around. Then I could d/l the newer version once I'm ready to begin my site.
12:46 dokma is this where I should move the extensions from typo3conf/ext : typo3_src/typo3/sysext ??
12:50 tobi not sysex, typo3/ext/
13:01 Roelof hello everybody
13:02 mirror303 hi all
13:02 Denyerec Hola!
13:03 zatmania hi Roelof, mirror303
13:03 mirror303 i have an installation issue... i am on Version: 4.1.1, unix
13:03 Denyerec Or Hello I should say, as we're supposed to speak only in English ;)
13:03 mirror303 using 123 install mode
13:03 Roelof i have a little question, if i understand it right rootpage is treelevel 0 , first menu is treelevel : 1 and the submenu is treelevel 2
13:03 mirror303 the installer complains that it cant get a DB connection
13:03 Roelof Im a right or wrong ??
13:03 mirror303 roelof: sounds sensible to me...
13:04 mirror303 but i have configured my db connection correctly
13:04 mirror303 i can get to my db from the shell
13:04 Roelof oke, but i don't see the menu when i goto that level
13:04 mirror303 it surprises me that typo3 does not ask for a database name
13:04 Roelof but i have to stop, power problems here in the house
13:05 Yourri hi all
13:05 Yourri i need information
13:06 zatmania and me money :D
13:07 m4rtijn I need more spare time
13:07 mirror303 nobody has any idea about my mysql installation problem?
13:07 Yourri :)
13:07 mirror303 i am on shared webhosting...
13:08 Yourri i whant build a extencion for typo3
13:08 Yourri anyone can help me plz
13:09 mirror303 There is no connection to the database!
13:09 mirror303 (Username: atax, Password: secret, Host: mysql01.hosting.widexs.nl).
13:09 tobi mirror303: try to insert localhost as host
13:09 mirror303 it is not connecting to localhost
13:09 tobi and change the password/user _now_ , because the log of this channel is public! :)
13:10 mirror303 i said 'secret'
13:10 mirror303 i am not *that* stupid ;)
13:10 tobi ah ok .. shure that its not localhost ?
13:10 m4rtijn hmm, try 127.0.0.1 :p
13:11 m4rtijn maybe localhost isn't configured
13:11 mirror303 i am sure, yes, my ISP runs mysql on a different machine
13:11 m4rtijn oh.. ok
13:11 mirror303 not on the same machine
13:11 tobi does mysql -h mysql01.hosting.widexs.nl -u atax -p from your machine work ?
13:11 mirror303 yes
13:11 m4rtijn Yourri whats youre problem?
13:12 m4rtijn building extensions is always the same.. no matter if locally / shared etc..
13:12 Yourri i have a sdk library i whant includ it into a typo3
13:12 tobi hm so also typo3 should work ... did you test that from the same machine where typo3 is installed ?
13:12 mirror303 tobu yeah exactly
13:12 mirror303 yes
13:12 mirror303 i justy have a shell at my shared webhosting account
13:13 mirror303 and i can connect to my db with the mysql client
13:14 mirror303 never mind
13:14 mirror303 i am an idiot
13:15 tobi no, a idiot cant solve problems on his own! :)
13:15 mirror303 i havent been using mysl/php for ages
13:15 mirror303 mysql
13:15 tobi aahh so probably you have the wrong mysql client compiled
13:17 MidasWS hi
13:18 mirror303 tobi: it was a horrible typo
13:18 mirror303 but one that was not too easy to spot
13:18 Ries mirror303: You spelled horrible with capital H?
13:18 mirror303 the database username was generated by the isp
13:19 MidasWS just wondering. Is this easily makeable in typo3 ? http://www.norrishell.com/index.html
13:19 mirror303 they took off the last letter of my normal username for the db username
13:19 mirror303 nice one
13:20 Ries MidasWS: the GMENU might be tricky.... and teh CSS might be a a bit tricky for a couple of parts
13:20 Ries appart from that it doesn't look like taking typo3 to it's extreemes
13:21 MidasWS ok thanks.
13:21 MidasWS perhaps joomla would be better for this one
13:24 mirror303 ok thnx all
13:24 mirror303 bye
13:27 Ries MidasWS: I don't know joomla.... But how would you generate a graphicañ menu in joomla automaticly? As far as I understand is that joomla's menu system is really simple CSS based...
13:28 MidasWS I think that´s possible with a module/component called extended menu
13:29 tobi i would say this is easily done in typo3, but not by a beginner
13:29 tobi if you know joomla yo will be faster using it
13:32 roelof hello, i want to show a particular meny only in the submenu, why does [treelevel =2] dont work ??
13:33 roelof i know Ries, the "old" site of my works with joomla :(
13:33 MidasWS Joomla basics are pretty straight forward
13:33 Ries roelof: Because treeLevel is with capital L
13:33 Ries MidasWS: Untill you want to do something out of the box... like making a graphical menu :)
13:33 FloLeBlanc re all
13:34 roelof oke, typo of me here , in my template is [treeLevel = 2]
13:35 roelof or want a layout which is not 3 collum layout, Midas ?
13:45 eeos hi FloLeBlanc
13:46 eeos we want to enable one BE user to create other BE users, but only users able to operate ona subsection of the website. would that be possible?
13:49 roelof Ries, that was not the answer to my problem :( , do you have another idea ?
13:57 roelof hello, i want to show a particular meny only in the submenu, why does [treeLevel =2] dont work ??
14:04 roelof nobody ??
14:04 Ries treeLevel DOES work
14:04 Ries may be you use it wrong?
14:07 roelof Ries, here some TS where i use it http://phpfi.com/234042
14:12 eeos we want to enable one BE user to create other BE users, but only users able to operate on a subsection of the website and not on the rest of the website. would that be possible?
14:16 Bastiaan Hi I have a question I try to create a language switch (http://phpfi.com/234044) and want only the languages to be shown that is NOT the current languages. Now I see always english english in the navigation.
14:16 Bastiaan nay tips? examples?
14:16 Bastiaan *any
14:18 Tsoots Bastiaan, how about sr_language_menu?
14:18 Bastiaan it is an extention?
14:18 Tsoots eys
14:19 Tsoots yes
14:20 Bastiaan I'll look into it. But is my code just wrong as I think it must be something stupit I overlooked
14:23 Sweed Hey Guys! I can't install tt_address. Do I really need it to for Frontend User registration?
14:33 Sweed Hey Guys! I can't install tt_address. Do I really need it to for Frontend User registration?
14:36 TaLi Hi @ll :)
14:41 roelof Ries, do i use treeLevel wrong
14:42 TaLi Someby help me ?
14:42 TaLi Somebody*
14:43 TaLi I use Indexed Search Engine plugin but I make a search i have not results in my page
14:43 roelof depends what your problem is, Ta LI ??
14:45 eeos we want to enable one BE user to create other BE users, but only users able to operate on a subsection of the website and not on the rest of the website. would that be possible?
14:45 roelof no idea, Eeos, that's way to difficult for a beginner as me
14:48 TaLi roelof, a idea ?
14:48 TaLi :)
14:54 Bastiaan eeos yes it it possible
14:55 Bastiaan you can create a group where all users are in and give the group teh rights on teh branch
14:55 Bastiaan s/teh/the/
14:55 Tsoots g
14:55 Bastiaan ;)
14:56 roelof Ta Li, sorry, i never used that one,
14:56 TaLi k thx :)
14:58 eeos Bastiaan: could you explain?
15:04 Bastiaan eeos, try change the DB Mounts to the branch you want a group/person to have write access
15:04 eeos Bastiaan: how does that solve my problem? I do not understand.
15:05 wilz hi
15:05 Bastiaan ohw i was talking about the backend side.. sorry
15:06 Bastiaan aah you do too I think right?
15:12 wilz is there an extension that would slide a text in a box (fixed height) ?
15:13 wilz nevermind
15:13 Bastiaan eeos, I misread your question indeed...
15:24 pulponair what is the name of the function generation a file name like "myfile_1.txt" (if myfile .txt already exists)?
15:25 Ries pulponair: tmpfile?
15:30 pulponair t3lib_basicFileFunctions::getUniqueName
15:30 pulponair hmmpf
15:52 FloLeBlanc can anyone tell me plz how to define a php variable that can be set via ts containing an array? (I want to exclude groups from beeing listed in a frontend ext)
15:54 Yourri hi all
15:54 Yourri where i can edite the head meta tage ?
15:55 Yourri in typo3 V 4.1.1 plz :)
16:01 TaLi Hi :) I want Indexed my pages for Indexed search engine, somebody know this command ?
16:03 Sweed How do I "Set the TS template constant pid to the page id of this folder. "when trying to configurate frontend user registrition
16:03 Sweed ?
16:04 Epiphex good mornin everyone
16:32 pulponair anyone knows how to use variable i.e. field with a gifbuilders XY part?
16:36 roelof can anyone tell me why this TS (http://phpfi.com/234042) not work
16:36 Ries pulponair: a little bit
16:36 roelof i can't see anything on submenu level
16:36 pulponair Ries: go on
16:37 Ries pulponair: what do you need to know?
16:37 Ries roelof: it looks ok... but I don't have much experiance with browse...
16:37 pulponair Ries: i need to adjust the width of my gifbuilder obj to the content of a certain field
16:37 sweed How do I set the TS template constant pid to the page id of this folder of the System Folder?
16:37 Ries roelof: does browse not work or the treelevel part?
16:38 sweed Set the TS template constant pid to the page id of the System Folder?
16:38 roelof Ries, it is correct that if a make a Rootpage, under it a menu and under it a submenu , that is it level 2 ?
16:38 Ries pulponair: never done that... but I think XY is a stdWrap....
16:38 pulponair Ries: no it is not
16:39 roelof the browser work if a deleted the treelevel part but then i see on every page that menu :(
16:40 roelof and im only want to see it on the submenu part
16:44 Ries pulponair: here they do somethign tricky : http://www.typo3wizard.com/en/snippets/gifbuilder/dynamic-imagemasks-using-gifbuilder.html
16:44 Ries you are right, it's not a stdWrap
16:47 roelof so i think, the treelevel part is the problem
16:49 Ries possible
16:54 roelof Ries, what else can be the problem then ?
17:30 roelof nobody who can help me ??
18:05 roelof can anyone tell me why this TS (http://phpfi.com/234042) not work ?
18:10 ks how can I update indexed search for several records ?
18:10 ks or in other words re-index several pages
18:18 Yourri Hello
18:19 Yourri hi
18:21 Yourri hiiii
18:21 Yourri anybady here ?
18:23 Yourri eooo anybady here ?
18:24 MidasWS they should ban people like you from freenode
18:24 MidasWS :P
18:25 Yourri heheheh :)
18:25 Yourri ^_^
18:25 uschi heeellloooo
18:25 MidasWS anybody here??????
18:25 Yourri i need someinformation about typo3
18:25 MidasWS hello hello ? can you here me ?
18:26 MidasWS hello hello, can i ask a question
18:26 MidasWS i need info about typo3
18:26 Yourri i have aske more thene 4 time but no repose fond :P
18:26 MidasWS can anybody help me ?
18:26 MidasWS hello
18:26 MidasWS any bodt here?
18:26 MidasWS hello ?
18:26 Yourri :D hahaha sorry :P
18:26 lucasthurston nobody here
18:26 Yourri i whant know where i can font a meta tage in typo3
18:27 MidasWS you can´t, you have to update to typo4
18:27 Yourri i whant add some style and javascript file to head
18:27 Yourri i have a typo V 4.1
18:27 MidasWS that´s not the same
18:28 bedlamhotel MidasWS: what the heck are you talking about?
18:28 Yourri hmm there no solution ?
18:28 MidasWS gibberish
18:29 Yourri i whant build a extention for typo3 , i have a SDK por a real estat aplication work whit ajax
18:29 bedlamhotel Yourri: search the 'PAGE' section of the TSref for 'headerData'.
18:29 ks Yourri don't use typo3 - it sucks
18:29 Yourri i know :S
18:29 Yourri but awer cliet use it
18:29 uschi what is wrong here?
18:29 Yourri and he need a extencion for it
18:30 bedlamhotel uschi: good question.
18:30 Yourri i whant add a javascript files and css to head
18:30 uschi and the answer, bedlamhotel ?-)
18:30 Yourri where i can fond a head meta tag?
18:31 bedlamhotel Yourri: I just pointed you to the appropriate reference.
18:31 uschi what do you mean by fond???
18:31 bedlamhotel Yourri: ...although I don't know what 'fond' means as a verb...
18:31 ks :)
18:31 uschi he is fond of meta tags :)
18:31 uschi like me, bedlamhotel
18:31 Yourri sorry for my english :s im spanish
18:31 ks the guy probably has 4 fingers only :)
18:31 Yourri *find
18:32 bedlamhotel uschi: *LOL* j'aime bien les meta tags
18:32 uschi you want to add some <meta .... /> element
18:32 Yourri heheheh no i have a verry easy english
18:32 Yourri yes
18:32 Yourri exactly
18:32 uschi moi aussi
18:32 Yourri c'est bonne :) en parle francias c'est mieux :P
18:32 Yourri i speack frensh better :P
18:32 uschi je ne sais pas d'écrire en francais
18:33 uschi mais je peux lire
18:33 bedlamhotel Eek. Yourri, don't try that, you will exhaust my entire French capabilities in only a few minutes :)
18:33 ks i spika inglis
18:33 Yourri hahahahahah pour quoi ?
18:33 uschi tu viens d'ou
18:34 uschi Yourri
18:34 Yourri spain
18:34 Yourri marbella
18:35 uschi ah, pas mal, c'est les autres font des vacances
18:35 MidasWS je voudrais une chambra avec bain et w.c.
18:35 Yourri i have a sdk for a real estate aplication whit a lot of files , css , js , php ... i whant inluide this sdk in typo3 , plz explique me how i can do it :) and thx verry matche
18:36 Yourri MidasWS ? tu veux un studio ?
18:36 Yourri MidasWS pv svp pour des truc comme sa :)
18:36 uschi tout le channel va se rencontre a marbella?
18:36 MidasWS un studio ? non mais j´ai une villa
18:37 MidasWS j´habite en Tenerife
18:37 bedlamhotel yourri: http://phpfi.com/234107
18:37 Yourri ahe bonne :)
18:37 Yourri bedlamhotel where i will add this code ?
18:38 Yourri in template.php ?
18:38 bedlamhotel Yourri: you need to know /something/ about TYPO3 for us to give you any useful advice.
18:38 bedlamhotel No.
18:38 bedlamhotel You are asking a question with a one-week answer
18:38 uschi bedlamhotel, did you ever do multiple line gifbuilder objects?
18:38 Yourri bedlamhotel i have read a tuto this morning i have passed more thene 12 hors whit typo today
18:39 bedlamhotel uschi: no. It's a question that gets asked (and answered, I think) quite frequently on the lists.
18:39 bedlamhotel Yourri: it's going to take more than that :)
18:39 uschi it is about calculating the width of the longest line
18:40 uschi i only found the question, but not the answer, bedlamhotel :)
18:40 Yourri i know but i don't have time :s awer client need this extencion
18:40 Yourri whit week
18:40 Yourri :S
18:41 Yourri bedlamhotel what i can do whit Kickstarter ?
18:42 Yourri i have creat a easy extencion and i have edite a $contant fonction
18:42 Yourri but i don't know if will be work or no
18:44 bedlamhotel uschi: the ever-useful TYPO3 wizard offers one way: http://www.typo3wizard.com/en/snippets/gifbuilder/multiple-line-text-with-gifbuilder.html
18:44 uschi quite risky what you are doing there, Yourri, working for a client without any knowledge of typo3
18:44 bedlamhotel uschi: but you need to insert a '|' or other split token into the text.
18:44 uschi yeah, but that does not cover finding out the longest line, or does it
18:44 uschi that is what i understood
18:44 bedlamhotel uschi: no, it's a manual process.
18:45 uschi can't be it, can it, bedlamhotel ?
18:45 bedlamhotel Yourri: there is absolutely no way for you to learn what you need on IRC without other study.
18:45 Yourri :) i know perfectly sr
18:45 bedlamhotel Uschi: well, the problem is that you need to /count/ the letters...tricky.
18:45 bedlamhotel Is it a fixed-width font?
18:46 uschi no, Arial Unicode MS
18:46 Yourri i have read a documentation todaye , im a programer , i have edited a jomla , xoops ... but typo3 it's news for me
18:46 MidasWS Yourri: don´t bother reading tutorials, just ask everything in the channel, is much faster if you don´t have to look things up ;)
18:46 uschi well, obviously the system knows the width of the text but does not spit it out
18:46 bedlamhotel uschi: wait: what do you mean?
18:47 uschi look, it is about portal titles
18:47 Yourri and all tutorial in typo3.org it's old :s , video tuto , extencion tuto all for a old vercion !!
18:47 uschi they are of different length, and if they have multiple lines, the surrounding box will have to be calculated according to the longest line
18:48 uschi understand, bedlamhotel ?
18:48 Yourri where is the news tuto for typo3 4.1 i have passed 1 hore in instalation and add a simple page !!
18:49 bedlamhotel Yourri: search for "Futuristic Template Building" or "Modern Template Building". But expect to spend a week or more--at the very least--learning the basics well enough to write an extension
18:49 bedlamhotel Uschi: what does thte 'surrounding box' look like?
18:49 uschi dark blue rectangle
18:51 Yourri hmm
18:52 bedlamhotel uschi: you building the box with GIFBUILDER.box ?
18:52 uschi i do not know yet, bedlamhotel
18:54 bedlamhotel Uschi: this is a tricky problem, or rather multiple problems. You first have to be able to split the text (or insert split tokens), then render them, then /remember/ which one was longest and pass that information to the box...
18:55 uschi exactly :)
18:55 bedlamhotel You know, this might be another place where PHP is required.
18:55 uschi and i am unable to get an object of type USER into my tsobjectpath *sniff*
18:55 bedlamhotel You could set up the TS for the basic bifbuilder object...
18:55 bedlamhotel ...huh?
18:56 uschi did i not tell you?
18:56 bedlamhotel No. What is 'tsobjectpath'?
18:56 uschi i have mapped an <h1> inner with editing type TypoScriptObject Path in TV
18:56 Yourri bedlamhotel where i will add page.headerData.5 plz :) ?
18:56 uschi wait, i described it in the tv newsgroup, searching the link
18:57 bedlamhotel Yourri: in your TS template. You'll need to work through a tutorial or two to understand what that means though.
18:57 bedlamhotel uschi: oh, THAT ts object path...
18:57 uschi http://lists.netfielders.de/pipermail/typo3-project-templavoila/2007-May/002252.html
18:58 uschi there you can read about my misery
18:59 bedlamhotel uschi: rename that function to user_something. Does it help?
18:59 bedlamhotel Never mind.
18:59 uschi no
18:59 uschi i tried that one
19:00 bedlamhotel Yes. I'm just looking at a thing I wrote last week where the function is not user_* and it works.
19:00 bedlamhotel Uschi: use an HTML or TEXT cObject instead.
19:00 uschi instead of what?
19:00 bedlamhotel ...just use .postUserFunc
19:00 bedlamhotel instead of USER
19:00 uschi hmmmm
19:00 uschi this might do the trick :)
19:00 uschi thx for the idea
19:01 uschi this postUserFunc could also help me with my calculations, right?
19:02 bedlamhotel Yes.
19:02 bedlamhotel uschi: http://phpfi.com/234113
19:02 bedlamhotel basic use of postUserFunc.
19:03 uschi great :))
19:03 uschi i shall try that out immediately
19:03 uschi postUserFunc is stdWrap?
19:04 bedlamhotel uschi:yes, postUserFunc (and preUserFunc) are .stdWrap. re calculations: yes. I was going to say that you could set up the GIFBUILDER text rendering, in TS, then use that config in your php script...
19:04 bedlamhotel ...retrieve and split the portal titles, loop through the set and pass each one through the GIFBUILDER config
19:05 bedlamhotel ...and store information about each element as you go.
19:05 bedlamhotel ...then you could use that stored info to create your BOX element...
19:05 uschi store it where?
19:05 Yourri bedlamhotel , i have to build a template and extencion ? ore only a extencion ?
19:06 Yourri awer client have a template only he need incluide sdk into a typo3 , so i whant do something faster
19:06 Yourri if you have anyidea plz :)
19:07 bedlamhotel Yourri: sorry, but your questions are not really answerable. Any answer I give is going to require dozens of lines of explanation until you're a bit better acquainted with the system.
19:07 bedlamhotel uschi: store it in variables as you go :)
19:08 uschi bedlamhotel, let me try if the postUserFunc thingy works, ok?
19:08 bedlamhotel uschi: can I ask /you/ a quick question first?
19:08 uschi and then i will start to learn how to pass variables from ts to php anc vice versa
19:08 uschi sure, bedlamhotel :)
19:09 bedlamhotel uschi: ok. Have you ever localized tt_news yet?
19:09 uschi no
19:09 bedlamhotel ...specifically dates...
19:09 uschi i read something about that somewhere
19:09 uschi seems to be tricky
19:09 bedlamhotel ...which do not change localizations when L changes....
19:09 bedlamhotel Darn.
19:09 bedlamhotel :)
19:10 bedlamhotel I thought config.locale_all = fr_FR (for example) was supposed to take care of such things?
19:10 uschi obviously not in this case
19:10 uschi but that is what locales are for
19:10 null_ ahoi
19:11 bedlamhotel uschi: well at least I'm not crazy.
19:13 bedlamhotel uschi: as for passing variables, create something like a COA that retrieves the title and has GIFBUILDER config in it. You can acess the config stuff from $conf in your function and pass that information plus your processed title to $this-cObj->IMAGE etc inside the function. When you're done, just return the result.
19:18 Yourri bedlamhotel TS mean TSconfig ?
19:20 uschi bedlamhotel, family stuff again first *sigh*
19:24 bedlamhotel uschi: :)
19:24 uschi yes, bedlamhotel
19:25 uschi cross your fingers, bedlamhotel, i have to solve a real really important prob in life
19:25 bedlamhotel bon chance :)
19:26 Yourri lol :)
19:30 bedlamhotel Yourri: I just used up the rest of my french with that phrase :D
19:31 Yourri haahahahaha ok :)
20:02 Almaron Are there any good tutorials about v4.0.x?
20:30 uschi i still do not get any output
20:34 bedlamhotel uschi: sorry, I'm just walking out to get a sandwich. I'll be back shortly. To troubleshoot, I'd suggest just making an 'ordinary' TEXT or HTML cObject and seeing if they provide any output.
20:34 uschi they do :)
20:43 Denyerec uschi are you writing plugins ?
20:44 uschi not really, just a simple preUserFunc
20:44 Denyerec Ah
20:44 uschi but i do not get anything out
20:44 Denyerec I think I'm still 1 step ahead then ;)
20:44 uschi you definitely are, Denyerec
20:44 Denyerec If your func isn't triggering, make sure you've not made a silly mistake, like naming it wrong
20:44 uschi but i will have to start writing plugins at some point in my life
20:45 uschi hm, i do not think so, because if i put the code directly into my DS i do get the right output
20:46 uschi anyway, i have to go to bed, i suppose
20:48 bedlamhotel uschi: still around?
20:54 Almaron The page is not configured! [type= 0][page]
20:54 Almaron What does this error mean?
21:11 smda yo!
21:37 dokma ppl
21:38 dokma will my install work if
21:38 dokma I move it to some other folder and symlink index.php ???
21:44 dokma it seems to not work
21:44 dokma too bad
21:58 smda sounded like it should work dokma :(
22:03 dokma yeah
22:03 dokma I hoped so too
22:03 dokma it would help me organize my document folder on the server
22:03 dokma like this I have an installation in the root
22:03 dokma plus a few webs mixed in
22:03 dokma looks like a mess
22:06 gerards dokma: "it seems to not work" what do you see?
22:11 dokma apache spits 403
22:11 dokma something to the effect of infinite redirections
22:11 Denyerec *STILL* no manual for Commerce.... o_O
22:11 Denyerec hello gerards, smda
22:12 dokma hello denyerec
22:12 gerards hey Denyerec, long time no see.
22:12 smda hi delmonico
22:12 gerards Denyerec: next week i'm going back to sg.
22:12 smda ooops :D
22:12 gerards singapore.
22:12 smda hi Denyerec
22:12 Denyerec I have been around, but in hiding.
22:12 Denyerec Not got any Typo work on at the mo, so have been in Photoshop and camera land.
22:12 Denyerec damn weddings... ;)
22:13 Denyerec what is sg and why are you going back ?
22:13 gerards Ecuador is boring.
22:13 gerards ;)
22:14 Denyerec sg...?
22:14 gerards sg == singapore.
22:14 Denyerec ahhh
22:15 gerards i'll be in the same time zone as jsfan.
22:15 Denyerec Flying through there in 4 weeks
22:15 gerards and I think no one else. :)
22:15 gerards Denyerec: going to oz?
22:15 Denyerec Yep.
22:15 Denyerec 3 weeks to see family.
22:16 gerards i hear the weather is horrible in the melbourne sidney area these days...
22:18 Denyerec Hopefully....
22:18 Denyerec those poor buggers desperately need some rain!
22:19 gerards which part of oz are you visiting?
22:20 Denyerec Melbourne
22:20 Denyerec There was a vague plan to go to Tassie, but it's the WORST possible time to visit tassie
22:20 gerards i hear melbourne is just depressing these days...
22:25 Denyerec Weather wise ?
22:39 Epiphex how would one program a dynamic rollover effect using a tv FCE?
22:47 Epiphex i need a way for the javascript options to be bound to a text box in a fce
22:56 Denyerec Erm
22:56 Denyerec what do you mean rollover ?
22:58 Epiphex onmouseover
23:00 Epiphex i may have found a way with css
23:57 salubrious hello all, first off, this is my first project with typo3, but i have built many web apps using various open source projects....so this shouldnt be too tough....i am trying to install 4.1.1 using the source and dummy .tar.gz files...are there any tutorials out there?
23:58 salubrious all of the tutorials i have found seem to be for typo3 v3, which seems to have a different directory structure than v4, so i am unsure which soft links to create, etc
23:58 salubrious any help is appreciated. please and thank you.

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.