Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carlos 338 posts 472 karma points
    Apr 02, 2012 @ 21:45
    Carlos
    0

    View last updates of other writers and editors

    Is there a way to see the last updated or created in one panel or a package that does this?  I am on 4.7.1 and I can see the last updates from myself, but not from people.

     

    Thanks in advance

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Apr 03, 2012 @ 12:15
    Lee Kelleher
    0

    Hi Carlos,

    The "Last Edits" dashboard control (usually the 2nd tab when you view the Content section) should display the last 5 edited pages for across all users (not only you).

    As far as I'm aware, there isn't a package that will give you a longer list, but if there was a specific page/node that you wanted to know the history of, you can right-click that node and select "Audit Trail" from the context menu.

    Cheers, Lee.

  • Carlos 338 posts 472 karma points
    Apr 03, 2012 @ 17:38
    Carlos
    0

    Hmm. I thought that was working before too. Is there a Cookie that gets set someplace in the browser that does this? I have my Cookies clear everytime I close my browser.

    I commented out a few of our panels in the Dashboard.config because we don't nee dthem.  But not the Last Edits one in the content section.

    This is the way our section looks in our config.  There souldn't be anything off with it.  I did it have someone do a test save yesterday with a small content change to one of the content nodes.  Does there need to be a specific change done or a created page in order to see the last edits.  Is there a way to configure how many of the last edits we can view or a date range? I know there is the log files, but we don't allow some of our admins access to the log files.  Some of them want to see who did what last.  We have roughly 15 admins (  I know : \  ) for separate sections of our site.

    <section alias="StartupDashboardSection">
        <access>
          <deny>translator</deny>
        </access>
        <areas>
          <area>content</area>
        </areas>
        <!--
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardkits.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardvideos.ascx
          </control>
        </tab>
        -->
        <tab caption="Last Edits">

          <control>/umbraco/dashboard/latestEdits.ascx</control>
        </tab>
       
        <!--Custom
        <tab caption="Help/FAQ">
          <control>/usercontrols/MusuemControls/HelpTab.ascx</control>
        </tab>
        -->
        <!--
        <tab caption="Change Password">
          <control addPanel="true">/umbraco/dashboard/changepassword.ascx</control>
        </tab>
        -->
      </section>

  • Carlos 338 posts 472 karma points
    Apr 03, 2012 @ 17:39
    Carlos
    0

    I also meant to add, I did it have someone do a test save yesterday with a small content change to one of the content nodes but their change didn't show up in my Last Edits tab. Does there need to be a specific change done or a created page in order to see the last edits?

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Apr 03, 2012 @ 17:46
    Lee Kelleher
    0

    Hi Carlos,

    Take a look at this post from a few months ago: http://our.umbraco.org/forum/using/ui-questions/26000-Last-edit-dashboard

    It shows how you can extend the Last Edits dashboard to display the editors name.

    Cheers, Lee.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies