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 03/08/2008 11:05 AM by  Peter Donker
Change Description Link to a Detail Link
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Mark Pringle
New Member
New Member
Posts:4


--
03/06/2008 1:17 AM

    Is it possible to alter the description link so it serves as a detail link. I only want the disk icon to serve as the download. Users are having difficulty accessing the details. Clicking on the pdf, zip, etc icon is not intuitive for accessing the doc details. I want the description to serve as access to the doc details.

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    03/08/2008 11:05 AM

    Funny thing is that this used to be the old behavior and it was changed after a number of customers argued the opposite. For them it was counterintuitive that the link did not spark a download. What you'll need to do is to edit the ColumnList.Text in the corresponding (ViewCollection.ascx.resx, ViewCategory.ascx.resx, etc) resource file. The original is:

    FileCheckBox|Select|24|||||||;TemplateIcon||24|||||~/DesktopModules/Bring2mind/DMX/images/View.gif|Details||EntryId||EntryId=[PARAMETERS]&Command=Core_ViewDetails|False||~/|Icon16||||;Description|Description||||True|Description||||||Default|;StatusLocked||24||||||Locked|;StatusPrivate||24||||||Private|;StatusDeleted||24||||||Deleted|;StatusApproved||24||||||Not Approved|;StatusAttention||24||||||Attention|;ActionDownload||24||||||Download|File;ActionJump||24||||||Jump|Hyperlink;ActionJumpNew||24||||||Jump in new window|Hyperlink;LastModified|Last Modified|100||{0:d}||LastModified|||;Author|Author|150||||Author|||File;DateSubmitted|Created|70||{0:d}||DateSubmitted|||;FileSize|Size|70||||FileSize|||File

    Try changing it to this (changed part in red):

    FileCheckBox|Select|24|||||||;DownloadFileIcon|View|24|||True||~/DesktopModules/Bring2mind/DMX/images/View.gif|View Item|;Description|Description||||True|Description||||EntryId||EntryId=[PARAMETERS]&Command=Core_ViewDetails|False;StatusLocked||24||||||Locked|;StatusPrivate||24||||||Private|;StatusDeleted||24||||||Deleted|;StatusApproved||24||||||Not Approved|;StatusAttention||24||||||Attention|;ActionDownload||24||||||Download|File;ActionJump||24||||||Jump|Hyperlink;ActionJumpNew||24||||||Jump in new window|Hyperlink;LastModified|Last Modified|100||{0:d}||LastModified|||;Author|Author|150||||Author|||File;DateSubmitted|Created|70||{0:d}||DateSubmitted|||;FileSize|Size|70||||FileSize|||File

    I don't have time to try it now, but this should be it. If you get an error replace with old string and let me know. I'll do a test then.

    Peter

    You are not authorized to post a reply.