Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hello! I using the Couchcms Dynamic gallery, and I wonder if it's any chance to make some dynamic folder with acces_level 4 example.

A customer he want to lock some picture or folders so only reg users can see them.

Right now when I looking into the Dynamic folder I can't choose "Acces_level" or with the pictures.


EDIT: Can I make cms:editable with acces_level ?
Please, check Advanced settings tab in admin panel. Go to any picture/clonable page and you'll see Advanced tab on right top corner. There you can set access_level.

I used this technique personally too. A gallery consisted of 5 images in slider. I didn't want the client remove them accidentally. So, I put them as available to super-admin only, then used this code:
Code: Select all
<cms:pages masterpage='gallery.php' >
      <cms:if k_access_level='10' >
            <img src="<cms:show gg_image />" alt="">
      </cms:if>
</cms:pages>
Oh nice thanks, I have tried the advanced with level in the Admin, but I never tried with the <cms:if>

Going to try that out thanks!
NP! I'd be glad to know whether you got this working. Theres a page in docs about access levels, superadmin is 10 and admin is 7, if i remember.
4 posts Page 1 of 1