Hot ikonice za "hot" teme
MessageIndex.template.php,nadjite:
// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['lang_images_url'], '/new.gif" alt="', $txt['new'], '" /></a>';
Dodajte posle:
// Is this topic hot?
if ($topic['replies']>=$modSettings['hotTopicPosts'])
echo '
<img src="', $settings['images_url'], '/hot.gif" alt="HOT" />';
Možete promeniti broj odgovora u temi da bi se smatrala "hot" - admin --> Posts and Topics --> Topic Settings --> Number of posts for a hot topic
Ne zaboravite da sličicu iz attachmenta dodate u images folder.