Project

General

Profile

Actions

Feature #15382

closed

Using a constant as email address is not possible

Added by Rainer Thieringer almost 19 years ago. Updated almost 17 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-01-09
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

I'd like to place e.g. ###MYMAILADDR### as an email address using the link wizard. This results in unusable mailto links like

https://www.osadl.org/typo3/index.php?id=33 (using ###MAIL_INFO###)

mailto:###MAIL_INFO_PURE### (using ###MAIL_INFO_PURE###)

What I want is a mailto link which is managed by TS so that the constant is replaced and the spam protection replacements are done.

constants {
MAIL_INFO = mailto:
MAIL_INFO_PURE =
}

config {
spamProtectEmailAddresses = 3
spamProtectEmailAddresses_atSubst = (at);
spamProtectEmailAddresses_lastDotSubst = (dot);
}

(issue imported from #M2218)

Actions #1

Updated by Stanislas Rolland almost 19 years ago

Have a look at the user elements that you can insert with the user button. These user elements are easily configured using the Custom Tags (de_custom_tags) extension.

Until TYPO3 4.0, the title attribute on the a tag prevents the typolink features such as spam protection. If there is no title attribute on the a tag, it should work correctly. This will be corrected in TYPO3 4.0.

Actions #2

Updated by Stanislas Rolland almost 17 years ago

No feedback.

Closing the issue.

Actions

Also available in: Atom PDF