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

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 12/05/2006 8:18 PM by  Peter Donker
How to show EntryID & custom attributes
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Farid
New Member
New Member
Posts:5


--
12/05/2006 10:14 AM
    I've a question on how to show EntryID & custom attributes on view collection page.

    thanks
    farid
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    12/05/2006 10:47 AM
    Farid,
    Custom attributes are not included in the SQL retrieval so you'd need to make a custom version of DMX to be able to incude those. The EntryID can be shown by changing the 'ColumnList.Text' key in the localization file. You'll find this in ViewCollection.ascx.resx for instance. What you'll need to add to this is the following column definition:
    EntryId|Document ID|50||||EntryId|||
    Make sure to add a semi-colon separator between this and the other columns. So you can add ;EntryId|Document ID|50||||EntryId||| to the end of the existing string or EntryId|Document ID|50||||EntryId|||; to the beginning.
    Peter

    Farid
    New Member
    New Member
    Posts:5


    --
    12/05/2006 5:11 PM

    Peter,

    I need additional field (custom attributes) said "View Order" then I want to sort the documents using this attribute (same like Links module of DNN).  Could you developed it for us and how much it cost.

    Thanks
    Farid

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    12/05/2006 8:18 PM
    Farid,
    I await your email and we'll handle this custom project further through email ...
    Kind regards,
    Peter
    You are not authorized to post a reply.