Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsReport Last Modified Date for all TabsReport Last Modified Date for all Tabs
Previous
 
Next
New Post
8/24/2007 12:43 PM
 

Would it be possible to create a report that lists the date a tab or any of the modules on a tab was last modified?  I looked through the Tabs and TabModules tables in the database and there doesn't seem to be field that I can build a query against that will give me this information.  We have approx 45 users that are responsible for maintaining different parts of a portal and the we would like to ensure that this is being done on a routine basis.  Any help would be greatly appreciated.

Thanks and regards,

rdv

 
New Post
12/18/2007 12:34 AM
 

Are there at least any sample reports for looping through all the pages on a site and then reporting (something) about each page? I'm curious about image sizes for instance.

- John

 
New Post
12/18/2007 1:52 PM
 

The problem here is one of tracking. Since each module has its own definition of "last modified date", the core does not make any attempt to track it. The only way it could track it is if the modules reported to the Core when they are making modifications, which they don't.

Sample reports are a bit lacking, since the actual development consumes such a large portion of my time, however if you want to retrieve data for each page, you need to start with a list of pages:

SELECT * FROM {oQ}Tabs

Then, lets say you had some data in a table called "Foo" that was related to each page (using a column TabID), you can include that data using an INNER JOIN:

SELECT T.*, F.* FROM {oQ}Tabs AS T INNER JOIN Foo AS F ON F.TabID = T.TabID

Once Reports 5.0 is out the door, I'll be focusing on improving the documentation, but until then keep asking questions here and I'll be happy to answer them to the best of my ability.


Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsReport Last Modified Date for all TabsReport Last Modified Date for all Tabs


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out