Quote:
Originally Posted by sergiomc
How to add a profile field in hof?
|
Find in template tmnt_hof
<div class="blockrow" style="display: table-cell;"> <vb:if condition="$team"><a href="teams.php?do=viewteam&id={vb:raw hof.teamid}">{vb:raw hof.teamname}</a><vb:else /><a href="{vb:link member, {vb:raw hof}}">{vb:raw hof.username}</a><vb:if condition="$show['asblock']"> ({vb:raw hof.tmnt_wins})</vb:if></vb:if></div>
Replace with
<div class="blockrow" style="display: table-cell;">
{vb:raw hof.FIELDX} <vb:if condition="$team"><a href="teams.php?do=viewteam&id={vb:raw hof.teamid}">{vb:raw hof.teamname}</a><vb:else /><a href="{vb:link member, {vb:raw hof}}">{vb:raw hof.username}</a><vb:if condition="$show['asblock']"> ({vb:raw hof.tmnt_wins})</vb:if></vb:if></div>
Quote:
and how to make the order is 1, 2, 3, 4, etc. to 150.
|
Once you have some results it will go to 1,2,3,4, etc.