Re: [TYPO3-english] Strange dates in TER

2013-03-11 Thread Dmitry Dulepov

Hi!

Marcus Krause wrote:

It has been reported here before:
http://forge.typo3.org/issues/43986


Ok, thank you.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] anchors in direct mail

2013-03-11 Thread A.O. van bruggen
Hello,
I am trying to integrate anchors in a newsletter sent with direct mail.
I read all kind of mails and articles but cannot solve this issue.

The anchor a href=#top is not working because the baseURL causes a
problem. 
The anchor gets the base url in front and will not work in a mail program.

Solution 1 was. 
config.baseURL = 0
Next problem is that #top is replaced by
http://www.domain.com/index.php?id=123#top when the newsletter is send.

Solution 2 was:
Replace the # by the #35; in the url description. (a href=#35;top)
Result is that anchors in the newsletter are rendered #top and working.

But now the images have no the baseurl and are not found.
Solution 3?

Or is here an other way?

Regards,
Otto van Bruggen



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


[TYPO3-english] RealURL and multilanguage

2013-03-11 Thread mark . tutre

Dear all
I have a website on TYPO3 4.5.25 with RealURL 1.12.3
I have two language on the website
When I access the page www.domain.tld/page1/ displays contents in the default 
language
When I access the page www.domain.tdl/en/page1_en/ displays contents in english

The problem is that when I acces the page www.domain.tdl/en/page1/ I displays 
contents in english.
Is there a way to configure RealURL that, in the last case, it will return a 
404 or a 301 to page /en/page1_en/ ?

I hope I have explained my problem
Thank you
Mark

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


Re: [TYPO3-english] Rendering links with cObj-RECORDS inside eID script

2013-03-11 Thread Tobias Schmidt

Hi Dmitry,

Am 06.03.2013 10:56, schrieb Dmitry Dulepov:

Hi!

Tobias Schmidt wrote:

$conf = array(
'tables' = 'tt_content',
'source' = $uid,
'dontCheckPid' = 1
);
$content = $this-cObj-RECORDS($conf);


RECORDS does raw rendering. Exactly like this:


It's only the links that don't get rendered as expected. In the database
it says:

link 1234 - internal-link BlaBlaBlaAnchor Text/link


You need to use CONTENT if you want it parsed as normal FE output.




it doesn't make a difference if I use RECORDS or CONTENT. The result is 
just the same. The content is renderd fine except the links:


Some text ArrayAnchor text/a More text

The opening a tag is still rendered as the string Array.

Thank you and best regards
Tobias
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] anchors in direct mail

2013-03-11 Thread Peter Kühnlein

Am 11.03.2013 11:58, schrieb A.O. van bruggen:

Hello,
I am trying to integrate anchors in a newsletter sent with direct mail.
I read all kind of mails and articles but cannot solve this issue.

The anchor a href=#top is not working because the baseURL causes a
problem.
The anchor gets the base url in front and will not work in a mail program.

Solution 1 was.
config.baseURL = 0
Next problem is that #top is replaced by
http://www.domain.com/index.php?id=123#top when the newsletter is send.

Solution 2 was:
Replace the # by the #35; in the url description. (a href=#35;top)
Result is that anchors in the newsletter are rendered #top and working.

But now the images have no the baseurl and are not found.
Solution 3?

Or is here an other way?

Regards,
Otto van Bruggen

Hi Otto,

I usually set external links in the NLs I send, since they are sent as 
email over the net. Works without problem...


HTH Peter

--

http://function2form.net
http://peter-kuehnlein.net

If one is careless during his rest period, the public will see him as being only 
careless.
(Hagakure)

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


Re: [TYPO3-english] anchors in direct mail

2013-03-11 Thread A.O. van bruggen
Hello Peter,
Your answer made me realize my question was not specific enough.

I did not tell that the images with problems are the ones generated by
tt_news.
For all others i indeed use an external link without problems.

The question more specific how can i include baseurl to the links from
tt_news images.

Kind regards,
Otto

Op 11-03-13 16:06 schreef Peter Kühnlein pe...@function2form.net:

Am 11.03.2013 11:58, schrieb A.O. van bruggen:
 Hello,
 I am trying to integrate anchors in a newsletter sent with direct mail.
 I read all kind of mails and articles but cannot solve this issue.

 The anchor a href=#top is not working because the baseURL causes a
 problem.
 The anchor gets the base url in front and will not work in a mail
program.

 Solution 1 was.
 config.baseURL = 0
 Next problem is that #top is replaced by
 http://www.domain.com/index.php?id=123#top when the newsletter is send.

 Solution 2 was:
 Replace the # by the #35; in the url description. (a href=#35;top)
 Result is that anchors in the newsletter are rendered #top and working.

 But now the images have no the baseurl and are not found.
 Solution 3?

 Or is here an other way?

 Regards,
 Otto van Bruggen
Hi Otto,

I usually set external links in the NLs I send, since they are sent as
email over the net. Works without problem...

HTH Peter

-- 

http://function2form.net
http://peter-kuehnlein.net

If one is careless during his rest period, the public will see him as
being only careless.
(Hagakure)

___
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


[TYPO3-english] TYPO3 and Websockets

2013-03-11 Thread Viktor Livakivskyi
Hi, List.

We're building an application, which requires communication from server to 
client and therefore it was decided to try out Websockets, which in theory 
fulfills our needs best. A basic websocket server, that listens to port 
8080 and communicates with outer world, was created (using Ratchet [1]). 
But here comes a problem, that we can't solve: we need an 
existing $GLOBALS['TSFE']-fe_user object to send personalized messages to 
a user, as well as would be nce to use the power of TYPO3 localization, 
and, probably other features from API. Is there a way to invoke TYPO3 
engine and re-create environment, as if it is usual HTTP request, or we 
need to build initialization from scratch, duplicating index.php and 
index_ts.php of TYPO3?

[1] http://socketo.me/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] tmenu with title, subtitle with external links

2013-03-11 Thread Michael Albers (Concatenate)
Hi all, 

Following the code on http://typo3.org/documentation/snippets/sd/105/ i get my 
menu to work with page type external link. 

I use this with special = list and for now there are only two values. 

For example: 
1st menu item 
Title: Search with Google 
URL: www.google.com 
Title wrap = span class=title|/span 

2nd menu item 
Title: About us 
URL: www.mydomain.com/index.php?id=16 
wrap = span class=title|/span 

However, in need the subtitle to show as well. 

A menu tem should be : 
Title: Search with Google 
SubTitle: A popular search engine 
URL: www.google.com 
Title wrap = span class=title|/span 
SubTitle wrap = span class=subtitle|/span 

When both the title and subtitle are in the same a-tag it's ok, but they may be 
seperate links too. 

I can't seem to find the solution for this. 

Can anyone help me out with this? And of course i hope i made myself clear. 

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


[TYPO3-english] Powermail with captchas, multilingual site with translations

2013-03-11 Thread jean-sebastien_gervais
Hello list ,

Has anyone had any issues with captchas not showing up in translated 
pages, even though all other powermail fields do show up? 
Using TYPO3 4.5.x,
powermail 1.6.9, 
jm_recaptcha 1.3.3

With the translated record for the captcha fields, the label seems to 
appear twice in the default language (only one captcha still). 

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