Re: [TYPO3] newloginbox extension

2007-06-27 Thread John 'Tux' Nielsen
On 6/28/07, Kuldev Singh <[EMAIL PROTECTED]> wrote: > > Hi all > > I am using newloginbox extension I wanted to see permanent checkbox in > my site's frontend so I wrote > > plugin.tx_newloginbox_pi1 { > showPermaLogin = 1 > } > > in constant and setup filed. But there is no permanent check

[TYPO3] newloginbox extension

2007-06-27 Thread Kuldev Singh
Hi all I am using newloginbox extension I wanted to see permanent checkbox in my site's frontend so I wrote plugin.tx_newloginbox_pi1 { showPermaLogin = 1 } in constant and setup filed. But there is no permanent checkbox. Please help me. Thanks. regard Kuldev Bisht www.fivee.in _

Re: [TYPO3] Menu first item not linked - how to do that?

2007-06-27 Thread Anna Nees
I am currently on annual leave until Thursday 5th July. For any work-related enquiries, please log a job through Inform. Thanks, Anna ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo

[TYPO3] Menu first item not linked - how to do that?

2007-06-27 Thread Christian Lerrahn
Hi, I'm trying to set up a menu where the first item is supposed to be just text not a link. I don't want to put it into the wrap to make it possible for an editor to change the text easily. In a GMENU element I would just use noLink = 1 |*| 0 |*| 0 but TMENU does not have that property. I could

Re: [TYPO3] Install Tool GraphicsMagic Headache

2007-06-27 Thread Tania Morales
I could be that the localconf.php file has duplicated entries of im_path, also, check if you have safe_mode =on, if that is the case then you need to change your instalation of gm to the safe path that install tool tells you. On 6/27/07, Nick Weisser <[EMAIL PROTECTED]> wrote: > > On Mon Jul 10 12

Re: [TYPO3] (no subject)

2007-06-27 Thread Georg Rehfeld
Rudy Gnodde wrote: > Hello everyone, You should read http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/ and follow these rules, especially read about 'Hijacking' Georg -- ___ ___ | + | |__Georg Rehfeld Woltmanstr. 12 20097 Hamburg |_|_\ |___ [EMAIL

Re: [TYPO3] levelmedia: -1

2007-06-27 Thread Georg Rehfeld
Hi Bas, strange, you have almost all sayed yourself already Bas van der Togt wrote: > I build the following TS: > > lib.slideshow = TEXT > lib.slideshow.field = media > lib.slideshow.wrap ( > ... > > Does anybody know how to implement something like " > import.data = levelmedia: -1, slide" in

Re: [TYPO3] Why extensions not loaded on different domain

2007-06-27 Thread Bertalan Fodor
No idea? :-( Bertalan Fodor írta: > Thank you for your answer. > > No, I am talking about not installed. I can give an example: > > I have a typo3 tree running at www.mydomain.com, the backend is at > http://www.mydomain.com/typo3 > > I created an extension with Kickstarter, user_myext, inst

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread Georg Rehfeld
Hi Tyler, all, Tyler Kraft wrote: > ... at the same time - i find TV to be the most restrictive, least > flexible, and most annoying way of doing ;- ) TV actually was made to overcome _limitations_ of the older ways of doing things, so I can't second your opinion, that TV is less flexible than o

[TYPO3] Install Tool GraphicsMagic Headache

2007-06-27 Thread Nick Weisser
On Mon Jul 10 12:02:28 CEST 2006, Michael Stucki wrote: > If you use GraphicsMagick, all you need to define is this: > > $TYPO3_CONF_VARS['GFX']['im_path'] = '/your/path/to/gm/'; > $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm'; Hi there, The last two entries in my typo3conf/localconf.php file

[TYPO3] levelmedia: -1

2007-06-27 Thread Bas van der Togt
Hello list, I build the following TS: lib.slideshow = TEXT lib.slideshow.field = media lib.slideshow.wrap ( window.onload = function() { var tempString = "|"; var tmpArray = tempString.split(","); var imgArray = new Array();

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Dmitry Dulepov
Benjamin Harwell wrote: > That did successfully parse a value, however it is the uid of the parent > page rather than the subpage the menu is currently dealing with. Very > interesting though. Thank you. Second parameter to getData is an array of fields. If you do pass anything, current page is t

Re: [TYPO3] (enhanced) Split menu with variable number of items in half

2007-06-27 Thread Francois Suter
Hi all, The following menu has been for a while an example of how to do a 2- column menu and I implemented it today at a client's. It works fine but I realised it has a small drawback: empty tags are generated for all the links that are in the other half of the menu. This comes from the fa

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Benjamin Harwell
Hi Dmitry, That did successfully parse a value, however it is the uid of the parent page rather than the subpage the menu is currently dealing with. Very interesting though. Thank you. -Ben On 6/27/07, Dmitry Dulepov <[EMAIL PROTECTED]> wrote: > > Benjamin Harwell wrote: > > Creating a subject t

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Christopher Torgalson
Hi, On 6/27/07, Dmitry Dulepov <[EMAIL PROTECTED]> wrote: > Christopher Torgalson wrote: > > Not tested, can't think why it wouldn't work though. > > Because 1.postUserFunc.uid is processed *before* stdWrap in COA. That was exactly the point. I got distracted by the message title and thought th

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread Dmitry Dulepov
ries van Twisk wrote: > I found that TV is very flexibly. > However, I didn't really try one of the other method. > > Can you write in a couple of sentences what you don't find > flexible of TV? Some people like eggs, some people hate them. Some people like templavoila, some does not. All normal

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Dmitry Dulepov
Benjamin Harwell wrote: > Creating a subject that relates to what you are trying to do is always > difficult.. The small code snippet below is from a TMENU I'm working on. I > need to replace the "field:uid" with the uid of the subpage currently being > processed. My question is, how in the world d

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Benjamin Harwell
Very interesting. Thank you for your response. In order to get all that I needed to my function I ended up using the following typoscript: NO { doNotShowLink = 1 before.cObject = COA before.cObject { 1 = TEXT 1.data = field:uid 1.postUserFunc = user_doStuff->getCont

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Dmitry Dulepov
Christopher Torgalson wrote: > Not tested, can't think why it wouldn't work though. Because 1.postUserFunc.uid is processed *before* stdWrap in COA. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs __

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > yeah i guess i should write some code that makes the columns then > but I don't see how the previous author did this. Well, I do not see any reason to continue until you read docs... You simply do not know ABC of extensions :( -- Dmitry Dulepov TYPO3 freelancer / TYPO

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Tyler Kraft
If your going to do everything in your function, then just pass the uid as the content 1 = TEXT 1.data = field:uid 1.postUserFunc = user_doStuff->getContentFlexValue Untested but this (or a similar set of TS) would then pass the value as the $content variable into your function, then do whateve

Re: [TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Christopher Torgalson
Hi, On 6/27/07, Benjamin Harwell <[EMAIL PROTECTED]> wrote: > Creating a subject that relates to what you are trying to do is always > difficult.. The small code snippet below is from a TMENU I'm working on. I > need to replace the "field:uid" with the uid of the subpage currently being > processe

[TYPO3] Is there something like insertData in postUserFunc?

2007-06-27 Thread Benjamin Harwell
Creating a subject that relates to what you are trying to do is always difficult.. The small code snippet below is from a TMENU I'm working on. I need to replace the "field:uid" with the uid of the subpage currently being processed. My question is, how in the world do you get that to substitute? N

[TYPO3] Pages in TYPO3 Cannot be Accessed via Web

2007-06-27 Thread jeff . gregory
I run TYPO3 on an Apache server and copied all the files from the directory of our prod site to a new directory to start a dev site. I’m using a virtual redirect to forward all traffic for the dev URL to the new directory. When you type in the URL of the dev site via the web, the index / home pa

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread ries van Twisk
hey Tylar, I found that TV is very flexibly. However, I didn't really try one of the other method. Can you write in a couple of sentences what you don't find flexible of TV? RIes On Jun 27, 2007, at 10:18 AM, Tyler Kraft wrote: > ... at the same time - i find TV to be the most restrictive, le

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread Tyler Kraft
... at the same time - i find TV to be the most restrictive, least flexible, and most annoying way of doing ;- ) The point is that there are usually many ways in T3 to achieve what you want and that it is hard work to learn, but worth it in the end. No matter which route you take, probably it i

Re: [TYPO3] left and right columns div

2007-06-27 Thread Ilaria De Marinis
Thanks a lot, I've got a solution but yours is much more linear than mine. Best regards Bernd Wilke wrote: > Ilaria De Marinis schrieb: > >> Hi list, >> I'm trying to associate to left and right columns div tags for css web >> site. >> >> In my template setup section I put only these lines: >

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread dave typo
welcome to the frustrating world of typo3. I also second using templavoila. Honestly, I couldn't see myself using typo3 without it. On 6/27/07, Benjamin Todd <[EMAIL PROTECTED]> wrote: > > I'd recommend using the TemplaVoila extension > (http://typo3.org/extensions/repository/view/templavoila/

Re: [TYPO3] left and right columns div

2007-06-27 Thread Bernd Wilke
Ilaria De Marinis schrieb: > Hi list, > I'm trying to associate to left and right columns div tags for css web > site. > > In my template setup section I put only these lines: > page = PAGE > page.typeNum = 0 > page.10 = CONTENT > page.10 { > table=tt_content > select { > pidInList =

[TYPO3] Filelink to Extension

2007-06-27 Thread Dominik Schmich
Hi List, I've made a DownloadCenter with AJAX. Now I got the Problem to get the Reference to the Page where the PageItem for the DownloadCenter. I want to give the Admin the opportunity, to set a Filelink anywhere on the Homepage. If now someone clicks on the Link, the Page with the DownloadCe

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
yeah i guess i should write some code that makes the columns then but I don't see how the previous author did this. On 6/27/07, Dmitry Dulepov <[EMAIL PROTECTED]> wrote: > > dave typo wrote: > > aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll > > post a whole othe

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll > post a whole other slew of problems after ! It is like using a hammer to repair your watch :( Your extension will work for you but not for anyone else. You are supposed to follow typo3-defined procedure

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > odd. so how do extensions without the sql file opperate, and write to a > database without an included sql file? It means they use columns created by other extensions or typo3 core. > I spose the hldamgallery works because it is a part of dam? I still can't > see the code that

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll post a whole other slew of problems after ! :D -thanks for your help On 6/27/07, dave typo <[EMAIL PROTECTED]> wrote: > > odd. so how do extensions without the sql file opperate, and write to a > database without an include

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
odd. so how do extensions without the sql file opperate, and write to a database without an included sql file? I spose the hldamgallery works because it is a part of dam? I still can't see the code that makes the connection.. so anyway, i spose i should make a sql file with all my array tables? r

Re: [TYPO3] Slider in $TCA

2007-06-27 Thread Dmitry Dulepov
Lukas Mattsson wrote: > Thanks for your response, I'll have a look on how date2cal is made, and > keep my eyes on the thread. Better read documentation first: http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id3661765 Doing anything without knowing

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
Hi! dave typo wrote: > to Dmitry: I was copying the way the other development author was > structuring the passing of data. Had both uid and pid passed. Well, he did not know what he is doing :) > So how do I create the column in the database? I figured that the > passing of > the res variable

Re: [TYPO3] [TYPO3-install] RealURL breaks on OSX

2007-06-27 Thread Dmitry Dulepov
Rodrigo Cea wrote: > I recently migrated a site from a Linux server to a OSX one with XAMPP. > Everything works, except for RealURL. When following a RealURLified > link, I get a blank page. No error, just a blank page. > Here: > http://www.w3craft.nl/en/devcenter/typo3/item/article/temporary-ne

[TYPO3] [TYPO3-install] RealURL breaks on OSX

2007-06-27 Thread Rodrigo Cea
I recently migrated a site from a Linux server to a OSX one with XAMPP. Everything works, except for RealURL. When following a RealURLified link, I get a blank page. No error, just a blank page. Here: http://www.w3craft.nl/en/devcenter/typo3/item/article/temporary-news-item.html they say it's

[TYPO3] How to make menu from one section display in another?

2007-06-27 Thread Nate Russell
Hello, I have 2 sections of my site. Journals and Abstracts In the side menu under Journals, there are the following, Journals -Dogs -Cats -Birds -Fish In Abstracts there are contents pages and abstracts for each of the Journals. Abstracts -Dogs

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
to Dmitry: I was copying the way the other development author was structuring the passing of data. Had both uid and pid passed. So how do I create the column in the database? I figured that the passing of the res variable and putting an array in ext_tables would create the column... also,how do I

Re: [TYPO3] Slider in $TCA

2007-06-27 Thread Lukas Mattsson
Tapio Markula skrev: > Dmitry Dulepov kirjoitti: >> Lukas Mattsson wrote: >>> Is it possible to have slider controls ala >>> http://webfx.eae.net/dhtml/slider/slider.html in TCA backend forms by >>> installing some extension or library? >> >> Yes but you have to implement it through user-type con

Re: [TYPO3] Changing module and core texts with TypoScript

2007-06-27 Thread Stefan Galinski
Hi Rudy, If you just want to change language labels of the backend and corresponding modules then you can easily use "LFEditor" and local workspaces. Local workspaces only work for BE labels and are update safe. Just try it out and read the section in the manual. Overriding files which are used b

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Rens Admiraal
Op 27-jun-2007, om 15:09 heeft Dmitry Dulepov het volgende geschreven: > Hi! > > dave typo wrote: >> I keep getting this error >> >> 2: SQL error: 'Unknown column 'tx_hldamgallery_fontsize' in 'field >> list'' >> (tt_content:387) >> >> >> after saving the gallery. >> >> and do not understand wh

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
Hi! dave typo wrote: > I keep getting this error > > 2: SQL error: 'Unknown column 'tx_hldamgallery_fontsize' in 'field list'' > (tt_content:387) > > > after saving the gallery. > > and do not understand why. Most likely no such column in database. > $res = $GLOBALS['TYPO3_DB']->exec_SELECTq

[TYPO3] realurl not translating link in hmenu of .special = list

2007-06-27 Thread Andrew Davis
Hi I defined an HMENU with a .special = list property, but on my site with realurl installed (and seems to be working on a another, normal HMENU), the list menu does not translate to speaking urls (still is /?id=#). I am assuming that my realurl configuration is off, but reading the manual I ca

Re: [TYPO3] Changing module and core texts with TypoScript

2007-06-27 Thread Rudy Gnodde
Hello Tapio, I already know how and where I can change the texts, but I'd have to change core files (in case of texts from the core) or extensions (in case of modules from extensions). This would mean I'd have to change them again if I update the extension or Typo3. Regards, Rudy Gnodde WIND Int

[TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
Currently, I am trying to make it so users can insert an overlay of text onto images that are being processed by hl_dam_gallery. I am merging the components of another extension, the Image Localization Overlay, with hl_dam_gallery. Localization overlay uses gifbuilder under its typoscript setup Es

Re: [TYPO3] Changing module and core texts with TypoScript

2007-06-27 Thread Tapio Markula
Rudy Gnodde kirjoitti: > Sorry, I forgot the topic. > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens Rudy Gnodde > Verzonden: woensdag 27 juni 2007 13:04 > Aan: TYPO3 English > Onderwerp: [TYPO3] (no subject) > > Hello everyone, > > It is possible

Re: [TYPO3] RTE - linking images

2007-06-27 Thread Rakowski Tomasz
thx, but it was also my first impression so the rights are checked and ok... racco dave typo pisze: > I'm not familiar with this, but the first thing that came to mind was > permission rights. Check that both the folder, and your user (and > usergroup) > have permissions to view, edit and write

Re: [TYPO3] RTE - linking images

2007-06-27 Thread dave typo
I'm not familiar with this, but the first thing that came to mind was permission rights. Check that both the folder, and your user (and usergroup) have permissions to view, edit and write to the folder(S). On 6/26/07, Rakowski Tomasz <[EMAIL PROTECTED]> wrote: > > Hello! > > Could you tell me

Re: [TYPO3] [LOCALIZATION] Best way to create extension

2007-06-27 Thread Franz Holzinger
Hello Sylvain, > I do not like the tt_product way because you have to create one item for > each translation. This is wrong. You can also configure tt_products to take the translation from another field or from a translation file. See topic 'Configuration of Articles, Products, Categories, Pages

Re: [TYPO3] jm_gallery

2007-06-27 Thread dave typo
well looking at the extension, you need to put in this typoscript: plugin.tx_jmgallery_pi1 { list_pid = //put the number of what page your list is on album_pid = //put the number of where your album is located single_pid = // where a single image can be viewed admin {

[TYPO3] Changing module and core texts with TypoScript

2007-06-27 Thread Rudy Gnodde
Sorry, I forgot the topic. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Rudy Gnodde Verzonden: woensdag 27 juni 2007 13:04 Aan: TYPO3 English Onderwerp: [TYPO3] (no subject) Hello everyone, It is possible to change language texts for plugins with TypoS

[TYPO3] (no subject)

2007-06-27 Thread Rudy Gnodde
Hello everyone, It is possible to change language texts for plugins with TypoScript (plugin.tx_theplugin_pi1._LOCAL_LANG), but is it also possible for modules and core texts in the backend? If so, how? Regards, Rudy Gnodde WIND Internet http://www.windinternet.nl ___

[TYPO3] tcdirectmail bounce account configuration

2007-06-27 Thread Diego Pino Garcia
OK, solved The problem was a bounce-account register was not showing while adding a new element within a page. An extra line is needed to be add to ext_tables.php to solve this problem: t3lib_extMgm::allowTableOnStandardPages("tx_tcdirectmail_bounceaccount"); Best Regards, Diego Pino __

[TYPO3] Create different lists in my own extension

2007-06-27 Thread Jeppe Donslund
How can I make the same function as the one in tt_news selecting LIST, LATEST, SINGLE etc. I need the same function in an extension I have made with the Extension Kickstarter. Regards, Jeppe D. ___ TYPO3-english mailing list TYPO3-english@lists.netf

[TYPO3] left and right columns div

2007-06-27 Thread Ilaria De Marinis
Hi list, I'm trying to associate to left and right columns div tags for css web site. In my template setup section I put only these lines: page = PAGE page.typeNum = 0 page.10 = CONTENT page.10 { table=tt_content select { pidInList = this orderBy=sorting } } I don

Re: [TYPO3] how to actually work with typo3?

2007-06-27 Thread Benjamin Todd
I'd recommend using the TemplaVoila extension (http://typo3.org/extensions/repository/view/templavoila/1.3.1/) rather then using the old Typo3 templating method (providing you know how to make your own html templates). Read the Futuristic Template Building tutorial - http://typo3.org/documentatio

[TYPO3] tcdirectmail, bounce account configuration

2007-06-27 Thread Diego Pino Garcia
Hi all, I am setting up tcddirectmail. So far, everything is fine and working except for the bounce accounting. On the manual I read I woild be able a add new record type named bounce account, but do not how to added. I found other threads on the internet talking about this issue. This one on the

Re: [TYPO3] flexform fe-users

2007-06-27 Thread PEF
The field in question is added by Direct Mail Subscription. "module_sys_dmail_category" is the field I want to be able to edit in the back-end. /Peter Harald Amelung skrev: > Hi PEF, > > PEF schrieb: >> I've added some extra field to the fe_users table. I want them to show >> in flexform in t

Re: [TYPO3] [LOCALIZATION] Best way to create extension

2007-06-27 Thread Dmitry Dulepov
Sylvain Gourvil wrote: > I have to create a extension which allow user to add products in x > languages. > > I do want him to create an item and after to be able to manage the > translation on this item. > I do not like the tt_product way because you have to create one item for > each translati

Re: [TYPO3] Typo3 upgrade from 3.6 to 4.1

2007-06-27 Thread Dmitry Dulepov
Hi! Michael Stucki wrote: > These in-between steps are not necessary - why should one need that? This is generally recommended here, in lists, for people, who did not do many upgrades before and do not know how to solve problems that come after upgrade from 3.6 to 4.1. Experienced developer can

Re: [TYPO3] t3d upload error

2007-06-27 Thread Dmitry Dulepov
Kuldev Singh wrote: > I was uploading a t3d (size:2.50 mb) file on my local server, but I have > faced this error: > > "Failure: No file uploaded - was it too big? Check system log." > > How I can solve this problem ?. Real PHP manual on upload file size? Check install tool for upload limit? -

Re: [TYPO3] flexform fe-users

2007-06-27 Thread Dmitry Dulepov
Hi! PEF wrote: > I've added some extra field to the fe_users table. I want them to show > in flexform in the back-end. Is it possible to extend the flexform that > comes with the fe_users-plugin - and where does that plugin resides? Are you sure that you use right terminology? Flexform is not

Re: [TYPO3] flexform fe-users

2007-06-27 Thread Harald Amelung
Hi PEF, PEF schrieb: > I've added some extra field to the fe_users table. I want them to show > in flexform in the back-end. Is it possible to extend the flexform that > comes with the fe_users-plugin - and where does that plugin resides? How did you add these fields? By phpMyAdmin or something

[TYPO3] flexform fe-users

2007-06-27 Thread PEF
Hi, I've added some extra field to the fe_users table. I want them to show in flexform in the back-end. Is it possible to extend the flexform that comes with the fe_users-plugin - and where does that plugin resides? Regards Peter Falk ___ TYPO3-engli

Re: [TYPO3] [LOCALIZATION] Best way to create extension

2007-06-27 Thread Bernd Wilke
Sylvain Gourvil schrieb: > Hi all, > > I have to create a extension which allow user to add products in x > languages. > > I do want him to create an item and after to be able to manage the > translation on this item. > I do not like the tt_product way because you have to create one item for >

[TYPO3] Special characters in file upload (filelist)

2007-06-27 Thread John 'Tux' Nielsen
When uploading a file via filelist panel, it converts special characters (eq æøå) to ae oe aa respectively, is there a way to disable this "conversion"? When manually uploading a file via FTP or whatever, typo3 seems to be able to read the special characters fine. -- Regards - John 'Tux' Nielsen C

[TYPO3] [LOCALIZATION] Best way to create extension

2007-06-27 Thread Sylvain Gourvil
Hi all, I have to create a extension which allow user to add products in x languages. I do want him to create an item and after to be able to manage the translation on this item. I do not like the tt_product way because you have to create one item for each translation. Does someone has an