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

Bring2mind Forums

DMX Log View Issue
Last Post 11/05/2012 5:07 PM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
ygunawan
New Member
New Member
Posts:11


--
10/29/2012 11:31 PM
Hi Peter,

I have question about the Log view in the Document Exchange (currently we are still using version 5). It seems when I login as a SuperUser account (Host), I can see the log view in the bottom of the Details tab. In this log view, I can see all of the previous activities that had been done in a file/folder. And, I am trying to enable this log view for all users. But, I don't see the option inside the Document Exchange that is enable me to do that. So, I am wondering whether there is something that I can do to make this change so all users can see this log view as well? Thanks!
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
10/31/2012 9:48 AM
You will need to edit details.ascx. There is a dmx:panel control around the log. This has a visibility setting set to admin. Set it to "true" and everyone will see it.
ygunawan
New Member
New Member
Posts:11


--
10/31/2012 9:13 PM
I have tried to edit the dmx:panel control in the details.ascx file. I set the ViewPermission="true" instead of "Admin". But, once I change that, nobody can view the log entry including the SuperUser as well. I am wondering whether I miss something here?

<dmx:dmxpanel runat="server" id="tstPanel" ViewPermission="true">

<%=DotNetNuke.Services.Localization.Localization.GetString("Log", LocalResourceFile)%>



<dmx:log runat="server" id="ctlLog" />


Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/05/2012 5:07 PM
I'm sorry, but I can't replicate that on the latest version. I did as you described and now all users see the log.

Peter
You are not authorized to post a reply.