Roller comment boxes bot appearing

View: New views
9 Messages — Rating Filter:   Alert me  

Roller comment boxes bot appearing

by Timothy Mizas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not sure what happened, but even though I have comments enabled, there is no option for the user to submit any comments on any blog postings. The only error I see in roller.log is
ERROR 2008-07-21 13:38:38,359 IndexManagerImpl:initialize - java.io.IOException: Permission denied
Since it doesn't tell me what it's being denied permission to, I don't know where to look. The looks like it would have to do with the search-index folder to me. But wouldn't that be unrelated to the comments? Why wouldn't the comment box appear?

-Tim

Re: Roller comment boxes bot appearing

by Dave Johnson-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 21, 2008 at 1:40 PM, Timothy Mizas
<timothy.mizas@...> wrote:
> I'm not sure what happened, but even though I have comments enabled, there is no option for the user to submit any comments on any blog postings. The only error I see in roller.log is
> ERROR 2008-07-21 13:38:38,359 IndexManagerImpl:initialize - java.io.IOException: Permission denied
> Since it doesn't tell me what it's being denied permission to, I don't know where to look. The looks like it would have to do with the search-index folder to me. But wouldn't that be unrelated to the comments? Why wouldn't the comment box appear?

That is probably an unrelated error.

Which Roller theme are you using?

- Dave

RE: Roller comment boxes bot appearing

by Timothy Mizas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's a modified version of dirtylicious http://rollerthemes.com/home/resource/preview-dirtylicious.html

-Tim
________________________________________
From: Dave [snoopdave@...]
Sent: Monday, July 21, 2008 2:01 PM
To: user@...
Subject: Re: Roller comment boxes bot appearing

On Mon, Jul 21, 2008 at 1:40 PM, Timothy Mizas
<timothy.mizas@...> wrote:
> I'm not sure what happened, but even though I have comments enabled, there is no option for the user to submit any comments on any blog postings. The only error I see in roller.log is
> ERROR 2008-07-21 13:38:38,359 IndexManagerImpl:initialize - java.io.IOException: Permission denied
> Since it doesn't tell me what it's being denied permission to, I don't know where to look. The looks like it would have to do with the search-index folder to me. But wouldn't that be unrelated to the comments? Why wouldn't the comment box appear?

That is probably an unrelated error.

Which Roller theme are you using?

- Dave

Re: Roller comment boxes bot appearing

by Dave Johnson-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 21, 2008 at 2:10 PM, Timothy Mizas
<timothy.mizas@...> wrote:
> It's a modified version of dirtylicious http://rollerthemes.com/home/resource/preview-dirtylicious.html

That is not part of the official Apache Roller release

Can you reproduce this problem with one of the stock Roller themes like Basic?

- Dave

RE: Roller comment boxes bot appearing

by Timothy Mizas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ah, ok. I see now. When I switched to Basic, the comment options appeared. I guess I'll have to sift through those vm files to see how I can display comments with my custom theme.

Thanks,
Tim
________________________________________
From: Dave [snoopdave@...]
Sent: Monday, July 21, 2008 2:29 PM
To: user@...
Subject: Re: Roller comment boxes bot appearing

On Mon, Jul 21, 2008 at 2:10 PM, Timothy Mizas
<timothy.mizas@...> wrote:
> It's a modified version of dirtylicious http://rollerthemes.com/home/resource/preview-dirtylicious.html

That is not part of the official Apache Roller release

Can you reproduce this problem with one of the stock Roller themes like Basic?

- Dave

Re: Roller comment boxes bot appearing

by Jason Rumney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Timothy Mizas wrote:
> Ah, ok. I see now. When I switched to Basic, the comment options appeared. I guess I'll have to sift through those vm files to see how I can display comments with my custom theme.

Could it be the same as this problem, perhaps?

http://mail-archives.apache.org/mod_mbox/roller-user/200804.mbox/%3Ce7a5cb4b0804040426u1389e7d6o60afe8d11d21807b@...%3E



Re: Roller comment boxes bot appearing

by Dave Johnson-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 21, 2008 at 5:30 PM, Jason Rumney <jasonr@...> wrote:
> Timothy Mizas wrote:
>> Ah, ok. I see now. When I switched to Basic, the comment options appeared. I guess I'll have to sift through those vm files to see how I can display comments with my custom theme.
>
> Could it be the same as this problem, perhaps?
>
> http://mail-archives.apache.org/mod_mbox/roller-user/200804.mbox/%3Ce7a5cb4b0804040426u1389e7d6o60afe8d11d21807b@...%3E


It'd be nice if all the rollerthemes.com themes were part of the
Roller Support project so folks could report bugs, fix problems, make
versioned releases, etc. We need Eugene Strokin's help to make that
happen.

- Dave

RE: Roller comment boxes bot appearing

by Timothy Mizas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In weblog.vm, I have this in my content div

#if($model.weblogEntry.commentCount > 0)
 #showWeblogEntryComments($model.weblogEntry)
#end
#showWeblogEntryCommentForm($model.weblogEntry)

And even though there are comments on posts, when view the day or main blog site I don't see any comments and instead of a comment form I get

Post a Comment:
Comments are closed for this entry.

But when I click on a particular post so I am only viewing that post, I can see the comments and the comment form. Shouldn't that code snippet always display the comments and comment form?

-Tim

________________________________________
From: Jason Rumney [jasonr@...]
Sent: Monday, July 21, 2008 5:30 PM
To: user@...
Subject: Re: Roller comment boxes bot appearing

Timothy Mizas wrote:
> Ah, ok. I see now. When I switched to Basic, the comment options appeared. I guess I'll have to sift through those vm files to see how I can display comments with my custom theme.

Could it be the same as this problem, perhaps?

http://mail-archives.apache.org/mod_mbox/roller-user/200804.mbox/%3Ce7a5cb4b0804040426u1389e7d6o60afe8d11d21807b@...%3E



Re: Roller comment boxes bot appearing

by Dave Johnson-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul 22, 2008 at 11:58 AM, Timothy Mizas
<timothy.mizas@...> wrote:

> In weblog.vm, I have this in my content div
>
> #if($model.weblogEntry.commentCount > 0)
>  #showWeblogEntryComments($model.weblogEntry)
> #end
> #showWeblogEntryCommentForm($model.weblogEntry)
>
> And even though there are comments on posts, when view the day or main blog site I don't see any comments and instead of a comment form I get
>
> Post a Comment:
> Comments are closed for this entry.
>
> But when I click on a particular post so I am only viewing that post,
> I can see the comments and the comment form. Shouldn't that code
> snippet always display the comments and comment form?

It should always display the comments, if there are any.

But it will not show the comment form if:
- Comments are not allowed for the entry
- Comments are no longer allowed for the entry
- Comments are disabled at the weblog level
- Comments are disabled at the site-wide level

Does that that explain things?

- Dave