i transfered my forum to a new host and unfortunatly some attachments are not showing in thread wat could be wrong in ur opinions?
FTP into the server and check the permissions on the folder where the images are stored. You also may need to check the forum configuration for where the images are stored. Lets say that the forum configuration for the image folder on the old server was /home/username/html_root/forum/images After the website was moved, the full path might have changed to /home/usernameABC/html_root/forums/images Since the image configuration is still set to look for username/html_root/forum/images instead the new path /usernameABC/html_root/forums/images the forum software can not find the images. So check your permissions and check any full path settings. I have had the same problem as you several times after moving from one host to another. Its usually the full path settings, but sometimes its permissions. Usually its the full path, as the default permissions are to view.