[TYPO3-english] Make localized content default language again

2011-11-28 Thread Stefan Isak
Hi, does someone know, if there is an extension or a trick to use already localized content as the default language again? By now I can't see any possibilities than doing some dirty database modifications. Thanks for any advice, Stefan ___

[TYPO3-english] Swift mailer and open basedir restrictions

2011-06-02 Thread Stefan Isak
Hi, since I have a setup with php open_basedir restrictions, I encounter issues using swift mailer. It seems that php function sys_get_temp_dir used in typo3/contrib/swiftmailer/preferences.php is not aware of open_basedir restrictions. It returns the systems temp dir instead of configured

Re: [TYPO3-english] How to get a Google v2 API Key ?

2011-05-04 Thread Stefan Isak
Here you go: http://code.google.com/apis/maps/signup.html On May 4, 2011, at 11:09 AM, Christoph Stadler wrote: hello, as the v3 API key is not working with the wec_maps extension i'm trying to figure out how to get a v2 API key but couldn't find a way to do it on the google site ...

Re: [TYPO3-english] How to get a Google v2 API Key ?

2011-05-04 Thread Stefan Isak
keys :) what i can't figure out is how to get a V2 api key, it seems this has been removed from Google maps, the key generated there is a v3 api key and does not work with wec_maps On 5/4/11 11:14 AM, Stefan Isak wrote: Here you go: http://code.google.com/apis/maps/signup.html On May

Re: [TYPO3-english] From TYPO3 to offset printing, experience?

2011-04-20 Thread Stefan Isak
Hi, not sure about that, but maybe it's a pointer. I think the guys from t3n create their magazine within a TYPO3 Setup. IIRC there was also an article about that. So long Stefan On Apr 19, 2011, at 10:10 PM, François Suter wrote: Hi all, I remember seeing at least a couple of sessions at

[TYPO3-english] Automatically add accessability icon to external links

2011-02-25 Thread Stefan Isak
Hi, is there somehow a chance to automatically add a class like external-link-new-window to every external link, so that it's not necessary anymore to update every link in RTE manually. Maybe there's a setting in RTE parse func? I can't find any information about it. Thanks a lot. Cheers

Re: [TYPO3-english] Typoscript split and TMENU

2010-12-08 Thread Stefan Isak
Thanks a lot! .splitChar was a useful hint. Now I get it done with a similar version of your code. Cheers Stefan On 07.12.2010, at 12:15, Janosch Skrobek wrote: Try this: lib.navi = HMENU lib.navi { 1 = TMENU 1.wrap = | 1.expAll = 0 1.NO = 1 1.NO { wrapItemAndSub =

Re: [TYPO3-english] Typoscript split and TMENU

2010-12-07 Thread Stefan Isak
Well, same problem. I also have the navigation title in other places. So it seems to me there is no easy way to work on each part of the split, right? 2010/12/7 Janosch Skrobek jano...@bworx.de You could use the the navigation title for your menu and only use the token there so it doesn't

[TYPO3-english] Typoscript split and TMENU

2010-12-06 Thread Stefan Isak
Hey, using split on TMENU entries got me into the following problem. I have links like a ...One Two/a Now I want to split the inner html to get some code like a ...spanOne /spanspanTwo/span/a What I did is: ... 10.1 = TMENU 10.1 { NO.stdWrap.split { token = cObjNum = 1

Re: [TYPO3-english] Typoscript split and TMENU

2010-12-06 Thread Stefan Isak
It is a normal page title where I don't want to have a pipe in it. 2010/12/7 Janosch Skrobek jano...@bworx.de Why don't you simply use a different token? Like the pipe: One | Two ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Anyone using extension siwiki?

2010-08-14 Thread Stefan Isak
for help if I want to fix it up again? Thanks, Loek On 08/10/2010 11:10 AM, Stefan Isak wrote: Hey, it seems that ajax requests are broken in general. Do you already have the required additional typoscript configurations? siwikiajax.10.configurations { storagePid

Re: [TYPO3-english] Anyone using extension siwiki?

2010-08-10 Thread Stefan Isak
Hey, it seems that ajax requests are broken in general. Do you already have the required additional typoscript configurations? siwikiajax.10.configurations { storagePid = 123456789 } Besides you probably ran into some database leak. Maybe you can try to drop the tables and start again.

Re: [TYPO3-english] Foreign language not displaying correctly

2010-02-12 Thread Stefan Isak
Hey, you should make sure that everything is UTF-8 encoded. As you wrote your site encoding and your database encoding is already UTF-8. Therefore try to go to your Install Tool and set the value setDBinit to set names 'utf8' Maybe thats the fault. Cheers Stefan On 12.02.2010, at

Re: [TYPO3-english] enable html code view in rtehtmlarea

2010-01-26 Thread Stefan Isak
Hey, the name of the button is chMode Beside the RTE you find the button for fullscreen mode. I don't know if it is possible to activate it by default. Stefan On 26.01.2010, at 11:46, b...@shs-it.de wrote: Hi, I'm trying to enable the html code view button in the rtehtmlarea - but I

Re: [TYPO3-english] RealUrl - Multi Domain Single Tree - Language Menu Problem

2010-01-26 Thread Stefan Isak
Isak stefani...@googlemail.com said: Hey, for anybody with similar problems: Looks like this bug: http://bugs.typo3.org/view.php?id=10774 I provided a new patch file class.tx_realurl_2.diff Stefan On 20.01.2010, at 13:13, Stefan Isak wrote: Hey, using RealUrl 1.7.0 and TYPO3 4.3.1 in a single

Re: [TYPO3-english] Strange BE User Login problem

2010-01-26 Thread Stefan Isak
hey, how do you create the users? If you didn't use the install tool, try to do so. cheers stefan On 26.01.2010, at 14:24, Götz Reinicke - IT-Koordinator wrote: Hi Peter, yes and yes. Regards, Götz Peter Ruijter schrieb: Hi Götz, Two questions in my mind; do you point to the

Re: [TYPO3-english] urgent minijob - realurl/multidomain/multilanguage/singletree

2010-01-22 Thread Stefan Isak
Hey, it seems to be this issue: http://bugs.typo3.org/view.php?id=10774 I am working at the same problem right now. The given hints in the bug report didn't work for me. So I try to fix it on my own. The solution is nothing more than 4 or 5 lines in the realurl_conf.php. Until yet, it

[TYPO3-english] RealUrl - Multi Domain Single Tree - Language Menu Problem

2010-01-20 Thread Stefan Isak
Hey, using RealUrl 1.7.0 and TYPO3 4.3.1 in a single tree multi domain setup, leaves a problem concerning the language menu I can't solve yet. What I did: RealUrl setup for separate language domains as it is described by Dmitry:

[TYPO3-english] Using DAM-attributes for images

2009-10-22 Thread Stefan Isak
Hey, while using DAM in a multilanguage setup, I am wondering how to apply dam attributes to normal images such as tt_content.image.20.1.titleText. The only things I figured out are those two lines to handle images in the RTE: RTE.default { buttons.image.title.useDAMColumn =