Help Please
Verfasst: Sa 10.Jan, 2004 00:55
Hi
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
and also what to call for the Name traffic in usercp_viewprofile.php
but what to I have to put in the usercp_viewprofile.php for the
Thank You
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}