I want to show the amount of traffic someone has when you view their profile, I have to edit usercp_viewprofile.php and profile_view_body.tpl
now I know what to put for the tpl file
Code: Alles auswählen
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TRAFFIC}:</span></td>
<td><b><span class="gen">{userdata.USER_TRAFFIC}</span></b></td>
</tr>Code: Alles auswählen
"L_TRAFFIC" => $lang['Traffic'],Code: Alles auswählen
{userdata.USER_TRAFFIC}