@bhen13, go into IE and find those red X's. Right click on them and select properties or something like that. Look at the URL and make sure it matches with your image directory. If not, make it so that the webimages are the same url as where your images suppose to be.
@Carlos, make sure you have that image in your webfolder. Firefox won't show u a red X like IE so you don't know when you're missing an image.
For all those that install this hack, please make sure that
Quote:
'ishop_invpostbit_item',
'ishop_invpostbit_return',
|
are cached, if not, it will generate a lot of extra queries.
TO do so, open up showthread.php in your forum directory, find 'editor_jsoptions_size', and add those code under it.
It should look like
Quote:
'editor_jsoptions_size',
'ishop_invpostbit_item',
'ishop_invpostbit_return',
);
|