Search the website and IRC logs

#TYPO3 IRC log from : Monday 19 October 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan 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:44 nature so what's going on with the typo3 mail list?
00:44 nature user unknown?
00:45 nature bounces
00:45 Fitti the mailing list is down
00:46 Fitti the are changing their provider. it coming back on monday
00:46 nature ok thanks!
02:05 Fitti the mailing list is online now!!
07:41 menak hi
07:41 fuchur hi
08:23 marcuslind Goodmorning Chan! New week ahead! :>
08:23 BejjWrk Morning morning :)
08:49 marcuslind|WORK Anyone good with real_url? I got it working perfectly except one thing. It adds .html in the end of the adress. Ex: http://mysite.com/products/candy.html
08:50 marcuslind|WORK Manual says it always attach .html "if configured to do so". It doesnt say how to remove that configuration.
08:50 BejjWrk did you perhaps set "simulate static document" ?
08:51 marcuslind|WORK I havet configured much myself. Downloaded aoe_realurl and a realurl-configurator.
08:51 marcuslind|WORK Should I add anything at postVars()?
08:53 BejjWrk marcuslind|WORK: im not entirely sure, but my guess is you have config.simulateStaticDocuments = 1, try change that to 0
08:53 marcuslind|WORK In my template config?
08:54 marcuslind|WORK Ah found it
08:54 marcuslind|WORK I got
08:54 marcuslind|WORK config.simulateStaticDocuments = 0
08:55 BejjWrk then Im clueless at the moment, I blame the monday morning
08:56 marcuslind|WORK thanks anyway, I'll look through the manual and google once again to find a solution.
08:56 marcuslind|WORK :)
09:08 marcuslind|WORK BejjWrk: I believe I've found the reason why it types .html after the adress. After the last slash the "fileName" section starts. Do you know how to configure the "fileName()" to not print the file-extension on pages?
10:05 marcuslind Why is TYPO3 extreamly slow on clearing the cache and print the updates sometimes? I clear in firefox, I use TYPO3's cache clearing tool but still it takes forever before the new CSS/XHTML updates...
10:05 marcuslind Is there some way to speed this up?
10:05 maholtz|WORK @marcuslind: perhaps you are using large images?
10:05 marcuslind No
10:06 marcuslind It's mostly CSS code
10:06 marcuslind and now when I moved a div into another position
10:06 marcuslind it doesnt update.
10:06 marcuslind When I look at the template .html file it's updated
10:06 marcuslind but not on the typo3site
10:06 maholtz|WORK you are working with firefox?
10:06 marcuslind Firefox, Safari
10:07 marcuslind I've cleared it 100 times, Spamm F5
10:07 maholtz|WORK if you are logged in, you can use SHIFT-F5 to force clear cache on server side, client side and proxy side
10:07 maholtz|WORK with safari that is afaik not possible
10:08 marcuslind OK.
10:09 marcuslind Could it be that I need to update the Template Object?
10:09 marcuslind in Templavoila
10:09 marcuslind when i've changed a CSS, even though it's not any div that's mapped.
10:09 maholtz|WORK ah, yep
10:09 maholtz|WORK afaik yes
10:11 pmk65 Does anyone know of a up-to-date description of ext_emconf.php? There's one in the API doc, but that haven't been updated for ages, so it doesn't reflect the current setup of the file.
10:31 jbaptiste_j hello, I'm tryibg to make a news "internal link" that links not to a page but to a content inside a page. Is there a way to do that ?
10:38 StaffanE jbaptiste_j: yes, there is a way to link to a specifik content element.
10:38 Denjerek Hey Dok
10:39 dokma_ Ola! :)
10:41 dokma Ola Denjerek
10:42 dokma jbaptiste_j: you can make links to content elements using http://domain.tld/path/document.html#reference notation
10:42 dokma TYPO3 automagically inserts anchors for this purpose before every content element
10:46 jbaptiste_j but then it becomes an external lin k ?
10:50 jbaptiste_j dokma if I do what you say, my link becomes a link to an external Url doesn't it ?
10:53 dokma you will create it inside TYPO3 backend as an external link but it will still be an internal link because it does not go out of your site
10:53 dokma jbaptiste_j: ^^
11:06 jbaptiste_j dokma ir requires to make a dummy text content, create the link there then copy that link and paste it in the news as an external link... awkward !
11:08 dokma jbaptiste_j: try to explain exactly what you want
11:16 pmk65 Does anyone know of a up-to-date description of ext_emconf.php? There's one in the API doc, but that haven't been updated for ages, so it doesn't reflect the current setup of the file.
11:17 sorenmalling pmk65: What about the one that kickstarter gives you?
11:18 pmk65 it doesn't contain all the options. A lot of them you have to add manually.
11:19 pmk65 My problem is that I get a 2nd "suggest" part, which I don't know the use for. Example -> http://pastebin.com/m6bd4ec38
11:19 pmk65 the 2nd "suggest" part is located at the bottom of the file.
11:31 sorenmalling dunno :s never noticed that one or knows what it's for..
11:32 sualk hi. can i somehow hide a page in a menu but only if the page is not viewed. If the page is shown, then it should also be visible in the menu with all its subpages?
11:36 marcuslind Does anyone know how to configure indexed_search_engine language? Currently the result are printed in english, I want it to print in Swedish. The manual says "If you want to use eg. danish language that will automatically be used if this option is set in your templae: config.language = dk". I've tried this command and I've tried config.language = se. No result at all, still in English. I've also tried "page.config.language = se", not any progress with t
11:37 marcuslind Do I have to install some language-pack?
11:39 HardPhuck guys i need some help, is it possible to log in people to FE with another php application which would write to session and let typo3 know they are authorized
11:43 pmk65 marcuslind: just update the languages using the extension manager (remember to select the languages you want)
11:44 pmk65 HardPhuck: search TER for "single signon"
11:44 marcuslind pmk65: Do you mean edit the language .xml files for the extension?
11:45 pmk65 no import languages using EM
11:46 HardPhuck pmk65: will that help me signing people in another app not typo3?
11:47 marcuslind pmk65: Thanks a lot. I was actually going to start editing the xml files etc...
11:47 marcuslind :p
11:47 marcuslind Worked like a charm.
12:01 Jarris hi,
12:01 Jarris pls tell me where to edit css values for extension t3blog
12:01 Jarris an answer will oblige
12:04 m4rtijn|lap Jarris: just overwrie them in your css file
12:04 m4rtijn|lap overwrite
12:05 Jarris is there no way to do it in the extension folder
12:06 m4rtijn|lap you shouldnt
12:06 m4rtijn|lap if you update the extension your changes will be lost
12:07 Jarris but would be better for using the extension an more homepages
12:15 jbaptiste_j sorry dokma I have been AFK. Ideally I would like to be able to create a news, type of news : internal link, then it opens the page browser and allows me to link directly to a content inside a page (anchor) it has to be esay for the contributor. Maybe there is an extension that extends tt-news.
12:16 dokma jbaptiste_j: I see. I've never tried that one...
12:16 dokma Don't have any briliant ideas
12:25 Jarris thank you m4rtijn|lap anyway,
12:25 Jarris i did overwrite it
12:29 m4rtijn|lap yw Jarris
12:48 xaver hi
12:49 xaver i need a meta tag in <head> Tag, before the title or any other meta tag
12:56 pmk65 xaver: why?
12:57 xaver pmk65: stupid ie ...
12:57 xaver i will disable compatibly mode like ebay ...
12:57 xaver only problems withn this shit
12:57 pmk65 but why does it have to be before the title and other meta tags?
12:58 pmk65 you can use "config.disableAllHeaderCode = 1", and then render all the header tags (meta, title etc.) manually.
12:59 xaver ah ok
12:59 xaver thx
12:59 xaver M$ is stupid and this "hack" work only after head
13:01 pmk65 according to this -> http://blogs.msdn.com/askie/archive/2009/03/23/understanding-compatibility-modes-in-internet-explorer-8.aspx
13:01 pmk65 then it only has to be placed before loading CSS and scripts.
13:08 xaver thx i wrote a over comment
13:14 pmk65 xaver: Add this ext to your site, so that the IE users gets notified about their crappy browser ;) -> http://typo3.org/extensions/repository/view/pmkihateie/current/
13:19 fuchur mh i m just checking my page in IE
13:19 fuchur from 5.5 to 8 it's not able to follow standard compliant css :D
13:21 xaver pmk65: nice work ^^
13:25 pmk65 fuchur: Are you using IETester to test your pages?
13:25 fuchur yep
13:25 fuchur and somehow JS was not activated
13:25 fuchur now it works more or less
13:25 pmk65 IETester is not 100% reliable. A better solution is to use spoon.net
13:26 fuchur mh, i don't care for IE that much anyway
13:26 fuchur ;)
13:26 pmk65 http://spoon.net/browsers/
13:26 fuchur thanks, will take a look at that
13:26 pmk65 it allows you to run IE 6-8 directly from the sandbox/web.
13:26 fuchur with JS enabled? ;)
13:26 pmk65 And its a 100% true IE6,IE7,IE8 you get, so you cantest JS etc correctly.
13:26 fuchur uh no IE 5.5 ...
13:26 fuchur :D
13:27 pmk65 note. it only works on windows..
13:29 fuchur ok, i will use windows for one more week
13:29 fuchur untill my new nb arrives :D
13:30 dokma Guys I'd like to insert a content element into a menu. Anyone done anything like this?
13:33 pmk65 dokma: Use the bofore/after object, and then make it a CONTENT object.
13:34 dokma pmk65: what I'd like is for this content element to be inside the page itself and then to be automagically inserted in the menu somehow
13:35 dokma so I don't actually have an idea how to diferentiate this content element from the ones displayed normally
13:35 pmk65 different element on every page, or the same on all paghes?
13:35 dokma as this one should go only in the menu
13:35 dokma different on every page
13:35 fuchur ok, now my page works in IE 5.5 - 8 with and without JS
13:35 fuchur nice
13:35 pmk65 TV or oldstyle setup?
13:35 dokma and some don't have it at all
13:35 dokma TV
13:36 pmk65 Then create a column for CE, but don't map it to anything. Then you can access the content from that column, and insert it into your menu.
13:37 pmk65 You can use one of my (not published on TER) ext. for accessing TV fields from Typoscript. -> http://forge.typo3.org/projects/show/extension-pmktsvoila
13:41 xaver pmk65: http://ipinfo.info/netrenderer/ is nice too
13:47 pmk65 xaver: but it only renders screenshots, its not an actual browser as spoon.net is. (But it's fast with creating the screenshots. Much faster than http://browsershots.org, which I normally use)
13:49 xaver pmk65: at home i work only with linux
13:49 xaver Sysinfo for 'vxaver': Linux 2.6.28-15-generic running KDE 4.3.2 (KDE 4.3.2), CPU: Intel(R)(obscured mail address) at 2679 MHz (5358 bogomips), HD: 3/7GB, RAM: 201/371MB, 112 proc's, 4.29h up
13:49 PiMB Hy guys!
13:50 xaver hi
13:50 dokma pmk65: was on the phone
13:50 dokma thanks for the info!
13:50 PiMB long time no see
13:50 PiMB how is everybody?
13:56 fuchur man news and mailinglists suck
13:56 fuchur ^^
13:58 fuchur erm ... anyone else experiencing problems?
13:58 fuchur it displays items new which i allready read
14:07 howard hoi chan
14:07 howard short php question
14:07 howard setlocale(LC_TIME, "de_DE"); echo strftime(" in German %A.\n");
14:08 howard still returns day name in English
14:08 howard what else I need to setup for this
14:08 fuchur installed locales on the server?
14:08 StaffanE howard: try setlocale(LC_ALL, "de_DE")
14:08 howard need to check....I didn't manage setup
14:09 fuchur normally if this happens the de_DE locales are not installed on the server
14:09 PiMB check with locale -a on command line
14:09 Fitti wich distribution ?
14:09 Fitti +h
14:10 howard nothing again
14:11 howard than....for sure I have locales issue on server
14:15 PiMB anyone ever had a problem with TYPO3 on IIS and dynamic caching?
14:16 PiMB I can't seem to get sessions to work, because the dynamic (php) files are also cached based on url
14:16 PiMB and it's not an option to disable the caching for entire site, because it will probably slow down seriously
14:17 Fitti you can disable the cache in the back en d for each site
14:18 PiMB it's about IIS caching system
14:19 Fitti you run typo3 on intenet information server ?
14:19 PiMB yep, I am
14:19 PiMB well one of them
14:19 PiMB on request of the customer
14:19 PiMB and directions from my boss
14:20 PiMB seriously adviced them not to
14:20 Fitti ok ; but this is a little bit unusual
14:21 PiMB sure about that
14:21 PiMB :)
14:21 PiMB it wasn't my own choice
14:22 Fitti which iis ? (6,7,8)
14:24 Fitti PiMB:i found this: http://learn.iis.net/page.aspx/154/iis-70-output-caching/#05
14:25 MasterYin hey everyone
14:26 MasterYin I'm looking for a tutorial how to integrate phpbb into typo3
14:26 MasterYin any ideas?
14:27 Fitti My first idea is to import phpbb into mm-forum
14:28 MasterYin i need to let both systems survive...
14:28 MasterYin wanna realize a SSO-Solution and a visual integration
14:29 BejjWrk Sounds like its time to whip out the phpskills .)
14:32 MasterYin I'm googling the whole day and so i found out there is a solution but don't know how...
14:48 marcuslind|WORK Does anyone know a great way to duplicate sites/TYPO3 Installation? I've created a template-site which I will use to speed up work with smaller websites for smaller clients. I want to be able to dublicate these, automaticlly creating a new Database but keeping the template files and all the installed plugins. Is there any known plugin for this?
14:52 fuchur mh i think every agency has some script for this ;)
14:53 pmk65 marcuslind|WORK: export the site as a t3d file, and then import it into the sites where you need it.
14:53 fuchur but i never heard of a public extension
14:53 pmk65 fuchur: I once started on one like that. -> http://www.sharemation.com/typo3test/T3X_pmksitekickstarter-0_0_0-z-200801052204.t3x
14:54 PiMB Fitti: Thanks for the link, it basically states what I have now
14:54 PiMB it's caching the .php files
14:54 pmk65 but I never got around to finish it, and add template support. So at the moment it can only create the tree structure, domain, users etc.
14:55 PiMB but i want it to only cache it on normal pages, and not the user generated content pages
14:55 fuchur i used a shell script for this
14:55 fuchur copy a dummy, copy the database, integrate domains and stuff
14:55 fuchur just log in, change sitename and finished :D
14:56 marcuslind|WORK pmk65: Thanks will check that out, but I will still need to install a new typo3 installation each time won't I? I will keep all sites on the same webserver. Do I need to create multiply TYPO3 installations or can I manage all of the clients sites from 1? Ofcourse they should be able to login to their site so I do not want them to be able to have access to the other clients.
14:56 fuchur i would install the core once and make an instance for every customer
14:57 fuchur you could put them in one instance and give them access to only their own pages
14:57 fuchur but in this case they would use the same extensions
14:57 fuchur that's dirty ;) we only used that for some realy small customers just having 3 - 6 pages with some semi-static data and a contact form, no extensions
14:58 marcuslind|WORK fuchur: I want every customer to have their own database etc.
14:58 marcuslind|WORK If I only have 1 core, isnt everything saved in the same database?
14:59 PiMB no, you can have a different database per website
14:59 PiMB but the same core
14:59 PiMB easy to update as well
14:59 marcuslind|WORK OK and when I want to create a new site I just go to the install tool?
15:00 marcuslind|WORK and then import the t3d file
15:00 marcuslind|WORK ?
15:00 PiMB or in the tree
15:00 fuchur mh, you install the core once
15:01 fuchur and every customer gets his folder
15:01 fuchur where typo3, t3lib and misc get linked to the core-folder
15:01 fuchur and they all have their own databases, own pagetree, own extensions, etc pp
15:07 fuchur marcuslind|WORK on typo3.org there are two download packages
15:07 fuchur source is the one you download once ... it's the core
15:07 fuchur dummy is the one you need for each customer
15:08 fuchur so you can creat dummy1, dummy2, etc pp
15:08 marcuslind|WORK Aha ok.
15:08 fuchur in dummy there is a folder typo3_src
15:08 fuchur you have to link that to the core-folder
15:08 fuchur so the other links work correctly
15:08 marcuslind|WORK and I do that by editing some config?
15:08 fuchur you then have a lot of independet installations, all running on the same core
15:08 fuchur nope
15:08 marcuslind|WORK how do I link then
15:08 fuchur ln -sf /path/to/core typo3_src
15:09 fuchur on linux shell
15:09 marcuslind|WORK Running on Mac OS currently.
15:09 fuchur same there iirc
15:09 fuchur not sure
15:09 marcuslind|WORK OK
15:09 fuchur you have a lot of independet installatoins then, so you can run the installer on each of them
15:09 fuchur own databases, own config
15:09 marcuslind|WORK OK
15:10 marcuslind|WORK great, I'll check it out.
15:10 marcuslind|WORK Test a dummy
15:13 paulmai Hey guys
15:13 paulmai quick question
15:13 paulmai I wrote a couple of extensions and would like to get them into the repository, how do I go about doing that?
15:13 PiMB create an account on typo3.org
15:14 PiMB and use that to 'upload to TER' in the extension manager in your extension
15:14 PiMB (drop down top left if I'm correct)
15:14 paulmai OK, will give that a try
15:15 paulmai where to go to create an account?
15:15 fuchur mh
15:15 fuchur probably typo3.org would be a good point to start at
15:15 fuchur ^^
15:20 StaffanE1 paulmai: are the extensions well documented, generall purpose?
15:22 paulmai yes, the two extensions are general purpose, documentation is something I would be willing to do for them also
15:22 paulmai one is for realurl
15:23 paulmai uses xclass, but adds a really nice facility
15:23 paulmai adds the ability to add an arbitrary realurl through an admin interface
15:23 paulmai (well, as many as you like)
15:24 paulmai basically a database list that is used before $TYPO3_CONF_VARS['EXTCONF']['realurl']['redirects'] are executed
15:25 paulmai and the second one is a keyword replacer for tt_news
15:25 paulmai so you can sell keywords for sponsorship on your site and schedule times of delivery (body text replacement in tt_news)
15:26 paulmai second one uses hooks
15:26 paulmai StaffanE1 ... can I ask for some resources to help me make good documentation?
15:27 paulmai i.e. are there some guidelines?
15:35 PiMB there is a default TYPO3 extension with default manual.sxw file in there.
15:35 PiMB this should be used for extension manuals
15:41 BejjWrk My new worst enemy, Commerce. ><
15:42 PiMB you gotta love it
15:42 BejjWrk I love to hate it
15:47 pmk65 marcuslind|WORK>maybe these is useful? -> http://typo3.org/extensions/repository/view/freesite/current/ and http://typo3.org/extensions/repository/view/tvfreesite/current/
15:48 pmk65 paulmai: download this one in OpenOffice format -> http://typo3.org/documentation/document-library/core-documentation/doc_template/current/
15:48 pmk65 and then fill it out and place it in the doc/ folder of your extension.
15:53 marcuslind|WORK pmk65: Thanks for the link. I was currently editing and linking the dummy-package to the original corefolder. Ran into problems though. In the index.php you can only change the tslib path, not the t3lib and since my Dummy site isnt in the same directory as my core folder. (Core is http://localhost/, dummy is http://localhost/new_directory/) the filepath for t3lib get's errored.
15:58 randomresult 01
16:25 fuchur marcuslind|WORK just ask the channel, i'm kind of not here ;)
16:26 fuchur you did something wrong in creating the likns
16:26 fuchur if the links are correct, there is no need to change the path iirc
16:27 Denjerek hey random, fuchur, pmk, typistas :)
16:27 fuchur hi Denjerek
16:28 marcuslind|WORK fuchur: In the index.php file of the dummy package there is only 1 new link you have to change. It's the $configured_tslib_path witch I've successfully edited. The dummy package do find the tslib directory.
16:29 marcuslind|WORK So I can't have done that part wrong.
16:29 fuchur sure you can
16:30 fuchur you don't have to change anything ;)
16:30 fuchur if you did the linking of the folders right, you don't have to touch index.php
16:31 Denjerek Oooh ?
16:31 Denjerek anywhere exotic, or just peace at home?
16:31 marcuslind|WORK If running the default dummy install I get the following message: "Cannot find tslib/. Please set path by defining $cofigured_tslib_path in index.php."
16:31 marcuslind|WORK I take that as a hint that I should configure the index.php.
16:31 menak how can i define a class for a unordered list in rtehtmlarea?
16:31 fuchur then you made the linking wrong
16:31 fuchur did you correct the link behind typo3_src?
16:31 menak there is no thing as classesList AFAIK
16:32 fuchur does it point to the right folder where your core resides
16:32 fuchur ?
16:32 fuchur in your filesystem
16:32 marcuslind|WORK Where is typo3_src? Is it a folder? Is it a file?
16:32 fuchur typo3_src/ in the dummy-folder is a softlink to the folder where your corefiles are
16:32 marcuslind|WORK I'm running MAC OS
16:33 fuchur typo3_src/ in the dummy-folder is a softlink to the folder where your corefiles are
16:34 menak anybody?
16:34 menak i've never needed classes for lists in rtehtmlarea so far
16:35 menak and the documentation doesn't mention anything about it
16:35 Denjerek any of you chaps tried Netbeans?
16:35 Denjerek it's really rather good.
16:36 Denjerek Would be nice to see people campaigning for FLOW3 framework support in it
16:36 fuchur Denjerek fighting with eclipse (aptana) atm
16:36 menak Denjerek: I use aptana
16:36 fuchur used zend before ... was nice before switching to eclipse ...
16:36 menak which is quite nice
16:36 fuchur why the heck is every IDE using eclipse
16:36 menak fuchur: dunno
16:37 fuchur aptana is quite slow i think
16:37 menak i was using quanta til i switched to kde4
16:37 fuchur ok, i just use 1,7 ghz Pentium M with 1 gig of ram but anyway
16:37 menak furchur: i takes ages to load, but then it's fine
16:37 fuchur editing files >1.500 lines it's horrible
16:37 menak fuchur: vim?
16:37 fuchur :p
16:37 fuchur i use vim from time to time
16:37 menak sure, we all do
16:37 fuchur but somehow i'm not able to switch completely
16:38 menak when rooting around
16:38 menak but not for coding
16:38 fuchur i used it for coding
16:38 menak fuchur: you're a real man. :P
16:38 fuchur but i got lost in 1.800 lines
16:38 fuchur :D
16:38 fuchur somehow i find it difficult to navigate ... a matter of practice I think
16:39 fuchur i think i would code much more efficient in vim ;) less playaround, more code
16:39 fuchur but for I need a graphics interface (browser) anyway ...
16:39 fuchur i tried to develope on splitscreen (screen) with vim and lynx2
16:39 menak fuchur: i enjoy features like being able to sync to an SFTP/SCP site
16:39 fuchur ^^
16:40 fuchur menak with shell i can attach sftp as folder in my filesystem and live-edit the files
16:40 fuchur same effect ;)
16:41 menak fuchur: with enough knowledge you can make vim take care of your wife and make emacs clean your house. But on the other hand: If you spend the time to do so you won't get a wife. :))
16:41 fuchur that's why I love mac os ;) it combines beautiful gui with shell power
16:41 fuchur windows and linux both just have one of them ;)
16:41 menak fuchur: hmmm, no flaming with me
16:42 fuchur i got a wife allready so probably it would be worth it to start getting to know vim
16:42 fuchur :D
16:48 marcuslind|WORK fuchur: Please tell me, This is a print of the dummy directory in Mac. What of these files can include a "softlink"? http://data.fuskbugg.se/skalman01/-----------------Bild%203.png Isnt a softlink just something in Linux?
16:48 fuchur mh just open terminal, go to the directory and do a ls -la
16:49 marcuslind|WORK I'm not on Linux!
16:49 fuchur o_O
16:49 fuchur so what?
16:49 menak marcuslind|WORK: u are
16:49 fuchur menak BSD ;)
16:49 menak u just don't know it. it's all unix
16:50 menak fuchur: :)
16:50 fuchur yep
16:50 fuchur BSD with fancy interface
16:50 fuchur how can ppl work without using terminal all the time o_O
16:50 menak the ppl at apple just added the best gui
16:50 fuchur i really don't understand
16:50 fuchur wget, rsync, svn ci -m "foo bar", cp, mv, mysqldump
16:51 menak fuchur: most ppl i know who use a mac use it BECAUSE they don't want to see the console
16:51 fuchur how can some live without that? ;)
16:51 menak which is fine BTW
16:51 menak not meant as a critic
16:52 marcuslind|WORK Bah I guess I didnt finish it today. I end work now, see u tomorrow.
16:52 marcuslind|WORK bye
16:52 marcuslind|WORK thanks for the help.
16:53 jbaptiste_j In France we have Typo3 Univ ou r yearly Typo3 meeting, I went ther for the first time this summer, most of the lcompany leaders had macs, I asked them why, they said, it's lightweight and dependable.
16:54 Denjerek lol
16:54 Denjerek hope none of them have tried their "Guest" account...
16:54 fuchur hrhr
16:54 fuchur somehow i get the feelin we are doin marcus' job ;)
16:54 Denjerek I find PC/Mac snobbery as detestable as people who smirk when I tell them I use a Fuji camera.
16:54 BejjWrk lol
16:55 fuchur uuuh fuji
16:55 fuchur :P
16:55 Webdesigner hi all
16:55 Webdesigner spricht hier jemand deutsch?
16:55 fuchur no
16:55 Webdesigner i need help^^
16:55 Denjerek nur Englisch.
16:55 fuchur this is an eglish channel
16:55 Webdesigner ok
16:55 fuchur wir sprechen alle englisch
16:55 fuchur :D
16:55 Webdesigner passt
16:55 Webdesigner ^^
16:56 fuchur mh ... if me wife does not stop to "clean up" my desk ... GRMBL !
16:56 Denjerek I had to leave a sign on my desk on site for the cleaner
16:56 Denjerek "DO NOT TIDY PAPERS THANKYOU"
16:56 Denjerek Else I can't find what I was working on the day before!
16:57 jbaptiste_j ta'taH Qong tlhIngan
16:58 Webdesigner If I contents put in in Typo3 I can determine the access after announce and before anmeldung. How do I provide there specially trenches I can assign?
16:59 fuchur Denjerek she "sorted" papers in my boxes "to do", "inbox", "outbox", "archive"
16:59 fuchur she started on top
16:59 fuchur when it was full, she went one down
16:59 fuchur and so one
16:59 Denjerek Oh goodness no
16:59 fuchur man i found a BOOK in my outbox
16:59 fuchur ^^
16:59 Denjerek Webdesigner: I'm unsure how you assign speciality trenches.
17:00 Denjerek You might have to ask in German :S
17:00 Webdesigner i mean mom
17:02 Denjerek fuchur: maybe you were supposed to mail the book to someone? :)
17:02 fuchur noe i was supposed to read it :D
17:02 Denjerek lol
17:02 Webdesigner if has put in a conntent
17:02 Denjerek Well I guess it's the tought that counts.
17:02 Denjerek though maybe next time you should think about a lock on the office door :)
17:03 Webdesigner If I can give the conntent a access group
17:03 Webdesigner How? ^^
17:04 fuchur Denjerek atm we moved out of the office and my "office" is in my bedromm :D
17:05 Webdesigner How i can give the conntent a access group?
17:05 Webdesigner How i can add a access group?
17:06 Denjerek Webdesigner: You want only certain people to see certain pages?
17:08 Webdesigner yes#
17:09 jbaptiste_j I would like to change the default string for link titles "Opens window for sending email" But Google hasn't been my friend yet
17:13 phil1 jbaptiste_j: just search for RTE config
17:13 jbaptiste_j by the way I am not using templavoila
17:13 jbaptiste_j thanks Phil1
17:14 phil1 1. Link :P http://www.typo3.net/forum/list/list_post//39948/?page=13
17:15 jbaptiste_j thanks you beat google :)
17:19 Denjerek well that's great
17:20 Denjerek I go to find the URL for Mr Webdesigner and he buggers off
17:21 jbaptiste_j Phil1 thank you your page is exactly what I was looking for and I've been searching a long while. This channel rocks
17:22 Denjerek "Ability to speak German" should be listed in Typo3's installation requirements.
17:22 jbaptiste_j Nope you don't have to speak it if you can read it
17:23 Denjerek I know what I meant :)
17:29 jbaptiste_j German is a lot easier than Klingon anyway
17:30 jbaptiste_j I soo love the firefox extension "it's all text" together with my notepad++
18:20 koomi evening
18:22 fuchur you too
18:58 Phlogi anyone knows if fullQuoteArr is enough to get secured against mysql injection? Is it the same as mysqlrealescapestring()?
19:12 atmos4 hi
19:12 atmos4 does someone know how to fix UTF-8 double encoding issue with typo3?
19:13 atmos4 I started working on an existing site, were the mysql tables were created with character set utf-8, the forceCharset is set to utf-8, but the database connection was latin1
19:14 atmos4 so the utf-8 string send by typo3 were interepreted as latin1 and encoded again in utf-8
19:14 Fitti now you have wrong data in database ?
19:15 atmos4 the data in the db is stored twice encoded in utf-8
19:15 atmos4 it works with typo3, but it'll break search and stuff like that
19:15 atmos4 and of course it wastes db space
19:15 atmos4 cause all 2 byte cahracter get stored as 4 bytes
19:16 atmos4 the problem is, that the previous site admin didn'ät set the cahracter set for the mysql connection to utf-8
19:16 Fitti export the db convert it and then reimport could be an option
19:16 atmos4 yea only there's no standard tool tto do the conversion
19:17 atmos4 I found some tools that can handle double utf-8 encoding
19:17 atmos4 but it only wotrks partially
19:17 atmos4 some charcater are left broken
19:17 atmos4 character
19:17 atmos4 like ß (sz)
19:18 Fitti sounds strange
19:18 Fitti write your own tool with a spacial replacement table
19:18 atmos4 yea could be the only fix
19:18 atmos4 only it's a 400mbyte db
19:18 atmos4 most texteditors don't liek that
19:19 Fitti by hand it takes a long time *g*
19:19 atmos4 and I need to find all the occurences were the conversion failed
19:19 atmos4 but if typo3 can still correctly read the data
19:19 atmos4 it should be possible to correctly read and dump the data
19:19 Fitti you have only typo3 in that db ?
19:19 atmos4 yes
19:20 atmos4 normally converting a typo3 install from latin1 to utf-8 is pretty easy
19:21 atmos4 just dump db, change latin1 to utf8 in character set and reimport and change the database connection character set in install tool
19:23 atmos4 if I could make a dump with the database connection settings exactly as used by typo3 I would be a step further
19:27 atmos4 hmm
19:27 atmos4 I get correct data if I do:
19:27 atmos4 SET NAMES latin1;
19:27 atmos4 SELECT title FROM pages;
19:27 atmos4 so I'd have to somehow get mysqldump to use use latin1 connection
19:50 fuchur uah
19:50 fuchur F_aw ?
22:39 nkuttler any recommendations for a nice file download plugin with file browser? no need for categories, security, etc

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.