youtube player - how to hide alias, title etc.

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
webgeest
Forum Members
Forum Members
Posts: 13
Joined: Thu Dec 02, 2010 8:19 pm

youtube player - how to hide alias, title etc.

Post 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?
Attachments
Here you see the unwanted alias, video ID and Video Description.
Here you see the unwanted alias, video ID and Video Description.
uniqu3

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

Post 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>
Post Reply

Return to “Modules/Add-Ons”