Support- Exec Format
The problem: The comments bubble, the popup comments and/or the quicktags don't appear
How to fix it: Upload comments.gif, openwin.js, clear.js, and quicktags.js into another folder seperate from your cgi-bin directory. Once you've done that, open weblog-config.pl and change the last attribute, where it says:
$ssource="./forumdata"; # Source to your images and JavaScript
Change the forumdata to the new directory name, omitting the last slash. Most likely you'll have to add another dot to make it look like this:
$ssource="../newfolder"; # Source to your images and JavaScript