I am slowly losing the will to live trying to use Couch but I so want to use this as a platform for my sites, but it seems unless you are a programmer you have little chance 
I have gone through the tutorial for shortcodes but there seems to be fundamental stages missing that make it impossible for a non-programmer like me to succeed.
All i want to do is insert a YouTube clip into a page and make it possible for the client to change it in future if required.
Initially I created an editable region and in the relative text box of admin section pasted the iframe code.
This worked, however it displayed the video twice, one on top of the other.
So .. I searched the forums and found that everyone who had asked about YouTube were being told to use shortcodes.
I downloaded a kfunctions.php file that included the YouTube code.
So I followed the tutorial in the documentation and again it didn't work.
In my html source I see the div but nothing at all inside it, no text, no code .. nothing.
After searching post after post I found that a fundamental part of the code was missing .. the cms:do_shortcodes part, pretty important part I think.
So I put this into the page, still doesn't work, no change to my html source
I tried a vimeo shortcode kindly supplied by a member .. no change.
After hours of many changes I now get this:
ERROR! Closing tag "do_shortcodes" has no matching opening tag
But it does because my code looks like this:
So I went back to the editable region method and now get this:
ERROR! Closing tag "editable" has no matching opening tag
But this is my code:
Take that line out and the page loads no problem!
Am I missing some other step that the documentation doesn't include?
Is there a simple step by step tutorial that includes ALL the steps needed to include a basic shortcode?
Thinking of just uninstalling this and creating a static site because I'm completely frustrated with it .. please help!

I have gone through the tutorial for shortcodes but there seems to be fundamental stages missing that make it impossible for a non-programmer like me to succeed.
All i want to do is insert a YouTube clip into a page and make it possible for the client to change it in future if required.
Initially I created an editable region and in the relative text box of admin section pasted the iframe code.
This worked, however it displayed the video twice, one on top of the other.
So .. I searched the forums and found that everyone who had asked about YouTube were being told to use shortcodes.
I downloaded a kfunctions.php file that included the YouTube code.
So I followed the tutorial in the documentation and again it didn't work.
In my html source I see the div but nothing at all inside it, no text, no code .. nothing.
After searching post after post I found that a fundamental part of the code was missing .. the cms:do_shortcodes part, pretty important part I think.
So I put this into the page, still doesn't work, no change to my html source

I tried a vimeo shortcode kindly supplied by a member .. no change.
After hours of many changes I now get this:
ERROR! Closing tag "do_shortcodes" has no matching opening tag
But it does because my code looks like this:
- Code: Select all
<cms:do_shortcodes><cms:show vimeo /></cms:do_shortcodes>
So I went back to the editable region method and now get this:
ERROR! Closing tag "editable" has no matching opening tag
But this is my code:
- Code: Select all
<cms:editable name='embed_video' label='Video embed code' type='textarea' no_xss_check='1' /></cms:editable>
Take that line out and the page loads no problem!
Am I missing some other step that the documentation doesn't include?
Is there a simple step by step tutorial that includes ALL the steps needed to include a basic shortcode?
Thinking of just uninstalling this and creating a static site because I'm completely frustrated with it .. please help!
