Hello! I am an absolute beginner at web-building, please forgive me if my question is too simple...
I've built a website (just HTML and CSS) and implemented Couchcms. This works perfectly (Woohoo!
) My "client" (my father
) has but 1 request. Apart from a "news" section (text), he wants to be able to upload (Word)documents for the visitors of the site to download. A different document (or several) every week.
He can do this via the editor (Link > Browse Server > Upload). This generates a link to the file on the page, and that works. However, the link looks like this: http://www.mysite.com/couch/uploads/file/document.doc. Works as designed, I guess.
You probably guessed my question, which is straightforward:
How do I change the cms:editable region to display the link as just document.doc ?
So it shows on the website as:
DOWNLOADS:
document1.doc
document2.doc
I have to make sure my dad doesn't have to do any coding himself, the uploading is enough of a challenge for him as it is
Thanks so much in advance!
I've built a website (just HTML and CSS) and implemented Couchcms. This works perfectly (Woohoo!


He can do this via the editor (Link > Browse Server > Upload). This generates a link to the file on the page, and that works. However, the link looks like this: http://www.mysite.com/couch/uploads/file/document.doc. Works as designed, I guess.
You probably guessed my question, which is straightforward:
How do I change the cms:editable region to display the link as just document.doc ?
So it shows on the website as:
DOWNLOADS:
document1.doc
document2.doc
I have to make sure my dad doesn't have to do any coding himself, the uploading is enough of a challenge for him as it is

Thanks so much in advance!