Ok, going to need ALOT of help from everyone on this. I am NOT a coder and have extremely little VB experience but think I can figure this out with some assistance from everyone to test this thing out.
What we will work on first is the 4 Templates that this thing modifys and reverts back to 3.5.0. I have looked through the template
modifyoptions and see only 1 section called
Donations that has been added. I have now reverted my template
modifyoptions to 3.5.4 and beleive that this code:
Code:
<!-- DONATIONS -->
<fieldset class="fieldset">
<legend><label for="cb_showdonor">My Donor Status</label></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>Shall We Show Your Donor Status To The Public?</td>
</tr>
<tr>
<td><label for="cb_showdonor"><input type="checkbox" name="showdonor" value="1" id="cb_showdonor" $checked[showdonor] />Show My Donor Status To The Public</label></td>
</tr>
</table>
</fieldset>
<!-- END DONATIONS -->
after the section
Code:
<if condition="$show['reputationoption']">
Simply put search for this code and look for the closing /if and insert code there.
This should be viewable within your user CP Edit Options listing as "My Doner Status"
Now need someone to verify that this is correct and working and I will move on to the other 3 templates.