Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Create my own module/user control
Last Post 05/02/2013 4:43 PM by Peter Donker. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Finny
New Member
New Member
Posts:2


--
04/26/2013 12:11 AM
I hope I can explain this. We are on version 6.01 of your product.

I have a new page request for our DNN website which involves creating a table of links to documents. Is there a way, sub routines or API methods, that I can query the DMX tables and return links to documents based on certain criteria (custom attributes I'm assuming)? If so is there documentation/examples that I can use to help?

I need to create a table with names of documents down the side broken out by versions of those documents by quarter across the top. The users want to also have a dropdownlist box of years. As they choose a year the table will refresh with document links for that year. Under each quarter column will be icons as the links to the documents (PDF's or Audio Files).

q1 q2 q3 q4
Press Releases
Earning Docs
Audio File
Transcripts
Presentations

I sent this to Peter but I guess he is in Spain so I hope that I can get some help.

Patrick L. Finfrock
Finny
New Member
New Member
Posts:2


--
04/26/2013 12:14 AM
q1 q2 q3 q4 is suppose to be pushed over like columns on a table. I sure do hope this is making sense.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/02/2013 4:43 PM
It will need some working out of SQL to draw out the information like that. But I'm sure it can be done. The data model is not very complex. All documents are in DMX_Entries so you can draw your data from there. A download link is simple to construct as you point to download.aspx and add portal id and entry id as parameters.

Peter
You are not authorized to post a reply.