sorry for very late answer, I just missed that thread
I now see you want to replace the Arcade-Navbar and its text with icons.
No problem at all, you already found the right place (/arcadE/modules/mod_Arcade.php)
search for the code below
there you will find all six possible links.
Always just repalce the following variables with their respective icons:
$ibforums->lang['tourney_navbar']
$ibforums->lang['your_settings']
$ibforums->lang['your_favs']
$ibforums->lang['your_report']
$ibforums->lang['leaderboard']
$ibforums->lang['arcade_cp_link']
example:
Code:
$the_links .= " · <a href='".$ibforums->base_url."do=viewtournaments'>".$ibforums->lang['tourney_navbar']."</a>";
could be replaced with
Code:
$the_links .= " · <a href='".$ibforums->base_url."do=viewtournaments'><img src='$stylevar[imgdir_button]/arcade.gif' width='109px'></a>";
it may be that you need to extend the GLOBAL variables to $stylevar
Code:
function top_links($html)
{
global $ibforums, $vbulletin, $vboptions, $DB;
Sorry for late answer, but donations and especially the branding-free you bought is not any reference for some "Premium support" or something - I am spending my free time on supporting this product, and THANKS for any donation, yes, but please also understand this is a private project.
and YES, to motivate you to keep donating and supporting coders, I now pulled your thread ahead and worked on a solution, although this is not a bug or problem but some personal styling you wish to do