Important announcements from CouchCMS team
74 posts Page 8 of 8
Previous 1 ... 4, 5, 6, 7, 8 Next
KK wrote:
The code block below in the COUCH CMS template block doesn't work:
Is there something I am missing

<cms:repeatable> tag expects (and recognizes) only <cms:editable> tags as its immediate children.
In your code, the immediate child is <cms:each> which is not recognized and hence never executes.

I think you'll have to go the entire nine yards and hand code in full all child editable regions that will repeat.


Hahahaha! Thanks KK, learnt something new today. Will swap the repeatable and the each tag for the langs. Thanks once more
I am here again with another question: How do I apply the localization to dynamic folders? My thought currently is to use Extended folders but my only problem will be how to apply the code block below to the folder title input field:
Code: Select all
<cms:config_form_view>
        <cms:field 'title_en' skip='1'  />
        <cms:persist
            title_en=frm_k_page_title
        />
</cms:config_form_view>


Thanks
Hello KK,
BUMP
How about if my default language not in subdirectories. My default language is the main root without any subdirectories:

Example:
Indonesia version: abc.com/
English version: abc.com/en

If i move my site to new subdirectories e.g (ID) it will getting so much to do and also will broke my SEO.

I want the default language is my main site without any additional language code (mysite.com) and for the English version (mysite.com/en) it was fine since it located in EN subdirectories.

How can i use this addon with this situation?
Previous 1 ... 4, 5, 6, 7, 8 Next
74 posts Page 8 of 8
cron