Reloading Animation

Travis

Active member
Quick Question. I have just added XFShout to my site,but the animation that appears when it is loading new messages is quite annoying. It is XF Default,and I was wondering if anyone knew how to disable it.
 
This one?

ajaxload.info_FFFFFF_facebook.gif

I don't see an option to disable that. I think this requires editing this file:

js/xenforo/xenforo.js

Search for "inprogress". There are a few instances.

Maybe some one else knows an easier way.
 
This is a bit of a fudge but you could just replace the .gif with a transparent image file.

So it would still be loaded, you just wouldn't see it.
 
There are 3 loading images in styles\default\xenforo\widgets

They are:
ajaxload.info_000000_facebook.gif
ajaxload.info_B4B4DC_facebook.gif
ajaxload.info_FFFFFF_facebook.gif

They're all 16x11px so you just need to create a transparent image the same size and rename it to match the loading gifs you want to replace.
 
There are 3 loading images in styles\default\xenforo\widgets

They are:
ajaxload.info_000000_facebook.gif
ajaxload.info_B4B4DC_facebook.gif
ajaxload.info_FFFFFF_facebook.gif

They're all 16x11px so you just need to create a transparent image the same size and rename it to match the loading gifs you want to replace.

I have replaced these images. However,It is still loading an image. Take a look at http://www.ncisaddict.com/forum/,in the top left corner and see what the problem is.
 
Top Bottom