Quote:
Originally Posted by mauro1947
Can anyone help me to reset a user downloaded files history?
Thanks a lot.
Regards!
|
This isn't built in - I'll add it to the 'to do' list.
Meanwhile you can achieve this by executing the following SQL (vb admincp or phpmyadmin, etc):
DELETE FROM local_linksdownloads WHERE userid=N
where you replace N by the relevant userid
(if you've change the LDM table prefix, replace local_ by the appropriate prefix)