Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 23 February 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
08:17 Moses_ test
09:08 PiMB morning all!
09:24 altmer good morning
09:25 PiMB morning mate
09:51 ndee test
09:52 PiMB testback
09:52 PiMB :)
09:52 smeringe ttest on you ndee
09:52 ndee thanks :D
09:52 ndee so it works
09:52 PiMB seems like it.
09:52 PiMB don't know what the outcome of 'test' should be :)
09:52 ndee I'm on a multi-language site. I'm using the "Files" setting for some header images. When I don't add those files in the alternative page language "Files", the images won't get shown. Is this correct behaviour?
09:52 ndee always "Success" :D
09:52 smeringe :)
09:52 PiMB yes it is.
09:53 ndee PiMB: I do have the settings config.sys_language_overlay =1 config.sys_language_mode=content_fallback
09:53 PiMB Because it has to do with i18n also known as internationalisation
09:53 PiMB Not sure if that setting works for files as well.
09:54 PiMB but I know it's done like this to be able to select images depending on language/country.
09:54 smeringe sure it is
09:54 ndee but it should select the default one, when there is no file for the current language IMO
09:56 PiMB not sure.
09:56 PiMB test it with other fields?
09:56 ndee $TYPO3_CONF_VARS['FE']['pageOverlayFields'] could be something I just read.
09:57 PiMB because if for instance your alternative page language is not there it doesn't even show the language at all.
09:57 ndee but it does show it with content_fallback IIRC
09:58 PiMB are you loading the images via TS or something
09:58 PiMB ?
09:58 ndee PiMB: via TS
09:59 ndee PiMB: http://pastebin.com/qu4v3e41
09:59 ndee can I somehow load the default image first?
10:00 PiMB let me check
10:04 PiMB think I got some
10:04 PiMB http://www.typo3-jack.net/typo3-english-lists-netfielders-de/6245-typo3-page-media-alternative-page-language.html
10:04 ndee the problem is, I don't want to work with pageOverayFields since sometimes, I DO want another picture.
10:05 altmer Hi, i've a TV-Template with 2 columns (Left-Right). How can i set, if leftColumn is empty, the right columns goes thrue the whole width of site? Left and Right Column are CE.
10:05 ndee oh sweet, gonna test it :D
10:11 ndee PiMB: hm, that doesn't work unfortunately.
10:12 PiMB damn.
10:12 PiMB sorry mate
10:12 ndee although it should :/ no problem, thanks anyway, I might find a solution :D
10:16 PiMB Maybe you could help me out?
10:16 PiMB older version of tt_news
10:16 PiMB 2.5.2
10:16 PiMB I would like to preview hidden tt_news items
10:16 PiMB done everything right, but still no luck
10:21 ndee 2.5.2?
10:21 ndee wasn't that added in version 3.0?
10:21 ndee have you been logged in in the BE?
10:21 PiMB of course I have :)
10:21 PiMB not sure about the 3.0 version
10:22 PiMB I would like to have it to work in 2.5.2
10:22 ndee hm
10:23 ndee do you work with workspaces?
10:23 PiMB nope :)
10:23 PiMB would be easy then
10:23 ndee :D
10:23 ndee maybe you can setup workspaces?
10:23 PiMB ..
10:23 PiMB nah, customer will never get it.
10:24 smeringe PiMB: not just some cache problem hindering you? do you get the right url when clicking preview ?
10:24 PiMB yes I do :)
10:25 PiMB And with a good tt_news item I get the item, with a hidden one I get no news_id given
10:26 smeringe ..ah. k. then the page ts config for singleVIew is ok at least :P (though hardly helps if it doesn't show..)
10:27 ndee config.sys_language_overlay =1 <-- with this option, I should always see the translated content_element, also if I don't have it referenced in the page properties, right?
10:28 PiMB smeringe, I kinda think I know what I'm doing, so tried every setting with hidden and unhidden news items, including the proper caching settings and BE logins. but no luck. :)
10:29 smeringe I know you know what you're doing. ..sometimes one also needs a bit of luck to succeed ;) let's see if we can find that luck
10:30 PiMB :)
10:30 PiMB well, I'm kinda leaning to just change some code in the class.
10:30 PiMB according to the ext.manager somebody did already, so upgrading is not an option anyway.
10:31 PiMB hate the people that do those changes without use of hooks. But it allows me to take advantage this one time ;)
10:31 smeringe hehe
10:38 PiMB damn.
10:38 PiMB trying to think of the way to check for BE user in extension
10:50 PiMB not proud of this one ;)
10:50 PiMB if ( $GLOBALS['TSFE']->beUserLogin ) { $singleWhere = str_replace('AND tt_news.hidden=0 ','',$singleWhere); }
10:53 smeringe that's really not pritty :P
10:57 PiMB I know mate.
10:57 PiMB but it fits the rest of the code.
10:57 smeringe :)
10:57 PiMB haven't build the site, just was asked to do some changes.
10:57 PiMB I was shocked :)
11:00 PiMB but this works mate
11:03 BejjWrk I have a problem in my phpbasted webcrawler
11:03 BejjWrk it stalls at certain pages, runs cpu in max, and segfaults after a few hours
11:04 BejjWrk actually it segfaults instantly, but when i used the signalhandler to catch it it just ... sits and runs cpu
11:04 BejjWrk gotta do some checkpoint debugs to determine what its doing exactly when it crashes :P
11:10 WinstonS hey's
11:33 PiMB hi
12:10 Provito http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/
12:18 WinstonS memo to me: dont give out backend logins. thanks for the pointer.
12:54 maholtz|WORK WinstonS: if you dont give out backend logins, that would solve a lot of other issues too:)
12:56 WinstonS heh, true that, maholtz. unfortunately my boss wants to "edit some stuff"..... *g*
12:57 maholtz|WORK well, tell him that there are security issues :)
12:58 WinstonS "i'm sorry sir. for security reasons this server has to remain shut-off at all times."
13:10 void hey
13:10 void hello #typo3 =)
13:10 WinstonS hey's
13:11 milpoer hi all i have insert my tt_news via ts like this: http://paste.phlogi.net/tt_news-1/ i have a multilanguage site, and the news are behaving wired.. sometimes the are shown, sometimes not, is this inserted correctly when have more languages ? i only have this one insertion not one for each language, and this is not insert with in a language scope.
13:21 altmer Hi
13:21 PiMB hi
13:21 milpoer hi
13:21 PiMB milpoer, might this be because not all languages have news items?
13:21 PiMB TS looks alright
13:22 milpoer PiMB: i have minimum 1 item in each language, so that could not be the issue..
13:23 PiMB strange
13:23 milpoer yes.. i think too.. :( i quite confused
13:23 PiMB which tt_news version?
13:23 milpoer 2 sec.
13:24 milpoer 3.0.1
13:24 PiMB hm. don't know much about the new version.
13:24 altmer I've a page with a left and right column. is it possible to map the template with templavoila specially, if the left column is empty, <div id="left"> won't be given out.
13:24 altmer grml, bad english.
13:24 PiMB but it's clear
13:24 PiMB :)
13:25 PiMB not sure, isn't there anything you could do with css?
13:25 milpoer pimb. ok.. haven't tried an older version, i have always been told to use the newest before contacting the irc/maillist :)
13:25 PiMB sure you should.
13:25 PiMB problem with tt_news is that difference between 2.5.2 and 3.0.1 is great
13:25 PiMB functions and rebuild I believe.
13:25 PiMB so I havent' upgraded anything myself yet
13:25 milpoer PiMB: ok..
13:26 altmer PiMB: Thats the problem, i can't map it to solve it thrue css. if lib.appointment, lib.menue3 and the CE leftcolumn is empty, <div id="left"> should not be shown
13:27 altmer i've set up the TS, so if appointment and menue3 is empty, only the div will be shown.
13:27 altmer but i've to clear out the <div id="left">, then the right column can grow thrue the full size of main div
13:27 PiMB isn't there a caching problem maybe? @ milpoer
13:28 milpoer PiMB: no :) use no caching just to be sure..
13:28 PiMB :)
13:28 PiMB good one
13:28 PiMB but you say sometimes it does provide results and sometimes it doesn't?
13:28 PiMB even with same language selected?
13:28 milpoer PiMB: yes..
13:28 milpoer you can see for you self here.. http://dronninglundcup.roquefort.pil.dk
13:29 PiMB damn, so with the same language selected it sometimes works and sometimes doesn't
13:29 milpoer the news-items should be in the left column.
13:29 milpoer under news.
13:29 PiMB I see :)
13:30 PiMB but it's obvious that it doesn't work as soon as a language is selected and the L=x is added
13:30 milpoer ???
13:30 PiMB at my pc (windows xp and chrome) it does show the latest view as soon as I get to the page (with your link)
13:30 milpoer i have tried the ts-conf in every language part as well with same result.
13:31 PiMB but whatever language I select, as soon as a parameter ?L=x is passed it doesn't display anything
13:31 PiMB So I guess it has something to do with the L=..
13:32 milpoer PiMB: ok.. but as written, i have tried to insert the ts-conf in every language section in my ts-conf
13:32 PiMB maybe you could try using the typoscript object browser on the specic page and see which tt_news configuration is passed with different L variables
13:32 milpoer so i knows what to do when L=1 (danish)
13:32 milpoer PiMB: dont understand ?
13:33 PiMB maybe there is some sysfolder overwrite or something which states it should get things from a different location. (just guessing)
13:33 PiMB milpoer, what part?
13:33 milpoer the typoscript object browsing part.
13:34 PiMB ah okay.
13:34 milpoer can you show me.. if we make a teamviewer connection ?
13:34 PiMB just a sec.
13:35 milpoer =)
13:35 PiMB I believe you're having some TS conditions to select a proper language right?
13:36 milpoer yes.. let me show you..
13:36 milpoer http://paste.phlogi.net/-9acbbd3d68/
13:36 milpoer this is my english have one for each language.
13:38 PiMB what do you mean for each page?
13:38 milpoer for each language..
13:38 milpoer not page.
13:38 PiMB Ah okay.
13:38 PiMB and languages are selected via [globalVar = GP:L =1]
13:38 PiMB ?
13:38 PiMB or something similar?
13:39 milpoer 2 sec phone
13:39 PiMB (Y)
13:40 void I need some typo3-unrelated help from any german-speaking (or, generally, not $lang in array('ru','en'))-speaking) person
13:40 PiMB what is it related to?
13:41 void language-related question...
13:41 altmer PiMB: Do you have an possible idea to solve my problem with the two columns
13:41 PiMB no sorry mate, I don't use templavoila.
13:41 PiMB I would say something must be possible with the use of css maybe?
13:41 PiMB max-width option?
13:42 void There are numbers in English: 0th, 1nd, 2nd, 3rd, 4th...20th, 21nd and so on
13:42 PiMB okay
13:42 void does such postfixes exist in German?
13:42 PiMB probably, I believe it exists in each language.
13:42 altmer PiMB: the css isn't the problem, just the clear out of this div
13:43 milpoer PiMB: yes.. i have a [globalVar = GP:L =X ] for each language..
13:43 void if yes, it there a formula or function how to get a postfix from the number?
13:43 void *is there
13:44 void and if yes, does it differ from English's?
13:44 PiMB probably differs
13:44 PiMB @altmer, if your div is in the template then will be hard to extract it if it's empty.
13:44 PiMB you could do some nasty JS things.
13:44 PiMB but that's basically it.
13:44 void can you be so kind to type first 10 or so postfixes?
13:45 PiMB just a sec.
13:45 PiMB phone
13:46 WinstonS void, there are postfixes, based on gender. 1st -> m:erster, f:erste, n:erstes
13:46 milpoer PiMB: should i have this: http://www.phlogi.net/t3/tsp/sp/tt_news-1/ for every [globalVar = GP:L =X ] i'm not sure wheater it has to be only once at the top or for each language scope ?
13:46 david_b does someone know how i can give a backend user the permission to "Make new translation of this page"
13:47 PiMB @ void, got something better
13:47 PiMB http://www.duitsetaal.org/handige-woorden-zinnen/rangtelwoorden
13:47 david_b i already defined an alternative language, and it works fine for the admin user. but i just can't make it work for a non-admin backend-user
13:47 PiMB @milpoer, should be sufficient to have it once. because it's not language specific
13:47 WinstonS PiMB, void, looks like that's just the femle case
13:48 milpoer PiMB: thats what i thought too..
13:48 WinstonS just thinking if it can be expressed as formula tho. it's a bit tricky.
13:48 PiMB WinstonS, damn.. even this is based on gender?
13:48 WinstonS about everything is ;)
13:49 PiMB I know, I'm from the Netherlands, have had German in school for about 5 years. Can make myself clear, but could never get my head around those
13:49 WinstonS yea, it's pretty hard to understand at times
13:50 PiMB Is there a trick to it? or is it just something the german people agreed on to tell the rest of the world so they can make fun of us ;)
13:50 WinstonS the latter, of course
13:50 WinstonS behind your backs we're laughing our asses off ;)
13:50 PiMB :P
13:51 WinstonS void, what range do you need to cover?
13:51 void hm... [0, +Inf]
13:53 WinstonS lemme think about it...
13:57 pmk65 void: -> http://www.typophile.com/node/42577
13:58 WinstonS ooh, i even forgot about the "ens" case *g*
13:58 milpoer PiMB: i think i found something.. i have used the "config.sys_language_mode = content_fallback" for each language configuration.. is this the correct mode, this is a small note on that in the manual: http://paste.phlogi.net/-569c4b5671/
13:59 WinstonS void, what exactly do you want to express? something like a ordered list? "i need: 1. some coffee, 2. even more caffeine, 3. ..."?
13:59 pmk65 http://german.about.com/library/blzahlen.htm
13:59 WinstonS void, or something like "hey, i wonder if trinidad will score a 1st place on this years olympic games"?
14:00 PiMB damn mates
14:00 pmk65 here's one more... -> http://www.bigresource.com/Tracker/Track-php-PF1hr2Ck/
14:00 void I drank 1st cup of coffee, then 2nd, then 3rd, then... then 101st, 102nd, 103rd, 104th..
14:01 PiMB Maybe you should do something about this.
14:02 WinstonS void, to me that's some ordered list. it would translate to something "ich trank meine erste Tasse Kaffee", etc.
14:04 void ok... erste = 1st, right?
14:04 void where this should be truncated? 1ste? 1te?
14:04 void sorry, i don't know a word on german :(
14:06 WinstonS void: http://pastebin.ca/1806738
14:06 WinstonS i added the - for clarity, normally it's a single word
14:06 WinstonS that's for 0 <= N <= 99
14:17 pmk65 void: Did you check the links I posted? They explain Ordinal Numbers in several languages, incl. German.
14:22 PiMB It does, but I think he's stunned by the complexity of some.
14:22 PiMB And I don't think there is a proper function for it.
14:23 WinstonS see above ;)
14:23 WinstonS that's as close to a formula as you can get.
14:23 WinstonS given that you know the gender ;)
14:23 PiMB and that's probably the thing that's going to make it hard :)
14:25 WinstonS yeppers
14:25 void hm..
14:26 void sorry guys I didn't sleep today and think a bit slowly
14:27 void but i think you didn't understand my need precisely... the formula for the full number may be too complex
14:28 void I just need the postfix..
14:28 void like st, nd, rd, th
14:28 WinstonS this is about it. if you dont need the full number just drop "erst" and so on
14:28 void erst?
14:28 void so, 4 letters?
14:28 PiMB yeah
14:28 WinstonS uhm. no
14:28 PiMB no!
14:28 PiMB :)
14:29 WinstonS 21st -> einundzwanzigster, e, es
14:29 WinstonS 12th -> zwölfter,e,es
14:30 void so, 21st -> 21er/21e/21es ?
14:30 WinstonS no, i'd say. either use just 21. (would save a lot of work ;) or use the fully written form
14:31 void aha!
14:31 void my first question was about postfix... is there analog for the english th/nd/rd..
14:32 void or russian 1K9/2>9/389/4K9..
14:32 WinstonS if you're lazy i guess . will do the job ;)
14:32 WinstonS "Die 0. Stunde" -> "the 0th hour"
14:34 many nobody with a sane mind writes 21er
14:34 PiMB thanks for those 2 cents ;)
14:34 void couldn't that lead to confusion
14:34 void ?
14:34 void say, I wrote "1 hour"
14:34 void did I mean "first hour" or "one hour"?
14:35 many the dot is important
14:35 PiMB no, because the 1 should have a dot
14:35 PiMB if it's to be first hour
14:35 void aha..
14:35 PiMB it's 1. Stunde
14:35 PiMB 1 Stunde
14:35 void weird-weird german
14:35 PiMB :)
14:35 many thats not weird.
14:35 PiMB haha
14:35 PiMB I think we shouldn't dive into a discussion if german language is weird or not.
14:35 void for me 1. means that it precisely 1.0, not 0.7 rounded to 1
14:36 many people call german difficult because of rules and exceptions.
14:36 many now theres ONE easy thing, just remember the dot, and people call it weird
14:36 PiMB true about that many
14:36 PiMB I agree on the dot, and definetly on the rest :)
14:37 many void: another thing that is different in the EU
14:37 many . isnt the decimal point, its the thousands-separator
14:37 void that is common confusion, i understand that
14:37 WinstonS well, that's because we do things right ;)
14:37 WinstonS hehehehe
14:38 void sometimes thousand separator is space, sometimes comma, sometimes dot
14:38 void there are locale variables for that and so on
14:38 void sources of information where I should look it up
14:40 many theres some more to german. numbers upto and including 12 are usually not written as number, numbers above 12 are written as number
14:40 many so you write "erste", but "13."
14:42 void yeah, i understand that too. when i am not so lazy, i may write "452OBL" for 9, but i will never write "B@8 BKAOG8 AB> A>@>: ?OBL"
14:42 void ok...
14:42 void I dig into that because I updated translation of some opensource project..
14:43 void and authors of code offer for translation "nd", "rd", "st" and "th.
14:45 void but formula for russian postfixes differ from the english, and i want to know how often this "postfix-scheme" among languages
14:45 WinstonS the most foolproof way would be to use the . or give the table based thingy i pasted a try ;)
14:46 void yeah. german is simple in this aspect... just use a dot.
14:46 many yeah
14:46 many basically
14:47 void dutch seem to be simple too - just and a "e"
14:47 void *add
14:47 many given the example of 20: "20.", "20er", "20ter", "20ster"
14:47 many its wrong anyway
14:47 many "20er eines Monats"
14:47 many you'd never write that
14:55 No5251 hi. is it possible to output page.includeJS at the end of the html?
15:04 PiMB depends on the TYPO3 version.
15:05 milpoer PiMB: thank for you help so far.. will try to figure something out.. will see what to do tomorrow, have another task to be taking care of now..
15:06 PiMB good luck
15:06 PiMB @void, sorry to disappoint you, but dutch is not just add an e
15:06 PiMB :)
15:06 zed_devil hi all
15:06 PiMB it depends
15:06 PiMB on the number
15:07 PiMB we also use different styles.
15:07 WinstonS dutch is, before all, adding some cheese ;)
15:07 PiMB 1st could be 1ste 1e or 1-ste
15:07 PiMB but it's possible to only add the e
15:08 zed_devil is ist possible to creat an mouse over effect with gifbuilder? but it's only an image not an menu
15:08 PiMB WinstonS, happy you could squeeze that preassumption in there ;)
15:09 milpoer PiMB: thx.
15:09 WinstonS my pleasure hehe
15:10 WinstonS german is, before all, adding some kraut.
15:11 PiMB Still fail to see why we're connected with cheese, seems france are using a lot morre :)
15:11 PiMB and I actually connect the germans with bratwurst!
15:11 PiMB but that might be because kraut is not my favorite.
15:12 WinstonS *g*
15:18 tPl0ch hey, If I have HMENU with special = directory, are the subpages of the pages in that directory displayed too?
15:24 lazarus477 Howdy folks
15:25 lazarus477 My host recently uppgraded tp PHP 5.3 and naturally this cocked up my typo3 setup.
15:25 lazarus477 So I downloaded the latest and greatest stable release, 4.3 and upploaded this. Now things are looking better.
15:26 lazarus477 Went to complete the uppgrade procedure by going to the installer page.
15:26 lazarus477 Entered the default password of joh316. Got a message saying it was the wrong password.
15:26 lazarus477 Checked the md5 hash for the password in localconf.php, looked right.
15:27 lazarus477 Tried changing it using md5sum to generate a new password, also tried the hash given on the installer login page, nada.
15:27 lazarus477 Any tips?
15:34 smeringe lazarus477: so, you're doing a fresh install? default password is changed some version(s) ago to simply password..
15:35 smeringe oh. my fault :P not a fresh one..
15:36 lazarus477 right
15:37 lazarus477 I also confirmed the md5sum of the string "joh316" which did match the default has in localconf.php.
15:38 lazarus477 "default has" = default hash
15:39 lazarus477 The site works, the admin panel is all messed up but there I can login. The typo3/install/index.php page refuses to accept a password.
15:39 lazarus477 The file is readable by User, Group and Others.
15:39 lazarus477 the page: localconf.php.
15:39 lazarus477 the file...
15:41 lazarus477 Could an HTTP proxy cause this?
15:44 lazarus477 Ok I turned off my proxy, reloaded the page 5 times, cleared my cache and still nogo.
15:44 BejjWrk lazarus477: look in localconf.php for multiple installtool pw entrys
15:44 lazarus477 md5sum of entered password matches contents of the online version of localconf.php
15:45 lazarus477 looking
15:45 BejjWrk it seems to be quite common that there somehow are 2 or more entrys
15:46 lazarus477 Yes I see another install tool password, there are 2 entries, not made by me!
15:46 BejjWrk just remove the faulty one and you should be all good :)
15:47 lazarus477 trying it now :-)
15:47 animan hi. anyone here ever tried to use multiple PowerMail forms on a single page?
15:47 lazarus477 thanks a bunch, I am in now.
15:48 BejjWrk np
15:49 animan I'm getting a strange result where tabindex is always counted from the beginning per form
15:50 animan that results in a situatsion where I cannot use tab key to fill the next field. Instead, my cursor starts to jump between those two forms
15:50 animan situation*
15:52 lazarus477 Ok update wizard done, now the admin page layout is all screwed up even after clearing the cache.
16:09 lazarus477 Rats, my host has no support for ImageMagic. Can typo3 use GD2 instead?
16:11 lazarus477 I see typo3 uses GDlib but does this replace ImageMagic requirements?
16:14 pmk65 lazarus477: You need both GDLib and ImageMagick/GraphicsMagick
16:14 Stollie Hey Guys
16:15 Stollie just a weird issue.
16:15 Stollie I got a lib.archiveMenu
16:16 Stollie which should display an archive for tt_news
16:16 Stollie page.9 = COA
16:16 Stollie page.9.2 < lib.archiveMenu2
16:16 Stollie page.9.3 < lib.archiveMenu2
16:16 Stollie Got this assigned to page.9.2 and page.9.3
16:16 Stollie page.9.2 shows a 'No items in archive'
16:16 Stollie page.9.3 shows the correct archive menu
16:17 Stollie And i'm puzzled what's happening in 9.2 that makes it appear in 9.3
16:17 Stollie any clues?
16:20 teppi|working Stollie, have a look at the typoscript object browser
16:20 Stollie no luck there.
16:21 Stollie no errors
16:21 teppi|working this tool will show you how your typoscript was interpreted
16:21 Stollie exact same layout for both
16:21 teppi|working hm ..
16:21 teppi|working then i dunno ;-)
16:21 Stollie :)
16:21 Stollie thanks mate
16:23 pmk65 Stollie: Do you show both 9.2 and 9.3 at the same time?
16:23 Stollie yep
16:24 pmk65 does 9.3 still work if you disable 9.2?
16:24 lazarus477 The whole admin backend layout is messed up after upgrading to 4.3. Any tips?
16:25 pmk65 lazarus477: Check the extensions you have installed. Maybe there's some that doesn't work with 4.3..
16:26 pmk65 Stollie: There's a tt_news setting so you can disable the "No items in archive" text.
16:26 Stollie have that set
16:27 tPl0ch In a TMENUITEM, how do I pass the linkText through HSC
16:27 Stollie archiveMenuNoEmpty = 0
16:28 pmk65 tPl0ch: inside your NO part, add: stdWrap.htmlSpecialChars = 1
16:33 tPl0ch http://www.phlogi.net/f/t3/tsp/sp/menu-6/ <- i need to localize this menu. Would it be best to define constants depending on L and just add the constants to the setup?
16:40 SEBAR Is there a way to configure the maxW, minW of images loaded via RichTextEditor in a FCE/TemplaVoila Element?
16:41 SEBAR Here is my code, but it does not work: http://www.phlogi.net/t3/tsp/
16:56 WinstonS see you
17:27 SEBAR My question is how to setup the render size of a images included in a FCE with the RTE?
18:27 marcuslind Hi guys. I have a website where my index page ("Home") is restricted/hidden when the user login. Now the problem is that if a user login, gets redirected to the "logged-in-page" and he types the base URL/"Home" he will get a empty page.
18:27 marcuslind is there any way to set a redirect on this?
18:28 marcuslind If user that's logged in tries to go to "Home", the user will be redirected to another page.
20:19 TheEternalAbyss how can i find out where a link is defined in typo3?
20:20 Thasmo Haven't you found the links yet?
20:21 TheEternalAbyss no :(
20:21 TheEternalAbyss they are part of the template since they are found on any page i create
20:21 TheEternalAbyss but they are not in the TS
20:21 TheEternalAbyss I don't see anything in the TO and DS mapping end
20:22 TheEternalAbyss I'm just really freakin confused
20:22 Thasmo whats in the html template?
20:22 Thasmo are you using templa voila?
20:22 TheEternalAbyss yes
20:22 Thasmo k, i have no clue about templa voila
20:23 TheEternalAbyss there two templates being used. a start page template and a "default" template for the other pages
20:23 TheEternalAbyss I'd find it strange if it was related to templavoila
20:23 TheEternalAbyss i can go into the individual html files defining the templates and change it, btu that does nothing
20:24 Thasmo Templa Voila has some sort of template caching, when I remember correctly.
20:24 TheEternalAbyss if I was hand coding this, i'd be done by now
20:24 TheEternalAbyss well I cleared all chaches and still nothing
20:25 TheEternalAbyss i can try again
20:25 Thasmo Templa Voila just made it complicated - I've no experience with it, sorry.
20:27 TheEternalAbyss this is the reason I don't lik eusing cms systems
20:27 TheEternalAbyss a one line change becomes an odyssey
20:27 Thasmo that's true for some situations, yes. ;o)
20:34 SMELTN hello
21:05 TheEternalAbyss does tt_news get it's news from the database? and if so how do i add new news items?

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.