SimplePortal

Development => Bugs => Fixed or Bogus Bugs => Topic started by: [SiNaN] on August 12, 2008, 02:23:38 PM

Title: Recent Topics Icon Bug
Post by: [SiNaN] on August 12, 2008, 02:23:38 PM
New topic icons do not appear in recent topics block. Any ideas?
Title: Re: Recent Topics Icon Bug
Post by: Nathaniel on August 14, 2008, 06:23:35 AM
I am now stealing this topic for my evil purposes:Bugfix
Code: [Select]
// We need to check the topic icons exist...if (empty($modSettings['messageIconChecks_disable'])){if (!isset($icon_sources[$row['icon']]))$icon_sources[$row['icon']] = file_exists($settings['theme_dir'] . 'images/post/' . $row['icon'] . '.gif') ? 'images_url' : 'default_images_url';}else{if (!isset($icon_sources[$row['icon']]))$icon_sources[$row['icon']] = 'images_url';}
SimplePortal 2.3.8 © 2008-2024, SimplePortal