I had Node Comments and Fivestar working to create Advanced Reviews (http://drupal.org/node/234681) and when I installed Meta Tags and Page Title Modules my Node Comments disappeared from my advanced reviews.
Anyone else had this happen to them?
Help please!
Comments
Comment #1
andremolnar commentedThis is quirky.
I have not found the exact cause of this - but I did discover when node comments break - and why - but not how (at least in my situation).
How to reproduce - in Views 1.x in Drupal 5.x
'add' the default Node Comments Threaded view.
Make note that in the view definition - the argument is Node Comment: Parent Node ID
I enable a custom module (makes no use of views hooks, has nothing to do with comments, doesn't even make use of install hooks)
Node comments view breaks.
I take a look at the view definition - and somehow - without explanation the 'argument' has been changed to Node: ID
As a result - the view no longer works.
Like I said, not sure how this happens simply by enabling a module - and not it even how it could even possibly happen. But it does.
Maybe this info will help someone track down the problem.
The work around / temp fix: Just edit the view again and set the argument back to Node Comment: Parent Node ID and re-save the view.
Comment #2
quicksketchSupport for the Drupal 5 version of this module has all but ended. No further work will be done on it.