sectiune nr de membrii
Scris: 12-Apr-2006, 13:07:08
Cum pot afisez sectiunea cu cine este connectat pentru orice vizitator?
Acum se afiseaza doar daca esti logat.
Acum se afiseaza doar daca esti logat.
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Sectiunea respectiva apare in mod normal pentru orice vizitator. Vezi si aici pe site. Ai facut vreo MODificare?mwm scrie:Cum pot afisez sectiunea cu cine este connectat pentru orice vizitator?
Acum se afiseaza doar daca esti logat.
Cod: Selectaţi tot
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>