PDA

View Full Version : Image Extensions



Wsh
Thu 24th Jun '04, 7:51am
Hello,

I'm not sure if this has been posted before, but I did do a search and could not find anything that related to this problem.

Anyway I am getting a lot of broken image links on my forum. The weird thing is that it is not consistent and when I reload, the images turn out fine, sometimes other images become broken while the ones that were broken will load up.

To remedy this I thought about reprocessing the images to JPG. The only problem is I am not sure where in vB the option is to change the extension as a global setting.

If anyone can help, please post up.

Thanks in advance.

Lloyd "Wshmaster0" Romero
Administrator of AnimeBB
http://www.animebb.org
http://forumcenter.animebb.org

Zachery
Thu 24th Jun '04, 2:06pm
There is no global setting, you would need to change each occurenceof .gif with .jpg

However, are you the only one expercing this problem? What browser are you using?

Wsh
Thu 24th Jun '04, 2:13pm
There is no global setting, you would need to change each occurenceof .gif with .jpg

However, are you the only one expercing this problem? What browser are you using?

What I mean is if there is some language file or something that has all the names there that i can change all the gif to jpg, cos right now I'm not sure where in the code i can edit that.

As far as browser, I've tested it on different computers using a Windows platform and using IE 6. I believe it is reoccuring on ANY VBB, just reload the a VBB a buncho times and it will happen at least once. Even on this forum.

Zachery
Thu 24th Jun '04, 2:15pm
Still sounds like its a browser problem on your end, ive never expirenced this problem on any sites that are running vBulletin.

Have you updated your IE recnetly? there used to be a bug about downloading images that would cause them to break repeatly, as well as download accelerator, which would do about the same thing.

Try clearing your chache and restarting your browser :)

Wsh
Thu 24th Jun '04, 2:19pm
Still sounds like its a browser problem on your end, ive never expirenced this problem on any sites that are running vBulletin.

Have you updated your IE recnetly? there used to be a bug about downloading images that would cause them to break repeatly, as well as download accelerator, which would do about the same thing.

Try clearing your chache and restarting your browser :)

I suspected it was my browser, however whats happening is that the front page of the site would often load broken images (ESPECIALLY the New Post/Old Post Icons). After further inspection I found out it was happening on a lot of IE browsers because not only was it happening at my house but often times I would go to the labs at my university and it would do the same exact things for VBB boards. Mozilla does not have this problem nor does netscape, so I believe its an IE bug.

Instead of finding out whats wrong I'm thinking of just replacing the extensions. How/what file would I edit to change these extensions?

Zachery
Thu 24th Jun '04, 2:20pm
I really dont think changing the extensions are going to help.

However, if you want to, youll need to edit almost every template within vBulletin to remove the .gif and change it to .jpg, along with convert every image file.

AdminCP > Styles & TEmplates > Style Manager > click on << >> > And Start editing :/

colicab-d
Thu 24th Jun '04, 2:22pm
or use the replacement variables to modify all instances of gif to jpeg :p

Zachery
Thu 24th Jun '04, 2:31pm
Thats alot of places, plus i think it might messup posts as well...