Hi,
Just started with cms ms. In the youtube player I use the
code:
{cms_module module="youtubeplayer" alias="rips_toast"}
It shows the video, but also the alias, Video ID, and Video Description. It must be possible to hide these objects easily.
Where could I change this?
youtube player - how to hide alias, title etc.
Re: youtube player - how to hide alias, title etc.
Look at Template section of youtubeplayer module.
Code: Select all
<h3>{$item->name}</h3>
<p>{$labels->videoid}: {$item->videoid}</p>
<p>{$labels->description}: {$item->description}</p>