Re: Center "Rank title"
Scris: 13-Sep-2013, 17:52:26
modificare ai facuto din acp? daca da , cand dai reimprospatare tema , se sterge tot ce ai modificat . ar trebuie sa o faci din ftp.
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails" align="center">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails"><div align="center">{postrow.RANK_TITLE}</div></td>
</tr>
<!-- ENDIF -->
Aceste instrucțiuni sunt pentru imaginea rangului:Neculai Anişor scrie:Cauta :Inlocuieste cu :Cod: Selectaţi tot
<!-- IF postrow.RANK_IMG --> <tr> <td>{postrow.RANK_IMG}</td> </tr> <!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.RANK_IMG --> <tr> <center><td>{postrow.RANK_IMG}</td></center> </tr> <!-- ENDIF -->
<!-- IF postrow.RANK_IMG -->
.