I've been through and followed the instructions, but a couple of problems:
1. Step 1 of 1 changing the admin/index.php file
I cannot find:
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Titles"); ?>
</table>
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>
in my index.php file.
2. Step 3 of 3 changing the admin/misc.php file
I cannot find:
maketableheader("Update Users Info</b> - </b>updates user titles<b>","",0);
in my misc.php file.
Please help I need to get this working asap!!
Thanks,
R
|