Edit the field which have field type as "link". [admin/structure/types/manage/(content-type)/fields/(any-link-field)].
Under "Link Clicks Count Configuration" section - select "Save the clicks happened on this link."
I don't see the option in my installation of link_click_count, i even installed the dev version too
I am running the current version of drupal 7
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Link_issue.png | 352.12 KB | Aanal.addweb |
| #5 | 2863552-5.patch | 555 bytes | chishah92 |
Issue fork link_click_count-2863552
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
vako commentedI have the same issue - there is no Link Clicks Count Configuration when we Edit the link.
Comment #3
shashikanth171 commentedI am also having the same issue. Can't find the Link Clicks Count Configuration in the [admin/structure/types/manage/(content-type)/fields/(any-link-field)].
Comment #4
gokulnk commentedAs mentioned in https://www.drupal.org/node/2636904 the settings in field is no more required. It can be handled in the display settings of the field. I think the documentation needs to be updated.
Comment #5
chishah92 commentedHave updated the README.txt in this patch.
Comment #6
Aanal.addweb commented@chishah92, Thanks for the patch, Your patch updates the issue, I verify it by checking it As mentioned the way in ReadMe. PFA it works well for me.