Acest tutorial este creeat personal de mine pentru informarea voastra.
Autor: Bogdan aka. Dkz-
Pasul 1:
Deschidem viewtopic_body.html din FTP sau Panoul de Administratie
Pasul 2:
Cautam linile:
Pasul 3:
Inlocuim cu:
Autor: Bogdan aka. Dkz-
Pasul 1:
Deschidem viewtopic_body.html din FTP sau Panoul de Administratie
Pasul 2:
Cautam linile:
- Cod:
<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Pasul 3:
Inlocuim cu:
- Cod:
<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->