I want to display in views list of node titles, and below each, title of best comment related to the node.

so, create new view, add field title.

now, add relationship to best reply comment id.

error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u5444_main.comments' doesn't exist

Comments

dgastudio’s picture

ok, solved.

bestreply.views.inc
--'base' => 'comments',
++'base' => 'comment',

dgastudio’s picture

Status: Active » Needs review

status.

taslett’s picture

Assigned: Unassigned » taslett

Thanks kervi,
I will test it out and add it to the next release.

taslett’s picture

Status: Needs review » Closed (fixed)

Hi Kervi,
This has been fixed in 7.x-1.3