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.
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.
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:
Great - we'll check into this.
is working on a reply...