Thanks for fixing that folder image.
A quick fix for the issue with Active Topics Link in online.cgi can be made by doing the following.
## In
active.cgi search for
&get_cookie;
eval {
$online_url = "$CGIURL/active.cgi";
&WriteUserSession("<A HREF="$online_url">Viewing: Active Topics List</A>");
};
## Change that to
&get_cookie;
eval {
$online_url = "http://www.ubbdev.com/ubbcgi/active.cgi";
&WriteUserSession("<A HREF="$online_url">Viewing: Active Topics List</A>");
};

- Also I just noticed Dave has another hack you guys should use here (and add to the database) to work with active.cgi.
http://www.arlo.net/ubb/hacks/ Keep up the great work!
jeremiah
<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by freakscene on January 09, 2001 at 03:40 PM</font>