I want their Title and banner to go to the stats page instead of their webpage
table_top_row.html, table_top_row_premium.html found 2 times ( title link, banner link )
Code:
href="{$url}" onclick="out(this,'{$username}');"
will become
Code:
href="{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}"
table_row.html, table_row_premium.html same change as above
and on the right under their screen shot where it says stats I want to change that to vote
table_row.html, table_row_premium.html
Code:
<a href="{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}"><img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /></a>
change to
Code:
<a href="{$list_url}/?a=in&u={$username}">VOTE</a>
here, you were correct, index.php cant be left out though, to keep the url shorter
table_top_row.html, table_top_row_premium.html
Code:
{$screenshot}<br />
<img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /><br />{$lng->table_stats} <br /><img src="{$skins_url}/{$skin_name}/{$up_down}.png" alt="{$lng->up_down}" /></a>
change to
Code:
{$screenshot}<br />
<img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /></a><br />
<a href="{$list_url}/?a=in&u={$username}">VOTE</a><br />
<img src="{$skins_url}/{$skin_name}/{$up_down}.png" alt="{$lng->up_down}" />