Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 16 December 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:12 iaj erank: any other possibility?
00:14 erank 500 is an internal server error, possibly caused by a setting in your .htaccess files
00:16 iaj erank: i see.. and do you know why I cant see the powermail plugin in the ext list?? in typo3 ext. repo within typo3?
00:17 iaj ah ok I get an internal server error when i try to retrieve the list as well :/
01:20 atmos4 hmm, I have a strange prob on a customers typo3 install
01:20 atmos4 every time I save a page, the pagetree collapses
01:21 atmos4 it seems it's reseting all seting for the user account
01:21 atmos4 because eg. also extension manager reverts to only show reviewed extensions
08:11 katz-und-mau5 hi
08:12 katz-und-mau5 how can I set an navigation entry for the startpage: http://screensnapr.com/u/o8qi2i.png
08:12 katz-und-mau5 i cant find any option
08:36 menak hi
09:09 PiMB hi all
09:16 Prot0 hola
10:09 lars__ Hey - I'm developing an extension, and I've got a link-field in my table. When I retrive this from the database it is just a string like this "www.example.com/ _blank - Example". Is there an easy function for creating the html a-tag from this?
10:14 Prot0 how do you set it in the BE?
10:14 Prot0 just a text field?
10:17 lars__ well, its a link-field
10:18 lars__ with the little globe to the right
10:20 lars__ rte-link it says
10:22 Prot0 ah ok
10:26 PiMB lars__ you probably of best with the use of typolink
10:26 PiMB see http://www.bstar.de/2007/07/26/typo3-using-typolink-in-your-own-frontend-fe-extension/ for the use
10:26 PiMB it works the same as typolink in TS, which means you can set parameters to hold the parameters for the link.
10:26 PiMB and that can be in a way like: www.example.com/ _blank
10:26 PiMB typolink does the rest.
10:28 PiMB see http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/8/ for more info on the typolink
10:35 lars__ PiMB: thanks, it seems to be working :)
10:36 Denjerek Morning all!
10:36 Prot0 morning
10:41 iaj morning!
10:45 PiMB lars__ np mate
10:50 Bluespuke morning
10:52 Prot0 lo
10:53 PiMB hi
10:58 tPl0ch hi, I tried to remove the header data for a page that should be sent via direct mail
10:59 tPl0ch page.headerData < temp.nlHeader
10:59 tPl0ch but it still puts all that stuff in that shouldn't be there
10:59 tPl0ch like js and css links
10:59 tPl0ch although I also have page.includeCSS > and page.includeJS >
11:00 tPl0ch is there something I am missing?
11:07 PiMB try config.disableAllHeaderCode = 1
11:07 PiMB should do the trick
11:11 tPl0ch PiMB: Thanks :)
11:16 tPl0ch PiMB: how do I get one charset meta tag in there, now nothing is displayed
11:18 Bluespuke hmmm, seems that i have a black out... i moved a page on the tree but realurl still have the 'old' url and i don't even have any idea how to solve it :s
11:18 Bluespuke damn this is scary :(
11:20 Prot0 clear realurl cache
11:20 Prot0 ;]
11:28 Bluespuke damn yeah... i just discovered the clicks to it like remembering part for part of the last evening with a really big hangover... xD
11:28 Bluespuke dunno why i didn't get it
11:28 Prot0 lol
12:01 PiMB tPl0ch sorry, you need to insert it into the html or via markers or something.
12:01 PiMB you're disabling all headers, so headerData won't do much good ;]
12:04 PiMB usually use this disableAllHeaderCode to disable things when you want to output xml or something
12:04 PiMB I like to use it for newsletters to, so I can insert into the html whatever I need
12:19 TheDon_ hi
12:20 Prot0 hello
12:21 TheDon_ hi
12:22 TheDon_ I have some issue in typo3
12:22 PiMB impossible..
12:22 PiMB :)
12:22 TheDon_ ok great
12:22 TheDon_ simple issue
12:23 TheDon_ I have created the left side menu that is ok according to the menu
12:23 TheDon_ I need to change the top banner
12:23 TheDon_ means hedder banner ad how can I upload the banner to left menu related page
12:24 TheDon_ If you want I can give some sample url
12:24 PiMB not totally clear here.
12:24 TheDon_ ok
12:24 PiMB Do you want a different header per page?
12:24 skyfury i dont get it x_X you wanna change the header of the whole page or a picture on top of the menue?
12:24 TheDon_ exactly
12:25 TheDon_ www.asienholiday.de
12:25 TheDon_ ok
12:25 skyfury imagerotator is maybe a solution, should be in repository
12:25 TheDon_ left menu there is a country list
12:26 PiMB I see that.
12:26 PiMB And if you click a page you want a different header on the top? to the right of the logo you mean?
12:27 TheDon_ if I click one country it should load deferent image
12:27 TheDon_ yes it is
12:28 PiMB just a sec.
12:28 TheDon_ ok ..
12:29 TheDon_ any reference if you can give me it is great help
12:29 PiMB just a sec :)
12:30 TheDon_ :)
12:33 PiMB check this
12:33 PiMB http://paste.phlogi.net/dynamic_header/
12:34 PiMB What this enables you to do is to add a header on your page in the page settings (field resource)
12:34 PiMB with the levelmedia:-1 it slides up to the parent page if the current page hasen't got an image. And it does that until it finds one (so place one in the root of your site as fallback)
12:35 PiMB and the width = 720c, height = 140c is obviously the widht and height of the image.
12:35 PiMB only thing left to do is to put the lib.headerImage in a marker or something and you're good to go.
12:36 TheDon_ ok great I'll check and give my feedback
12:36 TheDon_ thanks
13:40 pmk65 Firebug Lite (Use Firebug in IE, Opera or Chrome)-> http://getfirebug.com/lite.html
13:42 seewer yeah, that's quite handy. Although I can be terribly slow
14:15 nd__ How can I change the standard typo3 message `Database error` and customise the output?
14:18 BenjaminS nd__ install
14:18 BenjaminS nd__: check the install tool
14:18 BenjaminS handling error page
14:19 nd__ alright, thank you
14:27 subanomic hi
14:27 Prot0 hello
14:29 subanomic I've got a question. I just accidentally overwrote a template file. The TYPO3 installation is configured to use templavoila
14:29 subanomic can I somehow revert it?
14:29 subanomic I do not have the original template here
14:29 Prot0 a file or a record in the BE?
14:29 subanomic a file
14:30 Prot0 those are not backed up by TYPO3 (db records are till some point)
14:30 Prot0 you can check with your hosting provider
14:30 subanomic Well, templavoila caches the template file
14:30 subanomic but not the original file unfortunately
14:31 Prot0 hm
14:31 Prot0 no way to retrieve it from there?
14:31 subanomic not sure
14:31 subanomic I could just access the site and take the source code
14:32 subanomic but thats not the original file, though
14:32 Prot0 heh
14:33 subanomic oh this was so dumb, I got access to this TYPO3 installation by someone who told me to create a new site and do not blow up the old one
14:33 subanomic and what did I do?
14:33 subanomic :(
14:33 Prot0 kaboom?
14:33 Prot0 does the hosting provider make backups?
14:34 Prot0 or do you still have the file open in your editor?
14:34 Prot0 or perhaps your editor makes backups ;]
14:34 Prot0 (just shooting options)
14:34 subanomic i never had it in my editor
14:34 subanomic I already tried to get it from the Firefox cache, because I accessed it before
14:34 subanomic but it isnt in there...
14:35 subanomic well, nvm, I just wrote an email to that guy and told him
14:35 Prot0 hehe
14:35 subanomic I hope I won't be too angry
14:35 subanomic he*
14:36 subanomic It was good fortune that I did not overwrite the style.css
14:36 subanomic because that one is not taken from the cache
14:46 PiMB hot2def, yes you should be able to do that.
14:46 PiMB I don't really know if it's a good idea though..
14:46 hot2def \typo3_src-4.3.0\typo3\install -> \system\site\install
14:46 hot2def yes thats why im ask
14:46 PiMB i would still use \system\site\typoe\install\
14:46 PiMB site is the root of your website?
14:47 hot2def yes
14:47 PiMB better use /typo3 then
14:48 hot2def okay i use default dirs :P
14:48 hot2def second question
14:48 hot2def where is the place to put the dummy in
14:49 Prot0 same as your typo3 folder
14:49 hot2def i just read for starting new i need him too
14:49 hot2def okay good
14:49 hot2def now im ready to startup
14:49 hot2def thanks :)
14:51 Prot0 heh
14:51 Prot0 good luck
14:51 hot2def thx but wait
14:51 TheDon_ Hi again I came ...
14:51 TheDon_ Dynamic header
14:52 hot2def when i extract the zip there is ah folder typo3_src-4.3.0 and in this is the Typo3 folder
14:52 hot2def ah okay i name this system/ and typo3 behind
14:52 Guest29634 n Typo3 v4.2.8, I installed the extension timtab_flickrrss, when I try to remove it, I can not find in the Extension Manager, how can I remove this extension
14:52 Prot0 yes
14:53 Prot0 Guest29634: If its not in the list of loaded extensions its probably already uninstalled
14:53 TheDon_ http://www.phlogi.net/t3/tsp/sp/dynamic_header/
14:53 Prot0 otherwise check if the "show shy extensions" is checked on top in the EM
14:53 TheDon_ use for my code
14:54 TheDon_ lib.topimage = COA
14:54 TheDon_ lib.topimage {
14:54 TheDon_ # Default image if no image is inserted on the page
14:54 TheDon_ file = user_upload/header_images/headerImage3.jpg
14:54 TheDon_ file.import.data = levelmedia: -1, "slide"
14:54 TheDon_ # Folder to upload the userdefined images to
14:54 TheDon_ file.import = user_upload/header_images/
14:54 TheDon_ file.import.listNum = 0
14:54 TheDon_ file.import.override.field = media
14:54 TheDon_ }
14:54 TheDon_ like this
14:54 Guest29634 I can't find that option in EM
14:55 TheDon_ but topimage area doesn't give at least image tag also
14:55 Guest29634 sory, I discover
14:56 Guest29634 thank you, I found now the extension
14:58 sorenmalling TheDon_: Define that its a IMAGE object
15:00 TheDon_ yes
15:00 TheDon_ I did it
15:00 TheDon_ >lib.topimage = IMAGE
15:01 TheDon_ Do I want to give exact image width and height
15:08 TheDon_ how can I rectify my issue
15:22 sorenmalling TheDon_: From your code you only defined lib.topimage = COA
15:22 TheDon_ http://paste.phlogi.net/-ad581594e5/
15:22 TheDon_ this is the code
15:25 sorenmalling TheDon_: If you wanna use conditions, you should read the tsref regarding condition, you can't build it up like the code postd
15:26 rogerpfaff hello #typo3
15:26 Prot0 hello again rogerpfaff
15:26 Guest29634 A few days ago that I failed to see published images that I put it in the page (New content element -> Images Ony).
15:26 Guest29634 This only happens with new images, old images are published, and I can see them. What is happening?
15:26 rogerpfaff hey Prot0
15:27 rogerpfaff you're the man I hoped to see here :)
15:27 Prot0 Guest29634: check your file rights
15:27 Prot0 lol
15:27 Prot0 whys that :$
15:27 rogerpfaff i have finished that stuff from yesterday
15:28 rogerpfaff i can upload a file and show the contents as modal window htm table
15:28 rogerpfaff but now
15:28 Prot0 nice :]
15:28 rogerpfaff i need a way to insert a link into the page only if there is the file
15:29 rogerpfaff i've tried with my new knowloedge about userfunctions
15:29 rogerpfaff but userfunctions in conditions work different from userfunctions in content ts
15:29 rogerpfaff i think
15:30 rogerpfaff is it understandable what i'm talking about?
15:31 Prot0 i get where you are going at yes
15:32 pmk65 rogerpfaff: use the if property on your TS object. (You wrote a userfunc for that?)
15:33 rogerpfaff can i use a condition like [temp.market-matrix...] where market-matrix is a previously configured typo script?
15:34 rogerpfaff pmk65: i thought about this
15:34 rogerpfaff but i have two different markers to fill
15:34 rogerpfaff there ist first market-matrix where a user function returns a html table
15:34 pmk65 rogerpfaff: try posting your Ts and php code.
15:34 rogerpfaff and at another position there is market-matrix-link where just a html link goes
15:35 pmk65 does your userfunc do any checks if the file is present or not?
15:35 pmk65 As then you could set a register value from your userfunc, and use that for testing.
15:35 FloLeBlanc hi all
15:36 Prot0 hey
15:36 Prot0 I got a question, it's something I am curious about
15:36 FloLeBlanc can someone please give me input on how to debug an ajax extension? it is my first try to look into an extension using ajax, and debugging the php will not work for me, because of the ajax call (the page doesn't get reloaded actually - the call works in the background)
15:36 Prot0 why are so many ppl creating local references to the cObj in their FE plugins
15:36 Prot0 example:
15:37 Prot0 $this->local_cObj = t3lib_div::makeInstance('tslib_cObj');
15:37 rogerpfaff pmk http://code-bin.homedns.org/432 <-- this is the working ts for creating the table
15:37 Prot0 when the same is available under $GLOBALS['TSFE']->cObj
15:38 rogerpfaff and if there is content i need a link displayed that has a subpart marker matrix-link
15:40 pmk65 Prot0: because thay haven't read the programming guidelines ;)
15:40 Guest29634 I've been watching the permissions, all the photographs have the following permission: 0644
15:40 pmk65 rogerpfaff: so you only want it to render if the media field is filled?
15:41 rogerpfaff yes
15:41 pmk65 Im not sure if it works with the media field, but try adding a: 5.required = 1
15:42 pmk65 after 5.field = media
15:42 rogerpfaff it's not that easy
15:42 Prot0 pmk65: guessed so hehe, was just wondering about that since i couldnt find much on it
15:43 rogerpfaff make the difference between temp.matrix and temp.matrix-link
15:44 rogerpfaff temp.matrix is what i posted and the matrix-link is another marker that should only be rendered if matrix has content :P
15:44 pmk65 FloLeBlanc: firebug is good for debugging AJAx.,
15:44 rogerpfaff brb
15:45 FloLeBlanc pmk65: i have firebug but the response is a whole page and not the php I'd like to see (if I use the print_r or debug function)
15:46 Guest29634 I am not sure, but I think this problem of not seeing the new photos published appeared after installing the extension: timtab_flickrrss.
15:46 Guest29634 The file permissions are correct, what is wrong?
15:47 BenjaminS hey guys, anybody knows..?
15:47 BenjaminS where do i need to be, if i have a new translation for the Extension manager: translation handling (for powermail)
15:47 pmk65 rogerpfaff: you can try something like this -> http://pastebin.com/m752aae94
15:47 Prot0 Guest29634: did you clear all caches after uninstalling the extension?
15:47 Guest29634 yes
15:47 PiMB BenjaminS try http://translation.typo3.org/
15:47 pmk65 After that object is exeecuted, you will have a register value named myvar, which will be set to 1 if there's content in the media field.
15:48 pmk65 You can then use that regisater value in the 2nd object to check if there was content in the 1st object.
16:07 rogerpfaff how do i reference myVar? :-)
16:07 FloLeBlanc pmk65: should it work only with "debug($var)" (no class or something?)
16:21 pmk65 FloLeBlanc: yes. (you can add some extra parameters, as described in the docs, which will allow you to debug objects on a deeper level.)
16:21 Bluespuke and if you need just one time a simple value you can use t3lib_div::debug$var);
16:21 Bluespuke oups, i mean t3lib_div::debug($var)
16:22 pmk65 Bluespuke: that's not needed if cc_debug is installed, then you can just use debug() without having to specify a class.
16:24 Bluespuke pmk65: yes but sometimes i just need a simple value (often on installations without cc_debug) and t3lib_div::debug is quicker then install cc_debug ;-)
16:52 Jippi_work Is there any way to log a fe user in by hand in an eID script? I want to work as if I'm him in my setup, and since many of the 3rd party extensions I'm using is using fe_user to check credentials, I want to have it initialized :)
17:47 iaj is there any way to change the tabindex from a certain powermail field?
18:00 iaj nvm got it solved.. constants :D
19:44 Deblu hi
19:44 Deblu i've got a strange problem
19:44 Deblu I am using TemplaVoila and I want to create two content areas "Content left" and "Content right" in favour of the default "Main content"
19:44 Deblu This is what the html template looks like: http://www.phlogi.net/f/t3/tsp/sp/-91e00236cb/
19:46 Deblu When I simply create two content areas in the DS/TO and I create a page that has some stuff in "Content left" and some stuff in "Content right", the following thing happens: http://www.phlogi.net/f/t3/tsp/sp/-26f540bc9b/
19:47 Deblu it creates a content_right which contains content, content_left and content_right again
19:47 Deblu any solution as to this?
21:11 rubbysh hi. has anyone experienced the following problem with imagemagick: basically all tests run ok, except for the "Scaling Images: GIF to JPG", where the image is output with black background?
21:11 rubbysh any ideas?

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.