Copied to clipboard

Flag this post as spam?

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


  • Richard Barg 358 posts 532 karma points
    Jan 14, 2014 @ 18:58
    Richard Barg
    0

    Change default boxes checked

    It seems like the following should be unchecked by default:

    Show all pages checked (even if they have no links.) Unless the page has an error it it, it simply clutters things up.

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Jan 14, 2014 @ 21:18
    Dan Diplo
    0

    It is possible to change this value if you don't mind diving a bit into the code!

    In your /usercontrols/Diplo/ folder you should see a file called DiploLinkChecker.ascx

    Around line 165 you should see this:

    <asp:CheckBox ID="CbShowAll" runat="server" Text="Show all pages checked (even if they have no links)"
        ToolTip="Tick to show all pages that are checked (including those with no links)"
        Checked="true" />
    
    If you change that final Checked="true" to Checked="false" then that should do it.
    Dan
  • Richard Barg 358 posts 532 karma points
    Jan 14, 2014 @ 21:38
    Richard Barg
    0

    Great - we'll check into this.

  • 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