Showcase your site built with CouchCMS here. Feel free to post in your site's screenshots (width not more than 640px please), links and your experience with Couch.
3 posts Page 1 of 1
Hello, I'm a Graphic Designer. Couch CMS was exactly what I was looking for to create my website. Since I'm not a coder I've been struggling long time to implement my visual design to a cms but no luck, couldn't do it. Then I found couch cms and the amazing documentation and tada! It's like magic.

This is my website with couch cms: http://www.altayda.com/

Important: Since I'm not a coder, the coding is very amateurly done and not everything is working. If anybody is interested working more on this and turning this into a nice, more functional theme (without changing the visual and keeping "designed by altay") I will be more than happy to share it for free.
Hey! The website looks great!

I have one question though. How did you move the "Powered by CouchCMS" at the bottom of your page? Usually it's centered and right at the middle bottom of the page. Yours isn't...
mitchas wrote: Hey! The website looks great!

I have one question though. How did you move the "Powered by CouchCMS" at the bottom of your page? Usually it's centered and right at the middle bottom of the page. Yours isn't...


Hi Mitchas,

You can remove the footer code by changing
Code: Select all
    define( 'K_REMOVE_FOOTER_LINK', 0 );

to
Code: Select all
    define( 'K_REMOVE_FOOTER_LINK', 1 );

in the config.php file in your Couch folder, but you will have to include a backlink to couch on every page of your website. The backlink is:
Code: Select all
Powered by <a href="http://www.couchcms.com/" title="CouchCMS - Simple Open-Source Content Management">CouchCMS</a>

By including the text manually you'll be able to theme and reposition it :)

Hope this helped and good luck with creating your site!

- Jan

BTW, nice site Sensible
3 posts Page 1 of 1