[TYPO3-english] felogin on every page fails

2012-02-17 Thread Marco Malagoli

Hi list,
I'm trying to put the extension felogin on every page (with a TS object 
in templavoila) but the login fails. Is there a workaround ? I'm using 
felogin with Salted user password hashes.


It seems that i'm not the only one who have the same issue. 
(http://lists.typo3.org/pipermail/typo3-english/2011-October/077497.html)


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


Re: [TYPO3-english] Extend menu only for subitems on a specific ID

2012-02-17 Thread Victor Livakovsky

Hi, Morten.


I have a menu that extends 3 levels, but for a page on level 3 (ID: 166) I
want the menu to be extended with that page's subitems so it will extend
to level 4.


Sounds, like you should use 'alwaysActivePIDlist' property of HMENU object. 


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


[TYPO3-english] powermail upload button language

2012-02-17 Thread Katja Lampela

Hi,

We have a form in english site (language should be configured right) and there 
is file attachment possibility in the form. The label comes to the button 
automatically and it is in Finnish. We have now tested with browsers which have 
english as language, but it doesn't help.

Where does this come from and how to correct it?

--
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] Two Fluid questions

2012-02-17 Thread Oliver Salzburg
1. What do I have to do to make my XML editor stop complaining about
the 'f' namespace not being defined?

2. What is the proper way to define multiple conditions? Multiple
condition attributes in f:if nodes didn't seem to work and nesting
seems to be excessively verbose.

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


Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Christian Müller (FLOW3 Team)

Hi Oliver,

1. you would have to define that namespace but then again you would 
produce a full qualified XML file which is not really what you want... 
So you might want to look if can define some default namespace in your 
editor.


2. There are no multiple conditions atm, you have to nest the ifs or 
take a look at the FED extension (fedext.net) which has a switch 
viewhelper (but I personally never used it).


Cheers,
Christian

On 17/02/12 12:04, Oliver Salzburg wrote:

1. What do I have to do to make my XML editor stop complaining about
the 'f' namespace not being defined?

2. What is the proper way to define multiple conditions? Multiple
condition attributes in f:if nodes didn't seem to work and nesting
seems to be excessively verbose.

Cheers
Oliver


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


Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Oliver Salzburg
On 2012-02-17 14:37, Christian Müller (FLOW3 Team) wrote:
 Hi Oliver,
 
 1. ... you would produce a full qualified XML file which is not really what 
 you want...

Why wouldn't I want that?

 2. There are no multiple conditions atm, you have to nest the ifs or
 take a look at the FED extension (fedext.net) which has a switch
 viewhelper (but I personally never used it).

Alright, nested ifs will be fine then :) Thanks.

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


Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Christian Müller (FLOW3 Team)

On 17/02/12 15:08, Oliver Salzburg wrote:

On 2012-02-17 14:37, Christian Müller (FLOW3 Team) wrote:

Hi Oliver,

1. ... you would produce a full qualified XML file which is not really what you 
want...


Why wouldn't I want that?



Well, I assumed you want to create HTML output for a plugin and then a 
XML header in there would probably confuse browsers. If you are aiming 
at xml output you could define your namespace by using namespace 
attribute, but I am not sure about the namespace URI to use for v4 
Fluid. Phoenix Fluid provides a controller to define the xsd file and 
provide you with the URI.


Cheers,
Chritsian

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


[TYPO3-english] pdftotext in mnoGoSearch does not show indexed file name.

2012-02-17 Thread Paulo Miranda

Hi all out there.

After a long time away of studying mnogosearch, I returnet to it and 
have made a good go.


Now I have an issue with pdf file indexed by pdftotext: the result of a 
searching shows the pdf file indexed but instead of showing the name of 
the pdf file, it shows the text (no title).


Anyone has some tip about this behavior?

Thanks!

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


Re: [TYPO3-english] pdftotext in mnoGoSearch does not show indexed file name.

2012-02-17 Thread Paulo Miranda
I have pointed an issue... and the the solution is here: 
http://www.mnogosearch.org/board/message.php?id=6280


Original: Mime application/pdf text/plain pdftotext $1 -

The new one: Mime application/pdf text/html pdftotext -htmlmeta -enc 
Latin1 $1 -


 * replace text/plain for text/html and add -htmlmeta.
 * -enc Latin1 because my site runs on iso-8859-1

It works for me.

All the best...

Paulo Miranda

On 17-02-2012 16:56, Paulo Miranda wrote:

Hi all out there.

After a long time away of studying mnogosearch, I returnet to it and 
have made a good go.


Now I have an issue with pdf file indexed by pdftotext: the result of 
a searching shows the pdf file indexed but instead of showing the name 
of the pdf file, it shows the text (no title).


Anyone has some tip about this behavior?

Thanks!

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





--
Paulo Miranda
SSO/CSC/STI
R: 7451

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


[TYPO3-english] stdWrap.required with undefined constants

2012-02-17 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

do you know a way, how to handle undefined constants with stdWrap.required?

Constants:
myconfig.foo = bar

Setup:
a = TEXT
a.value = {$myconfig.foo}
a.required = 1

I have a setup, where myconfig is cleared on every sub-site, thus it
turned out that introducing a new config option below myconfig isn't
that easy and I have to add an empty
myconfig.foo =
to every sub site.

The problem is that the constant stays unreplaced, thus required sees
{$myconfig.foo} as content, which is obviously not an empty string.

Any way to deal with (via TS)?

Only option (as bug fix) I see is to replace everything, which looks
like a constant, but got not replaced while replacing all constants.
But that's more a general issue and doesn't only cover required but a
general do you want to have {$blaa} in your output, or should {$blaa}
have been replaced with an empty string before?.

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/

iQEcBAEBAgAGBQJPPsIzAAoJEIskG/rSlyw4mFIH/0VTtN1fpEC+1/FW6cyMEr6I
hVROfN4+TJWitYonP2u02hHLauTOQNyOW4w3sM37GqQ52IAe5nFHO1+FWKQNMGMf
aJ0mTcociKw8W6ZHndPwODMsMIbq6vc4A/qau+UJxYcx6ubJQr7GdsYZiEW/V3A4
CscxpgipIWb9gDLZURZILzxuuTYzr82ardEglAkLTdQQ53+hfkOz+/ma8mXiJK+j
6HtnvmcXA52W8sKittl2Qv0UaPqwA9xCUHkGo2wk1cX+N1lyNHb+oLTLmVci0SQf
0vDlzeLySXsH9os3bSvEcI4KwNzhlgp0I31wvQerp3rDBF/dQTIxCCZoFd0gh7I=
=Csvl
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english