Re: [TYPO3-english] LDAP Authentication

2012-04-18 Thread Xavier Perseguers
Hi Matt,

 My question is, is there a way to restrict access to a list of users,
 either by checking against a simple list stored in a file (od DB) or
 by creating dummy FE users with only their username. If the user
 exists (in the list or as a FE user) then authenticate against AD and
 pull in the rest of there details?

AFAIR ig_ldap_sso_auth should fit the bill. I remember there is an
option for BE users to be granted login only if a corresponding be_users
already exists and I don't see why this would not have been implemented
for FE as well.

If not, just open a feature request and be sure it will be implemented
quickly.

Kind regards

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Moving site to new server

2012-04-18 Thread Xavier Perseguers
Hi,

 All your configuration and extensions are in typo3conf folder. Typo3temp
 and uploads folder contents are rewritten while the new site is up.

You have to copy uploads/ as well.

Kind regards

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Accessing original file name in IMAGE object

2012-04-18 Thread Cerebrum
Hi,
I need refer to the original image file used in an image object as a
parameter in the img tag. Basically, I want to achieve something like

img src=scaled_image.jpg osrc=original_image.jpg alt=image /

Now, I want to do this in the context of the image path taken from a
database field which might contain a list of image files. I therefore
can't just refer to the database field because I would still need to
find out which one of the images is the correct one.

Is it possible, in the context of an IMAGE object, to somehow use the
original file name that the scaled version was created from?

What I want to achieve is that I can use JavaScript which acts like a
magnifying glass on the image. There is plenty of libraries but they
all need some kind of reference to the full size image, of course.

Cheers,
Christian

-- 
Christian Lerrahn

Cerebrum (Aust) Pty Ltd
Suite 302W, The Block Arcade
282-284 Collins St
Melbourne Vic 3000
P: 03 9650 1100
WWW: http://www.cerebrum.com.au

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Test

2012-04-18 Thread Dmitry Dulepov

Hi!

Juan Lopez wrote:

just testing to see if I receive messages. I've posted one or two, but have not 
seen a reply or the messages I posted.
Please disregard this message


There is a test news list for this. Now think how many thousands people get 
those useless messages we send now ;)


--
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] realURL - separate language domains - chashcache

2012-04-18 Thread Dmitry Dulepov

Hi!

Ulrich Fischer wrote:

After 'spurl_string' is activated, I looks to me like there
is no reference to the particular domain in tx_realurl_chashcache.
Does this cause those error 404 problems? Is there a solution for this?


cHash depends only on the URL parameters, it does not depend on the domain 
name. Therefore, domain name is not needed there.


I recommend to update to the recent RealURL version. There were fixes in 
that area recently.


--
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Moving site to new server

2012-04-18 Thread Katja Lampela

Hi,
ok thanks for clearing this. I just moved about 30 sites, I don't understand 
why I remembered it's rewritten, sorry.

18.4.2012 9:27, Xavier Perseguers kirjoitti:

Hi,


All your configuration and extensions are in typo3conf folder. Typo3temp
and uploads folder contents are rewritten while the new site is up.


You have to copy uploads/ as well.

Kind regards



--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] RTE not saving UL tags and div tags - stripped upon saving

2012-04-18 Thread Stephen Bungert
I have a typo 3 installation for a site that I doN't often edit.

The TYPO3 version is  4.6.3
rtehtmlarea version: 2.2.1

I haven't changed any content since these were updated a few months ago. Now 
I needed to change content a bit and when I save text content div tags and 
ul tags (these are the only ones I have tried) get removed from the saved 
content.

What has changed with the RTE 2.2.1 to cause this?

Does anyone have any ideas?

Thanks, stephen. 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RTE not saving UL tags and div tags - stripped upon saving

2012-04-18 Thread Stephen Bungert
Upon further testing, this doesn't seem to be a problem one other sites, 
these don't have any rte config and the UL shows up in the RTE after saving. 
It must be something to do with my config - anyone seen this behaviour 
before?


Stephen Bungert stephenbung...@yahoo.de schrieb im Newsbeitrag 
news:mailman.1.1334733222.17314.typo3-engl...@lists.typo3.org...
I have a typo 3 installation for a site that I doN't often edit.

 The TYPO3 version is  4.6.3
 rtehtmlarea version: 2.2.1

 I haven't changed any content since these were updated a few months ago. 
 Now I needed to change content a bit and when I save text content div tags 
 and ul tags (these are the only ones I have tried) get removed from the 
 saved content.

 What has changed with the RTE 2.2.1 to cause this?

 Does anyone have any ideas?

 Thanks, stephen.
 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] SOLVED Re: RTE not saving UL tags and div tags - stripped upon saving

2012-04-18 Thread Stephen Bungert
The problem in my setup came from lines to do with.
RTE.proc.entryHTMLparser_db...

After commenting these out I can mayke ul elements again. Strange - I didn't 
have anything in entryHTMLparser_db telling TYPO3 to remove UL or div tags.


Stephen Bungert stephenbung...@yahoo.de schrieb im Newsbeitrag 
news:mailman.1.1334733222.17314.typo3-engl...@lists.typo3.org...
I have a typo 3 installation for a site that I doN't often edit.

 The TYPO3 version is  4.6.3
 rtehtmlarea version: 2.2.1

 I haven't changed any content since these were updated a few months ago. 
 Now I needed to change content a bit and when I save text content div tags 
 and ul tags (these are the only ones I have tried) get removed from the 
 saved content.

 What has changed with the RTE 2.2.1 to cause this?

 Does anyone have any ideas?

 Thanks, stephen.
 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Imagemagick images too dark?

2012-04-18 Thread Brian Hauge Hansen
Thanks for all the answers. The problem is most likely do to a wrong setup
done by my hosting company Hostgator.

This Extension solved it for me:
http://typo3.org/extension-manuals/jb_gd_resize/1.1.5/view/


Want to share this response with you:


###
###

I've found where you can modify how Typo3 calls ImageMagick. You can edit
line 51 of t3lib/config_default.php.


[root@gator1825 /home/hauge/public_html/test]# grep -n
im_stripProfileCommand t3lib/config_default.php

51: 'im_stripProfileCommand' = '+profile \'*\'', //
String: Specify the command to strip the profile information, which can
reduce thumbnail size up to 60KB. Command can differ in IM/GM, IM also
know the -strip command. See a
href=http://www.imagemagick.org/Usage/thumbnails/#profiles;
target=_blankimagemagick.org http://imagemagick.org/a for details


This makes Typo3 call ImageMagick like so:

---
- 

'/usr/bin/convert' -modulate 190,80,90 +profile '*' -geometry
170x136! -colorspace RGB -quality 80
'/home/hauge/public_html/test/typo3/sysext/install/imgs/jesus.jpg'[0]
'/home/hauge/public_html/test/typo3temp/pics/install_read_jpg.jpg'

---
- 


So I've modified it like so to add a module command (copying the line and
commenting out the original):


[root@gator1825 /home/hauge/public_html/test]# grep -n
'im_stripProfileCommand' t3lib/config_default.php

51: //'im_stripProfileCommand' = '+profile \'*\'',
// String: Specify the command to strip the profile information, which
can reduce thumbnail size up to 60KB. Command can differ in IM/GM, IM
also know the -strip command. See a
href=http://www.imagemagick.org/Usage/thumbnails/#profiles;
target=_blankimagemagick.org http://imagemagick.org/a for details

52: 'im_stripProfileCommand' = '-modulate
150,100,100 +profile \'*\'', // String: Specify the command to strip the
 profile information, which can reduce thumbnail size up to 60KB.
Command can differ in IM/GM, IM also know the -strip command. See a
href=http://www.imagemagick.org/Usage/thumbnails/#profiles;
target=_blankimagemagick.org http://imagemagick.org/a for details

53: 'im_useStripProfileByDefault' = TRUE,  //
Boolean: If set, the im_stripProfileCommand is used with all IM Image
operations by default. See tsRef for setting this parameter explocit for
 IMAGE generation.


Here are the results of running -modulate 150,100,100 to increase
the brightness 50% without changing hue or saturation. As you can see
the results aren't great, but it's a start and it gives you a place to
do some experimenting with how Typo3 calls ImageMagick.

http://test.brianhauge.dk/typo3/install/index.php?TYPO3_INSTALL[type]=image
sTYPO3_INSTALL[images_type]=read

You might also try this extension:

http://typo3.org/extension-manuals/jb_gd_resize/1.1.5/view/

It switches to use libGD instead of ImageMagick for image resizing, which
might solve the issue for you.




###
###




Best Regards / Med venlig hilsen
Brian Hauge Hansen

Project Manager

mobilethink-
Ny Banegaardsgade 55
8000 Aarhus C
Denmark
Phone: +45 86 20 78 05
Mobile: +45 25 21 20 02
Email: b.han...@mobilethink.com
 mailto:supp...@mobilethink.comWeb: www.mobilethink.dk
http://www.mobilethink.dk/



On 4/12/12 6:00 PM, Brian Hauge Hansen b.han...@mobilethink.com wrote:

Got it CE (content element).


My typescript looks like this:
10 = IMAGE
   10.file.XY = 200,150
   10.file.import = uploads/tx_templavoila/
   10.file.import.current = 1
   10.file.import.listNum = 0
   10.file.maxW = 148
   10.file.minW = 148

But i the problem is for all images generated.



On 4/12/12 5:51 PM, Brian Hauge Hansen b.han...@mobilethink.com wrote:

Not sure what you mean by that?

sure that in the CE there is not set a darken effect for the image ???

What is CE?


On 4/12/12 5:34 PM, Ralf-Rene Schröder ralf.r...@online.de wrote:

Am 12.04.2012 09:20, schrieb Brian Hauge Hansen:
 I have a problem after moving to version 4.6.4 that the images
generated by Imagemagick gets very dark?
sure that in the CE there is not set a darken effect for the image ???

-- 
image[FORMAT] - Ralf-René Schröder
http://image-format.eu ... Wir geben Ihrem Image das richtige Format
http://if-20.com  ... YAML templates for TYPO3
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english





Hi list
The version if ImageMagick i 6


My configuration is like this:

ImageMagick enabled:   1
ImageMagick path:  

Re: [TYPO3-english] Imagemagick images too dark?

2012-04-18 Thread Björn Pedersen

On 18.04.2012 09:51, Brian Hauge Hansen wrote:

Thanks for all the answers. The problem is most likely do to a wrong setup
done by my hosting company Hostgator.



I've found where you can modify how Typo3 calls ImageMagick. You can edit
line 51 of t3lib/config_default.php.

So I've modified it like so to add a module command (copying the line and
commenting out the original):


Hi,
You should never touch config_default.php (this will be overwritten by 
the next update), but instead copy the needed lines to localconf.php.

That's probably also the reason why this occured  after an update of TYPO3.

Björn

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Accessing original file name in IMAGE object

2012-04-18 Thread Xavier Perseguers
Hi,

 Is it possible, in the context of an IMAGE object, to somehow use the
 original file name that the scaled version was created from?

You should try using data on TSFE:lastImageInfo|origFile

HTH

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Wrong path for css files when merged using scriptmerger extension

2012-04-18 Thread PIT Solutions
Hi,

I'm trying to merge two css files using scriptmerger extension.But when I 
enable scriptmerger for css, an invalid file path is shown for css and hence 
the site is completely broken.

The css files are 
link rel=stylesheet type=text/css 
href=typo3temp/stylesheet_f84678dfd4.css media=all /
link rel=stylesheet type=text/css 
href=/fileadmin/templates/css/style.css media=all /

When I enable the scriptmerger, the path becomes : 

link rel=stylesheet type=text/css media=all  
href=/var/www/vhosts/domain.com/httpdocs/typo3temp/scriptmerger/uncompressed/head-8e7d035d8ddc3e5e37bd6dfebc84626f.merged.css
 /

correct path is link rel=stylesheet type=text/css media=all  
href=typo3temp/scriptmerger/uncompressed/head-8e7d035d8ddc3e5e37bd6dfebc84626f.merged.css
 /. 


For javascript files the extension works fine. 

Can anybody please help me? Thanks in advance.

Regards,
 Arun Chandran.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] searching a Hook ;)

2012-04-18 Thread Kay Strobach
Hello guys,

i need a hook to add an TYPOScript include statement to specific pages
(in pagets).

Therefore i need to use a hook to append some TYPOScript.

normally we call:

t3lib_befunc::getPagesTSconfig

to get the page and user ts config merged ;)

These function executes the TS parser. I would have expected a hook
after the foreach function, which concetenates the TS, but there is none.

Is there any other hook supposed to do that, that i missed?

Regards
Kay
-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] searching a Hook ;)

2012-04-18 Thread Jigal van Hemert

Hi,

On 18-4-2012 15:06, Kay Strobach wrote:

i need a hook to add an TYPOScript include statement to specific pages
(in pagets).

Therefore i need to use a hook to append some TYPOScript.

normally we call:

t3lib_befunc::getPagesTSconfig

to get the page and user ts config merged ;)


Can you explain a bit more what you try to achieve?
If you need TypoScript on specific pages you can either attach a TS 
template to those pages or use a condition to apply certain setting for 
specific pages.


If you need to have page TSconfig for specific pages this can be added 
in the field in the Page Properties. Or you can once again use 
conditions to load it on specific pages.


Of course you know all this, so it's rather mysterious why you want to 
achieve this using a hook...


--
Jigal van Hemert
TYPO3 v4 Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] searching a Hook ;)

2012-04-18 Thread Kay Strobach
Hello Jigal,

thanks for explaination - but you're right i know that.

The usecase is as following:

I use templavoila_framework. This extension allows skins (mainly for
frontend), the skin is registered in a template record.

That works super so far ;)

BUT templavoila_framework skins ship a file called skin_tsconfig.ts.

This file is thought to be used to adjust the backend (pagebased, rte,
fields, ...) depended on the selected skin.

A hacky solutions would be to add INCLUDE statements in the pagets, BUT
this would have the sideeffect, that i have to do that manually on about
300 pages.

So what i would like to do is, to include the file dynamically (based on
the selected skin via a hook).

Hope that clearifies my problem ;)

Regards
Kay

Am 18.04.2012 15:54, schrieb Jigal van Hemert:
 Hi,
 
 On 18-4-2012 15:06, Kay Strobach wrote:
 i need a hook to add an TYPOScript include statement to specific pages
 (in pagets).

 Therefore i need to use a hook to append some TYPOScript.

 normally we call:

 t3lib_befunc::getPagesTSconfig

 to get the page and user ts config merged ;)
 
 Can you explain a bit more what you try to achieve?
 If you need TypoScript on specific pages you can either attach a TS
 template to those pages or use a condition to apply certain setting for
 specific pages.
 
 If you need to have page TSconfig for specific pages this can be added
 in the field in the Page Properties. Or you can once again use
 conditions to load it on specific pages.
 
 Of course you know all this, so it's rather mysterious why you want to
 achieve this using a hook...
 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Exclude from speaking URL won't work.

2012-04-18 Thread Victor Livakovsky

Hi, Jeppe.


http://www.domain.com/web2012/news/single-news/archive/a-story.html

This is what I get out of tt_news.

single-news is the page title. I would like to hide as much as posible.

I would like to do something likes this: 
http://www.domain.com/web2012/news/a-story.html


You can't exclude 'single-news', because it gets translated to page-id, 
which holds your tt_news plugin.
If you want to short the path, read the RealUrl manual section about 
fixedPostVars - that will help you ;) 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] git

2012-04-18 Thread Federico Bernardin
Hi guys,
Can I use git.typo3.org as repository for my extensions instead of subversion 
on forge.typo3.org?

thanks
Federico

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] git

2012-04-18 Thread Federico Bernardin
Thanks.

federico

Il giorno 18/apr/2012, alle ore 17:25, Kay Strobach ha scritto:

 Hi,
 
 i think you need to contact ad...@typo3.org to get your repository
 migrated to git 
 
 
 Regards
 Kay
 
 
 Am 18.04.2012 17:15, schrieb Federico Bernardin:
 Hi guys,
 Can I use git.typo3.org as repository for my extensions instead of 
 subversion on forge.typo3.org?
 
 thanks
 Federico
 
 
 
 -- 
 http://www.kay-strobach.de - Open Source Rocks
 
 TYPO3  inspiring people to share!
 Get involved: http://typo3.org
 
 Answer was useful: https://flattr.com/profile/kaystrobach
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] EXT News system

2012-04-18 Thread Mohamed Ait hmid
Hi List,

I use the new ext for news and I have this problem that I can't put more
than 10 pictures in Relations news.

Does anyone have any ideas?

Thanks, Mohamed.


Mit freundlichen Grüßen

Mohamed Ait hmid
Programmierer

easymoments Sarl
N° 2 Bloc 9 QI
8 Agadir / Maroc

GSM: +212 (0) 6170 / 5 53 06
...


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] git

2012-04-18 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 i think you need to contact ad...@typo3.org to get your repository
 migrated to git 

NO! NO! NO! for the 10th time!

There is no support, yet. Please don't spam admin@t3o or the git issue
tracker.

See here: http://forge.typo3.org/issues/36048

Thanks for being patient. We will announce, once there is git support
for community extensions.

Kind regards
Steffen

- -- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

TYPO3  inspiring people to share!
Get involved: http://typo3.org

I work for TYPO3 solely in my spare time. If you think that
my work helps you running your business, you are invited to
send me a donation via PayPal to this email address. Thanks
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPjvZOAAoJEIskG/rSlyw4RV4H/1uifdzJWjIDaqPrYv7wOyPK
KOTu/pTBmS8+s/ONizj/z9kHcAq4LVKcNibeZi7TGq/+GBkRduBuhIcoiTT9jJx+
e14kRo3xsSHj3ERTptVznEPWML/aVoYoSne2QIGwzVJEhBvd2RWl6D+GiqKyEF0t
PrItfshk1obaMrLX0e+JS4Xng73kBwGuhIWAhUbMMMcstTsRjdFxhtwcynrKC1Yw
e/nrgteNuQFid+qe45eyvhIqIODCurq9aU9a6fRVUeyNez0yEAWdqmVvx6MwBzvz
mEiMtUh4tXXpdgp8pnzj5ZBRtUuekbUlM1FoQMoR1x3SWPyRU4fDMRqqual4lfM=
=fful
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] git

2012-04-18 Thread Kay Strobach
Hello Steffen,

sry, that was the answer i got last time i asked :(

Thanks for correcting me

Kay

Am 18.04.2012 19:13, schrieb Steffen Gebert:
 i think you need to contact ad...@typo3.org to get your repository
 migrated to git 
 
 NO! NO! NO! for the 10th time!
 
 There is no support, yet. Please don't spam admin@t3o or the git issue
 tracker.
 
 See here: http://forge.typo3.org/issues/36048
 
 Thanks for being patient. We will announce, once there is git support
 for community extensions.
 
 Kind regards
 Steffen
 

-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Typoscript insertData language issue

2012-04-18 Thread Peter Ruijter
Hi List,

I'm facing the following typoscript problem. I have currently a piece of
typoscript code that should display a name and email address of an
authorof a page. But
the preamble should be depended on the selected page language. At the
moment the correct output is only shown with the default page language, but
when I switch to a translated page, only the preamble is displayed without
name and e-mail address.

My configuration:
page.40 = TEXT
page.40 {
  value = Author: {page:author}
  lang.nl  = Auteur: {page:author}
  insertData =1
  typolink.parameter.field = author_email
}

Is this because there is no getText function possible with the lang
property? Do I have to break the language depended code apart from the data
requesting part to get the stuff work or is there one thing I'm overlooking?
-- 

Kind regards,

Peter Ruijter
*Peter Industries*
www.peterindustries.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Backend session not work

2012-04-18 Thread Piseth Sok

Hi everybody,

I used introduction package 4.6.1 in Ubuntu.
I met a problem that after I login with backend user , I copy URL of 
backend paste to new Tab in firefox, but It required login again.

Any Idea?

Thanks,
Piseth
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] RTE Disappeared?

2012-04-18 Thread Scotty C
Hi everyone,

A client has been running TYPO3 4.2.6 for years without a single problem. They 
recently contacted me to say their RTE (rte_plus) has disappeared from every 
content element in the backend and has been replaced by code. Also, there's no 
disable RTE checkbox. I can confirm this, and when I tried to remove it and 
replace it with HTMLarea, not even it will appear either! I checked the install 
tool and the RTE is enabled. Does anybody know what could possibly cause this 
mysterious issue?

Thanks,
-Scott.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Backend session not work

2012-04-18 Thread Piseth Sok

On 04/19/2012 08:47 AM, Piseth Sok wrote:

Hi everybody,

I used introduction package 4.6.1 in Ubuntu.
I met a problem that after I login with backend user , I copy URL of
backend paste to new Tab in firefox, but It required login again.
Any Idea?

Thanks,
Piseth

Hi all,

I have found the solution.
It is because of firefox extension firephp. I removed it and restart 
browser and then it works.


Cheers,
Piseth
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RTE Disappeared?

2012-04-18 Thread Scotty C
Problem solved everyone,

Client was running IE8. Downgraded to IE7 and it worked fine.

IE8. STUPID, STUPID IE8 
-Scott.




 From: Scotty C superscott...@yahoo.com
To: TYPO3 English typo3-english@lists.typo3.org 
Sent: Wednesday, April 18, 2012 8:45:50 PM
Subject: [TYPO3-english] RTE Disappeared?
 
Hi everyone,

A client has been running TYPO3 4.2.6 for years without a single problem. They 
recently contacted me to say their RTE (rte_plus) has disappeared from every 
content element in the backend and has been replaced by code. Also, there's no 
disable RTE checkbox. I can confirm this, and when I tried to remove it and 
replace it with HTMLarea, not even it will appear either! I checked the install 
tool and the RTE is enabled. Does anybody know what could possibly cause this 
mysterious issue?

Thanks,
-Scott.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RTE Disappeared?

2012-04-18 Thread Kay Strobach
Hi Scotty,

you should, update the 4.2 to the lastest available 4.2 version
published and think about an update to atleast 4.5 ;)

Regards
Kay

Am 19.04.2012 05:48, schrieb Scotty C:
 Problem solved everyone,
 
 Client was running IE8. Downgraded to IE7 and it worked fine.
 
 IE8. STUPID, STUPID IE8 
 -Scott.
 
 
 
 
  From: Scotty C superscott...@yahoo.com
 To: TYPO3 English typo3-english@lists.typo3.org 
 Sent: Wednesday, April 18, 2012 8:45:50 PM
 Subject: [TYPO3-english] RTE Disappeared?
  
 Hi everyone,
 
 A client has been running TYPO3 4.2.6 for years without a single problem. 
 They recently contacted me to say their RTE (rte_plus) has disappeared from 
 every content element in the backend and has been replaced by code. Also, 
 there's no disable RTE checkbox. I can confirm this, and when I tried to 
 remove it and replace it with HTMLarea, not even it will appear either! I 
 checked the install tool and the RTE is enabled. Does anybody know what could 
 possibly cause this mysterious issue?
 
 Thanks,
 -Scott.
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RTE Disappeared?

2012-04-18 Thread Kay Strobach
PS: 4.2 - 4.2.17

http://prdownloads.sourceforge.net/typo3/typo3_src-4.2.17.tar.gz?download
http://prdownloads.sourceforge.net/typo3/typo3_src-4.2.17.zip?download

4.5 - 4.5.15 (tree bug) - http://forge.typo3.org/issues/36238

http://prdownloads.sourceforge.net/typo3/typo3_src-4.5.15.tar.gz?download
http://prdownloads.sourceforge.net/typo3/typo3_src-4.5.15.zip?download


Regards
Kay
Am 19.04.2012 07:04, schrieb Kay Strobach:
 Hi Scotty,
 
 you should, update the 4.2 to the lastest available 4.2 version
 published and think about an update to atleast 4.5 ;)
 
 Regards
 Kay
 
 Am 19.04.2012 05:48, schrieb Scotty C:
 Problem solved everyone,

 Client was running IE8. Downgraded to IE7 and it worked fine.

 IE8. STUPID, STUPID IE8 
 -Scott.



 
  From: Scotty C superscott...@yahoo.com
 To: TYPO3 English typo3-english@lists.typo3.org 
 Sent: Wednesday, April 18, 2012 8:45:50 PM
 Subject: [TYPO3-english] RTE Disappeared?
  
 Hi everyone,

 A client has been running TYPO3 4.2.6 for years without a single problem. 
 They recently contacted me to say their RTE (rte_plus) has disappeared from 
 every content element in the backend and has been replaced by code. Also, 
 there's no disable RTE checkbox. I can confirm this, and when I tried to 
 remove it and replace it with HTMLarea, not even it will appear either! I 
 checked the install tool and the RTE is enabled. Does anybody know what 
 could possibly cause this mysterious issue?

 Thanks,
 -Scott.
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english