Hello,
I develop a Market Place component for my EasySocial site.
I need to count the number of clicks on links.
I have provided a "Hit" field in the table to receive +1 each time the link is clicked.
I took over the part of your code that allows you to send a message.
[HTML]
<button type = "button" class = "indiv_btn_contact_tab" data-es-conversations-compose = ""
data-id = "<? php echo $ item-> created_by;?>" data-es-provide = "tooltip" data-original-title = "Contact Seller">
<i class = "fa fa-envelope"> </ i>
</ Button>
[/ Html]
I would have to add something to it that calls a function that sends +1 in the "Hit" field.
Do you have an idea ?
Best regards.
Eric