Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
hey guys!

i have a plan to make a page that administrator can post a pdf/doc/ or any document format.

I. E. :

i need to post a pdf in list every week. so it will be repeatable like :

- Document title
-- Document to download
--- Document post date

* how to make a document chooser form?

if image will use :
Code: Select all
<cms:editable name='image' label='Image' type='image' width='800' height='600' enforce_max='1' show_preview='1' preview_width='150' input_width='200' />


so how bout document?



help me guys ;)
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Hi,

Just as you use cms:editable type='image' for images, you can use cms:editable type='file' for uploading files - please take a look at the docs http://www.couchcms.com/docs/tags-refer ... /file.html
KK wrote: Hi,

Just as you use cms:editable type='image' for images, you can use cms:editable type='file' for uploading files - please take a look at the docs http://www.couchcms.com/docs/tags-refer ... /file.html


stupid me :D
thx KK
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
3 posts Page 1 of 1