And u forget two things in your install script:
Code:
==========================================================
[OPEN FILE includes/functions_user.php]
==========================================================
[FIND]-->
'event_reminders',
[REPLACE WITH]-->
'event_reminders',
'whoquotedme',
==========================================================
and
Code:
==========================================================
[FIND]-->
==========================================================
<tr>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="whoquotedme.php?$session[sessionurl]">Who Quoted Me?</a></td>
</tr>
==========================================================
REPLACE WITH -->
==========================================================
<tr>
<td class="$navclass[whoquotedme]" nowrap="nowrap"><a class="smallfont" href="whoquotedme.php?$session[sessionurl]">Who Quoted Me?</a></td>
</tr>