Forum for discussing general topics related to Couch.
6 posts Page 1 of 1
Hello!

I'm working with couch already a long time really like

created a website for a client, the client lives in another state, to teach food customer website will need to go distance far away.

my doubts, I want to create a video lesson for each page of how to register and feed the site, will create the video in another program.

  I need these videos stay in administrativom panel when the customer has doubts as registering it asisti video inside the panel, the video can be youtube, I need to show and runs inside the panel, someone could help me

sorry for my English, I do not speak very well live in Brazil :| :| :| :|
Do you mean something like this?
download.png
download.png (330.39 KiB) Viewed 2214 times
that and I need.
more needed several videos.
the videos are show inside the panel.
I would like to help create?
good my friend :) :D
1. Create a file and place it in your 'snippets' folder. For example, name it
video_admin.html
Code: Select all
<iframe width="560" height="315" src="https://www.youtube.com/embed/u2l6nk7pMQ0" frameborder="0" allowfullscreen></iframe>

This is the video frame code to paste inside the snippet video_admin.html

2. Create editable in the desired template inside the cms:template tag:
Code: Select all
<cms:editable          
    name='video_backend'
    type='message'
    dynamic='default_data'
    >video_admin.html</cms:editable>

That should do it. Make sure to visit page as super-admin as usual :)
I didn't paste the editable text with video link, because this is not to be edited by client and you can simply paste needed video in snippet.
thank you friend helped me a lot! :D :D :D :D :D :D :D
IdealSolucoes wrote: thank you friend helped me a lot! :D :D :D :D :D :D :D

Happy to hear, great feedback :D
6 posts Page 1 of 1
cron