How can I achieve that in case of no video samples nothing will be shown?
Now I get the message "No items found".
It seems that it is not part of the templates.
Youtubeplayer without message
Youtubeplayer without message
Last edited by mvandek2 on Thu Aug 19, 2010 12:32 am, edited 1 time in total.
Re: Youtubeplayer with message
Anyone?
Re: Youtubeplayer without message
It's supposed to be informative, part of the programming logic for error checking.
That being said if you wish to change the message then simply edit the language file.
if English then edit: lang/en_US.php
change:
$lang["error_noitemfound"] = "No item found.";
to
$lang["error_noitemfound"] = "";
That being said if you wish to change the message then simply edit the language file.
if English then edit: lang/en_US.php
change:
$lang["error_noitemfound"] = "No item found.";
to
$lang["error_noitemfound"] = "";
Last edited by mw on Thu Aug 19, 2010 2:12 am, edited 1 time in total.
Re: Youtubeplayer without message
Ok, thanks!