/* +--------------------------------------------------------------------+ | Revised topics/posts display for forumotion phpBB3 boards. | | © Copyright 2010, Dion Designs. All Rights Reserved. | | | | Use, modification, and/or distribution of this script is allowed, | | provided this entire copyright notice remains in the original, | | copied, or modified script. | +--------------------------------------------------------------------+ */ $(function() { if ($('.forabg ul.forums')[0]) { $('.hierarchy').next().remove(); x=$('.forabg ul.forums dl.icon').get(); for (i=0; i'+topics+' tema, '+posts+' poruka
'); } $('.forabg').addClass('index-box'); $('.forabg dd.topics').remove(); $('.forabg dd.posts').remove(); } });