I believe, the avatars are located in the uploads/avatars folder
Awesome

I guess the move is complete now
EDIT: No wait, Fake still has to set up a redirect :|
Only avatars or attachments too?
Now if only someone could fix that shcode-smiley bug

Or disable smileys altogether.
EDIT BY NiLSPACE:

:|
, here's a way to 301 redirect the old forum. It's not server-side, but search engines treat it as a 301 redirect.
Open the "headerinclude" template (in Ungrouped Templates), and add the following code:
Code:
<link rel="canonical" href="https://forum.cuberite.org{$_SERVER['REQUEST_URI']}" />
<meta http-equiv="refresh" content="0; url=https://forum.cuberite.org{$_SERVER['REQUEST_URI']}" />
But I'm unable to access the files of the old forum. Only FakeTruth can do that.
(03-28-2016, 07:34 AM)NiLSPACE Wrote: [ -> ]But I'm unable to access the files of the old forum. Only FakeTruth can do that.
You should be able to edit the templates in the admin panel. Isn't there a "Templates" tab somewhere, like on this forum?