You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Vincent <vi...@xaymaca.com> on 2006/02/22 15:34:10 UTC

Re: comments disabled? a workaround

I made this change and comments work again:

180c180
<         #if($website.allowComments)   <--- current
---
 >         #if($commentsEnabled && $website.allowComments && 
$entry.commentsStillAllowed)  <--- original

not sure if the $commentsEnabled or $entry.commentsStillAllowed was the
culprit but this should hold me till 2.1 is released I suppose.

Vincent wrote:
> Hello,
> I am using the latest "incubating" version of roller. One thing that a 
> reader has pointed
> out is that comments are disabled. I have made sure that comments are 
> enabled in the
> global server setting as well as the blog's settings. I even looked 
> inside the db table and all seems
> correct except for the fact that when you click on the comments link you 
> get not input box. Instead you get
> a message that says "comments are disabled" Is there something I'm missing?
> I am a webapp developer so I'm willing to test/hack/debug whatever.
> If you want to see the bug in action , my blog (Ghetto Java) is at 
> http://www.xaymaca.com/roller/page/gj
> Thanks in advance,
> Vinny