Bug #70840
closedlinkvalidator does not check external links of FAL images
0%
Description
If i set a broken external link for images in content element "images" for example, then the linkvalidator does not find that broken external link.
If i set the same broken external link to text in RTE, then it works good.
But it does not check external links who are set for an image f.e.
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Resolved
You just need to configure the correct fields to search in.
mod.linkvalidator {
searchFields {
sys_file_reference = link
}
}
Updated by TimoF no-lastname-given about 9 years ago
Yes, that is true. But i discovered some strange behaviour.
If i click on the icon to set a link. A window opens and i go to externel url. Then i put in my url. In the field there is "http://" before the link. But when i save it, in the link field the URL is without the "http://".
Then the linkvalidator is not working.
But when i manually add "http://" before my url in the link field. Then it works.
I can easily reproduce this. My TYPO3 is 6.2.14.
If the field in my screenshot above has no "http://" then it doesnt work. With "http://" it works.
Updated by TimoF no-lastname-given about 9 years ago
TimoF no-lastname-given wrote:
Yes, that is true. But i discovered some strange behaviour.
If i click on the icon to set a link. A window opens and i go to externel url. Then i put in my url. In the field there is "http://" before the link. But when i save it, in the link field the URL is without the "http://".
Then the linkvalidator is not working.
But when i manually add "http://" before my url in the link field. Then it works.
I can easily reproduce this. My TYPO3 is 6.2.14.If the field in my screenshot above has no "http://" then it doesnt work. With "http://" it works.
I think it is not resolved.