I don't have any "real" solutions but I did notice that after I installed a new skin, I now only have two templates (MEMBERINFO and modifyoptions) showing as needing modifications rather than the four that Ncturnal lists.
I don't mind making the mod if I knew what changes needed to be made.
The only changes between the MEMBERINFO template was the addition of
Code:
<td class="smallfont" valign="bottom" align="$stylevar[right]">
<!-- DONATIONS -->
<if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->
the first line of which is a duplicate of the line just above.