Project

General

Profile

Actions

Bug #18915

closed

typolink changes a dot in an image filename also to ‚(dot)’

Added by Johannes C about 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-06-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

IMO the typolink in the following TypoScript Code does’t work correct:

-----
temp = COA
temp.1 = IMAGE
temp.1 {
file = fileadmin/img/icons/email.gif
stdWrap.typolink {
parameter =
}
}

plugin.tt_news {
displayList {
email_stdWrap.cObject < temp.1
}
}
-----

For the tt_news marker ###NEWS_EMAIL### in the displayList function ‚temp.1.stdWrap.typolink’ generates the following HTML-code:

-----
<a href="javascript:linkTo_UnCryptMailto(...);"><img src="fileadmin/img/icons/email(dot)gif" width="14" height="10" border="0" alt="" title="" /></a>
-----

The dot in the filename „fileadmin/img/icons/email.gif“ was also changed to „(dot)“, and so, the image can’t found.

This problem i have post in many forums but up today i cann't solve it. It's the first time i report here an i hope you can understand my english.
(issue imported from #M8628)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image linksClosedOliver Hader2006-08-06

Actions
Related to TYPO3 Core - Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctlyClosedOliver Hader2007-05-10

Actions
Related to TYPO3 Core - Bug #19828: spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachtersClosedSteffen Kamper2009-01-14

Actions
Actions

Also available in: Atom PDF