Check out the SMF Function DB!
echo ' <a href="', $scripturl, '?action=arcade"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/arcade.gif" alt="' . "Arcade" . '" style="margin: 2px 0;" border="0" /></a>', $context['menu_separator'];
The buttons can be found here (black&white version) and here (color version).To add it to the navigation row, just open index.template.php, search for:// If the user is a guest, show [login] and [register] buttons.And add above that line:Code: [Select] echo ' <a href="', $scripturl, '?action=arcade"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/arcade.gif" alt="' . "Arcade" . '" style="margin: 2px 0;" border="0" /></a>', $context['menu_separator'];
I can make a button with whatever text you want. I just need to know if you need the black&white or the color version
Is there any update for this for SMF 1.1 ?
img { border: 0px; }