Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 4 November 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:30 ries2 hey guys... totally OT... is windows 2000 still a bit accurate or shoudl I install something else on my veru old 512Mb laptop?
00:42 lilalinux somebody still awake?
00:59 Denyerec Depends what you are after.
00:59 Denyerec ries2 - slap XP on it.
01:03 lilalinux I have created a custom tag and want to split it's content with delimiter <br />
01:03 lilalinux this already works fine
01:03 lilalinux but I want exactly 2 results of the split: 1) the part before the first <br /> and 2) all the rest
01:04 lilalinux however, when I specify max=2 it will ignore the rest (after the second <br />)
01:06 lilalinux something like that: http://rafb.net/p/W9kUV584.html
01:18 ries2 Denyerec: I think I will keep it on W2K... seems to work
01:18 ries2 and I have no idea where to get XP from
01:20 voidus ries2: piratebay?
02:06 lilalinux Got it!
02:11 chefan ries2: you are in ecuador, right?
02:12 chefan win2000 is ok, under the hood almost identical to xp anyway
02:13 chefan rock solid is nt4 with sp6
02:13 chefan but depends what you do with it obviously
02:13 chefan anyhow, you get all that stuff on ares quit well
02:24 ries2 chefan: yes I am in Ecuador
02:24 ries2 it's for my wifes father
02:24 ries2 just some drawing tools and that all
02:24 ries2 google sketch
02:25 ries2 nothing much
02:25 ries voidus: isn't that illegal??? :D
02:26 chefan as i said, ares works well south of the equator
02:26 ries all works well??
02:26 ries I think I am going for W2K
02:26 ries need to update it
02:26 ries and believe it or not, it's legal
02:27 chefan heh
02:27 chefan there is a w2k corporate edition around on ares
02:28 ries what's ares??
02:28 chefan which i suppose could even be legal as well, at least it's difficult to say it's not, not having a serial number
02:28 chefan ares is a p2p filesharer
02:29 ries Ok..
06:52 FloLeBlanc hi all
07:00 d|g hi all
07:05 FloLeBlanc hi d|g
07:05 d|g FloLeBlanc, hi =)
07:06 FloLeBlanc can someone tell me how I set TS vars for BE extensions? I follow a tutorial for a FE extension and try to debug $this->conf, but it's empty :(
08:09 Sakoon_Mahool Anyone knows about how to to make extension in Typo3 4.2.1
08:09 Sakoon_Mahool ?
08:10 FloLeBlanc Sakoon_Mahool: working on this myself atm.. puzzling on how to get typoscript vars into my code for BE-Extensions :)
08:23 MyGoddess typoscript out of a plugin is added using hierarchy static/name and register it to typo... but don't remember how.
08:24 MyGoddess typoscript in plugins is added using folder static in the plugin folder. Well, that's for inclusion.
08:25 MyGoddess And for forced inclusion, see what de kickstarter create for you when you check the box to add typoscript for your plugin.
08:28 sorenmalling What could the problem be, if my graphical headers is being returned as a grey box?
08:32 MyGoddess PNG and ie6 ?
08:32 FloLeBlanc soren: no image magick installed?
08:32 sorenmalling MyGoddess: Im running Firefox, image being returned as gif - got IM and GD installed
08:33 sorenmalling Have a look at it here
08:33 sorenmalling http://soren.malling.name/
08:34 MyGoddess And what's the intended result graphically ?
08:35 sorenmalling Bad example with the frontpage, but clicking "About" shows two grey spots, where (at least) the top one, should be the text "About" as a image. It's generated by mapping a area in Templavoila as graphical header
08:36 FloLeBlanc soren: the graphic tests in the install tool all work?
08:36 sorenmalling Yes, they all works, the pictures, the text test and no errors or warnings are shown
08:37 FloLeBlanc soren: could you post the code you use to generate the graphics on paste.phlogi.net
08:38 sorenmalling Sure, just a minute
08:38 sorenmalling FloLeBlanc: http://paste.phlogi.net/-dba656ef74/
08:38 sorenmalling It's the default that TV generates
08:40 FloLeBlanc hmm is that surely correct? you say 10 = IMAGE and 10 = Text afterwards (imho you overwrite it)
08:40 MyGoddess Hum... never done that before ;)
08:40 sorenmalling Did you notice the brackets? the 10 = TEXT part is inside the brackets og 10.file
08:41 sorenmalling Maybe this one is better :)
08:41 sorenmalling http://paste.phlogi.net/-dfc979f132/
08:41 FloLeBlanc oh sorry
08:43 FloLeBlanc maybe I missed something again, but where do you actually assign the text?
08:43 sorenmalling text.current = 1
08:43 sorenmalling As far as i know
08:43 FloLeBlanc hmm never used that ok... I have text.field = subtitle
08:43 MyGoddess and where to text is send to current ?
08:44 MyGoddess (.contentToCurrent)
08:44 sorenmalling Do you have som other TypoScript to use, then I'll just create a new template and try that out?
08:45 FloLeBlanc soren: http://paste.phlogi.net/-8790854db1/
08:45 FloLeBlanc I use a background image and a custom ttf
08:46 FloLeBlanc http://www.billardcafe.at/index.php?id=9 => this renders the "tabs" you see like "Allgemein"
08:46 FloLeBlanc ah no.. it renders the header of course (in yellow) sorry :)
08:48 sorenmalling FloLeBlanc: I got some output now :)
08:49 sorenmalling http://soren.malling.name/index.php?id=51
08:49 FloLeBlanc soren: nice :)
08:50 sorenmalling Thanks very much! :)
08:50 FloLeBlanc soren: you are welcome
08:52 FloLeBlanc omg finally I got some output from TS vars : sakoon need the code for your ext?
09:00 Sakoon_Mahool How We use user plugin in templavoila
09:00 Sakoon_Mahool ?
09:03 FloLeBlanc sakoon: no I just found out how to use TS vars in backend extensions , was a bit hard to find for me on searches
09:04 FloLeBlanc nvm, thought you want to do something similar :)
09:05 Sakoon_Mahool anyone can help me usin a user define plugin with templavoila
09:07 _pedda_ moin moin
09:09 FloLeBlanc hi pedda
09:17 CMSnoob Goodmorning
09:17 CMSnoob I have a developers question
09:17 CMSnoob I've made a extension
09:18 CMSnoob but when I install it and test it, everything stays blank (all pages) and before I saw my pages. Now when I deinstall it, the pages still stay blank
09:18 CMSnoob I've set the sqldebug and debug function to true, but it is not showing any debug information
09:18 CMSnoob Anyone knows what is going on?
09:19 CMSnoob Maybe a beginners mistake of me?
09:19 _pedda_ how do you test it ?
09:19 CMSnoob I just installed it on my typo3 and then put it as a plugin in my page
09:19 _pedda_ oh ok
09:19 CMSnoob it's a frontend plugin. In the backend everything works fine
09:20 _pedda_ does your page show blank if the plugin is not installed ?
09:20 CMSnoob Well at first not, but now it still stays blank
09:21 maholtz|WORK hi all
09:21 _pedda_ hi maholtz
09:22 CMSnoob Should I post my code here so you can see?
09:24 maholtz|WORK @CMSnoob: please poste your code at paste.phlogi.net and then post here the url
09:25 CMSnoob maholtz|WORK: Oke I'm gonna post it there and paste the link here
09:26 CMSnoob Here is my code: http://paste.phlogi.net/vitamines/
09:27 Phlogi grr why does this break my pastebin? :D
09:27 CMSnoob The problem is that at first everything (all my pages worked and showed fine) then I put in my own extension and everything renders blank. When I deinstall the extension the pages now still renders blank. Little note: The backend part of the extension (flexform and input) works fine!
09:28 CMSnoob I also put the debug function true and put the debug lines in my code, but I dont see anything being debugged
09:29 maholtz|WORK clear cache
09:29 maholtz|WORK seems, that your code has some erros
09:30 CMSnoob Oke... But when I clear the cache I see the debug version
09:30 CMSnoob ?
09:31 CMSnoob maholtz|WORK I cleared the cache through typo3 and also through the browser and it still stays blank
09:31 maholtz|WORK deinstalled your extension?
09:32 CMSnoob Oh no sorry I forgot that... I did and I cleared the cache and I see my pages again
09:32 CMSnoob but how can I debug my extension when the debugger isn't showing. Is the code for asking for debugging wrong?
09:33 maholtz|WORK so, your extensions has an php error
09:33 maholtz|WORK habe an look in the php error log
09:34 CMSnoob php error log? Where can I find that? Sorry like my name says... I'm a typo3 n00b in developme nt
09:34 maholtz|WORK sry, that is not an typo3 issue
09:35 maholtz|WORK you should ask your server admin about that
09:35 CMSnoob oke... Hmmm I will do that. Thanks for the help
09:35 maholtz|WORK np
09:39 nublaii is there a way of avoiding realurl filling up with "was not a keyword for a postVarSet" errors?
09:39 nublaii I have a directory with content and realurl tries to read that as a postvar and fills the database with errors
09:47 lnd hello, can i count click on a link and send notification mail when someone click on that link?
09:48 lnd are there anyone? please help me
09:54 m4rtijn hi all
09:58 Sakoon_Mahool Can i use autoparser with templavoila
09:59 Sakoon_Mahool ?
09:59 maholtz|WORK @sakoon_Mahool: should be possible, but what for?
10:00 Sakoon_Mahool Because two section are using templavoila and i want to use autoparser
10:00 Sakoon_Mahool for third section
10:00 maholtz|WORK should be no problem
10:00 maholtz|WORK dont use templavoila for that
10:01 maholtz|WORK but i am not sure, if it is easy to hide all the templavoila stuff for your editors
10:04 Sakoon_Mahool at root page templavoila and i want to use autoparser on internal page
10:04 Sakoon_Mahool is there any configration
10:04 Sakoon_Mahool ?
10:06 maholtz|WORK @Sakoon_Mahool: you can clear your config via:
10:06 maholtz|WORK page >
10:06 maholtz|WORK and then start new
10:06 Sakoon_Mahool I hae three section
10:07 Sakoon_Mahool those three section have a root folder
10:07 Sakoon_Mahool Templa voila is applied on root page
10:08 Sakoon_Mahool which is applied on three section
10:08 Sakoon_Mahool i want to use on one section autoparser
10:15 maholtz|WORK what is the problem? use it:)
10:18 Sakoon_Mahool templavoila?
10:18 Sakoon_Mahool I have more grip on autoparser
10:19 Sakoon_Mahool than templavoila
10:19 Michel Hello everyone
10:19 Michel1122 I have a problem using markers in my extension
10:20 Michel1122 could someone help me?
10:20 maholtz|WORK @Sakoon_Mahool: just do it - templavoila uses an user function on page level - if you are fit in autoparser, it should be easy for you. Just just start a new clean root template
10:20 maholtz|WORK @Michel1122: what do you think?
10:21 Michel1122 yes?
10:21 maholtz|WORK without any facts?
10:21 pulponair hi there
10:21 m4rtijn hi pulp
10:22 maholtz|WORK @michel1122: sorry, i wanted to tell you, to look in the topic: dont ask to ask - if here is someone who can help you, he perhaps will
10:22 pulponair anyone ever used the "redirect" feature of realurl? i use to handle such things via htaccess. But i just came accross this feature. But i am not sure about the exact syntax (within the info module)
10:22 pulponair m4rtijn: hi
10:23 Michel1122 this irc channel is not for asking questions?
10:23 m4rtijn hehe
10:23 Michel1122 ah wait
10:23 m4rtijn Michel1122 - just ask your question...
10:23 Michel1122 sorry im really new to this..
10:24 pulponair Michel1122: np just post your question :)
10:24 lnd hello, can i count click on a link and send notification mail when someone click on that link?
10:25 m4rtijn lnd - with php u can
10:25 Michel1122 Enxt:
10:25 Michel1122 function main($content,$conf) {
10:25 Michel1122 $this->conf=$conf;
10:25 Michel1122 $this->pi_setPiVarDefaults();
10:25 Michel1122 $this->pi_loadLL();
10:25 Michel1122 $markerArray = array ();
10:25 m4rtijn Michel1122
10:25 Michel1122 $markerArray['###TEST###'] = "Typo3";
10:25 m4rtijn stop
10:25 m4rtijn ...
10:25 Michel1122 $this->templateFile = 'temp.html';
10:25 Michel1122 $this->cObj->substituteMarkerArray($this->templateCode,$markerArray);
10:25 m4rtijn hello STOP IT
10:25 Michel1122 $this->cObj->fileResource($this->templateFile);
10:25 Michel1122 return $content;
10:25 Michel1122 }
10:25 Michel1122 templ:
10:25 maholtz|WORK to late *g*
10:25 Michel1122 <h1> ###TEST### </h1>
10:26 Michel1122 this is a really simple test, but i cant seem to get it to work
10:26 m4rtijn dont paste code here in the channel Michel1122
10:26 Michel1122 i just paste my code xD
10:26 Michel1122 ok
10:26 m4rtijn read the topic
10:26 m4rtijn Paste at: http://paste.phlogi.net
10:27 lnd m4rtijn can you give me some instruction, i still not understand your ideas?
10:28 Michel1122 ok i did
10:29 m4rtijn lnd - you can do the stuff u need in PHP - if u can do it in PHP, you can use it in typo3
10:30 Michel1122 the problem is i cant seem to get the markers work correct this is the link http://paste.phlogi.net/problem_wi-1/
10:30 lnd sorry i am just a newbie, how can i add php code to one content element?
10:30 maholtz|WORK @Ind: use Kickstarter to create an extension
10:30 lnd please get me clearly
10:31 pulponair well, anyone regarding my realurl redirect issue?
10:31 maholtz|WORK or user USER Content Object (have an look in TSref)
10:31 m4rtijn or what u said yesterday maholtz? with TV - mycustomphp ?
10:32 Michel1122 ok i have my problem pasted at http://paste.phlogi.net/problem_wi-1/
10:32 Michel1122 its really simple i guess
10:32 m4rtijn just looking at it Michel1122..
10:32 Michel1122 ok :)
10:33 Sakoon_Mahool you talking about this userFunc = tx_templavoila_pi1->main_page
10:34 m4rtijn Michel1122 - did u get that from some tutorial?
10:34 Michel1122 no, i made it myself
10:34 Michel1122 but its not working
10:34 Michel1122 im trying to get it to work
10:35 m4rtijn u sure the markerarray should contain ###TEST### not just [TEST] ?
10:35 m4rtijn seems a bit weird..
10:36 Michel1122 let me try
10:36 m4rtijn but I never did this before.. so I cant help u :S
10:36 Michel1122 ok
10:36 Michel1122 np
10:36 m4rtijn where did u get the syntax from?
10:36 m4rtijn .. u must have some reference guide..
10:37 m4rtijn :p
10:38 Michel1122 martijn its not working with [test]
10:38 m4rtijn .. I guessed so..
10:38 m4rtijn where did u get the syntax from?
10:38 m4rtijn .. u must have some reference guide..
10:38 m4rtijn Michel1122 - u could just look into the code some other extension uses..
10:39 Michel1122 yes that is what i did
10:39 m4rtijn k, which one?
10:39 Michel1122 but im a really newby when it comes to typo3 extensions
10:39 m4rtijn me too :)
10:39 Michel1122 i used the tipafriend
10:39 m4rtijn wel.. not a total newb.. but almost
10:40 Michel1122 i can program PHP but typo3 has too much other things in extensions
10:43 pulponair Are there any known bugs regarind typo3 4.2.x, most recent realurl version and tt_news?
10:43 pulponair my tt_news links seem to be broken after upgrading
10:44 maholtz|WORK @Michel1122: http://typo3.org/fileadmin/typo3api-4.0.0/df/d32/classtslib__pibase.html#067d9281c4938f106f9b75266e18f051
10:44 maholtz|WORK habe an look in the api
10:44 Michel1122 ok
10:44 maholtz|WORK much functions return something
10:44 maholtz|WORK thats your main problem
10:45 maholtz|WORK your code cannot work, because TYPO3 does not make magick (yet;)
10:48 Michel1122 ok
10:59 Sakoon_Mahool maholtz its not working
10:59 maholtz|WORK what did you?
11:13 m4rtijn maholtz|WORK - you should become psychic..
11:15 maholtz|WORK np, i have an crystal ball here :)
11:16 m4rtijn cool, could you tell me why me page looks like crap in ie6 ?
11:17 maholtz|WORK :p
11:17 maholtz|WORK you didnt respect the double margin bug
11:17 maholtz|WORK use tables instead floating divs
11:17 m4rtijn hehe
11:20 maholtz|WORK btw: was i to unfriendly to michel?
11:24 m4rtijn nope
11:27 m4rtijn bah.. I think I'll just make an extra .css for ie6+
11:27 m4rtijn trying to get this shit in one just buggers me
11:27 m4rtijn I have a header image which is 132px.. and I have to set it to 112px; to look normal in ie
11:28 m4rtijn ofcourse it looks crap in ff
11:36 m4rtijn hehe, I cheate
11:41 Recnelis Hey guys, is there a way to have every Hr made in the RTE to have a certain class?
11:45 m4rtijn i bet u can Recnelis :p
11:47 Recnelis m4rtijn: So do I.. but how? :p
11:49 m4rtijn RTE.default.inlineStyle
11:49 m4rtijn RTE.default.something def.
11:57 unbob Hey, is there a way to set in typoscript that the border for images in tt_content should be checked by default?
11:59 unbob when you create new content-elements, I mean
12:00 m4rtijn search google for tsconfig image border maybe?
12:02 maholtz|WORK TCAdefaults.tt_content.field = defaultvalue
12:02 maholtz|WORK in user TSconfig
12:02 maholtz|WORK http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.1.0/view/1/2/
12:09 unbob many thanks! now I just have to figure out why "TCAdefaults.tt_content.border = 1" didn't work like "TCAdefaults.tt_content.header = Hello" did :)
12:12 unbob because the field is called imageborder
12:13 unbob thats why
12:13 unbob thanks again
12:20 m4rtijn no problem
12:35 lilalinux Now that my custom tag is working perfectly in the front end, I need to improve it's handling in RTE (back end). Can I draw a border around a custom tag in RTE?
12:38 m4rtijn yes
12:39 m4rtijn make a screenshot and import it in photoshop
12:39 m4rtijn u can draw borders around everything there
12:39 lilalinux are you joking?
12:40 m4rtijn my 2nd name is serious joe
12:40 lilalinux your 2nd and 3rd of course
12:40 maholtz|WORK @lilalinux: cant you use css for that?
12:41 lilalinux maholtz|WORK: good point, but how would css know, if it's a block element or an inline element?
12:42 lilalinux display:block maybe
12:43 lilalinux maholtz|WORK: incredible, it's working %-)
12:44 maholtz|WORK i would really happy, if you write it down and put it into the wiki, or snippets.typo3.org
12:45 lilalinux I'll add a custom tag tutorial when i'm done
12:51 Recnelis Anyone ever had this error with realurl -> Reason: Segment was not a keyword for a postVarSet as expected!
12:54 unbob who hasn't
12:55 FloLeBlanc re
12:56 Recnelis unbob then do u have a solution to the realurl problem?
12:58 unbob It's probably a config error somewhere
12:58 maholtz|WORK @Recnelis: sure
12:58 maholtz|WORK http://typo3.org/helloworld/
12:59 unbob have you setup your htaccess correctly?
13:00 unbob have you specified your rootpage id in realurl-config?
13:17 lilalinux maholtz|WORK: interestingly, the RTE custom tag css only works with inline styles, not with classes, so I guess it's explicitly interpreted by RTE
13:19 maholtz|WORK @lilalinux: would make that senes? perhaps you did an mistake?
13:20 lilalinux it would make sense. why should a browser interprete a non existing tag?
13:20 lilalinux and RTE can't interprete an external stylesheet
13:20 lilalinux asyncronously
13:21 lilalinux additionally it rearranges the style, e.g. #ffffff -> rgb(255 255 255)
13:23 maholtz|WORK ah, ok:) make sense then
13:24 lilalinux :-)
13:32 martijn hm
13:34 fred^^ It seems both RealURL and CoolURL have problems with pages set to Not in menu
13:35 beli what kinda problems?
13:36 fred^^ It cant find the pages
13:36 fred^^ It is not in the cache
13:36 lilalinux maholtz|WORK: it starts to become ugly, when you e.g. want to insert a ul inside the custom element in RTE
13:37 fred^^ I've tried specifying the speaking url path, and that did not help either
13:37 fred^^ http://demokratene.intermedia.no/nyheter/vis/blommedal-tar-oppgjoer-med-bergen-frps-velgersvik/ < here nyheter is a page originally set to Not in menu
13:38 maholtz|WORK @lilalinux: ups:) please tell me, if you have written something - it sounds interesting *g*
13:39 lilalinux i'll take the secret with me into my grave
13:39 lilalinux :-)
13:43 nublaii can you nest conditions on typoscript?
13:44 maholtz|WORK nope
13:44 maholtz|WORK but you can use AND and OR
13:50 nublaii mmm... so how would you do IF ip=1 OR ip=2 AND pageuid=x ?
13:50 nublaii I need to make sure once of the two addresses is used AND the pageuid is 'x'
13:51 nublaii s/once/one/
13:54 maholtz|WORK well, perhaps i am wrong and nested conditions works? did you check it?
13:54 maholtz|WORK [cond1]OR[cond2]AND[cond3]
14:10 m4rtijn mm, does anybody know how I get the sr_feuser registration extension to talk german with me
14:13 maholtz|WORK hm... translation via extensionmanager does not work?
14:13 fred^^ How can I get CoolURL to update its cache
14:13 maholtz|WORK you should find some links via google
14:13 maholtz|WORK if nothing helps use llxml extension
14:14 nd_ fred^^: In the cooluri controls (BE)
14:14 fred^^ oh, cool
14:14 fred^^ did not notice it
14:15 m4rtijn hmm- nope maholtz|WORK
14:15 m4rtijn will try the ext.
14:17 fred^^ okay, i ran a update on all links, and http://demokratene.intermedia.no/nyheter/vis/blommedal-tar-oppgjoer-med-bergen-frps-velgersvik/ still does not work
14:17 maholtz|WORK @m4rtijn: http://lists.netfielders.de/pipermail/typo3-german/2007-February/028075.html
14:24 m4rtijn thx :)
14:29 fred^^ is there an error log or something?
14:29 fred^^ for coolurl, i mean
14:30 fred^^ i dont get why coolurl says the link is fine, but it wont work
14:37 fred^^ its obivously something typo3-related, not coolurl/realurl related
14:37 fred^^ but i dont know how to debug it
14:43 maholtz|WORK you should be able to use index.php?id=123 instead
14:49 fred^^ yeah, but that is not the solution
14:53 maholtz|WORK because you said it is typo3-related and not coolurl/realurl related
14:53 maholtz|WORK it hat works, it is not typo3 related i would think
14:55 fred^^ but is it not likely that its typo3, due to this being a problem regardless of which of those two i use
15:01 lilalinux Oh this f&^%$ RTE paragraph madness
15:01 fred^^ whats your problem, lilalinux
15:01 lilalinux I'm trying to disable RTEs behavior of wrapping everything in paragraphs
15:02 lilalinux I already remap it, but still ...
15:04 mistermethod hi everyone, i need a little help please
15:04 mistermethod i have a graphic which is generated via GIFBUILDER. the text comes from a variable which changes depending on the PID (i have that in the constants). but the graphic always contains the same text (the one i first set) while the alttext changes the way it is supposed to. anyone know why?
15:05 lilalinux it's a caching problem
15:05 lilalinux try adding a random number somewhere
15:06 lilalinux or fix the caching ;-)
15:06 lilalinux s/random/hash
15:06 lilalinux might be better
15:06 lilalinux can one influence the filename of a rendered gif?
15:08 maholtz|WORK why should it be an caching problem?
15:08 mistermethod @lilalinux, regarding your problem. i take it you want to remove the "bodytext" class?
15:08 mistermethod try lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
15:08 maholtz|WORK @mistermethod: paste your gifbuilder - typoscript (and how do you include it) in a pastebin
15:10 mistermethod http://pastebin.com/m78e5d13
15:10 mistermethod hi maholtz :)
15:12 maholtz|WORK hi:) check if temp.sanfang = COA_INT
15:12 maholtz|WORK temp.sanfang.10 = IMAGE
15:12 maholtz|WORK temp.sanfang.10 { ....
15:12 maholtz|WORK helps
15:12 mistermethod ok ill try thanks
15:12 maholtz|WORK wonder if it really will be cached with the same name
15:12 lilalinux maholtz|WORK: I think it's a (browser) caching issue, because the alt tag is up to date, but the image isn't
15:12 maholtz|WORK but that means, the image gets the same name then - but should not (IMHO)
15:13 lilalinux mistermethod: you can find out if it's a caching issue, if you right click the image open "show image" or so and shift-f5
15:13 mistermethod nope COA_INT doesnt do the trick
15:13 lilalinux maholtz|WORK: i see
15:14 lilalinux mistermethod: try clearing your browser cache
15:14 maholtz|WORK check the images on the different sites - different file names or the same?
15:14 mistermethod tried that already lilalinux, no change
15:14 mistermethod same name
15:15 fred^^ mistermethod: just one suggestion - if thats only text, it would be better to use sifr
15:15 fred^^ sIFR
15:16 mistermethod that would be generating swf files instead of an image, right?
15:16 fred^^ yes, it uses flash
15:16 lilalinux both is very bad for search engines
15:17 fred^^ lilalinux: sIFR is javascript+flash
15:17 mistermethod hm ... i have to admit i'd rather use an image... search engines dont matter in this case its just a backlink to the top of the page
15:17 lilalinux fred^^: so?
15:18 mistermethod i dont quite get why the image is not changed since the alttext ist. you dont have that problem when you get the text from lets say a page header or something
15:18 fred^^ lilalinux: err. it runs through the DOM and converts anything you specify to use sIFR
15:19 fred^^ so its totally accessible and for people with js disabled it shows the regular text, for example <h1> or a link or whatever
15:20 lilalinux i see
15:20 lilalinux gr8 stuff :-)
15:21 lilalinux ideal for cloaking :-)
15:21 lilalinux btw: my paragraph problem actually isn't a RTE problem. It's a css styled content problem
15:25 fred^^ now i experimented a little with the pagetree to see if i could locate the coolurl/realurl problem
15:25 mistermethod lilalinux you want to remove the "bodytext" class from your fe-content?
15:25 fred^^ i had the news SINGLE page as a subpage of / (root page)
15:25 unbob I'm using a itemsProcFunc to populate a select-list in a TCE-form in my extension, and I'm wondering if there is a way to get the TSConfig for the sysfolder that holds my extension data. So that I can write "listitems = item1,item2,item3" in typoscript
15:26 fred^^ then i tried moving the whole news with subpages under another random page, and it worked without problems
15:26 fred^^ then i moved it back, same thing
15:26 lilalinux mistermethod: no, I want the RTE to not insert paragraphs
15:27 fred^^ yes, definitively that its located under the root page
15:27 mistermethod so basically no <p> wrapping?
15:28 FloLeBlanc can someone please tell me how to create a form in an extension the correct way? there is a tutorial from kasper on the net but it neither uses the FORM method, nor the execute_INSERTetc. statment in the extension example.. I'm a bit puzzled :)
15:28 lilalinux mistermethod: yes
15:29 lilalinux FloLeBlanc: did you already have a look at savlib?
15:29 FloLeBlanc lilalinux: no, what is savlib?
15:29 lilalinux FloLeBlanc: it's magic :-)
15:30 FloLeBlanc does it have anything to do with t3? :)
15:30 lilalinux it's an extension for kickstarter
15:30 lilalinux lol
15:30 mistermethod lilalinux you could just remove the wrapping from the content before he page is generated?
15:30 mistermethod btw. still no one with an idea for my gifbuilder problem?
15:31 maholtz|WORK set an width and height for your image
15:31 FloLeBlanc lilalinux: you mean the SAV Library Extension Generator?
15:31 maholtz|WORK change it via templates for one pixel in the condition
15:31 maholtz|WORK should work
15:31 lilalinux FloLeBlanc: yes
15:31 FloLeBlanc lilalinux: thank you will check it out
15:39 FloLeBlanc lilalinux: this seems to be made for user interaction in the FE, I need some form elements in my backend extension :)
15:39 lilalinux i see
15:39 FloLeBlanc the problem is not that I cannot do a form that works, my concern is that I want to do it the "correct" way
15:39 FloLeBlanc but I can't find a manual on what the correct way is :)
15:40 lilalinux the correct way would be to use Java and Tomcat *duckandrun*
15:48 FloLeBlanc lilalinux: I haven't got so much time to wait for a java program to execute hr hr
15:50 lilalinux but it will have to startup only once
15:54 No5251 hi
15:59 No5251 how can i automatically prepend an extension before the first content element of every page?
16:00 fred^^ hmm, i have russian characters in the page title, and its converting the html entities
16:00 fred^^ so &#1043; becomes &amp;#1043;
16:01 fred^^ thus it does not work. how can i prevent that
16:01 Nekdy does anyone have any idea how to enable this google analytics ext. - http://typo3.org/extensions/repository/view/rsgoogleanalytics/current/
16:05 maholtz|WORK @no5251: page.1 < plugin.tx_yourextension
16:05 untouch_ anyone got a clue why in a translation copyd contents work while new created wont show up in the front end?
16:06 untouch_ besides if i remove select.languageField = sys_language_uid from my t3 the created work but the copyd get doubled
16:06 No5251 maholtz|WORK: thx :)
16:07 untouch_ CONTENT.select.languageField = sys_language_uid = 4
16:07 untouch_ makes copyd work but created wont
16:07 untouch_ and CONTENT.select.languageField = sys_language_uid = 4
16:08 untouch_ replace 4 with 0
16:08 untouch_ makes created work but copyd doubled
16:08 untouch_ ?!?
16:10 maholtz|WORK @untouch: check TSref
16:18 fred^^ doh
16:19 fred^^ typo3 converts all html entities
16:19 FloLeBlanc can someone tell me what I have to use instead of <form action="'.$this->pi_getPageLink($GLOBALS["TSFE"]->id).'" method="POST"> when creating a form for a typo3 4.x extension? PATH_tslib seems to be gone with 4.x?
16:23 Nekdy noone used rsgoogleanalytics before?
16:23 fred^^ Nekdy: No, but you could do that same in your setup
16:24 Nekdy same as?
16:24 Nekdy there is a file ext_typoscript_setup.txt
16:24 Nekdy i guess you set everything there
16:24 Nekdy but the code doesn't show up ;(
16:24 fred^^ Well, I guess that extension basicly includes the code?
16:25 Nekdy yah
16:25 Nekdy true
16:25 Nekdy the ugly way :P
16:28 null_ FloLeBlanc: $content .= '<form action="'.$this->pi_getPageLink($GLOBALS['TSFE']->id).'" method="POST">';
16:28 null_ this runs "here" with typo 4.x
16:29 FloLeBlanc null: thank you but this does need some require or declaring the class an extension doesn't it?
16:32 FloLeBlanc just using the function results in a "call to undefined method"
16:33 Nekdy fred do you know how to include the code right before </body>?
16:38 fred^^ Nekdy: what I did was just to add an empty marker, map it with templavoila as a object path and put the code in my setup
16:40 fred^^ I think its much better to just setup most offline in one or several txt files instead of having to log in, go into the constants editor for the specific extension, edit, save, clear cache
16:40 Nekdy k
16:40 Nekdy thx for your help
16:40 Nekdy anyway
16:41 fred^^ Thats what I do. Thats also the reason why it suits my setup just fine adding that code manually in the setup instead through a extension
16:41 fred^^ Do you need any more details?
16:41 Nekdy page.wrap { | google analytics }
16:41 Nekdy is what i found also :)
16:41 fred^^ oh, fun :)
16:42 fred^^ Perhaps you know why typo3 escapes all my html entities
16:42 fred^^ &#1043; becomes &amp;#1043;
16:43 Nekdy not really
16:43 Nekdy entities work here
16:43 fred^^ It works
16:44 fred^^ But the thing is, this is for russian language. First it converts the russian characters to html entities, then it gets processed again before output in <title> tag or TMENU
16:45 fred^^ I need t3lib_div::deHSCentities, it seems
16:46 fred^^ Nekdy: http://nordicmarine.intermedia.no/ru/forside/
16:46 fred^^ You see what I mean there
16:47 fred^^ so its only in the TMENU and title it gets double-converted
16:48 Nekdy yap
16:48 Nekdy i see
16:49 Nekdy anyway only the active one seems to be double converted
16:49 fred^^ thats the only one translated at the moment
16:49 Nekdy aha
16:52 Nekdy there is something about entities in xhtml_cleaning
16:52 Nekdy and this is what i found also: Additional property “.preserveEntities” will preserve entities so only non-
16:52 Nekdy entity chars are affected.
16:54 fred^^ wooohoo, success
16:55 fred^^ now i just have to see if i can do the same for the title tag
17:24 lnd hello, how can I move my website to new hosting
17:24 lnd is there any problem if i extract my database, and ftp all the source file to new host
17:24 lnd can my website run normally
17:29 theconic hello all...
17:29 theconic i need an extension that helps me including data from an external database but have no clue about that stuff, does someone know such a thing?
17:30 theconic ...would help me a lot
17:38 nd_ How do I add a second plugin to my ext? I added it to ext_localconf.php and ext_tables.php ... what else?
17:56 lilalinux How do I condigure RTE to let me choose paragraph classes from a css file?
18:01 nd_ If I use pi_linkTP(..,..,..,'21') I get an URL like ..&1=21 Why doesn't it change the id value?!
18:11 nd_ Well, solved...
18:14 lilalinux bye
18:18 nd_ How can I include a file from pi1 in pi2? require_once('../pi1/class.myfile_pi1.php'); results in an error because it's not found...
18:19 nd_ but the files are normally included relative to the including-file... therefor the path should work and the file is there.
18:19 nd_ Any help?
18:22 chefan i am a bit stuck in other matters, but iirc you should use typo3's path prefixes from the api for that
18:27 nd_ Nice hint... thought about that, but the closest I found was PATH_site ...
18:34 HardPhuck guys i need an advice, which linux distribution is the best to host LARGE typo3 websites with 4-5GB mysql database
18:35 HardPhuck because i currently have Fedora Core on one of my servers and i am disappointed
18:35 HardPhuck i have 8 core server with 16gb ram and it's working slow
18:36 HardPhuck and typo3 is the only thing on the server
18:36 HardPhuck besides the OS :D
18:37 SfiSh1 chech ur mysql settings
18:37 SfiSh1 check
18:38 HardPhuck what could be wrong with them
19:02 theconic to all german in here: does someone know how to include content from a "Benutzerdatenquelle" in the T3 Frontend?
19:03 theconic don't know the english name for that...
19:03 HardPhuck translate.google.com
19:05 theconic hehe, don't think that this will make sense...
19:05 theconic one moment
19:05 theconic "User source" it says
19:06 theconic but this is nonsense
19:08 theconic seems to be called ODBC
19:22 untouch2 i got a problem with my language translation
19:22 untouch2 if i create a new content element in my second language CE it wont appear in the browser
19:23 untouch2 but if i copy it from my default lang it shows
19:58 nd__ How can I access fileResource() if not from my pi1 but from another class?
20:30 theconic hello guys, does someone know this error:
20:30 theconic Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Datei '(unbekannt)' nicht gefunden., SQL state S1000 in SQLConnect in C:\xampp\htdocs\typo3\typo3\sysext\adodb\adodb\drivers\adodb-odbc.inc.php on line 60
20:46 VirginDeveloper HI
20:46 chefan you are developing virgins? never heard of the best practice of not reinventing the wheel?
20:46 chefan hi
20:46 VirginDeveloper Does someone know a good image gallery for multiple galleries?
20:47 VirginDeveloper chefan: hehe I'm not developing virgins... although if I have a baby I would develop a virgin
20:47 VirginDeveloper ;)
20:51 chefan oh, yes, i heard that is considered best practice to develop virgins at first
20:51 VirginDeveloper Nobody know a good image gallery
20:52 chefan what does ext:gallery do NOT do for you?
20:55 VirginDeveloper gallery?
20:55 fred^^ do any one know how to apply htmlSpecialChars.preserveEntities on the page title?
20:55 fred^^ I'm using the extension mf_pagetitle
20:57 chefan VirginDeveloper: http://typo3.org/extensions/repository/view/lz_gallery/current/
20:58 VirginDeveloper Hehe it's by a Dutch developer, I like ;)
20:58 VirginDeveloper But oke I will have a look at this one
20:58 chefan must be good then, right? :D
20:58 VirginDeveloper I hope I can style it, cause the screenshot looks ugly
20:58 VirginDeveloper It aint much when it aint dutch ;)
20:58 chefan well, there's not much you can't style in typo3
20:59 VirginDeveloper true
20:59 chefan usually just depends on the workload iinvolved
20:59 chefan generally y prefer extensions which do not have too much style of their own, but blend in with the site css defined style
21:01 chefan when a company overworks it's identity, it can be a pain in the ass if you have to restyle all the components instead of touching the css and be done with it
21:04 fred^^ Well, my biggest gripe with extensions is the markup it outputs by default. Many use tables and whatnot
21:04 fred^^ I'm happy for the future on typo3 and its focus on increasing accessibility among other things
21:05 fred^^ That gallery looks like a potential table user
21:07 VirginDeveloper Yeah I want more styling usabillity in the future
21:08 VirginDeveloper everyone is making extensions which some are so bad styled or coded. So why not make a developments pattern where everybody should use templates or whatnot
21:13 frank999 hi there! anyone familiar with typo3 and imagemaps?
21:17 frank999 nobody??
21:38 Ruudi hi
21:49 VirginDeveloper chefan are you still there=
21:49 VirginDeveloper =
21:49 VirginDeveloper ?
21:49 VirginDeveloper Cuz you are familiair with lz_gallery right?
21:52 fred^^ Hmm. In theory RSS with tt_news should be easy, but I can not get it to work right
21:52 fred^^ If I check in the TS object browser, the pid_list is defined properly
21:53 fred^^ However, it outputs no elements
21:54 radigamov hi all, could somebody help me, I need implement date2cal staff in the FE
21:56 dinsdale07 fred^^, have you tried setting the pidlist also in the plugin's flexform? sometimes I encountered inconsitensies in plugins.
21:56 fred^^ yes, thats where im getting the id from
21:56 fred^^ {$plugin.tt_news.pid_list}
21:57 fred^^ I've noticed the same thing
21:57 fred^^ But, the regular list works just fine. Shouldnt it in theory work just fine with XML as well then?
21:57 fred^^ Ugh, the manual is sketchy
21:58 wacky_1 is there a convenient way to configure the ###BROWSER_LINKS### of the tt_news plugin ??
21:58 wacky_1 to make it display tags we want instead of the default
21:59 dinsdale07 usually in a plugin you merge/override the values coming from the flexform and the TS config, I have the feeling the implementation varies though ...
21:59 dinsdale07 radigamov, I have a similar problem, why do you need date2cal, are you using the plugin seminars?
22:01 radigamov dinsdale07, I'm hacking air_filemanager extension to add field expiration date :)
22:02 radigamov dinsdale07, I've already added field in the frontend and backend of DAM also :) but I need beautiful calendar in the frontend :)
22:02 dinsdale07 radigamov, I remember reading that there is a bug so you have to be logged into the backend. Since I need a calendar too I personally tend to integrate a mootools one.
22:05 dinsdale07 radigamov, well, I'm thinking about integrating one - I found a couple of nice ones here: http://web-kreation.com/index.php/articles/48-incredible-mootools-sripts/
22:06 radigamov dinsdale07, thanks for advises :) maybe I'll integrate jquery :)
22:30 VirginDeveloper How can I add media to a DAM category?
22:31 VirginDeveloper I just cant figure it out, may be this is a stupid question. But if someone can point me the way
22:51 radigamov VirginDeveloper, I'm using air_filemanager for adding staff to the DAM :)
23:26 porkpie hi guy's .... I have a setup multi language site and I can add a translation but the when I select the second language I get the default content
23:40 void ?
23:40 porkpie Denyerec: yo
23:40 Denyerec Void - any experience with multilang ?
23:41 Denyerec porkpie is a friend of mine with a multi-lang puzzler :/
23:41 void hm.. what is your multilang-related contig?
23:43 porkpie void:I have multi lang setup and I can add translation content in the BE but it is only showing the default in the the FE
23:43 void so, you have a error in your TS
23:44 porkpie void, I have checked it and cannot see a problem
23:44 porkpie The menu is working but the content is not
23:44 void sys_language_uid ?
23:45 porkpie http://www.jfmradio.com/index.php?id=2&L=1
23:45 porkpie void:not sure
23:46 porkpie void:could you check the tsetup ?
23:46 void yes
23:47 porkpie OK
23:52 porkpie void: http://pastebin.ca/1245394
23:55 void hm.. at a first look i see no errors
23:56 porkpie void:that is the strange part

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.