0

I need to show a message when a user's last login was before the last time we update a module.

I can get the users last login using a cookie (if need be) but I can't seem to find a way of extracting the date a module was last updated/uploaded.

I am able to create a moduelINfo object which has some date fields but their all MinValue is there a way of either: 1) Retrieving the date a module was uploaded 2) Automatically saving the date as a portal/moduleSetting when we upload or compile the module (ChrisToc) 3) Some other means of testing whether a user's last visit was before the last update.

Thanks

4

1 回答 1

1

您最终可能不得不通过直接查看 DESKTOPMODULES 表中的数据库来查看相关模块的 LastModifiedOnDate 列何时更新。我不知道 DNN 会像使用平台本身一样跟踪模块版本(DNN 使用版本表)

于 2014-06-12T02:43:49.307 回答