Seite 1 von 1

Help Please

Verfasst: Sa 10.Jan, 2004 00:55
von Anonymous
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

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>
and also what to call for the Name traffic in usercp_viewprofile.php

Code: Alles auswählen

"L_TRAFFIC" => $lang['Traffic'],
but what to I have to put in the usercp_viewprofile.php for the

Code: Alles auswählen

{userdata.USER_TRAFFIC}
Thank You