elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

(D0C) Enable commenting on Vosao site #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable commenting for a page
2. Save and Approve the page
3. Revisit the page

What is the expected output? What do you see instead?

A way to add a comment, but no comment link or form is presented.

I tried this with 

* http://www.vosao.org/about/support

and 

* http://vosao.husted.com/doc/business-requirements

(The latter is still on 0.04.) 

If its a known TODO, is there a list of features that are implied by the UI
but not implemented. (Perhaps on the wiki Features list.)

-Ted.

Original issue reported on code.google.com by ted.husted on 29 Dec 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Comments feature is working but it's not well documented.

You need to provide comments rendering reference in your template to render 
page 
comments block. Comments must be enabled for this page. As usual it will be 
just near 
page content:

$page.content
$page.comments 

Original comment by kinyelo@gmail.com on 29 Dec 2009 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by ted.husted on 11 Jan 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Issue 88 has been merged into this issue.

Original comment by ted.husted on 12 Jan 2010 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by ted.husted on 12 Jan 2010 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by ted.husted on 12 Jan 2010 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by ted.husted on 13 Feb 2010 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by ted.husted on 13 Feb 2010 at 11:18

GoogleCodeExporter commented 9 years ago
I added commenting to the Quick Start page on staging.vosao.org. It seemed to 
work at
first, but the submit button seems dead. 

Here's the markup I used:

          <div id="main-wrapper">
            <div id="main">
                      $page.content
            </div>
            <div id="post">
                      $page.comments
            </div>
          </div>

Original comment by ted.husted on 20 Feb 2010 at 8:33

GoogleCodeExporter commented 9 years ago
Restored default comments template. All ok.

Original comment by kinyelo@gmail.com on 20 Feb 2010 at 10:16

GoogleCodeExporter commented 9 years ago
Yes, the comment feature works great now! 

Do the email alerts go to all the administrators?

Original comment by ted.husted on 20 Feb 2010 at 10:56

GoogleCodeExporter commented 9 years ago
Email alerts go to one comment admin email adjusted in site configuration 
comments tab.

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 7:21