Hi,

I've been able to make my node popup correctly but can't see the comment field. Is it possible to show the comment field and comments in the colorbox? I'm using the colorbox-node class to open node contents but at the moment I can't get any comment forms or a media player that I have on the node page.

Thanks for any help.

CommentFileSizeAuthor
#3 colorbox_node-load-comments-1672516.patch792 bytesbmunslow

Comments

iLLin’s picture

Hmm, probably not. You would need to apply some ajax settings to the comment form anyway and that is not built in. I'm open to patches on this though.

iLLin’s picture

Status: Active » Closed (won't fix)
bmunslow’s picture

Version: 7.x-2.1 » 7.x-2.6
Component: User interface » Code
Category: support » bug
Status: Closed (won't fix) » Needs review
StatusFileSize
new792 bytes

Hi,

As Jboo explain, I couldn't get the colorbox to show the comments for displayed node.

I've managed to display the node comments in the colorbox together with the form with a quick fix.

Submitting form redirects to full view of the mode.

Please find patch attached.

Greetings.

iLLin’s picture

What happens if comments are turned off? Does it take that setting into account?

bmunslow’s picture

'comment_node_page_additions' takes care of that.

It checks whether comments ara available and accessible by user, and returns corresponding array if so.

Empty array is returned is no comments are turned off or if access.

Tested successfully.

iLLin’s picture

OK, I will test this when I get some time. I been busy lately as I want to rip out the webform stuff and allow people to use the AJAX webform module instead and put in a few fixes. Thanks dood.

iLLin’s picture

This will be in the next release, thanks for the patch.

iLLin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updating further info.

aalireza’s picture

i am using last Dev 3.2
i still can't see the comment field.