[TYPO3-english] No html output in tt_news in LIST mode

2013-06-03 Thread Benoit Montereau
I've changed the template to format the TEMPLATE_LIST output and
added ###NEWS_CONTENT###.

The content of the text field of my news is displayed but all HTML tag/info
like , , links, etc. are not. The layout of the news is totally
broken.

No problem at all when the news is displayed in SINGLE mode, is the html
format definitely not available in LIST mode?

Thank you in advance for your help.
Ben.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] No html output in tt_news in LIST mode

2013-06-03 Thread Benoit Montereau
Found the plugin.tt_news.displayList.subheader_stdWrap.stripHtml = 0/1
parameter.

If set to 1, then ALL html tags are removed.

I set stripHtml = 0 but  tags are removed and  (links) are
"modified":  becomes  !

Any tips are definitely welcome.
Ben



On Mon, Jun 3, 2013 at 10:52 AM, Benoit Montereau wrote:

> I've changed the template to format the TEMPLATE_LIST output and
> added ###NEWS_CONTENT###.
>
> The content of the text field of my news is displayed but all HTML tag/info
> like , , links, etc. are not. The layout of the news is totally
> broken.
>
> No problem at all when the news is displayed in SINGLE mode, is the html
> format definitely not available in LIST mode?
>
> Thank you in advance for your help.
> Ben.
> ___
> 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] SPLIT_COUNT and prioriCalc

2013-06-03 Thread JoH asenau

Am 02.06.2013 19:37, schrieb Roberto Torresani:

Hi!
I have a question with a typoscript code:

   10 = TEXT
   10.field = tsc_immagine
   10.split {
 token = ,
 cObjNum = 1
 #1.current = 1
 1.cObject = IMAGE
 1.cObject.file {
   import = uploads/pics/
   import.current = 1
 }
 1.stdWrap.dataWrap = |
   }

What is the best way to add 1 to REGISTER:SPLIT_COUNT?


Simply use an additional separator before the string and use optionSplit 
to "eliminate" it.
This way it would be much faster than calculating the desired value for 
each image.


10 = TEXT
10.field = tsc_immagine
10.stdWrap.wrap = ,|
10.split {
  token = ,
  cObjNum = 2 || 1
  1.cObject = IMAGE
...

the rest would be the same as in your code.

HTG

Joey


--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] TYPO3 CMS 6.1.1. and FEEDIT

2013-06-03 Thread Alessandro Tuveri

Hi all
there is a way to configure and use feedit or feeditadvanced under  
typo3 cms 6.1.1?!?

Unfortunately nothing works correctly

thank you very much for your help


ALESSANDRO TUVERI

--
AREA SERVIZI INFORMATICI E MULTIMEDIALI
Servizi WEeb d'Ateneo
Universit? degli Studi di Udine
tel. ufficio 0432-558904
--
Homo sine pecunia est imago mortis
--

--
SEMEL (SErvizio di Messaging ELettronico) - AINF, Universita' di Udine


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


Re: [TYPO3-english] tt news fe add and edit

2013-06-03 Thread m.sin...@deepscreen.ch

Hi Bernd,

Thanks for your answer.
I made extbase extension for that in the end.
If it work well I will upload it on repository...

Best regerds,
Sinisa

I once created tt_news with formhandler[¹]. so there is also no edit. but
you may create the initialization of the form with an selected record.
maybe it's easier with formhandler.

[¹] http://pi-phi.de/formhandler.html

bernd


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

[TYPO3-english] Display correct timezone in fluid format.date notation

2013-06-03 Thread Sergio Catalá

Hi list,

I would like to get a date like this with fluid:

04.06.2013 12:23 (GMT+1)

The inline notation I use for this is:

{f:format.date(date:\'@{mydate}\', format:\'d.m.Y H:i (T)\')}

But the problem is that my php.ini "date.timezone" config option is set 
to "Europe/Berlin", and I don't want to change that.


How could I convert it to the desired format?

I saw that the flags available for displaying the offset are in the 
format "+0100" and not "+1", by the way.


Thanks in advance,
Sergio

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


[TYPO3-english] Re: Installation 'Non-Static Method' Error with 6.1.1

2013-06-03 Thread Jules

Thank you for your reply.  I am away on a business trip for the next few days 
but very much look forward to working through all your suggestions.  It is very 
much appreciated.  Thank you.
Jules
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.1 standard FORM and captcha?

2013-06-03 Thread Stig Nørgaard Færch

Den 01-06-2013 11:27, Stig Nørgaard Færch skrev:

Hi,

Can't seem to find any captcha solutions for the standard form extension
in TYPO3 6.1 - can this really be true?

/Stig


No?

The question is why? Isn't captcha a pretty basic thing when coming to 
forms?


Are people still disabling the "new" form and use the old style form 
extension to enable captcha etc??


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


[TYPO3-english] Re: Re: New Xclassing

2013-06-03 Thread Andrea Herzog-Kienast

And how did you solved the problem? Let us know.

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


[TYPO3-english] Keep metadata (like EXIF) while scaling images

2013-06-03 Thread amadeo Marketing & Design - Paul Garais

Regarding: TYPO3 4.7

Hey list!

With standard configuration TYPO3 (or ImageMagick) is stripping the profiles and metadata out of 
image-files like JPG. In the TYPO3 configuration there is an option to keep the profiles by setting 
im_useStripProfileByDefault to 0.


I would like to keep the metadata, so scaled image-files, which the user downloads, still contain 
information about photographer, description, technical info, etc.. Is there any option for this?
Btw.: DAM is not an option in this specific case because the customer needs a way that is as simple 
as possible and working with DAM is "way to hard" for him.


Thanks for any ideas!


Greets,
Paul Garais 

*Paul Garais*

eulenblick e.K.

Tel. (02 51) 620 651-73
Fax (02 51) 620 651-69

gar...@agentur-eulenblick.de
www.agentur-eulenblick.de

Albersloher Weg 662 • 48167 Münster

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

Re: [TYPO3-english] Keep metadata (like EXIF) while scaling images

2013-06-03 Thread Xavier Perseguers
Hi Paul,

> With standard configuration TYPO3 (or ImageMagick) is stripping the
> profiles and metadata out of image-files like JPG. In the TYPO3
> configuration there is an option to keep the profiles by setting
> im_useStripProfileByDefault to 0.
> 
> I would like to keep the metadata, so scaled image-files, which the user
> downloads, still contain information about photographer, description,
> technical info, etc.. Is there any option for this?

What is missing when you set im_useStripProfileByDefault=0?

-- 
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] Keep metadata (like EXIF) while scaling images

2013-06-03 Thread amadeo Marketing & Design - Paul Garais

Hi Xavier,

if I set the option to 0 there are still no EXIF- or IPTC-data in the scaled JPGs. So information 
like the photographers name, title, etc. and also data from the camera like the camera name, f-stop, 
ISO-number, etc. are lost.



Am 03.06.2013 18:00, schrieb Xavier Perseguers:

Hi Paul,


With standard configuration TYPO3 (or ImageMagick) is stripping the
profiles and metadata out of image-files like JPG. In the TYPO3
configuration there is an option to keep the profiles by setting
im_useStripProfileByDefault to 0.

I would like to keep the metadata, so scaled image-files, which the user
downloads, still contain information about photographer, description,
technical info, etc.. Is there any option for this?

What is missing when you set im_useStripProfileByDefault=0?


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


Re: [TYPO3-english] Keep metadata (like EXIF) while scaling images

2013-06-03 Thread Xavier Perseguers
Hi Amadeo,

> if I set the option to 0 there are still no EXIF- or IPTC-data in the
> scaled JPGs. So information like the photographers name, title, etc. and
> also data from the camera like the camera name, f-stop, ISO-number, etc.
> are lost.

So actually the problem is that the flag does not seem to work, not that
you fundamentally need something else.

OK, so what do you mean by "scaled JPG". Where do these scaled JPG come
from? If I understand you correctly you upload your JPG full scale, they
are properly stored full scale with metadata somewhere in fileadmin
(meaning if you access your full scale JPG via
http://www.yourdomain.tld/fileadmin/path/to/some.jpg you get it full
scale and *with* metadata) and somehow you don't show the full scale JPG
to your users but only a scaled down version, right?

The question is *how* is the scaled down version created? Is it standard
TYPO3, are you using some photo gallery, ...?

Clearly and precisely describing your problem will help me or other
community members to point out what is actually the problem.

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] SPLIT_COUNT and prioriCalc

2013-06-03 Thread Roberto Torresani
Hi Joey,
this is fantastic! I love typoscript :-)

Thank you
Roberto


2013/6/3 JoH asenau 

> Am 02.06.2013 19:37, schrieb Roberto Torresani:
>
>> Hi!
>> I have a question with a typoscript code:
>>
>>10 = TEXT
>>10.field = tsc_immagine
>>10.split {
>>  token = ,
>>  cObjNum = 1
>>  #1.current = 1
>>  1.cObject = IMAGE
>>  1.cObject.file {
>>import = uploads/pics/
>>import.current = 1
>>  }
>>  1.stdWrap.dataWrap = |
>>}
>>
>> What is the best way to add 1 to REGISTER:SPLIT_COUNT?
>>
>
> Simply use an additional separator before the string and use optionSplit
> to "eliminate" it.
> This way it would be much faster than calculating the desired value for
> each image.
>
>
> 10 = TEXT
> 10.field = tsc_immagine
> 10.stdWrap.wrap = ,|
> 10.split {
>   token = ,
>   cObjNum = 2 || 1
>   1.cObject = IMAGE
> ...
>
> the rest would be the same as in your code.
>
> HTG
>
> Joey
>
>
> --
> Wenn man keine Ahnung hat: Einfach mal Fresse halten!
> (If you have no clues: simply shut your gob sometimes!)
> Dieter Nuhr, German comedian
> Xing: http://contact.cybercraft.de
> Twitter: http://twitter.com/bunnyfield
> TYPO3 cookbook (2nd edition): http://www.typo3experts.com
>
> __**_
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english
>



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