Scris ranguri
Scris: 26-Feb-2011, 20:10:52
Cum fac sa scap de scrisu de la rang,daca nu ati inteles uitati o poza: http://img841.imageshack.us/i/44302901.png/
Multumesc
Multumesc
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.RANK2_TITLE -->
<tr>
<td class="postdetails" align="center"></td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK2_IMG -->
<tr>
<td>{postrow.RANK2_IMG}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK3_TITLE -->
<tr>
<td class="postdetails" align="center"></td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK3_IMG -->
<tr>
<td>{postrow.RANK3_IMG}</td>
</tr>
<!-- ENDIF -->
PKK scrie:Am rezolvat si asta inca ceva si poti inchide topicu asta,cum fac sa nu mai ai spatiu intre rank-uri?Acesta este codu:
Cod: Selectaţi tot
<!-- IF postrow.RANK2_TITLE --> <tr> <td class="postdetails" align="center"></td> </tr> <!-- ENDIF --> <!-- IF postrow.RANK2_IMG --> <tr> <td>{postrow.RANK2_IMG}</td> </tr> <!-- ENDIF --> <!-- IF postrow.RANK3_TITLE --> <tr> <td class="postdetails" align="center"></td> </tr> <!-- ENDIF --> <!-- IF postrow.RANK3_IMG --> <tr> <td>{postrow.RANK3_IMG}</td> </tr> <!-- ENDIF -->
Cum fac sa dispara si de aicea scrisu?bogdan scrie:Il gasesti in directorul styles\stil_propriu\template\viewtopic_body.html
O sa ai ceva de genulsi stergi {postrow.RANK_TITLE}. Cureti cache-ul forumului si testezi.Cod: Selectaţi tot
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Instaland MOD-ul de mai sus probabil mai apar si alte linii
PS. Fa un backup la fisier inainte de a-l modifica