All you need to do to hide these "no news" messages is to put the following lines in your site's typoscript template setup.
## Hide the "no news id given" & "no news in this list
## messages, they might scare people
plugin.tt_news._LOCAL_LANG.default.noNewsIdMsg =
plugin.tt_news._LOCAL_LANG.default.noNewsToListMsg =  
Add comment