Search the website and IRC logs

#TYPO3 IRC log from : Monday 20 April 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
08:45 red_sky hi
08:45 red_sky everybody
08:45 red_sky how are you today all :)
09:00 red_sky hi
09:02 red_sky some is can help me?
09:02 red_sky Htmldoc produced no pdf-output. problem have
09:04 red_sky yes some is there?
09:08 red_sky hellooo
09:28 smeringe h e l l o f r i e d f r i e n d s : P
09:28 smeringe .. ehh. he.. single spaced chars is lame. waist of digits :) good morning anyway!
09:39 _pedda_ good morning :D
09:50 beli hi, is there a possibility to tell the RTE to take HTML code as it is with content type like "text with image"?
09:55 _pedda_ if your rte strips out some of the html tags you enter in html mode in your text with image conetnt element, you have to enable these tags via pagets rteconfiguration in your rootpage
09:56 pmk65 beli: You could try TinyMCE RTE, which allows you to create special HTML templates that you can insert directly in the RTE.
09:59 beli _pedda_: found that out...but still it b0rKs something...
09:59 beli hmmm
09:59 beli i am doing rounded text box around the content elements
10:00 beli and with pure html it works fine...using rte <>-html section its broken
10:02 _pedda_ hmm should all CE's become equipped with rounded corners?
10:08 beli _pedda_: nope
10:08 _pedda_ ever used the layout selectbox within CE's ?
10:08 beli _pedda_: just selected ones...thats why i need to use divs in the CE itself
10:09 beli _pedda_: hmm that might be interesting...yes i did some stuff with it before
10:09 _pedda_ you could modify the wrap for Layout 2 via TS for example
10:09 beli thanks for reminding me
10:10 _pedda_ no need to enter html each time you need rounded corners.. you could switch the layout using the selectbox
10:10 _pedda_ :)
10:10 beli its monday morning :)
10:10 _pedda_ hehe np
10:11 beli my brain still is in weekend mode ;)
10:11 _pedda_ and it was a hard weekend ;)
10:18 fred^ hmm, is there some debug log in typo3 where you can watch whats going on? what php is processing and waiting for, for example? suddenly i have one site where pages takes a long time to return - had to increas the maximum execution time in php because it were handing out server errors
10:23 smeringe fred^: sounds like apaches error log is the more appropriate thing for that.. (supposing error logging is on). and maybe check if mysql has dirty processes hanging.
10:24 fred^ the error log only tells me that there has been a premature end of script headers: index.php
10:25 fred^ the server admin have told me he checked on the server side of things, and then told me i had to check in typo3
10:25 pmk65 fred^: Maybe devlog? -> http://typo3.org/extensions/repository/view/devlog/current/
10:25 fred^ yeah, i got devlog, but that only helps if extensions are set up to use it.
10:26 fred^ macinabanners or tt_news may be the culprit, but i dont know
10:28 pmk65 Y guess you will need a PHP debugger, something like xdebug? -> http://devzone.zend.com/article/2803-Introducing-xdebug
10:36 _pedda_ can access restriction become checked via condition?
10:44 pmk65 _pedda_: You can check usergroups from conditions.
10:46 _pedda_ usergroups = *
10:46 _pedda_ does the job.
10:47 _pedda_ :)
10:48 _pedda_ i have a project with an extension integrated into the template of the project
10:49 _pedda_ the customer asks for a box which is editable and looks the same way , the extension does for users which are logged it
10:50 _pedda_ because the extension isn't needed anymore
10:50 _pedda_ in the extranet area
10:52 _pedda_ but in order to replace the extension in frontend properly heredity for the replacing FCE box has to be configured
10:52 _pedda_ is there a way to specify heredity for only one element ?
10:55 _pedda_ something with numrows ?!
11:06 hphoeksma _pedda_: an extension in a template? What do you mean by that?
11:07 _pedda_ in a non tv environment : marks.MYEXTENSION <- plugin.tx_myextension
11:07 _pedda_ but it is tv
11:08 _pedda_ and there is a position in the html file where a cObject is mapped
11:08 _pedda_ in my situation it is lib.psf
11:09 _pedda_ now i have : [usergroup = *] #(user is logged in) lib.psf >[global]
11:09 hphoeksma okay - now I undersstand. My guess would be find the rule that takes care for when the change happens and use typoscript conditions to solve it, if necessary with a userfuntion
11:11 _pedda_ the replacement box i created for be users is an FCE
11:12 _pedda_ which looks exactly as lib.psf.20 does
11:13 _pedda_ now i would like to enable slide only for this FCE if it is placed in backend
11:52 motema hello -
11:52 motema I need help with the search extension
11:54 untouch_ wich one are you using
12:06 motema hey untouch - if you see this Link: http://www.natuerlich-gesund-mv.de/home/index.html you understand what I will make. Im a beginner and work hard to learn how typo works. But it is a problem to change the template and show the right information
12:34 m4rtijn hi all
12:34 hphoeksma hi
12:37 _pedda_ hi m4rtijn
13:03 tPl0ch hello, can I give a different name to an input field as defined in TypoScript?
13:03 tPl0ch in sr_feuser_register i mean
13:10 _pedda_ fe or be ?
13:10 _pedda_ for fe you have to override the kabekname via ts
13:11 _pedda_ plugin.pluginname._LOCAL_LANG.en.labelmarker = new-value
13:11 _pedda_ for be tca table has to be modified
13:12 pmk65 you can change BE labels using Page TSConfig.
13:13 _pedda_ pmk do you use tv in your projects ?
13:13 _pedda_ i have a strange problem
13:14 pmk65 yes. I always use TV.
13:14 _pedda_ i use tv in one of my projects .. there i have an ce (filelinks) with L = 0 everything is fine
13:14 _pedda_ but iw i switch to L = 1 or something else
13:15 _pedda_ this CE gets rendered twice
13:15 _pedda_ all my CE's become prepended with an anchor
13:15 _pedda_ a id="c4149" is the L = 0 version of the ce
13:16 _pedda_ the second content is c7928
13:16 _pedda_ which is a translation of c4149
13:16 pmk65 Does your TV DS file (The TV XML) contain a <langDisable>1</langDisable> ?
13:17 _pedda_ <meta type="array">
13:17 _pedda_ <langDisable>0</langDisable>
13:17 _pedda_ <langChildren>1</langChildren>
13:17 _pedda_ </meta>
13:17 _pedda_ is the multilanguage part of the ds of the page where my problem occurs
13:19 pmk65 Im not that experinced in multilang setups, but I usually set langDisable to 1, but that might not be correct if you have multilang content.
13:19 pmk65 Here's a standard DS from one of my pages. -> http://pastebin.com/m4a5b4ccf
13:19 _pedda_ hmm switched lanDisable to 1 .. problem still remains
13:19 pmk65 It also uses the undocumented "beLayout" feature, where you can customize the layout of the columns in BE.
13:40 sorenmalling Hi, what is the setting for hiding/disabling the "Browse" field in "Text w/ image" tt_content element?
13:42 Philiptypo3dk pmk65, do you have a solution for my problem with the template?
13:44 pmk65 sorenmalling: Page TSConfig.
13:45 pmk65 Philiptypo3dk: No sorry..
13:46 Philiptypo3dk Okay.. What can I do ? :o What is needed, for that page content made in backend shows up ?
13:46 sorenmalling pmk65: Yep, i got there, but I simply can't find the setting, I've used it several times befora, but I can't find or remember it
13:46 Philiptypo3dk sorenmalling lyder dansk :P
13:47 pmk65 det er det nok også ;)
13:47 sorenmalling Damn, so many danish people :)
13:48 Philiptypo3dk lol!
13:48 Philiptypo3dk pmk , hjælp mig :D
13:48 sorenmalling Explain your problem again, and keep it english as mentioned in the topic :)
13:49 sorenmalling For the note, yes I'm danish :)
13:49 Philiptypo3dk pmk, got msn?
13:49 pmk65 sorenmalling: TCEFORM.tt_content.fieldname.disabled = 1 (fieldname = the name of the BE field you want to disable)
13:50 pmk65 Philiptypo3dk: No.
13:51 Philiptypo3dk Dang. I need a fix for this annoying thing.. normaly, templates works like a charm without problems. But as said, page content doest show up. I only see the "Inhalt" ...
13:51 sorenmalling pmk65: But that effects the whole "image" part, including the File Browser possibility, I only want the "Browse"/Upload field to disappear :)
13:51 Philiptypo3dk sorenmalling - link your site.. if i may see it
13:51 pmk65 Ok. Then you'll need to modify the TCA.
13:52 pmk65 sorenmalling: -> http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4272080
13:52 pmk65 search for "disable_controls"
13:52 sorenmalling pmk65: Yes! That was the word! :D
13:53 pmk65 I just used it yesterday in an ext. :)
13:53 sorenmalling Thanks a ton! :)
13:53 pmk65 But it was to limited for my use (I needed to disable the up/down and the delete buttons too), so I ended up with writing a userfunc for my special BE field.
13:56 sorenmalling Okay, I'm trying to disable the upload field for a user group, since the upload field uploads into a folder outside of there filemount
14:05 Philiptypo3dk pmk65 - where do you recommend downloading free templates?
14:06 pmk65 Philiptypo3dk: Dunno. I never use predesigned templates.. But I think there's a german site which has a lot of premade templates for use in TYPO3.
14:06 sorenmalling Philiptypo3dk: http://wiki.typo3.org/index.php/TYPO3_templates_repository
14:49 replman Hi! I'm pretty new to typo3. What i am trying to create a test-environment of a working site, so i installed (using typo3winstaller) typo3 on another machine and copied the upload/typo3conf/fileadmin-folders. The site of the test-environment came up, but the images are missing and the urls of the links on the site point to the old server. How to change the domain?
14:59 timdeluxe replman: clear the caches and change the domain record if there is one
14:59 timdeluxe or look if it is set in typoscript
15:00 replman I changed the entry in the db-table sys_domain and cleared the caches, but nothing changed
15:00 replman where is the typoscript?
15:00 timdeluxe left hand -> "Template"
15:04 replman timdeluxe: Thank you, it was in the template (config.baseURL)
15:04 timdeluxe no problem
15:05 Philiptypo3dk If I import a .t3d template.. where are the files located then?
15:09 timdeluxe nowhere afaik
15:10 Philiptypo3dk .. i need the css etc import too...
15:10 timdeluxe t3d doesnt include fileadmin stuff as far as i know
15:10 Philiptypo3dk tried this one from here http://www.fi-ausbilden.de/blog/typo3-templates/, andreas03
15:11 timdeluxe Philiptypo3dk: there is a detailled howto below it
15:12 timdeluxe and it says you also have to download the (html) template itself and put it to fileadmin
15:12 Philiptypo3dk followed them all ..
15:12 timdeluxe step 2?
15:12 Philiptypo3dk just to /fileadmin ?
15:12 timdeluxe yeah, as showed in the image :)
15:13 Philiptypo3dk ah
15:13 Philiptypo3dk ty
15:13 timdeluxe np
15:14 Philiptypo3dk no change.. cleared cache too :/
15:14 timdeluxe what do you see? an unformatted page ore nothing?
15:15 timdeluxe do you have a url? :)
15:15 Philiptypo3dk fixed it
15:15 Philiptypo3dk fileadmin\templates doh
15:15 Philiptypo3dk i saw just text and no css etc hehe
15:16 timdeluxe i said "as showed in the image" :)
15:17 Philiptypo3dk yea, missed the \templates part :/
15:17 Philiptypo3dk headace...
15:18 timdeluxe exhausting sunday? ;D
15:20 Philiptypo3dk hehe
15:32 replman I enabled realurl to change index.php?id=140 to something like /blah.html. But what i get is something like http://domain.de/46 and the link is also not working anymore
15:40 timdeluxe replman: strange, did you configure it in any way?
15:40 timdeluxe you will need to have a domain record
15:41 m4rtijn re
15:41 replman timdeluxe: i didn't configured something by myself :-), i just copied the site. What i found out is, that the .htaccess was missing, now the urls work but the url itself consists of numbers only (http://domain.de/46)
15:42 replman The problem now is only that 46 should be replaced by a speaking page-name
15:42 timdeluxe you could achieve it by automatic configuration
15:42 replman timdeluxe: how?
15:43 timdeluxe check this as first step http://dmitry-dulepov.com/article/automatic-realurl-configuration-howto.html
17:35 bayer how can i instantiate a frontend plugin class within another frontend plugin?
17:47 pmk65 If anyone is using t3mootools in their own ext, and want to upgrade to newsest Mootools. Then I made an update of t3mootools for Mootools v1.2 (P.t. only avaliable at forge http://forge.typo3.org/projects/show/extension-t3mootools )
18:21 kraftb hello !
18:22 kraftb does someone know, if there is an extension which allows a editor to search for files in the fileadmin (simply via name - not the contents of the files)
18:25 pmk65 I don't think there's an ext that can do that.. But I guess it would be useful if you have a lot of folders/files.
18:27 pmk65 If the filetree is build like the pagetree, then it should be possible to create something similar to the pagetree search function.
18:30 fred^ Everything is in norwegian except for cal, even though it has the correct translation files downloaded and available to it
18:31 fred^ Downloaded through EM
18:31 fred^ Is there some specific locale setting in cal setup that I need to specify?
18:35 kraftb thx pmk ... sad to see, that after that many years of T3 there is no file-search extension ...
18:35 kraftb I would not like to add another one to the list of kb_ exts :(
18:55 TheS wie kann ich nur einen bestimmten content einer seite ausgeben?
19:13 fred^ does your pagebrowser listen to you when you set it to showFirstLast = 0?
19:13 fred^ it still shows the next/previous links here
20:21 ppe hi, I'm learning typo3 4.2 from a book. I've typo3 4.2.9 installed. in the book are screenshots, where there is a button to the typo3-reference under the textfield from the template-setup. but I don't have that. has anyone an idea?
20:25 der_soenke ppe: are you sure, you aren't on the "Click here to edit whole template record"-Page?
20:26 ppe yes I'm sure. in the screenshot from the book is a button under the setup-pencil.
20:28 der_soenke ppe: a button for the tsref?
20:28 ppe yes.
20:31 ppe was there a update with this button between version 4.2 and version 4.2.9?
20:31 der_soenke ppe: no
20:31 der_soenke look here: http://www.picpaste.de/Bildschirmfoto1.png
20:32 der_soenke i think its not changed since version 3
20:32 timdeluxe__ wait: where did you get 4.2._9_ from?
20:32 timdeluxe__ the last i know is 4.2.6
20:34 ppe ok, it's probably 4.2.6 sorry
20:35 timdeluxe__ okay i checked a 4.2.6 backend here, this link is also not there.
20:35 timdeluxe__ do you just want the url to tsref or do you want to get that button back?
20:35 der_soenke m yscreenshoit was from 4.3.6 also
20:35 der_soenke maybe thi sbutton is from an extension
20:36 ravatar goodbye
20:36 ppe timdeluxe__: I want this button back.
20:36 der_soenke ppe: back?
20:36 der_soenke the button was there?
20:39 pmk65 ppe: Do you use Firefox?
20:40 pmk65 then you could add the FF ext from here -> http://www.visionconnect.de/
20:40 pmk65 It gives quick access to TSRef & TSconfig.
20:42 pmk65 The old TS icons in BE have been moved to the "Help" module, under "Typoscript help"
20:42 ppe pmk65: yes. I'm using firefox.
20:44 der_soenke pmk65: but normally this extension should be installed, its a sysect.
20:44 ppe this is my look: http://netzor.de/Bildschirmfoto.png
20:45 der_soenke ppe: click onto the pen a setup
20:45 der_soenke then you get the setup-field, and under it the table from your screenshot
20:47 ppe der_soenke: no, I'm not getting it: http://netzor.de/Bildschirmfoto.png
20:47 ppe oh...
20:47 ppe I'm seeing it
20:47 ppe its on the left besides the textfield..
20:48 der_soenke left..?
20:49 ppe yes, in my screenshot..
20:49 ppe look trow a look on it
20:49 ppe oh..
20:49 ppe trow a look*
20:49 der_soenke by the way, ppe, you could use this extension: t3editor
20:49 der_soenke its an enhanced editor for typoescript
20:51 ppe der_soenke: by normally I can paste the code from the reference when I click on the plus-button. this isn't working by me.
20:52 der_soenke ppe: no, the plus is writing ts at the textfield under the reference
20:53 der_soenke and unter the textfield, you can find a link to write the content of this textfield to you ts-textfield
20:54 ppe der_soenke: ah, ok. I've understood that.
20:57 ppe der_soenke: thanks for help! you're great!
20:57 ppe :-)
20:57 der_soenke youre welcome
21:54 pmk65 me :p
21:55 just2b which cases exist where duplicate content is possible, anbd i am not talking about an editor copying content elements
21:55 just2b i got the mountpoints and get content from page
21:58 pmk65 insert records?
21:58 just2b this is just for content elements, i guess a ibit overhead if just 1 CE is duplocated... :/
22:00 pmk65 I don't think there's other (I never found out what a "BE user section" is, but it looks similar to a normal page, regarding he tabs/fields
22:01 just2b never used that either ;)
22:01 just2b i am doing another small ext wjhich inserts the canoncial tag
22:02 just2b hehe and you didn't tell me whart you did with the textareas ;)9)))
22:03 pmk65 I did, but you keep oppping in and out on skype (dunno why) so I guess you never got the answer.
22:03 just2b :((( damn skype in company
22:04 just2b you have the history somewhere around?
22:04 pmk65 I don't think my solution will work for you, as it was a different problem.
22:04 just2b ok°
22:05 pmk65 Mine was due to content I read from a textarea, contained slashes, which fucked up later processing . My solution was to use stripslashes(value)
22:06 just2b problem is > i don't control the saving process becaut it is core
22:07 pmk65 what kind of LF/CR does the return value from the textarea have? Can you do any preprocessing on the value before it is saved?
22:08 just2b no not really, i guess there is a trim or something like that in saving procuess
22:10 pmk65 If its a EXT config you are saving, then it's saved as a serialized array. Maybe that's why you can't have CR/LF in iy. (Or maybe they need to be escaped or something before serializing)
22:11 just2b you can serialize arrays and objects and everything
22:11 just2b anyway.. i hate it :( sry
22:12 pmk65 I know, but TYPO3 might not parse it correctly. Have you ever tried making a CSV with linefeeds? (Using TYPO3's CSV functions)
22:12 just2b no
22:12 just2b i guess it wont work...
22:13 just2b sometimes it is SO anyoing crawling through the core for such stupid things
22:13 pmk65 It treats each linefeed as a delimeter, adding each line as a seperate field, which screws up big time when you inport it..
22:13 just2b but maybe i should stop for today.. some people pissed me off already..
22:13 pmk65 lol
22:15 just2b complaing how aweful my manuals are and how unusable, writing on his website that 1 customer explitly said "no ext xxxx from me" and so on..
22:16 just2b and i found this comment in the core > // This will be saved only if there are no linebreaks in it !
22:17 pmk65 just2b: Well I like your ext, as they are well written. As for the manuals, then people always complain. And once you point them to the place in the manual where the stuff is, they never respond hehe.
23:07 Denyerec I think just2b needs a hug.
23:18 timdeluxe__ harhar
23:21 hphoeksma hi all, does anyone know if it is possible to have listNum (IMAGE) have a fallback to the first image if listNum = 1 is not found?
23:36 jananne Hello, my users can't click on the rightmousebutton for 'page properties'.. is there some configuration needed for this? or a user right?
23:43 Provito to get the page properties click on the page module then the page then the pencil icon
23:47 jananne Provito: they should be able to right click right?
23:48 ckoehler or single left click
23:48 jananne doesn't work either.
23:49 Provito jananne, if you left click on the icon in the page tree does a menu pop up?
23:51 ckoehler check for javascript errors

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.