Page 1 of 1

youtube player - how to hide alias, title etc.

Posted: Fri Sep 09, 2011 5:06 am
by webgeest
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?

Re: youtube player - how to hide alias, title etc.

Posted: Fri Sep 09, 2011 6:09 am
by uniqu3
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>