Hi Mark,
Thanks for the module. This is something I was dealing with (although I'm not a programmer). Maybe you will find this interesting.
My questions:
1. Why is there a dependency on the 'Search' module?
2. I've enabled the the module and the view appears. I don't see anything under the tab, even when I enter a proper NID. Furthermore, when I edit the views, and try to change it I get:
* Node: Distinct must have a value!
* An illegal choice has been detected. Please contact the site administrator.
* An illegal choice has been detected. Please contact the site administrator.
* An illegal choice has been detected. Please contact the site administrator.
but Node: Distinct does have a value - "Distinct".
something is not working properly there...
Cheers,
Amitai
Comments
Comment #1
mfbBacklinks module uses the search module's index to determine which nodes link to which nodes. Creating a separate backlinks index would be a big duplication of effort, when search module is already creating one.
To get results you should make sure you're running cron. You could also try re-indexing your site (under search module settings).
Can you give me the exact steps to reproduce the views errors?
Comment #2
amitaibuRegarding the Node:Distinct error:
* Admin> Views
* Click 'Add' link on the "backlinks" view
* In the Edit view window click 'Save' - error appears
Here's my system info:
Comment #3
mfbI can't reproduce this issue. What versions of the views and views ui modules are you using?
Comment #4
amitaibuViews/ Views UI - 5.x-1.6-beta5
Comment #5
webchuck commentedVerify that there have been no changes to the input format. I received this error then found that I had removed an input format and all the text areas didn't have a selected input format. Hope this is the problem!
Chuck
Comment #6
mfb"Node: Distinct must have a value!" seems to be fixed in the current dev version of backlinks with views 1.6.
Comment #7
(not verified) commented