By biosv on
One of the drupal books metion backlinks view, but I cannot find it from Drupal 6.9.
Do I need a separate module?
I see a Backlinks module in Drupal 5.x, but not in 6.x.
One of the drupal books metion backlinks view, but I cannot find it from Drupal 6.9.
Do I need a separate module?
I see a Backlinks module in Drupal 5.x, but not in 6.x.
Comments
_
There's a view provided with the http://drupal.org/project/views module called 'backlinks' perhaps it's referring to that?
I don't see backlinks module
I don't see backlinks module from http://drupal.org/project/views.
Go to Site Building > Views
Go to Site Building > Views when you are logged in as User-1
Go to "Backlinks" View & Click Enable.
Check out any of your nodes and you will see a tab "Backlinks"
Give it a try. Good luck!
Must enable the Search module
I installed the Views 2.3 module and enabled it, but could not figure out why the default "backlinks" view did not appear in my list of views. Finally, I found an indirect reference that the backlinks feature depends on the Search module. After I enabled Search, then finally the backlinks view appeared in the view list!
It would be nice if the README.txt for Views mentioned that Search must be enabled for the backlinks feature.
I found that my View module
I found that my View module is oder than the current View module. I upgraded the View module and now I see it.
Thanks.