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
Comment #1
dgastudio commentedok, solved.
bestreply.views.inc
--'base' => 'comments',
++'base' => 'comment',
Comment #2
dgastudio commentedstatus.
Comment #3
taslett commentedThanks kervi,
I will test it out and add it to the next release.
Comment #4
taslett commentedHi Kervi,
This has been fixed in 7.x-1.3