Re: [TYPO3-english] Horizontal menu example

2013-05-16 Thread bernd wilke
Am 16.05.2013 17:48, schrieb Pero Peric: Hi. Does anybody have some horizontal menu example in TS or HTML/CSS? It should look like this: Item1 Item2 Item3 Item4 Item5 and when hoovered over Itemx submenu should appear right beneath like this: Item1 Item2 Item3 Item4 Item5 Subitem1 Subitem2 Su

[TYPO3-english] sorting POI - rggooglemap after upgrade

2013-05-16 Thread Tomas Norre Mikkelsen
Hi, After upgrading my EXT:rggooglemap to 3.0.0 from 2.x.y my POI's is not sorted anymore. I can sort my POI's Categories, but not the POI's themself. Is this left out in latest version? Or did I miss something? -- Best Regards Tomas Norre Mikkelsen TYPO3 Profile: http://forge.typo3.org/us

Re: [TYPO3-english] extbase DateTime property mapping error in 6.1

2013-05-16 Thread Domi
Hi, after searching the net I found an old post about this issue and could solve my parsing with additional code in my initializedAction(): // this configures the parsing if (isset($this->arguments['client'])) { $this->arguments['client'] ->getPropertyMappingConfiguration() ->f

[TYPO3-english] FW:

2013-05-16 Thread d.arnoult
http://www.bekcanmetal.com.tr/7iffuj.php ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] extbase DateTime property mapping error in 6.1

2013-05-16 Thread Domi
Hello, I use in 6.1 the new property mapper and want to save the DateTime with the native date picker and a fallback of jQuery. /** * dateOfBirth * * @var \DateTime * @validate NotEmpty,DateTime */ protected $dateOfBirth; In fluid: If I try to save my form I catch following error: 130

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Philipp Gampe
Hi Jan, Jan Bartels wrote: > What about the plugins? How to deal with an installation that uses > several hundreds of tt_news-plugins in different configuration You could reserve a budget and hire Georg (or anyone else) to write a wizard. Please keep in mind that templates cannot be converted a

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Georg Ringer
Hi, Am 16.05.2013 18:51, schrieb Jan Bartels: What about the plugins? How to deal with an installation that uses several hundreds of tt_news-plugins in different configurations? those are not migrated but certainly would be possible if you really need it. I can help in 2 weeks from now (holid

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Georg Ringer
Hi, as Philipp pointed out alredy: The time for extensions who just deliver some JS stuff are over as this is now usually really easy for every integrator. use any jquery gallery thing, take a look on its required dom tree and build it with fluid template engine, include the js and it works.

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Georg Ringer
Am 16.05.2013 16:27, schrieb Peter Linzenkirchner: Hello Georg, how well does EXT:news with 5 to 10.000 Entries in about 40-50 categories? Will the conversion from tt_news to news work with so many entries? it should work, however haven't tried. you could also take a look at the ImportServic

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Georg Ringer
Am 16.05.2013 16:14, schrieb Dmitry Dulepov: But they exist and they worked before. That would appeal very much to many users. they still work, same as tt_news but just can't expect to upgrade one thing to latest edge and that it works with everything else ;) I am not a fan of tt_news but t

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Jan Bartels
Am 16.05.2013 15:05, schrieb Jigal van Hemert: On 16-5-2013 13:24, Xavier Perseguers wrote: Dmitry is right, there is now EXT:news and its codebase is much better-suited for future development. I would suggest to step back and think why you use tt_news. Is it for its core feature set (publishing

[TYPO3-english] wec_contentelements: fine in 4.5, problems in 4.7, why?

2013-05-16 Thread Martin Bless
Hello everybody, I love the extension "wec_contentelements" to create FCEs (flexible content elements) in sites where there are good reasons not to use Templavoilà. It's a cool thing - see the links. WHO KNOWS what I have to do to make "wec_contentelements" work with TYPO3 >4.5? I need 4.7 at th

[TYPO3-english] Horizontal menu example

2013-05-16 Thread Pero Peric
Hi. Does anybody have some horizontal menu example in TS or HTML/CSS? It should look like this: Item1 Item2 Item3 Item4 Item5 and when hoovered over Itemx submenu should appear right beneath like this: Item1 Item2 Item3 Item4 Item5 Subitem1 Subitem2 Subitem3 Subitem4 Thx! Regards.

[TYPO3-english] Hide translations in the element browser

2013-05-16 Thread Fabrice Morin
Hi, Is it possible to hide translations of records in the element browser ? In my case, the element browser is opened from a selector built using a flexform : ... test group db

Re: [TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Pero Peric
On 16.5.2013. 17:03, Frenck Lutke wrote: Hi Pero, [snip] plugin.tx_automaketemplate_pi1 { elements.DIV.id.foo = 1 elements.DIV.id.foo.includeWrappingTag = 1 } IncludeWrappingTag nests the div inside the contentmarkers, instead of the other way around. Take a look at the extension manua

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Philipp Gampe
Hi Pero, Pero Peric wrote: > Dealing news. I have a request for a news slider on a homepage. I found > some extension called t3s_jslidernews and it looks good. Does this work > with EXT:news? If not is there any ext. that works and that meets my > requirements like t3s_jslidernews does? This is j

Re: [TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Peter Kühnlein
:) Am 16.05.2013 17:02, schrieb Pero Peric: On 16.5.2013. 16:53, Peter Kühnlein wrote: Am 16.05.2013 16:09, schrieb Pero Peric: [snip] A workaround: eventhough you are using automaketemplate, you can still use markers and replace them in the ordinary way, i.e., something like ###PLACEHOLDER#

Re: [TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Frenck Lutke
Hi Pero, On 16-5-2013 16:09, Pero Peric wrote: Hi, One simple question. I have this in html template: and in TS i have something like: plugin.tx_automaketemplate_pi1 { elements.DIV.id.foo = 1 } Is it possible to make TYPO3 to overwrite that DIV with inserted content rather then to hav

Re: [TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Pero Peric
On 16.5.2013. 16:53, Peter Kühnlein wrote: Am 16.05.2013 16:09, schrieb Pero Peric: [snip] A workaround: eventhough you are using automaketemplate, you can still use markers and replace them in the ordinary way, i.e., something like ###PLACEHOLDER### and page.10.PLACEHOLDER=TEXT etc. I did th

Re: [TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Peter Kühnlein
Am 16.05.2013 16:09, schrieb Pero Peric: Hi, One simple question. I have this in html template: and in TS i have something like: plugin.tx_automaketemplate_pi1 { elements.DIV.id.foo = 1 } Is it possible to make TYPO3 to overwrite that DIV with inserted content rather then to have somet

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Pero Peric
On 16.5.2013. 15:05, Jigal van Hemert wrote: Hi, On 16-5-2013 13:24, Xavier Perseguers wrote: Dmitry is right, there is now EXT:news and its codebase is much better-suited for future development. I would suggest to step back and think why you use tt_news. Is it for its core feature set (publish

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Dmitry Dulepov
Hi! Georg Ringer wrote: just one thing: I doubt that extensions which rely on tt_news and extend it are maintained either ... But they exist and they worked before. That would appeal very much to many users. I am not a fan of tt_news but there are really many exts based on it. -- Dmitry Du

[TYPO3-english] Automaketemplate and wrapping

2013-05-16 Thread Pero Peric
Hi, One simple question. I have this in html template: and in TS i have something like: plugin.tx_automaketemplate_pi1 { elements.DIV.id.foo = 1 } Is it possible to make TYPO3 to overwrite that DIV with inserted content rather then to have something like: ...inserted content... I

[TYPO3-english] Re: Hilighting restricted pages in HMENU/TMENU

2013-05-16 Thread Alban Cousinie
Thank you guys, you truly helped me. The solution was to use USR + showAccessRestrictedPages like below. It works like a charm. Thanks again for the feedback ! lib.field_navigation = HMENU lib.field_navigation.special = directory lib.field_navigation.special.value = 1 lib.field_navigation.1 =

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Jigal van Hemert
Hi, On 16-5-2013 13:24, Xavier Perseguers wrote: Dmitry is right, there is now EXT:news and its codebase is much better-suited for future development. I would suggest to step back and think why you use tt_news. Is it for its core feature set (publishing news)? Then switch to EXT:news and enjoy!

Re: [TYPO3-english] UTF-8

2013-05-16 Thread Jigal van Hemert
Hi, On 16-5-2013 12:29, Wiesław Golsz wrote: I tried migrate to UTF-8 according to: http://wiki.typo3.org/UTF-8_support#Convert_an_already_existing_database_to_UTF-8 1. I did update DB using Install Tool and possibly removed the "unnecessary" table. 2. I used: http://domain.com/fileadmin/db_ut

Re: [TYPO3-english] Sphinx, ReStructuredText, Localization and TYPO3

2013-05-16 Thread Kay Strobach
Hi Xavier, nice things would be to have things like: 1. rest viewer in TYPO3 backend (for extensions, and eventually in the fe) 2. rest support for the syntax highlighter in TYPO3 3. Dokumentation on how to use it 4. For the intermediate time a rest -> sxw converter, so that uploaded extensions g

[TYPO3-english] Sphinx, ReStructuredText, Localization and TYPO3

2013-05-16 Thread Xavier Perseguers
Hi, Tomorrow I'll be discussing and working with Francois Suter and Dominique Feyer on mainly two semi-related themes: - Documentation using Sphinx and ReStructuredText, what's next? - Possible enhanced localization with TYPO3 6.2 and maintenance of Pootle translation server If you feel like you

Re: [TYPO3-english] UTF-8

2013-05-16 Thread bernd wilke
Am 16.05.2013 12:29, schrieb Wiesław Golsz: I tried migrate to UTF-8 according to: http://wiki.typo3.org/UTF-8_support#Convert_an_already_existing_database_to_UTF-8 1. I did update DB using Install Tool and possibly removed the "unnecessary" table. 2. I used: http://domain.com/fileadmin/db_utf8

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Georg Ringer
Hi, well explained! Am 16.05.2013 13:24, schrieb Xavier Perseguers: > Is it for other extensions > that rely on tt_news and extend it to store anything but news? Then you > may consider the risk of using what sounds like a combination of > obsolete and not maintained extensions. just one thing:

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Xavier Perseguers
Hi Pero >> Sometimes you have to invest time to: >> - avoid spending more and more of it fixing old software (like tt_news) >> - get a better software (like ext:news) >> >> And yes, RealURL works with TYPO3 6.1. You need version 1.12.6. It works >> with every extension. > > I know Dmitry, but try

Re: [TYPO3-english] UTF-8

2013-05-16 Thread Kay Strobach
Hi Wieslaw, i always use sth. similar to : http://ronaldbradford.com/blog/migrating-mysql-latin1-to-utf8-the-process-2010-03-06/ > $ mysqldump -uroot -p --default-character-set=latin1 --skip-set-charset conv > > conv.sql > $ sed -i -e "s/latin1/utf8/g" conv.sql > $ mysql -uroot -p --default-cha

Re: [TYPO3-english] Alternatives for direct_mail & direct_mail_subscription

2013-05-16 Thread Jigal van Hemert
Hi, On 16-5-2013 12:37, Alessandro Tuveri wrote: I hope that Kasper or somebody else can do something and fix the problem. This is very sad because TYPO3 withoud a newsletter system is not so OK The only person(s) who can fix it is/are the author(s) of the extension. Please contact them and a

[TYPO3-english] UTF-8

2013-05-16 Thread Wiesław Golsz
I tried migrate to UTF-8 according to: http://wiki.typo3.org/UTF-8_support#Convert_an_already_existing_database_to_UTF-8 1. I did update DB using Install Tool and possibly removed the "unnecessary" table. 2. I used: http://domain.com/fileadmin/db_utf8_fix.php and receive: backend_layout: .

Re: [TYPO3-english] Alternatives for direct_mail & direct_mail_subscription

2013-05-16 Thread Alessandro Tuveri
I used for long time direct_mail with some subscription extension. But since version 6.0 it does not more work properly because of deprecated functions. Hi I do not know why this happens. I hope that Kasper or somebody else can do something and fix the problem. This is very sad because TYPO

Re: [TYPO3-english] Alternatives for direct_mail & direct_mail_subscription

2013-05-16 Thread Dr. Christian A. Caroli (Domain-Verwaltung)
I prefer honesty. If somebody wants money for his products, he shall write the final price in a clear form including all extras like taxes and delivery. Then I can calculate and decide whether I like to pay the price or not. But first to say it is for free or very cheap and then come through th

Re: [TYPO3-english] Hilighting restricted pages in HMENU/TMENU

2013-05-16 Thread JoH asenau
Am 15.05.2013 16:24, schrieb Alban Cousinie: Hello everybody, As you know, when a frontend user is authenticated in Typo3, the restricted pages will show up in the TMENU. If he is not authenticated, those will be masked. Now I would like to experiment a different behavior : the restricted page

Re: [TYPO3-english] Alternatives for direct_mail & direct_mail_subscription

2013-05-16 Thread Georg Ringer
Hi, Am 16.05.2013 08:37, schrieb Dr. Christian A. Caroli (Domain-Verwaltung): > Dear ladies and gentleman, > > > > I used for long time direct_mail with some subscription extension. But since > version 6.0 it does not more work properly because of deprecated functions. > > Now there is versi

Re: [TYPO3-english] UTF-8

2013-05-16 Thread Dmitry Dulepov
Hi! Please, start a new thread, do not reply to the existing thread. Wiesław Golsz wrote: I tried migrate to UTF-8 according to: -- Dmitry Dulepov ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/li

[TYPO3-english] Alternatives for direct_mail & direct_mail_subscription

2013-05-16 Thread Dr. Christian A. Caroli (Domain-Verwaltung)
Dear ladies and gentleman, I used for long time direct_mail with some subscription extension. But since version 6.0 it does not more work properly because of deprecated functions. Now there is version 6.1 out, so in my eyes these extensions are definitely deprecated and I have to look for al

[TYPO3-english] UTF-8

2013-05-16 Thread Wiesław Golsz
I tried migrate to UTF-8 according to: http://wiki.typo3.org/UTF-8_support#Convert_an_already_existing_database_to_UTF-8 1. I did update DB using Install Tool and possibly removed the "unnecessary" table. 2. I used: http://domain.com/fileadmin/db_utf8_fix.php and receive: backend_layout: .

Re: [TYPO3-english] TYPO3 CMS 4.5.26: YAG and JB GD Resize - no thumbnails in the BE, picture not resized in picture view

2013-05-16 Thread Ullmann d.o.o.
I will answer myself, so others - who are w/o IM as well - will save time. I was not able to get YAG running the propper way with the existing environment. Solution: I installed goof_fotoboek instead. https://typo3.org/extensions/repository/view/goof_fotoboek It works perfect now. Thanks for thi