Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 8 April 2008

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
00:01 Denyerec Hehehe
00:02 Phlogi_ anyone maybe knows where I need to add code that my extension shows up in the list of CE's as a frontend plugin?
00:02 Phlogi_ now I need to insert any plugin and then I can change to my extension.
00:02 void where? in selector?
00:02 void or in wizard?
00:05 Phlogi_ ah I guess its this wizzard thing yes
00:05 Phlogi_ void: where I can choose the normal text element w/ images and so n
00:08 void Phlogi_: hm.. kickstarter have a checkbox for that..
00:08 Phlogi_ void: I know... and i did not check the checkbox at that time :)
00:09 void if (TYPO3_MODE=="BE") $TBE_MODULES_EXT["xMOD_db_new_content_el"]["addElClasses"]["tx_labdjango_pi1_wizicon"] = t3lib_extMgm::extPath($_EXTKEY).'pi1/class.tx_labdjango_pi1_wizicon.php';
00:09 void i think, that the needed line
00:14 void for the first time in his life =)
00:41 Denyerec Oooh void
00:41 Denyerec what were you writing about ?
00:42 Denyerec You must be Alexey
00:42 void yes =)
00:42 Denyerec Alexey Boriskin... not even slightly russian sounding... :D
00:42 Denyerec How does that look in Cyrillic?
00:42 void ;5:A59 >@8A:8=
00:42 Denyerec Awesomeness.
00:42 void if you are about my name =)
00:42 void why? =)
00:42 Denyerec Anything non English is interesting.
00:43 Denyerec especially languages and cultures that do not use roman alphabes
00:43 Denyerec *alphabet
00:43 Denyerec like Russian, Greek, Arabic, Japanese etc
00:44 void hm.. generally speaking, Phoenician language was the mother language for Roman, Greek, Slavic languages..
00:45 void arabic and japanese is more far..
00:46 Denyerec :(( HCI list said my idea was too late for 4.2 (Agreed) but I think now that my idea will die.
00:46 Denyerec I wonder, then, whether I should attempt to hack apart the Typo3 menu generator and code it in myseld.
00:46 Denyerec *myself.
00:47 void Denyerec: you always can write an extension and release it to TER
00:47 Denyerec That is so often the answer here.
00:48 Denyerec Wish I knew where to start... modifying something as fundamental as the main menu...
00:48 void Denyerec: xclass..
00:48 Denyerec you say that like I know what it is ;)
00:48 void Tapio XCLASS a lot of fundamental things
00:48 Denyerec I have a vague idea, but "hmmm"
00:48 Denyerec Tapio is insane. I have decided this :)
00:49 ries So this is hat teh average PHPer uses to set a Expoired time as a HTTP header : Mon, 26 Jul 1997 05:00:00 GMT
00:49 ries you can even google for it...
00:49 Denyerec Probably read it in some tutorial Ries, and then everyone used it
00:49 Denyerec :)
00:49 Denyerec My guess is the tutorial was written in July 1997
00:49 Denyerec ;)
00:49 ries Denyerec: By sombody that doesn't know what day it was
00:50 ries 26 july 1997 was not on monday but on saterday ;)
00:50 void haha
00:50 Denyerec LOL
00:50 Denyerec Yes you're so right
00:50 ries which shows the average IQ of a PHP programmer??
00:51 Denyerec Or that they spend too much time indoors.
00:51 void ries: their iq is enough to copy&paste =)
00:52 ries void: checkout your TYPO3 source...
00:52 ries class.tx_install.php has that date.... phpmyadmin has that date
00:53 ries mc_dojotree uses that date...
00:54 void ries: that's old installer...
00:54 void dunno why it even should send any header
00:55 ries But fun still
00:57 void ries: i read about case in livejournal... there was a php app which set cookie that expires after year
00:58 ries was that the article about insane cookie life times?
00:58 void ries: at this spring that app was crushed because of there is no 29 of february in 2009 =)
00:58 ries Ahhhh hehehehehe
00:59 ries I think the biggest problem with these things is that people don't use teh API properly and uses way to many shortcuts
00:59 Denyerec /typo3/alt_menu.php is not it.
01:04 void Denyerec: seems that backend.php, renderToolbar() function
01:06 Denyerec modulemenu.php
01:06 Denyerec (class)
01:09 enzo i use direct mail, but when i add a static list by loading a csv file, when i send an mail to this list, users only receive the text part of the mailing
01:09 enzo any idea how to force the html part to be sent ? in fact i think that by default users in csv file receive text format, i should force html format by default
01:09 enzo any idea to do so ?
01:11 Denyerec enzo
01:12 Denyerec CSV inmport doesn't set the flag in the db table for HTML mail
01:12 Denyerec so I think you need to modify your csv
01:12 Denyerec add a ,1 on the end or smt
01:12 enzo yes that's the problem, any idea to force it ?
01:12 Denyerec I cant remember the details :(
01:12 enzo well, i try
01:13 Denyerec if you figure out the specifics let me knoiw
01:13 enzo maybe you know where it's explained in the doc or somewhere else Denyerec? http://typo3.org/documentation/document-library/extension-manuals/direct_mail/2.5.3/view/
01:13 Denyerec cos I could do with knowing tht
01:13 Denyerec fom what I remember t's not in the doc
01:13 enzo i'm looking for it, but i don't find
01:13 enzo arg
01:13 Denyerec I just rememeber having fought it.
01:13 Denyerec And I think I solved it
01:13 Denyerec but Im trying to rememeber how.
01:13 enzo oh yes remember, remember :)
01:14 Denyerec I'm tryin!
01:15 Denyerec Righ tOK I remember.
01:15 Denyerec I think.
01:15 Denyerec By default if you create that way it will use only text mails.
01:15 Denyerec If you import into tt_address records and use that, you can force the HTML flag there.
01:15 Denyerec as I think directmail modifies tt_address to hold a "HTML Mail" flag.
01:16 enzo hum
01:16 Denyerec enzo you want this: http://typo3.org/documentation/document-library/extension-manuals/rs_userimp/1.0.1/view/1/2/
01:18 enzo so this extension loads a csv file and create a new group with all the new mails contained in the csv file ?
01:20 void Denyerec: btw, about languages. stucki when pronounced on german, sounds on russian like word "gadgets" (plural)
01:21 Denyerec o_O
01:21 Denyerec That extension allows you to import data from a csv file.
01:21 Denyerec So you can create a lot of tt-address users.
01:22 enzo ok Denyerec, but will it be able to delete them easily afterwards ?
01:22 enzo i mean, i'd like to avoid to delete one by one, afterwards
01:23 Denyerec You'd have to remove them from the tt_address table I guess.
01:23 enzo so one by one ?
01:23 Denyerec I am wondering about the send-to-csv list feature of DMail
01:23 Denyerec and I think it would be easy to hack in the required functionality.
01:23 Denyerec EG to send HTML by default.
01:23 enzo yes surely
01:25 Denyerec void - how do you find hooks in extensions? What is it you should search for
01:26 void Denyerec: with alt+f7 at total commander...
01:26 Denyerec Mhm?
01:27 Denyerec I'm wondering what code characterises a hook
01:27 Denyerec cos they ain't listed in the DMail manual
01:27 void usually, $hookObj, just 'hook'
01:27 void btw, there is an extension
01:27 void which lists all available hooks
01:27 void http://typo3.org/extensions/repository/view/dmc_hooklist/1.0.2/
01:28 Denyerec I believe my internet connection imploded
01:29 void why?
01:30 void Denyerec: ?
01:30 Denyerec big lag
01:30 Denyerec thought it was about to die
01:32 void Denyerec: btw, what is a difference between "implode" and "explode"? /me always wonders
01:34 Denyerec an explosion comes from higher internal pressure
01:34 Denyerec implosion implies that the pressure is greater on the outside.
01:34 Denyerec a space shuttle would explode
01:34 Denyerec a submarine would implode
01:34 Denyerec Both make a hell of a mess ;)
01:35 void Denyerec: ah... really interesting. my dictionary does not cover that
01:35 void thank you)
01:35 Denyerec implode: 1. to burst inward (opposed to explode).
01:36 Denyerec explode: To burst violently as a result of internal pressure.
01:37 void hm.. if so, why implode() should be rather glue() than implode()
01:37 void -why
01:38 Denyerec Because its inverse function is called explode()
01:38 Denyerec ?
01:39 Denyerec So semantically, I guess it just makes more "sense", at least to an english speaker.
01:43 void Denyerec: hm.. no, i think for non-english speaker. non-english can understand that "ex-" and "im-" are opposite prefixes.. but may not know meaning of that words
01:43 Denyerec Strange that they're not in your dictionary, they're basic words.
01:44 Denyerec not quite as basic as cat and dog, but by no mean rare.
01:44 void anyway, big part of php was written by Jewish ppl..
01:44 void they are in dictionary, but sometimes ppl too lazy to know what function name means
01:45 void hm.. during repair of room found first english letter written by me. cat, dog, bee and so on =)
01:46 void *letters
01:48 void Denyerec: have you any dummy site without utf8 support?
01:48 Denyerec ?
01:49 void because of bug may be charset-related, i need an non-utf8 site to test it on that environment...
01:49 void and i am too lazy to install 4th local typo3..
01:50 Denyerec That site I gave you the other night
01:50 Denyerec mind you I had enabled utf-8 support
01:50 Denyerec no full working test sites at the moment I'm afraid :(
01:50 Denyerec still haven't really configured mys erver
01:50 void ok..
03:51 ries alexwx: do you have problems?
04:49 titii helo there
04:50 titii helo reis, void anybody
04:50 titii ries
04:50 ries yes
04:50 titii Can somebody tell me how into to constant value give just a space? Simple space, not and nbsp entity
04:51 titii like thousands_sep =
04:51 titii it is possible, or not?
04:53 ries for what reason?
04:55 titii ries simply i need put into some constant one single space
04:55 ries normally you cannot
08:31 alexwx hey, what describe that 3 numbers of a ext. version? 0.0.0 ? what mean wich number?
08:39 alexwx void? ries?
08:39 alexwx uschi_ ?
08:39 uschi_ morning
08:40 uschi alexw, that is the version number of the ext
08:42 koomi moin
08:43 uschi moin koomi :-)
08:47 alexwx uschi I know :) but how to increasing any number?
08:47 uschi good question, one that is on my list of open questions ;-)
08:50 alexwx uschi heeh, I believe someone there maybe ries or void have a answer
08:50 uschi and it will be a fairly easy one, i am sure
08:50 Denyerec Hey uschi
08:50 uschi i *think* there is an option in extMgr under update or so
08:50 uschi morning Denyerec
08:51 Denyerec alex, finally fixed your connection? :P
08:51 Denyerec I believe it's major.minor.bugfix
08:51 Denyerec with even minor numbers representing stable releases.
08:52 Denyerec that last part might have been from a different project, the bit about even numbers
08:58 alexwx Denyerec it is noobiesh connection, I dont understand that provider, sorry :)
08:58 Denyerec hehe
09:15 alexwx Denyerec did you describe that 3 numbers of a version?
09:15 Denyerec I believe it's major.minor.bugfix
09:27 bin hi techiess
09:27 bin i have a problem with seminar extension
09:28 bin can anybody help in that
09:28 bin this is my pblm .. Configuration check warning:
09:28 bin The TS setup variable plugin.tx_seminars_pi1.listPID contains the page ID 18 which is of an incorrect page type.
09:29 bin 18 is the system folder which contain the semimars
09:38 koomi bin: (just guessing) isn't listPid the pid of the page with all available seminars?
09:39 bin ya koomi
09:39 bin koomi i given the system folder which contain the seminars..
09:39 koomi bin: i mean the one with the actual plugin
09:41 bin koomi ....i tried in two way .. the second way adds seminar in a page and gave that page id to the listpid , the it shows there is no events...
09:45 koomi bin: did you try to give the id of your plugin page
09:45 bin koomi - means the page that i added this plugin
09:45 bin rgt
10:33 kaktuspalme i have to set the site language, where can i find some docs, i found nothing
10:35 kaktuspalme ok, i found something
10:35 kaktuspalme sorry :)
10:44 kaktuspalme is swedisch in the default typo3 integrated, i cant find it?
11:01 maholtz @kaktus: what did you found? do you talk about frontend or backend?
11:13 kaktuspalme maholtz: frontend
11:13 kaktuspalme maholtz: http://www.c-dev.ch/kaepten/typo3/tutorial_1_sprachen.html
11:27 Denyerec enzo ?
11:29 enzo yes Denyerec?
11:30 Denyerec Yo
11:30 enzo hello buddy
11:30 Denyerec Been diggin through the dmail source
11:30 Denyerec $this->flag_html = $this->theParts['html']['content'] ? 1 : 0;
11:30 enzo me too, but i didn't find the way to patch it to support html mail for csv import
11:30 enzo arg
11:30 enzo in which file ?
11:30 Denyerec from the constructor of the dmailler class
11:30 Denyerec class.dmailler.php
11:31 Denyerec still diggin
11:31 Denyerec but I reckon that'll get cleared by the csv list check someplace
11:32 enzo surely
11:32 maholtz @kaktus: in frontend it depends on the extension, if it supports swedish
11:32 enzo i didn't find the place where the csv was loaded
11:44 bin hi techies
11:44 bin i have a problem with seminar extension . can anybody help in that
11:45 bin this is my pblm .. Configuration check warning: The TS setup variable plugin.tx_seminars_pi1.listPID contains the page ID 18 which is of an incorrect page type.
11:45 bin 18 is the system folder which contain the semimars
11:48 Denyerec enzo: mod3/class.tx_directmail_recipient_list.php
11:49 enzo ok
11:50 enzo but you've found where i can force html mail settings Denyerec?
11:51 Denyerec not yewt
11:51 Denyerec just clues so far
11:51 Denyerec actually
11:51 Denyerec in the dmailler class
11:52 Denyerec if ($this->flag_html && $recipRow['module_sys_dmail_html']) {
11:52 Denyerec in function dmailer_sendAdvanced(
11:56 Ruudi greetings
11:57 Ruudi does anyone know is there a way to set tt_news default language per sysfolder?
12:03 void not sure, Ruudi
12:05 Ruudi i'm using different sysfolders for different languages but still need to use language as well, would be good to make certain sysfolder to enable only needed language
12:06 void hm.. maybe using TCADefaults in tsconfig..
12:13 mosez hum... no just2b here :(
12:15 mosez can i manipulate a external link depending on the selected language?
12:15 mosez and cann i add a "rel" attribute to a external link?
12:18 nolis_OSX_2 Hello, anyone know, how to set a external template on a language ? can anyone help me with this ?
12:21 bin do any body knows seminar manager
12:21 bin ?
12:24 Ruudi void got it working: TCEFORM.tt_news.sys_language_uid.removeItems = -1,0,2,3
12:25 koomi bin: still doesn't work?
12:25 bin no
12:25 koomi still the same error?
12:25 bin ya
12:26 bin http://finanz-onlineakademie.de this is the site
12:26 teppi|work mosez, nolis_OSX_2 .. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/
12:28 bin any idea koomi
12:29 koomi bin: well. do what it says: set plugin.tx_seminars_pi1.listPID to the id of the page that has the plugin
12:30 koomi not the individual records
12:30 bin i added it as typoscript oblect
12:30 bin not as contents
12:30 bin koomi
12:31 koomi bin: then set it via typoscript
12:31 mosez teppi|work: and now? that doesnt awnser my question... i know conditions...
12:31 bin what i have to set in typoscript koomi
12:32 koomi plugin.tx_seminars_pi1.listPID = the pid of the page where the seminars are to be displayed
12:33 teppi|work mosez, hm then i wonder why you ask how you can change the behaviour of links depending on the selected language ;)
12:33 bin koomi i want ot display the seinar list in all pages ...then
12:34 bin can u take a look on the site koomi
12:34 koomi bin: jep (and that is a noble idea) but at some point people should be able to see the details, book the seminar, etc
12:34 bin ok
12:34 koomi so you've got to add a page where all that can happen
12:34 koomi bin: i'm sure you can do it.
12:34 bin ya
12:35 bin ok i have a page id =23 in that iam showing the detsils
12:35 bin details
12:37 koomi goodie.
12:38 bin i am trying koomi
12:41 mosez teppi|work: i want to manipulate external links...
12:42 mosez for all germans: http://www.typo3forum.net/forum/typo3-4-x-fragen-probleme/28131-externen-link-manipulieren-lightbox.html
12:45 bin koomi
12:46 bin koomi now i set
12:46 bin plugin.tx_seminars_pi1.listPID = 23 23 is the page that contain detailed seminar..
12:46 bin now the error is Configuration check warning:
12:46 bin The TS setup variable plugin.tx_seminars_pi1.listPID contains the page ID 18 which is of an incorrect page type.
12:47 bin i clear all the cache
12:47 bin but same error again
12:52 mosez knows somebody how i can add bbcodes to the rte?
12:53 mosez i need something like <priceimage 220-20>
12:56 LionRock anyone using tx_commefce ?
12:58 Ruudi Lion i have been usin it
13:02 bin koomi its showing same error
13:06 LionRock Ruudi is possible in viewList to show images not teaserimages ? But I use ###PEODUCTS_IMAGES### which is ok, but I want to make that on listView would show just one photo not all. I think there is some TS for doing this, but I dont have any clue how to do that ?
13:07 Ruudi hmm too bad havent played with the templates much
13:09 tf hi @all
13:11 tf is there a way to define a separate background-image for the BODY and HTML tag in the css file? in Firefox i can do it. but in IE i can only define a background color for the HTML tag. Not an image.
13:17 mosez is there something like de_custom_tags for newer typo3 versions too?
13:17 void mosez: yes
13:17 void there were an extension...
13:18 void but i forgot it's name..
13:19 mosez because de_custom_tags is for old typo3 and old php :(
13:19 mosez or is it still working?
13:20 maholtz @mosez: what is de_custom_tags for? RTE?
13:20 mosez maholtz: add custom tags to rte
13:21 mosez i need a tags like <priceimage 220-20 /> to add some price images from a external page :)
13:21 void mosez: at first, you can do that yourself with TS...
13:21 void but there was an cool extension
13:22 mosez if that's working if got an big problem solved :)
13:22 void mosez: wt_csstooltip or t3xtooltip
13:22 void try them
13:22 mosez thx, i will take a look at it
13:32 maholtz @mosez: if you have an solution, it would be nice, if you document it on wiki.typo3.org/Htmlarea_RTE ?
13:41 mosez maholtz: ok :)
14:48 void hm..
14:48 void anyone here have a not utf-8 environment and have time to test a patch?
15:08 snooops Hi Guys, did anybody know how to handle the RSS of heise.de with the News feeder plugin?
15:13 mosez [PIDupinRootline = 115] foo [PIDupinRootline = 116] bar [else] baz [global] that have to be working as if, elseif, else or is it wrong?
15:14 snooops ?? Why i cant create a sysfolder?
15:14 maholtz someone has the link to the security manual on typo3.org?
15:14 maholtz i do not find it?
15:16 snooops_ damn it
15:19 void Denyerec:
15:19 void you here?
15:19 Denyerec lo
15:19 void Denyerec: I need to test that: http://bugs.typo3.org/view.php?id=7594
15:20 void and i am not sure how
15:20 snooops_ if i want to create a sysfolder i need to click on my root page and then new entry and then it have to be in the list, right?
15:21 snooops_ icon root -> new -> sysfolder right?
15:24 void snooops_: new page, then change type of page to sysfolder
15:24 snooops_ ah yeah ok ;) thanks void ;)
15:28 xsebi hi all
15:28 void Denyerec: also.. one core dev said me that i should post that to core list, another that i should send an private mail to Kasper
15:29 Denyerec Left hand..... right hand....
15:29 Denyerec they live on separate arms
15:29 Denyerec I'll test tha bug when I get a test site up void
15:30 void Denyerec: RC2 will be out that Thursday or Friday... i am not sure that patch will go in 4.2...
15:33 mosez i can add css files with includeCSS, but what about js files?
15:33 void mosez: includeJS
15:33 void same syntax
15:34 maholtz i found the security cookbook: typo3.org/teams/security/
15:35 mosez ah, thx
15:35 mosez http://www.typo3.net/tsref/setup/page/ it is not linked here
15:36 xsebi i have a german date like 08.04.2008 and want to format it back to unix timestamp for storing in a db , strtotime the right function ?
15:37 xsebi always gets me a -1 for debug
15:53 maholtz @xsebi: test it with english format - i would think you did not set setlocale
16:05 xsebi thx , did it with mktime
16:16 delmonico how can I prevent typo3 from stripping all class=Foo attributes the users set via the paragraph/text dropdown boxes? it works for <table> <td> etc but not for <p> and not for <span>
16:19 ries delmonico: by proper RTE configuration.....
16:21 delmonico yeah, thanks
16:22 delmonico any way to debug the thing to find out *why* its deleting stuff?
16:28 koomi_ delmonico: read uschi's stuff: http://dev.datenwolken.de/index.php?id=154
16:29 delmonico koomi_: will do, thanks
16:29 delmonico for the current problem RTE.config.tt_content.bodytext.proc.allowedClasses = foot worked
16:29 delmonico don't know why I had to do it for <p> tags only while all others worked out of the box ;)
16:29 koomi_ delmonico: basicly: add your class to the allowed classes _and_ include a css statement in your cssOverride
16:47 mosez is there a variable or something else to get the fileadmin path within a extension?
16:50 snooops_ hey guys i got a problem with a utf-8 encoding of a rss feed. Im using TW Rss Feeds
17:15 Denyerec Whats the easiest way to add a text CE to a page where the container has a custom class?
17:48 RyanB I am looking at moving from my current shared LAMP host to a Windows VPS with IIS, PHP, MySQL, and ASP .NET mainly because I want to move to a VPS for greater control and I am going to be needing ASP .NET support. Can typo3 run on this or does it need apache?
17:49 kozy hello, I got this FCE field at which I try to convert line breaks to br tags. That works but the problem is that the tag is converted to html entities. Please see http://phpfi.com/308383
18:09 af_ I am wondering if someone has used typo3 with blueprint
18:51 TheXenocide blarg
18:51 TheXenocide has anyone seen Just2B lately?
18:55 uriahheep hrm...
18:55 uriahheep how do i add params to a NO image?
18:56 uriahheep i mean, NO { params = border="0" } doesn't work...
18:57 uriahheep void: you around? any idea?
18:57 uriahheep HardPhuck: having connection problems? ;)
19:01 titii vois are you there? I would like to talk about some stuff
19:01 titii void
19:01 TheXenocide !seen just2b
19:01 void ah? me there
19:02 titii hey void, also just2b if its there I need to talk about some stuff guys
19:02 void which one?
19:02 void which stuff i mean
19:06 titii I am started to creating the extension, wich has to adapt the HTML source before output, that has to work as "Layout broke protection" I get the HTML content of some columns by DIV or object ID, then I a check the hard object as Img Tag, Flash objects, and so on, if the width or height is no larger than the size of the column. The size is defined in TS.. What you mean, it is good solution...
19:06 titii ...how to protect bigger contents before page layout to go broke?
19:24 titii void, someone?
19:25 void dunno
19:31 titii void do you understand what I have to do?
19:32 void titii: yeah, i understand. but i think it's more task for javascript..
19:35 titii void no the primary way is server side, I also think about JS, but without js it has to work
19:36 titii void I just have to know if it is good idea, and if there is no another way to do that. maybe easier, so I dont make that ext. but I think there is nothing alike
19:38 void titii: good idea, but i don't know how you will implement it
19:39 titii void I know how. I am after a middle of work...
19:39 Denyerec void did anyone responde re: Flow3 performance?
19:39 void Denyerec: not yet
19:41 titii void the initial name of that ext. is Page layout broke protection. Sings fine?
19:41 void yes
19:43 titii void thanx... otherwise, Is there some way to automaticly install my choosen extensions on any next installaton of TYPO3? Otherwise I have to everytime stil install the same extensions for any installation... Uff
19:44 void titii: you can make empty extension which depends on bunch of other
19:45 titii but that just return a die, not a prompt to intall them .. hmm
19:51 titii void?
19:52 void what you mean? die?
19:54 titii void in a Frontend, but if you know how it works, tell me, I try it now
19:54 titii void I guess I have to open ext_emconf.php
21:03 ries There is really no such thing as a bad alligator wrestler........if you're bad, you're dead
21:29 uriahheep hrm...
21:29 uriahheep that damned firefox3 bug is still there...
21:29 uriahheep :(
21:39 ries uriahheep: firefox3 is beta... right?
21:40 uriahheep yeah
21:53 kreegee uriahheep: ugrade to 4.2
21:53 kreegee its gone in 4.2
22:01 Ruudi hello
22:02 Ruudi is it correct that there is no "speaking url" field in page localization options? can't find any...
22:09 void Ruudi: do you want to use different urls for different language versions of one page?
22:09 Ruudi yes i would
22:10 Ruudi so i could use certain keywords in url
22:39 TheXenocide does anybody know why nicetext would stop working after I've moved my install from one server to another? (I moved ImageMagick as well)
22:40 TheXenocide all 3 of my "Render text" tests show the exact same image
22:41 uriahheep kreegee: yeah, i know... but i don't want to use a release candidate on the prod version of a site ;)
22:41 kreegee ok, i understand this
22:41 uriahheep ;)
22:42 uriahheep i'm just going to use opera for now... until i need to use the RTE... then i'll start kicking and screaming :)
22:42 uriahheep ...or maybe i'll get konqueror and see if the RTE works in there
22:42 TheXenocide lol
22:43 uriahheep ...or i'll open up a VM with firefox 2 on it
22:44 TheXenocide I've been troubleshooting this for an hour and a half at least, and the only thing I can do is make the images worse
22:44 Ruudi TheXenocide - fonts are allright?
22:44 TheXenocide I've tried all the GD/IM configuration options, I'm using IM 4.2.9 with LZW and it recognizes it fine, but this is such a pain
22:44 Ruudi image tests in install tool are all correct?
22:44 TheXenocide Ruudi: yeah, the first test renders fine, the rest just render the same
22:44 uriahheep hmmm
22:45 uriahheep TheXenocide: what about gdlib?
22:45 Ruudi i have got im6 and affects allowed
22:45 Ruudi effects :)
22:45 TheXenocide gdlib 2.0.34 or something pre-compiled with PHP
22:45 uriahheep hmm, ok
22:46 titii Hey friends, I was save one bad file with some content in a quixplorer ext. can I somehow return it? Or is there some history?
22:46 TheXenocide it also fails on the PNG write tests
22:46 TheXenocide but GD says it was compiled with PNG support enabled
22:47 TheXenocide I get a png of the right file size, but the data is bad so the image won't render (and GD can't determine dimensions)
22:48 Ruudi btw RTE should work fine with Opera...just running it
22:48 uriahheep titii: hmm, i believe that everything in typo3 have a history ;)
22:48 titii uriahheep but i where can i found it?
22:48 uriahheep hmm, right-click on the element or page's icon, and you'll see a "history/undo" option
22:48 Ruudi i don't think that quixplorer got any history actually, it's just a plain file manager
22:49 Ruudi but worth a try
22:49 uriahheep ah..
23:07 newlyfly hello everybody.. i've just downloaded the newest stable ver. of TYPO3, i have uploadet it to my server. But when i am processing the 123 install tool, and am at step 2, it can't detect my databses. NOTE: the input data in step one (user, pass, host) are correct!
23:12 uriahheep newlyfly: are you sure that your database username has permissions on a database?
23:12 uriahheep ...and, well, do you have an empty database?
23:16 newlyfly i am sure i have right permissions.. but my database isn't empty
23:17 newlyfly i have installed typo3 before on a database with exsisting content, worked fine
23:18 newlyfly i get the following PHP warnings: Warning: mysql_list_dbs() [function.mysql-list-dbs]: Unable to save MySQL query result in /t3lib/class.t3lib_db.php on line 956 AND Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in t3lib/class.t3lib_db.php on line 957
23:19 Ruudi might be user right problem
23:21 newlyfly it can't be, i use this userinformation in all my other php scripts
23:22 newlyfly furthermore, i have just testet it on another domain, (on the same host) same problem :-S
23:24 Ruudi it might be that your host doesnt allow mysql_list_dbs function inside PHP
23:24 Ruudi so maybe you have to go to localconf and insert database name manually
23:24 Ruudi save it and run the install again
23:24 newlyfly can i get the php line ?
23:24 Ruudi $typo_db = 'my_database';
23:25 newlyfly i will try
23:25 Ruudi $typo_db_username = 'username';
23:25 Ruudi $typo_db_password = 'password';
23:25 Ruudi $typo_db_host = 'localhost';
23:25 Ruudi those must be present as well
23:27 newlyfly yea, these were already inserted by the install tool.. but it anctually seem to work now
23:27 newlyfly Thank you for your time and help
23:28 Ruudi np dunno what was it about then but good if it works now
23:29 newlyfly i have no idea.. but i have recently intsalled TYPO3 on the server, maybe i haven't cleaned the DB totally
23:30 moodaepo newlyfly: if this was just an update of TYPO3 source to latest version you didn't really need to run 123-install
23:30 moodaepo I'm guesing cache clear all cache once anyway
23:30 newlyfly oh, when i remember.. is it posible to install more than one TYPO3 systems on same databse? or can't i make prefixes to it?
23:31 Ruudi i don't think there can be more than one typo3 installs in same database
23:31 moodaepo hmm I don't think it works
23:31 moodaepo typo3 has enough tables to keep in line anyway : )
23:32 newlyfly ok, hope that will be update, in the future. could be usefull
23:33 jananne hello y'all
23:33 newlyfly a standard host only offers one databse per. domain, otherwise you have to pay for more..
23:33 Ruudi newlyfly i don't think it will ever got that update, you just need a proper hosting
23:33 Ruudi or pay more
23:34 newlyfly hmm sad, it is just a matter of a few changes in code
23:35 Ruudi jananne greetings
23:37 jananne I can assign a storage folder when i'm adding the index search extension on a page. The fields of adding a storage folder just ain't there. Anyone got a clue what i'm doing wrom?
23:38 Ruudi what you need the storage folder for?
23:38 jananne or the 'staring point'.
23:38 jananne starting point
23:39 Ruudi you mean the indexing starting point? witch pages should be indexed?
23:39 jananne where to go look :).
23:39 jananne yes
23:39 Ruudi it works bit different
23:39 Ruudi you can set pages to be indexed or not
23:39 jananne ah okay.
23:40 Ruudi it's in page options
23:40 Ruudi and should be enabled by default
23:40 jananne hmm...
23:40 jananne welll
23:40 jananne it doesnt find anything when i try searching.
23:40 Ruudi at fist you need to make sure the indexing works fine
23:40 Ruudi check the indexing search documentation for it
23:41 jananne okay.
23:41 jananne Ruudi: ty
23:42 Ruudi np
23:48 HardPhuck guys anyone using RC1?
23:49 HardPhuck i cant seem to find the "save" icon when adding content :)
23:52 smeringe hm. with RTE text when translating contents, does anyone know if it's possible to enable the text to be formatted when displaying the original language text under the translation? (ie not showing span tags 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.