I want to know how to track the names of the users who share the blogs or articles or any content on the site.
scenario1: if i have a report pdf uploaded to the site. and allow users to share the link of the pdf for download. now i want to know the names of the users who shared the link
scenario:2 :
on the list of users, if i click on the user name i must know list of the articles/blogs/files shared by that particular user.
Is there any modules available for these kind of tracking?
Hi everyone,
in my custom module I have a textfield with autocomplete. I search within node titles to get the nid. It works but when clicking on the row i want to select it, the text of the result switches to the nid value.
I want that the behavior were like entityreference field that it shows the text and nid between squares but saving only the nid value.
i.e. text on node title [444]
I need to save the nid but i want to show the title in the texfield.
I found the #value_callback but i cannot understand how to use it.
I am working on a site that has not been updated since Drupal 7.14. There are also about 75 add on modules which have not been updated. What is the most efficient way to bring the site up to the current level 7.67?
Sometimes, very very randomly (like maybe once or twice a week), the theme from my production site switch by itself from my theme to the templates used by the system module. But not all of the templates : only the html.tpl.php and the page.tpl.php. The node.tpl.pph for example would be the one from my theme. And it only takes a cache flush to make it back to normal.
Did anyone have this problem at some point? Does someone know when the system module template files are used?