1. Mergi la P.A. => Afisare => Template-uri => General => memberlist_body.
2. Click [Trebuie sa fiti înscris şi conectat pentru a vedea această imagine](Modifica).
3. Selectati codurile ca in imagine:
PunBB:
[Trebuie sa fiti înscris şi conectat pentru a vedea această imagine]
PhpBB2:
[Trebuie sa fiti înscris şi conectat pentru a vedea această imagine]
4. Stergeti-le.
Explicatii si detalii:
Coduri PunBB - Categorii - Cele de sus:
Cod:
<th class="tcl memberlist">{L_AVATAR} - {L_USERNAME}</th> // Avatar & Username
<th class="tc2">{L_GROUPS}</th> // Grupuri din care face parte
<th class="tc3">{L_INTERESTS}</th> // Interese/Stare de spirit
<th class="tc2">{L_JOINED}</th> // Data inregistrarii
<th class="tc2">{L_VISITED}</th> // Ultima vizita
<th class="tc3">{L_POSTS}</th> // Posturi/Mesaje
<th class="tc3">{L_PM}</th> // Trimite MP
<th class="tc3">{L_WEBSITE}</th> // Website
Coduri PunBB - Afisarea detaliilor sub categorii:
Cod:
<td class="tcl avatar-mini"><a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.AVATAR_IMG} <span>{memberrow.USERNAME}</span></a></td> // Avatar & Username
<td class="tc2">{memberrow.GROUPS}</td> // Grupuri din care face parte
<td class="tc3">{memberrow.INTERESTS}</td> // Interese/Stare de spirit
<td class="tc2">{memberrow.JOINED}</td> // Data inregistrarii
<td class="tc2">{memberrow.LASTVISIT}</td> // Ultima vizita
<td class="tc3">{memberrow.POSTS}</td> // Posturi/Mesaje
<td class="tc3">{memberrow.PM_IMG}</td> // Trimite MP (Icon)
<td class="tc4">{memberrow.WWW_IMG}</td> // Website (Icon)
Coduri PhpBB2 - Categorii - Cele de sus:
Cod:
<th class="thCornerL" nowrap="nowrap" height="25">#</th> // #Numar
<th class="thTop" nowrap="nowrap">{L_AVATAR}</th> // Avatar
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th> // Username
<th class="thTop" nowrap="nowrap">{L_GROUPS}</th> // Grupuri din care face parte
<th class="thTop" nowrap="nowrap">{L_INTERESTS}</th> // Interese/Stare de spirit
<th class="thTop" nowrap="nowrap">{L_JOINED}</th> // Data inregistrarii
<th class="thTop" nowrap="nowrap">{L_VISITED}</th> // Ultima vizita
<th class="thTop" nowrap="nowrap">{L_POSTS}</th> // Posturi/Mesaje
<th class="thTop" nowrap="nowrap">{L_PM}</th> // Trimite MP
<th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th> // Website
Coduri PhpBB2 - Afisarea detaliilor sub categorii:
Cod:
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td> // #Numar
<td class="{memberrow.ROW_CLASS}" align="center"><div class="avatar mini"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.AVATAR_IMG}</a></div></td> // Avatar
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></span></td> // Username
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen">{memberrow.GROUPS}</span></td> // Grupuri din care face parte
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.INTERESTS}</span></td> // Interese/Stare de spirit
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td> // Data inregistrarii
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.LASTVISIT}</span></td> // Ultima vizita
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td> // Posturi/Mesaje
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td> // Trimite MP (Icon)
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td> // Website (Icon)
Tutorial scris de [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
Copyright Extrem-Tutorials.com - Nici o parte a acestui tutorial nu poate fi reprodusa fara acordul autorului.