I've come across a very strange bug.

I set up my view to render title, image and some other node fields, including the "Content Link" field.
All works well, and adding the Similar Terms argument all results are rendered as expected.

However, as soon as I add the Similar Terms sort filter, the link to the node disappears.

Using views 7.x-3.8 and Drupal 7.30

CommentFileSizeAuthor
#5 screenshot2.png127.77 KBcslevy
#5 screenshot1.png125.61 KBcslevy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

takim’s picture

Status: Active » Postponed (maintainer needs more info)

I can not reproduce it can you @Inky3d give more information or you still face problem?

cslevy’s picture

@takim

Simply add a field "Content: Link" to the view. If the Similar By Terms sort handler or field handler is present, then the Content: Link is broken.
Will generate the link from the count of the similarity

cslevy’s picture

Status: Postponed (maintainer needs more info) » Active
takim’s picture

Hi @cslevy

I did not find the problem with lastest setup. Can u retry using :-

Drupal version :- 7.43
Similar by term module :- 7.x.2.4
Views :- 7.x-3.8

cslevy’s picture

FileSize
125.61 KB
127.77 KB

I tested it with the following setup

Drupal: 7.43
Similar by term module: 7.x.2.4
Views: 7.x-3.13

I attach also 2 screenshots with the views setup. In the status bar you can see the two links (link from title and link from link field) are different.

takim’s picture

Thanks @cslevy now i can see the problem.

Fixes are made now :- http://cgit.drupalcode.org/similarterms/commit/?id=7d5265e in this commit.

Soon I will make a stable release with some other bugs.

/Takim

takim’s picture

Status: Active » Closed (fixed)