In :
savethread.php
addsaved.php
the last line that says:
Code:
eval("echo savethread_footer(\"".gettemplate("savethread_footer")."\");")
is missing a
; at the end
I think it should be:
Code:
eval("echo savethread_footer(\"".gettemplate("savethread_footer")."\");");
also:
I deleted the redundant </td></tr></table> at the top of the
footer template and in the
deletesaved.php file. It seemed redundant the way I have my headers/footers set up and messed them up- it seems to work fine my way - go figure
also - If you alter your icon id's anything from standard 1- 14 id = icon1.gif and so on - they'll be screwed up since the $iconid replaces the id number instead of the path. How could I call the path instead??? Then I think I could make it work.
I really want to get the icon part of this working....please help anyone
[Edited by rjav8r on 10-02-2000 at 03:04 AM]