Hi All,
I have setup a member section using weblogin pe that will have a number of down loadable pdf’s in it, what I need to do is track which members download which pdf’s. Is there any way to set this up??
Thanks
I have been working on the code for WebloginPE and I have not come across anything you could use in the code as it stands but I think it would be possible to use a login page with downloads for your PDF’s and use one of the onevent events to triger a change to an extension table in the db
Hope this helps am by no means an expert on WebloginPE or exactly how you would code this.
DEVELOPMENT ENV:- Ubuntu 12.04 | MODx Revolution 2.2.8 | LAMP 2i Apache 2.2.22 | Php 5.3.10 | Mysql 5.5.31 MySQL client version: 5.5.31
FileDownload snippet v 2.5 tracks number of downloads but not who has downloaded them.
I would imagine it wouldn’t be too difficult to create a snippet that can track downloads via userid.
BBloke