Re: [TYPO3-english] Major background issues

2013-06-11 Thread Christian Müller
Hi Marina, On 11.06.13 08:59, marina t wrote: > Dear all, > > I have followed with increasing desperation the exchange started by > Jigal van Hemert a couple of days ago. Could you point me to the exchange you mention? > When I came across TYPO3 in my research for a usable alternative to > Word

Re: [TYPO3-english] extbase controller change between actions

2013-06-07 Thread Christian Müller
On 07.06.13 17:09, Muriel le Pair wrote: > Hi, > > My controller contains a bunch of actions listAction(), showAction() etc. > Why is the listAction() performed by default, and where do I set this? > And how do I switch from one action to another? Hi, your Plugin settings (ext_localconf) defines

Re: [TYPO3-english] TYpoScript userFunction extremely slow

2012-10-15 Thread Christian Müller
What do you do inside your userFunc... On 15/10/12 10:46, Shahil Sham wrote: Hi guys, I've set up a userFunction as per http://lists.typo3.org/pipermail/typo3-project-templavoila/2009-March/004008.html It works, but is extremely slow. It takes about 15-20 seconds extra when cache is cleared.

Re: [TYPO3-english] worried about 4.x (6.x)

2012-10-12 Thread Christian Müller
Personally I did not like the idea to use FLUID templates. As far as I remember, they are quite slow. TemplaVoila parses everything during mapping and stores it serialized, so I expect it is even faster than the marker way and definitely faster than FLUID. Did anything change with FLUID perf

Re: [TYPO3-english] worried about 4.x (6.x)

2012-10-09 Thread Christian Müller
Hi all, On 09/10/12 13:14, Thomas Skierlo wrote: Hello Stefano, no, you are not the only one who is worried about TYPO3. Over many years TYPO3 was a perfect base for integrators to build up powerful websites. Most extensions worked properly up to the 4.5 branch. Today some very important ext

Re: [TYPO3-english] RealURL - can I strip a subdir (= installation folder) from the URL?

2012-07-17 Thread Christian Müller (FLOW3 Team)
Hi, Hi, Is it possible to strip this folder t3/ from the virtual URL? If yes, how can this be done? If no, can this be accomplished with CoolURI? This is not possible from a logical point of view. CoolURI and RealURL use the .htaccess file in your t3/ folder to map their paths but a request mu

Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Christian Müller (FLOW3 Team)
On 17/02/12 15:08, Oliver Salzburg wrote: On 2012-02-17 14:37, "Christian Müller (FLOW3 Team)" wrote: Hi Oliver, 1. ... you would produce a full qualified XML file which is not really what you want... Why wouldn't I want that? Well, I assumed you want to create HTML outp

Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Christian Müller (FLOW3 Team)
Hi Oliver, 1. you would have to define that namespace but then again you would produce a full qualified XML file which is not really what you want... So you might want to look if can define some default namespace in your editor. 2. There are no multiple conditions atm, you have to nest the i

Re: [TYPO3-english] Plugin vs. Typoscript: which one goes first and how to change?

2011-07-25 Thread Christian Müller (Kitsunet)
Hi, yes the code you posted is indeed the one responsible for changing the title, but if I am not mistaken it can only work if TYPO3 actually autogenerates the title, which is no longer the case if you do config.noPageTitle = 2. So an option is to add an extension template to that page that

Re: [TYPO3-english] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.

2011-04-06 Thread Christian Müller (Kitsunet)
On 05.04.2011 18:14, Thijs Hakkenberg wrote: Yes, but seperated from the backend issue. When visiting the backend (will supply it for this time; http://dierenrecht.org/typo3 ) it will keep loading. On Tue, 05 Apr 2011 17:38:23 +0200, Steffen Gebert wrote: On 05.04.11 17:33, Thijs Hakkenberg

Re: [TYPO3-english] deleting very old extensions

2011-04-01 Thread Christian Müller (Kitsunet)
Hi Katja, if the extension is not active it should be fairly safe to just delete them from typo3conf/ext. Only Exception might be if someone included PHP / JS / CSS from those folders directly through Typoscript, which is possible even if the extension is not active. Safe way is to first rena

Re: [TYPO3-english] powermail and allowed tags

2011-03-28 Thread Christian Müller (Kitsunet)
Hi Katja, indeed I found the same. Seemed to me that allowTags is no longer used in some parts of the code where it should be used. Other than changing the PHP code no fix I am aware of. Christian On 28.03.2011 18:55, Katja Lampela wrote: Hi, I have this plugin.powermail.label.allowTags =

Re: [TYPO3-english] cyrillic not showing ONLY in tt_news

2011-01-14 Thread Christian Müller (Kitsunet)
Check the Collation setting for the table and field(s), it should match the other tables and be some utf8 collation. Christian On 13.01.2011 16:28, Katja Lampela wrote: Hi, sorry for double posting to this list too, but this is a bit urgent and I'm not sure if it's tt_news related after all.

Re: [TYPO3-english] db tables and field names

2011-01-07 Thread Christian Müller (Kitsunet)
On 03.01.2011 14:52, Katja Lampela wrote: Hi, I'm asking maybe quite an obvious question (but not for me obviously;): if I have no phpmyadmin in my use, how can I check a certain db table, what fields it has? Now I would like to check all the fields of front end user table. Thanks in advance.

Re: [TYPO3-english] cObj (IMAGE) in backend module

2011-01-05 Thread Christian Müller (Kitsunet)
Hi Søren, Happy New Year! cObj relies heavily on TSFE, so you need a full TSFE in backend to get a cObj. Alternative would be to look at tslib_gifbuilder directly. a fire and forget function to get TSFE in backend that I have stored away is this, put it into your BE class or as I do in into

Re: [TYPO3-english] problem with template in explorer 8

2011-01-05 Thread Christian Müller (Kitsunet)
On 05.01.2011 14:59, Plamen Petkov wrote: Hi, I have a problem with my template when explorer 8 displays it. When I open my site with Explorer 6, Chrome or Firefox everything is OK. When I open my template directly with explorer 8 ( not in typo3) everything is OK. Problems happen to links with,

Re: [TYPO3-english] Forcing a db field to unsigned int

2011-01-04 Thread Christian Müller (Kitsunet)
On 04.01.2011 18:57, Tonix (Antonio Nati) wrote: How would it be possible to create a new int(11) unsigned field, using kickstarter? I see actually only int(11) are possible, and if I manually change ext_tables.sql, forcing int(11) unsigned, next time I save the extension fields are set again int

Re: [TYPO3-english] line breaks after menu items

2010-12-02 Thread Christian Müller (Kitsunet)
On 02.12.2010 20:37, Christopher Torgalson wrote: Hi, On Thu, Dec 2, 2010 at 11:26 AM, "Christian Müller (Kitsunet)" wrote: On 01.12.2010 10:25, Mario Sargac wrote: Hi, does anyone know how to insert a line break (a newline feed) after each TS generated menu item? I have the

Re: [TYPO3-english] PHP warning parse_url(http:///404/)

2010-12-02 Thread Christian Müller (Kitsunet)
On 02.12.2010 16:10, Tomas Havner wrote: Hi, My error logs is filled with the following: PHP Warning: parse_url(http:///404/) [function.parse-url]: Unable to parse url in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line 2715 any ideas? Regards Tomas That happens if you

Re: [TYPO3-english] Get header from other elements whitin flexible element

2010-12-02 Thread Christian Müller (Kitsunet)
See TSRef for RECORDS, by default it will look for a ts objec, named like the table the record is from. So in this typical case it looks for TS "tt_content" which is the default css_styled_content definition (unless you don't use css_styled_content but something else). Anyway to define your ow

Re: [TYPO3-english] line breaks after menu items

2010-12-02 Thread Christian Müller (Kitsunet)
On 01.12.2010 10:25, Mario Sargac wrote: Hi, does anyone know how to insert a line break (a newline feed) after each TS generated menu item? I have the following situation: -- lib.qlinks = HMENU lib.qlinks { 1 = TMENU 1 { NO.allWrap = | noBlur = 1 } } -- Current output is like this: i

Re: [TYPO3-english] Limtit available Lanmguages for BE users in Backend

2010-08-04 Thread Christian Müller [kitsunet]
On 04.08.2010 11:36, Maria van der Laan wrote: Hi all, I have certain users who access the TYPO3 Backend. If they go to: usertools->user->language & personal data->language they can change their language for the T3 Backend. How can I access these languages in the dropdown? Active languages th

Re: [TYPO3-english] flash in typo3 backend

2010-05-28 Thread Christian Müller (Kitsunet)
On 28.05.2010 16:16, jochem nabuurs wrote: Hi, I'd like to use an interactive flash image inside the TYPO3 backend. With the flash image, a user is able to drag a marker across a map to determine some coordinates. I'd like to add this image to the tt_news module so when a user edits a news item

Re: [TYPO3-english] Get image data without actually showing the image

2010-03-18 Thread Christian Müller [kitsunet]
On 17.03.2010 10:33, jochem nabuurs wrote: jochem nabuurs wrote: jochem nabuurs wrote: Hi list, I've created the following code for generating an image with a mask onto it, to use as a background for a website. // Fetch one random image from border column, // apply a mask onto it, and use the