4
this is probably because the main URL of the site is differnt depending on where you view it from, right? for example, when you look at the site from your network, you use computername/xoops/index.php, while when viewing from the internet, you use
http://www.mydomain,name/xoops/index.php.
In your mainfile.php file, you can only give one base URL, and the sit ewill use that everywhere. This is creating the problems, because when viewing from your network, it will try and find the image for the banner on
http://www.yourdomain.name/xoops/etc., and not on computername/xoops/etc. And thus, it can't find it.
How to solve this? Hmm.. that's difficult. I remember having seen a post where you can put more then one XOOPS_URL in your mainfile.php, but can't find it. Perhaps another member can.
Herko