Thanks for this useful Hack.
Only problem on my board is that we are still running on Version 2.03
I don't know anything about PHP, but I used my logical skills and it seeems to work if you add this to the index.php
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("VBengine"); ?>
</table>
<a href="engine.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add File </a> |
<a href="engine.php?s=<?php echo $session[sessionhash]; ?>&action=edit"> Edit Files </a><br>
</td></tr>
|