MyBB Community Forums

Full Version: Forum icons not changing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I followed the tutorial on how to change your forum icons but it isn't working for me. The changes i made to the index file work, but the general.js file did not change anything.

My site: http://www.playinsane.co.uk
Which tutorial you've used ? If its this: http://community.mybb.com/thread-92128.html then it doesn't needs to change any jscript file.
I can't find the topic now. It told me to change the file extension in jscripts/general.js.

if(element.src.match("off.jpg") || element.src.match("offlock.jpg") || (element.title && element.title == lang.no_new_posts)) return;

$('mark_read_'+fid).src = $('mark_read_'+fid).src.replace("on.jpg", "off.jpg");

Nvm i managed to fix it now. Thanks anyway.