Re: [TYPO3-english] Major background issues

2013-06-12 Thread marina t
Christian Mueller, Xavier Perseguers, thank you! First of all, thank you for accepting my message as feedback from a common user, who has little (if any) experience with Web service programming. Also a huge thank you for responding nicely and offering to help! :-) > I have followed with i

Re: [TYPO3-english] How to implement xclass in extbase extensions ?

2013-06-12 Thread Kay Strobach
Hi Arun, if you just want to use a model extended in your own workcase, just extend it and use your own repository. This can be achieved by simply mapping properties to the you need. Xclassing is described here: http://wiki.typo3.org/Xclass http://www.typovision.de/fileadmin/slides/ExtbaseFlui

Re: [TYPO3-english] templavoila?

2013-06-12 Thread Andreas Becker
Phillip Gampe This is exactly right but it is not an illusion anymore as it is working already. WordPress Themes are a complete mess, but if you can get the quintesence out of this mess with kay's Extension - Themes Wordpress Adapter - TYPO3 will have thousands of themes available to be used insta

[TYPO3-english] 'Search Form' in danish

2013-06-12 Thread Peder Høy Kristensen
I am setting up a danish site and would like the standard element 'Search Form' to appear in danish in the fronted. Apparently it is neither possible to have a template for the Search Form in a folder under fileadmin or otherwise to customize it in the template setup. Excatly which file do I hav

Re: [TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Xavier Perseguers
Hi Muriel, > I want to display a random image so in good old PHP it would be > something like: > > $nr = rand(0,10); > $img[$nr]; > > settings.icons contains an array with images. > > The ViewHelper I created works and I can output the content in the > template like this: > > > But how do I r

Re: [TYPO3-english] templavoila?

2013-06-12 Thread Kay Strobach
Hello Philipp, themes was discussed with Fabien Udriot last night. Themes itself is a small extension for just including TYPOScript and PageTS. But having some hook it's a theoretic experiment to be able to use other CMS themes in TYPO3. This can be achieved via Adapters :D I will provide a vagra

Re: [TYPO3-english] templavoila?

2013-06-12 Thread Philipp Gampe
Hi Andreas, Andreas Becker wrote: > but you will be able to have your > Wordpress design showing up in TYPO3 That won't work for the sole reason that the wordpress API — that is an euphemism — is a total mess. Actually it is kind of reverse; the theme calls the API and request data. Most popul

Re: [TYPO3-english] Page title and cHash

2013-06-12 Thread JoH asenau
Am 12.06.2013 19:34, schrieb Sergio Catalá: Hi list, I've got a strange problem with my page title and caching. Here is my code to display my page title: # db access for presentation record by id lib.getField = CONTENT lib.getField{ if.isTrue.data = GP:tx_my_table|record table = tx_

Re: [TYPO3-english] Page title and cHash

2013-06-12 Thread JoH asenau
Am 12.06.2013 19:34, schrieb Sergio Catalá: Hi list, I've got a strange problem with my page title and caching. Here is my code to display my page title: # db access for presentation record by id lib.getField = CONTENT If you got different versions in your cache, you will need the cHash to

Re: [TYPO3-english] templavoila?

2013-06-12 Thread Andreas Becker
No it means also not the opposite Horace but you will be able to have your Wordpress design showing up in TYPO3. When people open a CMS they like to have a Visible result which they can reuse as a starting point. The Wordpress Themes Adapter can help you with this a lot and you can than start build

Re: [TYPO3-english] TYPO3 6.2 which Extensions will still work?

2013-06-12 Thread Andreas Becker
Hi Domi get in contact with Kay Strohbach as he is putting together a real powerful theming suite. It is using the work s of Claus Due and you can do with it nearly the same like with TemplaVoila. Languages and Workspaces are not tested but needed but it is the same problems in fedext I guess or w

Re: [TYPO3-english] V6 category api, simple display in FE

2013-06-12 Thread Philipp Gampe
Hi bernd, bernd wilke wrote: > my request: > get all categories of current page and for each category show a list of > other pages in that category > > is this possible with typoscript and fluid-templates? > or will I need to build an extension realizing this with PHP? There is not specific fro

[TYPO3-english] Page title and cHash

2013-06-12 Thread Sergio Catalá
Hi list, I've got a strange problem with my page title and caching. Here is my code to display my page title: # db access for presentation record by id lib.getField = CONTENT lib.getField{ if.isTrue.data = GP:tx_my_table|record table = tx_mytable select{ andWhere{

Re: [TYPO3-english] V6 category api, simple display in FE

2013-06-12 Thread bernd wilke
Am 27.02.13 12:29, schrieb Jan Slusarczyk: I am looking for a way to tag pages with categories and create menus (dedicated page with links list) based on categories. It seems that BE foundations are ready in V6.0, but according to the wiki and release notes there's no FE part. Has anyone actually

[TYPO3-english] Re: image scale to same heights and widths

2013-06-12 Thread Klaus Hörmann
Hello cessl Thanks for the very quick reply. Works like a charm. Klaus ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] image scale to same heights and widths

2013-06-12 Thread Christian Essl
http://typo3.org/extensions/repository/view/nwt_imagecrop -Ursprüngliche Nachricht- Von: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] Im Auftrag von Klaus H??rmann Gesendet: Mittwoch, 12. Juni 2013 16:03 An: typo3-english@lists.typo3.org Betreff: [T

Re: [TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Muriel le Pair
On 12-06-13 15:04, Xavier Perseguers wrote: I still don't understand how to melt them together in my template. How do I display the value if I use a ViewHelper to generate a random number? You should take as basis one of the "easy" VH from Fluid itself such as \TYPO3\CMS\Fluid\ViewHelpers\Debu

[TYPO3-english] Re: image scale to same heights and widths

2013-06-12 Thread Klaus Hörmann
I would like to achieve the behaviour of cropping the "thumbnail" images, using a "Text with image" content element in the Backend. I'd prefer entering both values in "width" and "height" (e.g. "150c" and "150c") resulting in square thumbnail previews, each 150 pixel wide, no matter what image r

Re: [TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Xavier Perseguers
Hi, >> i think the best is to write an own ViewHelper for this. >> >> -easy and quick >> - full control > > Hi, > > Thanks for your response. > I still don't understand how to melt them together in my template. > > How do I display the value if I use a ViewHelper to generate a random > number?

Re: [TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Muriel le Pair
On 12-06-13 12:43, Udo Leimberger wrote: Good morning, i think the best is to write an own ViewHelper for this. -easy and quick - full control Hi, Thanks for your response. I still don't understand how to melt them together in my template. How do I display the value if I use a ViewHelper to

Re: [TYPO3-english] templavoila?

2013-06-12 Thread horace grant
On Wed, Jun 12, 2013 at 12:50 PM, Kay Strobach wrote: > Hi horace, > > I'm currently working on a theming solution for the TYPO3 Frontend. > It will support the following ways of theming: > > - plain html with marker > - oldstyle TVFramework Themes > - TYPOScript Themes > - Fedext themes > > A

Re: [TYPO3-english] Absoute URL (+ domain) in RTE links

2013-06-12 Thread Søren Malling
Hi Christian, Thanks for that respond. Not working in my case, but might be because it's rendered as eID and not as a new pagetype. I will look into that, thanks a ton! :-) Cheers Søren On Wed, Jun 12, 2013 at 1:51 PM, Christian Weiske < christian.wei...@netresearch.de> wrote: > Hello Søren,

Re: [TYPO3-english] Absoute URL (+ domain) in RTE links

2013-06-12 Thread Christian Weiske
Hello Søren, > A RSS feed with tt_news text got a link in the RTE field pointing to a > file. The page reading this feed and displaying it got links to > "/fileadmin/file/path.pdf" and not > "www.domain.tld/fileadmin/file/path.pdf". See http://cweiske.de/tagebuch/typo3-tt_news-feed-images.htm [g

[TYPO3-english] How to get a picture from Page > Resources > Files > Media in Fluid.

2013-06-12 Thread Vasyl Mosijchuk
Hello, everybody! I want to get image from page in Fluid and show a image but do not know how. Resources> Files> Media" }" alt="{...}" treatIdAsReference="1" /> How to get a image from Page > Resources > Files > Media in Fluid. I need an idea and your help. -- TYPO3 Integrator ==

[TYPO3-english] Absoute URL (+ domain) in RTE links

2013-06-12 Thread Søren Malling
Hi, Can anyone point to me to the correct RTE processing configuration for having absolute URLs in RTE for all kinds of links (file, internal page etc.) The issue is: A RSS feed with tt_news text got a link in the RTE field pointing to a file. The page reading this feed and displaying it got lin

Re: [TYPO3-english] How to implement xclass in extbase extensions ?

2013-06-12 Thread PIT Solutions
Hi Kay, I want to implement some additional features by using xclass. Generally I need to know how to implement this. If possible, could you please explain me how to add this with the given example ? With Regards, Arun Hi Arun, what do you want to achieve with the xclass? normally it should

Re: [TYPO3-english] How to implement xclass in extbase extensions ?

2013-06-12 Thread Kay Strobach
Hi Arun, what do you want to achieve with the xclass? normally it should be possible to avoid xclassing in extbase :D Regards Kay Am 12.06.13 12:28, schrieb PIT Solutions: > Hi All, > > I want to implement xclass with an extbase extension (felogin (typo3 6.0)). I > am using typo3 version 6.1.0

Re: [TYPO3-english] templavoila?

2013-06-12 Thread Kay Strobach
Hi horace, I'm currently working on a theming solution for the TYPO3 Frontend. It will support the following ways of theming: - plain html with marker - oldstyle TVFramework Themes - TYPOScript Themes - Fedext themes All this will be provided under a nice Userinterface for the enduser, so th

Re: [TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Udo Leimberger
Good morning, i think the best is to write an own ViewHelper for this. -easy and quick - full control regards Udo IPhone Mail Am 12.06.2013 um 06:39 schrieb Muriel le Pair : > Hi, > > How do I display just one random value from an array in a fluid template? > > I tried playing around with

[TYPO3-english] display random value from array in fluid template

2013-06-12 Thread Muriel le Pair
Hi, How do I display just one random value from an array in a fluid template? I tried playing around with cycle but I don't know how to make them random: settings { icons { 10 = icon1 20 = icon2 } } {img} -- kind regards, Muriel le Pair

[TYPO3-english] How to implement xclass in extbase extensions ?

2013-06-12 Thread PIT Solutions
Hi All, I want to implement xclass with an extbase extension (felogin (typo3 6.0)). I am using typo3 version 6.1.0. For this I've created a new extension (extn key : new_felogin) by using extension builder. The felogin extension contains a class file which has a namespace. namespace TYPO3\CMS\

Re: [TYPO3-english] templavoila?

2013-06-12 Thread horace grant
On Wed, Jun 12, 2013 at 5:05 AM, Domi wrote: > Hi Horace > > >> thanks for your answers! FCEs sound really great and like sonething TYPO§ >> should have by default. >> >> i will look into gridelements. looks like there is no documentation >> though. >> i will google a bit... >> >> Beside gridele

Re: [TYPO3-english] TYPO3 6.2 which Extensions will still work?

2013-06-12 Thread Christian Essl
> In 6.2 we installed Cooluri again which is helping a lot! TYPO3 6.2 is still in early alpha1, nothing for production. If you encounter problems with realurl in 6.2, you can create a new issue on forge or just wait until the final TYPO3 6.2 is released and realurl gets adjusted. There is no way