Search the website and IRC logs

#TYPO3 IRC log from : Monday 9 March 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
02:07 nkuttler ries_laptop: iirc it's somewhere in the be group settings
02:09 ries_laptop nkuttler: you mean the restrictions?
08:49 Headcrap hi guys
09:00 lilalinux t3 uses multiple h1 tags on one page :-(
09:18 fred^ hey lilalinux, set h2 as default header
09:19 lilalinux fred^: how?
09:19 lilalinux got it
09:19 lilalinux content.defaultHeaderType = 2?
09:21 _pedda_ hi all
09:22 fred^ yeah, thats it
09:28 lilalinux Why can I change the default language of a user in BE to e.g. german, but at the user settings only english appears?
09:30 lilalinux the extension csh_de is flagged "obsolete
09:30 lilalinux "
09:32 lilalinux got it
09:44 fred^ hmm, how can i select a an altnerative tt_news template file if a db field is else than NULL
09:55 lilalinux fred^: if.isTrue.field=fieldname?
09:58 lilalinux How do I position the date unterneath the text instead of above? (css-styled-contend, lib.stdHeader)
09:58 nd_ Well, I have some problems with utf8 content in database. Both the db and the page are utf8, forceCharset utf8 is set, still I don't get umlauts right... ideas?
09:58 lilalinux nd_: apache configuration?
09:58 lilalinux maybe the defaultcharset is set to latin1
09:59 lilalinux AddDefaultCharset
09:59 nd_ I cannot change this... but I don't have the problems on the normal pages
09:59 lilalinux http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset
10:00 nd_ just on my extensions db contents... so I guess something went wrong with importing
10:00 lilalinux i see
10:00 nd_ still, the table, db and all have collation utf8
10:07 nd_ weird
10:26 iOops hi
10:35 fred^ Im trying to select an alternative template for tt_news if an field is true. http://www.phlogi.net/fresh/t3/tspastebin/showPost/-30f2994140/
10:35 fred^ It wont work. Is there not an easier way to do an if or else condition in t3?
10:43 maholtz|WORK @fred^: use override
10:44 maholtz|WORK override = my other template.html
10:44 maholtz|WORK override.if.isTrue.field ...
10:58 iOops hei, i try to install tt_news I have an error message like : http://pastebin.com/f759458db
11:01 fred^ maholtz|WORK thanks, but like this ? http://www.phlogi.net/fresh/t3/tspastebin/showPost/-a1c74d8dd4/
11:02 maholtz|WORK @fred^: does not work?
11:02 maholtz|WORK has templateFile stdWrap property?
11:03 maholtz|WORK well "ifEmpty ?? use "isFalse"
11:05 fred^ Yeah, does not work. templateFile is a resource and does not have stfWrpa
11:05 fred^ i tried both isEmpty and isFalse
11:05 maholtz|WORK if it has no stdWrap there is no need to try isEmpty or isFalse:)
11:08 fred^ is it possible to do a if else check on that database field and return the right template?
11:14 maholtz|WORK how could it work?
11:14 maholtz|WORK a workaround:
11:14 fred^ maholtz|WORK have you done anything like that before?
11:14 maholtz|WORK temp.tt_news < plugin.tt_news
11:15 maholtz|WORK plugin.tt_news = COA
11:15 maholtz|WORK plugin.tt_news.10 < temp.tt_news
11:15 maholtz|WORK plugin.tt_news.10.if.isFalse.field =
11:15 maholtz|WORK plugin.tt_news.20 < temp.tt_news
11:15 maholtz|WORK plugin.tt_news.20.template....
11:16 maholtz|WORK plugin.tt_news.20.if.isTrue.field =
11:16 maholtz|WORK and: put it afterwards into snippets!
11:16 maholtz|WORK please:)
11:16 maholtz|WORK and: yes, i had *g*
11:26 fred^ No problem, I always try to put solutions into snippets but so far hadnt had much to put in there :)
11:26 fred^ maholtz|WORK It worked in a way - It rendered two tt_news objects, one with each template
11:27 fred^ http://salangen-nyheter.com.kunder.intermedia.no/nyhet/rbk-tester-kroatisk-spiss/
11:27 maholtz|WORK so, if doesnt work
11:28 maholtz|WORK could be that COA have no sinlge if
11:28 maholtz|WORK but stdWrap
11:28 maholtz|WORK so use stdWrap.if....
11:34 fred^ seems COA have if (im not sure what you mean by single)
11:34 fred^ and im not sure how i can use the if in relation with stdWrap since that only set the stdWrap (?)
11:35 fred^ maholtz|WORK: lots of thanks for helping me :)
11:49 Cy Hi there
11:49 Cy I have a problem with DAM and permissions... for some reason the users I've assigned all permissions can't edit DAM items.
11:49 Cy The "pencil" icon shows grayed out
11:52 maholtz|WORK @Cy: depends on filetype?
11:52 maholtz|WORK @fred^: np - did id work now?
11:52 maholtz|WORK does
11:52 Cy No, seems to happen on every item on the DAM
11:53 maholtz|WORK check *.html files
11:53 maholtz|WORK and *.txt
11:53 maholtz|WORK and *.htm
11:53 Cy mmm let me see
11:55 fred^ maholtz|WORK: no, i was still wondering about those things i mentioned above
11:55 Cy maholtz|WORK: Yes it happens with txt --> http://tinyurl.com/7wqc8t <-- See the screenshot
11:59 Cy any idea?
12:07 maholtz|WORK @Cy: ah, ok you didnt indexed...
12:07 maholtz|WORK do you use DAM 1.1.1?
12:08 Cy let me check the version maholtz|WORK
12:08 maholtz|WORK @fred^: it should render two plugins
12:08 maholtz|WORK and you should disable one of them via if
12:08 Cy 1.0.14 :S
12:08 Cy Looks i am a bit outdated right?
12:09 maholtz|WORK since december
12:09 maholtz|WORK but it is worth to update
12:09 Cy let me see if I can upgrade now
12:09 maholtz|WORK @fred^: it should work with if - so check for typos etc
12:13 milpoer hi all..
12:13 Cy maholtz|WORK: strange says about 1.1.0, 1.1.1 and shows as most updated 1.0.15??
12:14 maholtz|WORK yep, its normal, because there was 1.0.15 checked in after 1.1.1
12:14 Cy But I should go for 1.1.1 right?
12:14 milpoer any RealURL gurus :) I have a problem with my realurl after update t3: to 4.2.6 and realurl 1.5.3 the problem is that the pages cannot be rendered.. the error message is: Reason: "english/" could not be found, closest page matching is
12:14 maholtz|WORK yep
12:16 milpoer anyone has a hint what went wrong ? i have other solutions thats works fine, and i have tried to copy their realurl confs but same errors.
12:17 Cy maholtz|WORK: Now I get it like this: http://skitch.com/cyborg/b8cdi/test
12:17 maholtz|WORK sounds as indexing doesnt work?
12:17 Cy Can't edit any record, but I can edit the file... what should I do to make the records and files editeable?
12:18 maholtz|WORK you are admin?
12:18 Cy When I am the admin I can
12:18 Cy With an user I can't
12:18 maholtz|WORK ah, check permissions of DAM-folder "media"
12:18 Cy Owner group admin have all "Access Granted"
12:19 maholtz|WORK and are they allowed to edit DAM records?
12:19 Cy the users are part of the group admin now
12:20 Stephan Hi all. Have any of you ever experienced that having a dead image link in your FE template somehow deletes your BE session?
12:20 Cy It's not an special group....
12:21 Cy The permissions looks like this maholtz|WORK: http://skitch.com/cyborg/b8cd9/permissions
12:21 maholtz|WORK yeah, but check if they are allowed to edit DAM records - its defined in group
12:22 Cy checking
12:25 Cy Can't find about "Editing DAM records" maholtz|WORK, in any part of the group... Can you please let me know where is that exactly?
12:27 maholtz|WORK you can specify which field an user is allowed to edit - there is a checkbox in the group you have to check
12:35 Cy Didn't work
12:35 Cy I checked all the MEDIA checkboxes etc...
12:40 Stephan Hi everybody. I'm new to IRC, so I'm a bit unsure about what the etiquette is here
12:40 milpoer just ask some questions :)
12:42 Stephan hehe ok :) I keep getting my BE session killed. For one thing I have located that having a bad link to a image FE triggers it. But now also in BE under some circumstances. Anyone heard of something similar?
12:49 milpoer i have solved my problem, if i downgrade to realurl 1.3.2 again instead of 1.5.3, so now i will be forced to read changelog :)
12:49 Cy maholtz|WORK: Did you read my PM?
12:50 Stephan More information about my question: is there any session problems related to have installed typo3 in a subfolder?
13:03 m0oman i don't get how almost everyone bothers with realurl.
13:03 m0oman it's like choosing the dentist instead of nice and cosy dinner. :P
13:12 dokma hey guys. my metaCharset is getting set to us-ascii even though I have config.metaCharset = UTF-8 and forceCharset = utf-8
13:12 dokma is there any other setting for this?
13:18 maholtz|WORK @Stephan: bugs.typo3.org - afaikt there are problems, if you have more than one TYPO3 per domain
13:19 Stephan Hi maholtz|WORK, I do. And there are problems even though I'm logged in at the same time, you believe?
13:20 maholtz|WORK do not know what exactly happens - but problems should only if you switch between instances (perhaps, not depending on being logged in)
13:20 maholtz|WORK check bugs for that
13:21 Stephan I don't switch. And problem only occurs at specific times. Like when using web->view to view frontend and there is a missing image on the FE page shown
13:25 crisb2010 hi there
13:26 crisb2010 does one of you guys know if there is a template based extension for listing users in the frontend?
13:38 maholtz680 re
14:14 pollhp hi
14:18 pollhp Im wondering what the best solution is for this: I have a plugin that I can configure in the backend with an option "Language:" It need to be possible that the selected language in the BE for that plugin is used in the frontend
14:19 pollhp what would be the best way for doing this?
14:20 falkenberg I have a question regarding setting up a workarea for a new website. The pagetree contains multiple websites. I intend to delete a lot of pages and create new ones in the workarea and need to now what will happen when I publish the new workarea. Will the other websites be affected?
14:21 falkenberg I should mention that I only wish to update one of the websites.
14:26 nkuttler falkenberg: well, that depends on your setup
14:33 pollhp anyone?
14:34 falkenberg Yeah I guess. I have never worked in workareas before. My new workarea has all the same content as the total pagetree. My plan is to delete all pages in my new workarea and then create the new ones that will use with the new templates. If I don´t deleta any of the pages for the other websites and publish the workarea I should be okay?
14:34 maholtz680 @pollhp: take another extension
14:34 nkuttler pollhp: is that plugin template driven?
14:35 nkuttler falkenberg: if you want to play it safe install a backup on a different server or a second vhost
14:36 pollhp just having an own plugin that I import in some pages in the BE; If I import them in an English page I need to select Language: English in the BE plugin config on that page, If I have a dutch page I need to select the plugin that it is in dutch; But what is the best way to do this?
14:38 maholtz680 isnt it done like normal content elements...?
14:38 razer hi
14:38 maholtz680 do you work with one tree fits all?
14:38 razer i have a question about tt_news
14:39 razer i can't change any stuff in the constant editor
14:39 razer or in the object browser
14:39 pollhp the data from the frontend needs to be different depending on the selected language in that plugin in the backend
14:42 maholtz680 @pollhp: but usually you would "translate" that plugin? like you do with content? but sounds like i am wrong...
14:42 razer ah now it works
14:42 razer thx anyway
14:43 Denyerec Heyhey chaps!
14:43 falkenberg nkuttler: I might do that. Do you have a link to knowledge about Workareas?
14:48 pollhp but how do you translate it? its one tree fits all but I need to know how to implement that in my code (an selfwritten plugin) I have this in the BE but it doesnt do anything at this moment: http://img26.imageshack.us/img26/8804/pluginlang.png
14:54 pollhp do you understand maholtz680 ?
14:56 maholtz680 you know $this->pi_getLL and it works?
14:57 maholtz680 have a look at: tslib_cObj::getWhere
14:59 pollhp with that it depends on the user and his browser; I want to say that the plugin on the Dutch page needs to be in German for example; I need to select that and configure that in the BE so that the user cant change or select this;
15:03 fred^ maholtz680 http://www.phlogi.net/fresh/t3/tspastebin/showPost/-6d3c14f305/ this is what i got now. no typos that i can see
15:07 maholtz680 @fred^: well, why "ifEmpty"? take if.isTrue and if.isFalse
15:10 pollhp :/
15:13 dinsdale07 I'm getting an errormessage "Duplicate entry for key1" from tx_kbmd5fepw_challenge sometimes when I logout a FE user. Does anyone know where that could come from?
15:13 dinsdale07 here is the full error message: http://paste.phlogi.net/kbmd5/
15:14 maholtz680 @pollhp: your plugin should work like normale content elements
15:14 maholtz680 i think i do not get the point
15:19 pollhp I have a website with multiple languages. I insert my own plugin in the BE. When I check a page in the FE I see my plugin in (for example) English. When I go back to my BE to my plugin configuration I select the language for the plugin in German ( http://img26.imageshack.us/img26/8804/pluginlang.png ). When I go to the FE now my plugin needs to be translated into German. But my question is: how can I implement such translat
15:21 falkenberg I am reffering to WorkSpaces of course
15:22 maholtz680 @pollhp: so i ask again: you know $this->pi_getLL and it works?
15:23 pollhp not really I guess...
15:32 nkuttler pollhp: kind of busy here.. if the ext is template driven just make a conditional using globalVars and make a template per language
16:11 falkenberg What is the main difference between swapping and publishing changes in WorkSpaces?
16:11 nkuttler falkenberg: publishing doesn't preserve the live version
16:12 nkuttler falkenberg: well, i guess it's still hidden somewhere in the revisions etc, but harder to access
16:14 crisb2010 hi there
16:15 crisb2010 i am using a TCA_INPUT in the template for srfeuserregister. is there a way to adapt the output of TCA_INPUT?
16:17 crisb2010 all i want to add is add a size to it
16:20 crisb2010 not nice but i'll do it with JS :D
16:21 dinsdale07 crisb2010, hehe, js the dirty fix command line for webdevelopment.
16:22 nkuttler crisb2010: you say template, can't you just edit it? or is that hardcoded in the ext?
16:22 falkenberg nkuttler: I tried doing both and it seemed like the same thing happened. Maybe it was because I created a page that did not exist in the Live page tree?
16:22 nkuttler falkenberg: probably
16:24 crisb2010 nkuttler: in the template is just a: ###TCA_INPUT_tx_24addfields_akzeptgroup###
16:24 crisb2010 and i have no clue where this TCA_INPUT is configured
16:24 nkuttler crisb2010: that looks like a marker, grep through the ext
16:24 crisb2010 so i used the dirt fix command line :D
16:25 crisb2010 nkuttler: isn't this a typo3 thinggie?
16:25 nkuttler JS probably isn't too bad. nearly every typo3 install i do has patches for exts flying around :/
16:26 nkuttler as if i wanted an ext to do css clearing for example (latest example)
16:27 crisb2010 found it in the ext, but since it will break after the next update i'll go with the JS function
16:28 falkenberg See ya. Thankx for the support nkuttler
16:34 razer hi
16:34 razer is it possible to prevent the link autoparsing
16:35 razer eg. href="#top" shouldn't be transformed to href="domain#top"
16:35 razer thx
16:35 ckoehler don;t think it's needed
16:35 ckoehler wrong channel
16:43 nkuttler hrm, i need to extract all contents from tt_content from the live version, access restricted pages included. anyone has a script for that?
16:44 nkuttler razer: autoparsing? doesn't happen here. do you use baseurl?
16:45 razer nkuttler: yea i do
16:46 nkuttler razer: how do you create the href anyway?
16:46 razer erm
16:46 razer blah.toplink = TEXT
16:46 razer ..value = <a href="#top">top</a>
16:50 crisb2010 does someone have a clue why this doesn't work? - http://www.pastie.org/411759
16:52 crisb2010 it does work with standard fields but not with my custom one ...
16:52 crisb2010 tried several writing styles, none worked
17:01 nkuttler razer: that just works for me, maybe it's baseurl
17:04 _pedda_ cu all
17:14 maholtz680 @crisb2010: have to leave, so i do not see what you pasted, but if you want custome field in pages table, you have to add it via install tool
17:14 maholtz680 bye
17:22 SimonSimCity I'm writing my own extension and I want to display a textarea in the extensionConfiguration of my extension.
17:22 SimonSimCity I think I should write it into "ext_conf_template.txt" - but I don't know the type ....
17:36 AsomborosMan Hi all
17:36 AsomborosMan I just uploaded a Typo3 website into a hosting server, but when trying to access anything inside the web, included the install tool I just get a blank pages saying:"Bad Request (Invalid Hostname)", I googeled, but only germani information found, can anybody help me please? I really need help now
17:38 nkuttler AsomborosMan: hm, did you upload src + dummy? can you access any .html files you upload?
17:39 AsomborosMan nkuttler, I uploaded everything as it was on local and working, actually I uploaded all my /var/www/typosite directory
17:39 ckoehler bad request has something to do with a bad http request
17:39 ckoehler http://www.checkupdown.com/status/E400.html
17:40 AsomborosMan I am going to upload a test.php file an dsee what happens
17:40 AsomborosMan ckoehler, I am just writing the domain name in the browser
17:40 ckoehler read the page i linked to
17:40 ckoehler :)
17:40 ckoehler gotta go
17:41 AsomborosMan ok
17:41 AsomborosMan ckoehler, thanks
17:43 Denyerec Did I bore you lot with this weekend's photos?
17:52 AsomborosMan wow, when accessing to my page using the IP instead fo the domain name, works...does this have something to do with a new domain I asked for yesterda?
19:11 kv0s Hi!
19:12 nkuttler hm, are fe logins restricted to the IP by default?
19:12 kv0s Does anyone have a idea how i can create a "secure download for members" - no searchengine or guests should be able to see these downloads ...
19:13 nkuttler kv0s: there's a secure downloads plugin
19:15 kv0s nkuttler: Hm. Sorry. I will search the ter.
19:37 nkuttler grm, any ideas why re-using my cookie with wget would cause me to logged out of the FE?
20:37 iOops hi
22:20 Juanolo Hi all
22:21 Juanolo Is there anyway to add some scriptign after the </body> tag in TemplaVoila so it wont be ignored???
22:21 iOops no idea
22:29 Juanolo ok
22:34 Juanolo this is specially anoying, I want to add google tracking scripting code after the </body> tag and I cant just because Templavoila ignore anything outside <body></body>
22:38 Juanolo Help please!!!!!
22:38 iOops too late is time to sleep :)
22:39 Juanolo camon!!! it is only 10:30!!!!:)
22:39 iOops yeah but u know is not work hour com on
22:39 iOops ;)
22:40 Juanolo buaaaaaaaaaaa :(
22:40 Juanolo I will not sleep if I cant solve this before..I will hve nightmares!!!

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.