Some leagues may find it useful to modify the OOTP HTML reports to contain links to StatsPlus pages. As an example, in my league, I've modified the player page to contain a link to the player's page on statsplus.net, like:
Generally, follow the directions in the OOTP manual for customizing reports.
Be cautious when following the steps below, if you're not careful, you can end up with problems in any OOTP saved game on your computer.
The steps are:
<tr><td class="data_capt">Drafted:</td><td class="wrap">[%DRAFTED]</td></tr>
</table>
At the end of the file, add the following text, replacing XXXX with the appropriate part of your league's URL. Note: No need to change the https://statsplus.net part, that will always re-direct to your league's pages.
<table width="287px" cellspacing="0" cellpadding="0" border="0" class="data" style="margin-bottom:4px;">
<tr><th colspan="2" class="boxtitle">StatsPlus</th></tr>
<tr><td colspan="2"><a class="boxlink" href="https://statsplus.net/XXXX/player/[%Player_ID]">StatsPlus Player Page</a></td></tr>
</table>