Bug #77328
closedlinkvalidator does not check link on image in content element text and image
0%
Description
Hello,
I have an incorrect link on an image set in content element text and image (tab Images). But the linkvalidator does not check that incorrect link.
TYPO3 6.2.25
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Needs Feedback
Can you post your linkvalidator TSconfig?
Updated by Wiebke Lauke over 8 years ago
Didn't add new TS or overwrite the default.
PageTSconfig (Module Info-> PageTSconfig):
[linkvalidator]
[searchFields]
[pages] = media,url
[tt_content] = bodytext,header_link,records
[tt_news] = bodytext,links
[linktypes] = db,file,external
[checkhidden] = 0
[showCheckLinkTab] = 1
[mail]
[fromname] = Linkvalidator
[fromemail] = Linkvalidator@example.com
[replytoname] =
[replytoemail] =
[subject] = TYPO3 Linkvalidator report
Do you need anything else?
Updated by Wouter Wolters about 8 years ago
you need to add the table sys_file_reference with column link to your config.
Updated by Wiebke Lauke about 8 years ago
Your're right! That works:
mod.linkvalidator {
searchFields {
sys_file_reference = link
}
}
You can close that ticket.
Thanks a lot!
Updated by Wouter Wolters about 8 years ago
- Status changed from Needs Feedback to Closed
Great it helped. Closing as this is resolved now.