News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

online and online today icons

Started by Cheese-Burger, June 09, 2005, 05:03:41 AM

Previous topic - Next topic

Cheese-Burger

Hi y`all
Could some nice person point me in the right direction as to where i would find the code for these please, as they both use the same icon and i would like to change one of them.

Thanking you in advance  ;)
Hate code. Love burgers

xenovanis

In BoardIndex.template.php somewhere around line 353 you'll find:


// Assuming there ARE users online... each user in users_online has an id, username, name, group, href, and link.

if (!$context['user']['is_guest'])
if (!empty($context['users_online']))
echo '
', $txt[140], ':<br />', implode(', ', $context['list_users_online']);

echo '
                $context['show_stats'] && !$settings['show_sp1_info'] ? '
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</span>
</td>
</tr>';

// "Users online Today"
echo '
<tr>
<td class="catbg" colspan="2">', $txt['158bis'], ' ( ', $context['num_users_today'], ' ', $context['num_users_today'] == 1 ? $txt['user'] : $txt['users'], ' )</td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/icons/online.gif" alt="', $txt['158bis'], '" border="0" /></td>
<td class="windowbg2" width="100%"><span class="smalltext">', $context['user_today'], '</span></td>
</tr>';


You'd probably want to change one of these (or both) imagenames:


img src="', $settings['images_url'], '/icons/online.gif"
"Insanity: doing the same thing over and over again and expecting different results."

Cheese-Burger

Great, thanks for that. I was so stumped as to where the code was. All sorted  ;D
Hate code. Love burgers

Advertisement: