3
i think that the problem is how you call the site... locally in the machine where is installed... you may had installed XOOPS in "http://localhost/xoops/" or something like that ... so the installer writed in the mainfile.php the XOOPS_URL as "http://localhost/xoops" and every image would be looked for there... you want to know which is the problem in the others machines??? well ... in the others machine you hav e to put for example in the browser: "http://192.168.0.2/xoops" to see the page ... ( where 192.168.0.2 is the IP of the server ) ... as you can both URL are diferents ... so the problem is that XOOPS would say that the images are in localhost, not in 192.168... and the browser will not found them
try to change the mainfile.php and in the XOOPS_URL instead of 127.0.0.1 or localhost , try to put your machine IP. And then tell us what is going on!...
LuCK!