Jump to content


Tutorial info Visit support topic

  • Added on: Sep 16 2011 09:28 AM
  • Date Updated: Sep 16 2011 09:35 AM
  • Views: 738
 


Disabling AJAX refresh icon IP 3.2.x

getting rid of that annoying green refresh status symbol.

ALL credit to Michael, I just typed it here.

Posted by Dave MacLeod on Sep 16 2011 09:28 AM
Thanks to Michael at here / IPS. comment section wording is my own, don't blame him for that.
for every skin you want to affect you need to edit Global Template -> includeVars skin template.

search for :
ipb.templates['ajax_loading'] = "<div id="ajax_loading"><img src="%7B$this-%3Esettings[" img_url']}="" ajax_loading.gif'="" alt="" + ipb.lang[" loading']="" +="" "'=""<img src='http://invisionfocus.com/public/style_emoticons/<#EMO_DIR#>/pinch.gif' class='bbc_emoticon' alt='><' />/div>";

and either comment it out or delete it and add this:

ipb.templates['ajax_loading'] = "";


my example looks like this, it includes the search for and replace with in comments:

/* REMOVE DUMBASS ICON */
/* replace ipb.templates['ajax_loading'] = "<div id="ajax_loading"><img src="%7B$this-%3Esettings[" img_url']}="" ajax_loading.gif'="" alt="" + ipb.lang[" loading']="" +="" "'=""<img src='http://invisionfocus.com/public/style_emoticons/<#EMO_DIR#>/pinch.gif' class='bbc_emoticon' alt='><' />/div>";
with ipb.templates['ajax_loading'] = ""; */
/* END REMOVAL AREA */
ipb.templates['ajax_loading'] = "";

Powered by Tutorials 1.5.1 © 2013, by Michael McCune